Wiki

Changes between Version 2 and Version 3 of GtkMenus

Show
Ignore:
Timestamp:
11/03/11 22:43:17 (12 years ago)
Author:
callisto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GtkMenus

    v2 v3  
    77== Creating the Menu Bar == 
    88 
    9 The menu bar itself is created as an instance of '!MenuBar'.  The menubar is a regular Gtk widget and can be located anywhere you choose, but for the classic menu-at-the-top, place the menubar to the top of a non-expandable 'VBox' before adding it the window.   
     9The menu bar itself is created as an instance of '!MenuBar'.  The menubar is a regular Gtk widget and can be located anywhere you choose, but for the classic menu-at-the-top, place the menubar at the top of a non-expandable 'VBox' before adding it to the window.   
    1010 
    1111The following 'createMenu' definition shows how to construct and add the menubar to a window class.  (A complete example is given at the bottom of this page.)