CodeSlayerMenuBarEditor

CodeSlayerMenuBarEditor — The editor menu.

Synopsis

#include <codeslayer/codeslayer-menubar-editor.h>

struct              CodeSlayerMenuBarEditor;
GtkWidget *         codeslayer_menu_bar_editor_new      (GtkWidget *menu_bar,
                                                         GtkAccelGroup *accel_group);
void                codeslayer_menu_bar_editor_sync_with_notebook
                                                        (CodeSlayerMenuBarEditor *menu_bar_editor,
                                                         GtkWidget *notebook);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkBin
                           +----GtkMenuItem
                                 +----CodeSlayerMenuBarEditor

Implemented Interfaces

CodeSlayerMenuBarEditor implements AtkImplementorIface, GtkBuildable, GtkActivatable and GtkActionable.

Description

Details

struct CodeSlayerMenuBarEditor

struct CodeSlayerMenuBarEditor;

codeslayer_menu_bar_editor_new ()

GtkWidget *         codeslayer_menu_bar_editor_new      (GtkWidget *menu_bar,
                                                         GtkAccelGroup *accel_group);

Creates a new CodeSlayerMenuBarEditor.

menu_bar :

a CodeSlayerMenuBar.

accel_group :

a GtkAccelGroup.

Returns :

a new CodeSlayerMenuBarEditor.

codeslayer_menu_bar_editor_sync_with_notebook ()

void                codeslayer_menu_bar_editor_sync_with_notebook
                                                        (CodeSlayerMenuBarEditor *menu_bar_editor,
                                                         GtkWidget *notebook);

menu_bar_editor :

a CodeSlayerMenuBarEditor.

notebook :

a GtkNotebook.