Class Index Cross Index Namespace Index

Class Gtk::Menu_Helpers::PixmapMenuElem


Contained in: Gtk::Menu_Helpers
Derived from: Gtk::Menu_Helpers::Element
Derived by: none

#include <gtk--/pixmapmenuitem.h>


public function member index:

PixmapMenuElem(Gtk::MenuItem& child);
PixmapMenuElem(const Gtk::string& label, const Gtk::string& tooltip, ItemCallback callback = 0);
PixmapMenuElem(const Gtk::string& label, const Gtk::string& tooltip, Gtk::Menu_Helpers::AccelKey accel_key, ItemCallback callback = 0);
PixmapMenuElem(Pixmap& pixmap, const Gtk::string& label, const Gtk::string& tooltip, ItemCallback callback = 0);
PixmapMenuElem(Pixmap& pixmap, const Gtk::string& label, const Gtk::string& tooltip, Gtk::Menu_Helpers::AccelKey accel_key, ItemCallback callback = 0);
PixmapMenuElem(const Gtk::string& label, const Gtk::string& tooltip, Gtk::Menu& submenu);
PixmapMenuElem(Pixmap& pixmap, const Gtk::string& label, const Gtk::string& tooltip, Gtk::Menu& submenu);
virtual ~PixmapMenuElem();
 

protected function member index:

virtual void create_child_menu_item();
 

Description:



Function Member Descriptions:

Gtk::Menu_Helpers::PixmapMenuElem::PixmapMenuElem - create a labeled, menuitem with an optional callback

PixmapMenuElem(const Gtk::string& label, const Gtk::string& tooltip, ItemCallback callback = 0);

Gtk::Menu_Helpers::PixmapMenuElem::PixmapMenuElem - create a labeled, menuitem with an optional callback

PixmapMenuElem(const Gtk::string& label, const Gtk::string& tooltip, Gtk::Menu_Helpers::AccelKey accel_key, ItemCallback callback = 0);

Gtk::Menu_Helpers::PixmapMenuElem::PixmapMenuElem - create a labeled, menuitem with a pixmap and an optional callback

PixmapMenuElem(Pixmap& pixmap, const Gtk::string& label, const Gtk::string& tooltip, ItemCallback callback = 0);


Variable Member Descriptions: