#include <gtkmm/textattributes.h>
|
static GType | get_type () |
| Get the GType for this class, for use with the underlying GObject type system. More...
|
|
◆ TextAttributes() [1/4]
Gtk::TextAttributes::TextAttributes |
( |
| ) |
|
◆ TextAttributes() [2/4]
Gtk::TextAttributes::TextAttributes |
( |
GtkTextAttributes * |
gobject, |
|
|
bool |
make_a_copy = true |
|
) |
| |
|
explicit |
◆ TextAttributes() [3/4]
◆ TextAttributes() [4/4]
◆ ~TextAttributes()
Gtk::TextAttributes::~TextAttributes |
( |
| ) |
|
|
noexcept |
◆ get_type()
static GType Gtk::TextAttributes::get_type |
( |
| ) |
|
|
static |
Get the GType for this class, for use with the underlying GObject type system.
◆ gobj() [1/2]
GtkTextAttributes * Gtk::TextAttributes::gobj |
( |
| ) |
|
|
inline |
Provides access to the underlying C instance.
◆ gobj() [2/2]
const GtkTextAttributes * Gtk::TextAttributes::gobj |
( |
| ) |
const |
|
inline |
Provides access to the underlying C instance.
◆ gobj_copy()
GtkTextAttributes * Gtk::TextAttributes::gobj_copy |
( |
| ) |
const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ swap()
◆ swap()
- Parameters
-
lhs | The left-hand side |
rhs | The right-hand side |
◆ wrap()
A Glib::wrap() method for this object.
- Parameters
-
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns
- A C++ instance that wraps this C instance.
◆ gobject_
GtkTextAttributes* Gtk::TextAttributes::gobject_ |
|
protected |