Classes | |
class | EntryMultiCompletion |
class | EntryMultiCompletionModelColumns |
class | PageNavigator |
Navigation bar. More... | |
class | Tile |
Extensible widget providing a highlighted title, summary and an image on the left-hand side. More... | |
class | TileView |
The Tile container. More... | |
class | WhiteBox |
A custom Gtk::EventBox containing a Gtk::VBox painted white. More... | |
Functions | |
int | ask_yes_no_cancel_question (const Glib::ustring &message, const Glib::ustring &title=Glib::ustring(), const Glib::ustring &secondary_text=Glib::ustring()) |
int | ask_yes_no_question (const Glib::ustring &message, const Glib::ustring &title=Glib::ustring(), const Glib::ustring &secondary_text=Glib::ustring()) |
int | display_dialog_error (const Glib::ustring &message, const Glib::ustring &title=Glib::ustring(), const Glib::ustring &secondary_text=Glib::ustring()) |
int | display_dialog_info (const Glib::ustring &message, const Glib::ustring &title=Glib::ustring(), const Glib::ustring &secondary_text=Glib::ustring()) |
int | display_dialog_warning (const Glib::ustring &message, const Glib::ustring &title=Glib::ustring(), const Glib::ustring &secondary_text=Glib::ustring()) |
Variables | |
const int | TILES_PER_PAGE_DEFAULT = 20 |
int Gtk::Util::ask_yes_no_cancel_question | ( | const Glib::ustring & | message, | |
const Glib::ustring & | title = Glib::ustring() , |
|||
const Glib::ustring & | secondary_text = Glib::ustring() | |||
) |
int Gtk::Util::ask_yes_no_question | ( | const Glib::ustring & | message, | |
const Glib::ustring & | title = Glib::ustring() , |
|||
const Glib::ustring & | secondary_text = Glib::ustring() | |||
) |
int Gtk::Util::display_dialog_error | ( | const Glib::ustring & | message, | |
const Glib::ustring & | title = Glib::ustring() , |
|||
const Glib::ustring & | secondary_text = Glib::ustring() | |||
) |
int Gtk::Util::display_dialog_info | ( | const Glib::ustring & | message, | |
const Glib::ustring & | title = Glib::ustring() , |
|||
const Glib::ustring & | secondary_text = Glib::ustring() | |||
) |
int Gtk::Util::display_dialog_warning | ( | const Glib::ustring & | message, | |
const Glib::ustring & | title = Glib::ustring() , |
|||
const Glib::ustring & | secondary_text = Glib::ustring() | |||
) |
const int Gtk::Util::TILES_PER_PAGE_DEFAULT = 20 |