GtkMenu Constructor

GtkMenu Constructor

GtkMenu (void);

creates an empty popup container widget that will exclusively hold GtkMenuItems. It may be instantiated alone as an event-driven popup menu (see the example below) or it can be associated with a higher-level GtkMenuItem as a submenu, or a GtkOptionMenu as a menu. When it is associated with an object in this way, the menu will pop up in response to the object's activation.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.