#include <IconTextMenuToggle.h>
Public Member Functions | |
IconTextMenuToggle (const std::string &icon, const std::string &text) | |
operator GtkWidget * () | |
Private Attributes | |
GdkPixbuf * | _icon |
GtkWidget * | _label |
Toggle version of IconTextMenuItem. This class creates a GtkCheckMenuItem containing an icon and a label.
Definition at line 19 of file IconTextMenuToggle.h.
gtkutil::IconTextMenuToggle::IconTextMenuToggle | ( | const std::string & | icon, | |
const std::string & | text | |||
) | [inline] |
Definition at line 29 of file IconTextMenuToggle.h.
gtkutil::IconTextMenuToggle::operator GtkWidget * | ( | ) | [inline] |
Definition at line 36 of file IconTextMenuToggle.h.
GdkPixbuf* gtkutil::IconTextMenuToggle::_icon [private] |
Definition at line 23 of file IconTextMenuToggle.h.
Referenced by operator GtkWidget *().
GtkWidget* gtkutil::IconTextMenuToggle::_label [private] |
Definition at line 24 of file IconTextMenuToggle.h.
Referenced by operator GtkWidget *().