| Class Index | Cross Index | Namespace Index |
Contained in: Gtk
Derived from:
Gtk::MenuShell
Derived by:
none
#include <gtk--/menu.h>
public function member index: |
||
| Menu | (); | |
| void | detach | (); |
| AccelGroup* | ensure_uline_accel_group | () const; |
| AccelGroup* | get_accel_group | () const; |
| MenuItem* | get_active | () const; |
| Widget* | get_attach_widget | () const; |
| AccelGroup* | get_uline_accel_group | () const; |
| const GtkMenu* | gtkobj | () const; |
| GtkMenu* | gtkobj | (); |
| static bool | isA | (Object* object); |
| bool | is_torn_off | () const; |
| void | popdown | (); |
| void | popup | (MenuShell& parent_menu_shell, MenuItem& parent_menu_item, GtkMenuPositionFunc func, gpointer data, guint button, guint32 activate_time); |
| void | popup | (guint button, guint32 activate_time); |
| void | popup | (GtkMenuPositionFunc func, gpointer data, guint button, guint32 activate_time); |
| void | reorder_child | (const MenuItem& child, gint position); |
| void | reposition | (); |
| void | set_accel_group | (AccelGroup* accel_group=0); |
| void | set_accel_group | (AccelGroup& accel_group); |
| void | set_active | (gint index); |
| void | set_tearoff_state | (bool torn_off); |
| void | set_title | (const nstring& title); |
| virtual | ~Menu | (); |
protected function member index: |
||
| void | attach_to_widget | (Widget& widget, GtkMenuDetachFunc detacher); |