Pike v8.0 release 1738

Class GTK1.MenuBar

Inheritance graph
Description

Basically a horizontal W(Menu). The menu image cannot be grabbed automatically, but this is how you would create a menu all in one line. This is not the recommended coding style.  GTK1.MenuBar()->add(GTK1.MenuItem("Menu")->set_submenu(GTK1.Menu()->add(GTK1.MenuItem("Sub")))->select()->activate())->add(GTK1.MenuItem("Bar"))


Inherit MenuShell

inherit GTK1.MenuShell : MenuShell


Method create

GTK1.MenuBar GTK1.MenuBar()