Warning: file_put_contents(): Only -1 of 43 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Classes Prev   GtkMenuBar Next A widget that holds menu items. Object Hierarchy GObject `-- GtkObject        GtkWidget GtkContainer GtkMenuShell Description This forms the base to create ...
Forum und email

GtkMenuBar

A widget that holds menu items.

Object Hierarchy

GObject
`-- GtkObject
       `-- GtkWidget
              `-- GtkContainer
                     `-- GtkMenuShell
                            `-- GtkMenuBar

Description

This widget forms the base to create a general menu. First, you need to create a GtkMenuBar and then add GtkMenuItems to it. The result will be a standard menu bar that may be placed appropriately in the application.

Constructors

-- Creates a new GtkMenuBar