Data Structures | |
class | ComboBox |
class | FileChooser |
class | FramedWidget |
class | GLWidgetSentry |
class | IconTextButton |
class | IconTextColumn |
class | IconTextMenuItem |
class | IconTextMenuToggle |
class | IConv |
class | EditorWidget |
class | Widget |
Abstract base class for an object which wraps, owns or produces a GtkWidget. More... | |
class | LeftAlignedLabel |
class | LeftAlignment |
class | PopupMenu |
class | TextMenuItemAccelerator |
class | ModalInfoDialog |
class | ModalProgressDialog |
class | MultiMonitor |
class | RightAlignedLabel |
class | RightAlignment |
class | ScrolledFrame |
class | SourceView |
class | StockIconMenuItem |
class | TextColumn |
class | TextMenuItem |
class | TextMenuItemToggle |
class | TextPanel |
class | Timer |
class | TreeModel |
class | VFSTreePopulator |
Functions | |
void | errorDialog (GtkWindow *, const std::string &) |
void | infoDialog (GtkWindow *, const std::string &) |
void | fatalErrorDialog (GtkWindow *window, const std::string &errorText) |
GtkWidget * | getImage (const std::string &filename) |
GdkPixbuf * | getLocalPixbuf (const std::string &filename) |
Helper classes and functions to achieve common GTK-related tasks, including many useful compound widgets with C++-style interfaces.
void gtkutil::errorDialog | ( | GtkWindow * | , | |
const std::string & | ||||
) |
void gtkutil::fatalErrorDialog | ( | GtkWindow * | window, | |
const std::string & | errorText | |||
) |
GtkWidget* gtkutil::getImage | ( | const std::string & | filename | ) |
GdkPixbuf* gtkutil::getLocalPixbuf | ( | const std::string & | filename | ) |
void gtkutil::infoDialog | ( | GtkWindow * | , | |
const std::string & | ||||
) |