21 #ifndef LIBGNOMEUIMM_UI_ITEMS_DERIVED_H
22 #define LIBGNOMEUIMM_UI_ITEMS_DERIVED_H
40 operator Gtk::Menu_Helpers::Element();
50 Item(
const Icon& icon,
const Glib::ustring& label,
51 const Callback& cb =
Callback(),
const Glib::ustring& tip = Glib::ustring());
52 Item(
const Glib::ustring& label,
const Callback& cb =
Callback(),
const Glib::ustring& tip = Glib::ustring());
62 const Callback& cb =
Callback(),
const Glib::ustring& tip = Glib::ustring());
64 const Glib::ustring& tip = Glib::ustring());
74 Help(
const Glib::ustring& app_name);
86 static GnomeUIBuilderData build_data_;
93 #endif //LIBGNOMEUIMM_UI_ITEMS_DERIVED_H
Help(const Glib::ustring &app_name)
Definition: app-helper.h:49
sigc::slot< void > Callback
Definition: app-helper.h:94
Definition: ui-items-derived.h:35
Represents toggle items and toggle buttons.
Definition: ui-items-derived.h:58
ToggleItem(const Icon &icon, const Glib::ustring &label, const Callback &cb=Callback(), const Glib::ustring &tip=Glib::ustring())
RadioTree(const Array< Info > &array)
Definition: app-helper.h:56
Loads
/share/gnome/help///topic.dat and creates menu items for each section...Definition: ui-items-derived.h:71
Icons represent a standard Pixmap with various states.
Definition: ui-items-icon.h:38
Definition: ui-items-derived.h:80
Represents menu items and toolbar items.
Definition: ui-items-derived.h:45