gtkmm 2.24.2
|
Public Member Functions | |
TextAttributes () | |
TextAttributes (GtkTextAttributes* gobject, bool make_a_copy=true) | |
TextAttributes (const TextAttributes& other) | |
TextAttributes& | operator= (const TextAttributes& other) |
~TextAttributes () | |
void | swap (TextAttributes& other) |
GtkTextAttributes* | gobj () |
Provides access to the underlying C instance. | |
const GtkTextAttributes* | gobj () const |
Provides access to the underlying C instance. | |
GtkTextAttributes* | gobj_copy () const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Protected Attributes | |
GtkTextAttributes* | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
void | swap (TextAttributes& lhs, TextAttributes& rhs) |
Gtk::TextAttributes | wrap (GtkTextAttributes* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Gtk::TextAttributes::TextAttributes | ( | ) |
Gtk::TextAttributes::TextAttributes | ( | GtkTextAttributes * | gobject, |
bool | make_a_copy = true |
||
) | [explicit] |
Gtk::TextAttributes::TextAttributes | ( | const TextAttributes& | other | ) |
Gtk::TextAttributes::~TextAttributes | ( | ) |
GtkTextAttributes* Gtk::TextAttributes::gobj | ( | ) | [inline] |
Provides access to the underlying C instance.
const GtkTextAttributes* Gtk::TextAttributes::gobj | ( | ) | const [inline] |
Provides access to the underlying C instance.
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.
TextAttributes& Gtk::TextAttributes::operator= | ( | const TextAttributes& | other | ) |
void Gtk::TextAttributes::swap | ( | TextAttributes& | other | ) |
void swap | ( | TextAttributes& | lhs, |
TextAttributes& | rhs | ||
) | [related] |
lhs | The left-hand side |
rhs | The right-hand side |
Gtk::TextAttributes wrap | ( | GtkTextAttributes * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
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. |
GtkTextAttributes* Gtk::TextAttributes::gobject_ [protected] |