AgsMenuBar

AgsMenuBar — the menu bar.

Functions

AgsMenuBar * ags_menu_bar_new ()
GtkMenu * ags_zoom_menu_new ()
GtkMenu * ags_tact_menu_new ()
GtkComboBox * ags_zoom_combo_box_new ()
GtkComboBox * ags_tact_combo_box_new ()

Includes

#include <ags/X/ags_menu_bar.h>

Description

AgsMenuBar is a composite widget to be used as application's menu bar.

Functions

ags_menu_bar_new ()

AgsMenuBar *
ags_menu_bar_new ();

Creates an AgsMenuBar

Returns

a new AgsMenuBar

Since 0.3


ags_zoom_menu_new ()

GtkMenu *
ags_zoom_menu_new ();

Returns


ags_tact_menu_new ()

GtkMenu *
ags_tact_menu_new ();

Returns


ags_zoom_combo_box_new ()

GtkComboBox *
ags_zoom_combo_box_new ();

Creates an GtkComboBox to select tact

Returns

a new GtkComboBox

Since 0.4


ags_tact_combo_box_new ()

GtkComboBox *
ags_tact_combo_box_new ();

Returns

Types and Values