![]() |
![]() |
Public Member Functions | |
IconSource () | |
IconSource (GtkIconSource* gobject, bool make_a_copy=true) | |
IconSource (const IconSource& other) | |
IconSource& | operator= (const IconSource& other) |
~IconSource () | |
void | swap (IconSource& other) |
GtkIconSource* | gobj () |
Provides access to the underlying C instance. | |
const GtkIconSource* | gobj () const |
Provides access to the underlying C instance. | |
GtkIconSource* | gobj_copy () const |
void | set_filename (const Glib::ustring& filename) |
void | set_pixbuf (const Glib::RefPtr<Gdk::Pixbuf>& pixbuf) |
Glib::ustring | get_filename () const |
Glib::RefPtr<Gdk::Pixbuf> | get_pixbuf () |
void | set_direction_wildcarded (bool setting=true) |
void | set_state_wildcarded (bool setting=true) |
void | set_size_wildcarded (bool setting=true) |
bool | get_size_wildcarded () const |
bool | get_state_wildcarded () const |
bool | get_direction_wildcarded () const |
void | set_direction (TextDirection direction) |
void | set_state (Gtk::StateType state) |
void | set_size (IconSize size) |
TextDirection | get_direction () const |
Gtk::StateType | get_state () const |
IconSize | get_size () const |
void | set_icon_name (const Glib::ustring& icon_name) |
Glib::ustring | get_icon_name () const |
Protected Attributes | |
GtkIconSource* | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
void | swap (IconSource& lhs, IconSource& rhs) |
Gtk::IconSource | wrap (GtkIconSource* object, bool take_copy=false) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C instance.
|
|
Provides access to the underlying C instance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|