3 #ifndef _GTKMM_STOCKITEM_H
4 #define _GTKMM_STOCKITEM_H
7 #include <glibmm/ustring.h>
8 #include <sigc++/sigc++.h>
33 #ifndef DOXYGEN_SHOULD_SKIP_THIS
46 #ifndef DOXYGEN_SHOULD_SKIP_THIS
80 const Glib::ustring& translation_domain = Glib::ustring());
Glib::ustring get_label() const
StockID get_stock_id() const
StockItem(GtkStockItem *castitem, bool make_a_copy=false)
Gdk::ModifierType get_modifier() const
StockItem & operator=(const StockItem &src)
Gtk::StockItem wrap(GtkStockItem *object, bool take_copy=false)
const GtkStockItem * gobj() const
StockItem(const StockItem &src)
static bool lookup(const Gtk::StockID &stock_id, Gtk::StockItem &item)
StockItem(const Gtk::StockID &stock_id, const Glib::ustring &label, Gdk::ModifierType modifier=Gdk::ModifierType(0), unsigned int keyval=0, const Glib::ustring &translation_domain=Glib::ustring())
GtkStockItem * gobj_copy() const
Provides access to the underlying C instance. The caller is responsible for freeing it....
Glib::ustring get_translation_domain() const
typedefG_BEGIN_DECLS struct _GtkStockItem GtkStockItem