index
,
gtk-- homepage
class Gtk_MenuFactory
#include <gtk--/menufactory.h>
Public member index
Gtk_MenuFactory
(GtkMenuFactoryType type);
Gtk_MenuFactory
(GtkMenuFactory *castitem);
virtual
~Gtk_MenuFactory
(void);
static bool
isGtkMenuFactory
(Gtk_Object *checkcast);
virtual void
add_entries
(GtkMenuEntry *entries, int nentries);
virtual void
add_subfactory
(Gtk_MenuFactory *subfactory, const gchar *path);
virtual void
remove_paths
(gchar **paths, int npaths);
virtual void
remove_entries
(GtkMenuEntry *entries, int nentries);
virtual void
remove_subfactory
(Gtk_MenuFactory *subfactory, const gchar *path);
virtual Gtk_MenuPath *
factory_find
(const gchar *path);
GtkMenuFactory*
gtkobj
(void) const;
Protected member index
GtkMenuFactory *
gtkmenufactory
;
Public member descriptions
Protected member descriptions
(pages generated by
PERCEPS
-script.)