BtMainMenu

BtMainMenu — class for the editor main menu

Synopsis

#include "bt-edit.h"

struct              BtMainMenu;
BtMainMenu *        bt_main_menu_new                    (void);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkMenuShell
                                 +----GtkMenuBar
                                       +----BtMainMenu

Implemented Interfaces

BtMainMenu implements AtkImplementorIface and GtkBuildable.

Description

Provides the main application menu.

Details

struct BtMainMenu

struct BtMainMenu;

the main menu inside the BtMainWindow


bt_main_menu_new ()

BtMainMenu *        bt_main_menu_new                    (void);

Create a new instance

Returns :

the new instance