Top | ![]() |
![]() |
![]() |
![]() |
GtkMenu * | ags_notation_toolbar_tool_popup_new () |
AgsNotationToolbar * | ags_notation_toolbar_new () |
#define | AGS_IS_NOTATION_TOOLBAR() |
#define | AGS_NOTATION_TOOLBAR() |
#define | AGS_NOTATION_TOOLBAR_CLASS() |
#define | AGS_NOTATION_TOOLBAR_GET_CLASS() |
GType | ags_notation_toolbar_get_type () |
enum | AgsNotationToolbarFlags |
#define | AGS_TYPE_NOTATION_TOOLBAR |
struct | AgsNotationToolbar |
struct | AgsNotationToolbarClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkToolbar ╰── AgsNotationToolbar
AgsNotationToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell, GtkOrientable and AgsConnectable.
GtkMenu *
ags_notation_toolbar_tool_popup_new (AgsNotationToolbar *notation_toolbar
);
Create a new GtkMenu suitable for menu tool button.
Since: 2.0.0
AgsNotationToolbar * ags_notation_toolbar_new ();
Create a new AgsNotationToolbar.
Since: 2.0.0
#define AGS_IS_NOTATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_NOTATION_TOOLBAR))
#define AGS_NOTATION_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbar))
#define AGS_NOTATION_TOOLBAR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbarClass))
#define AGS_NOTATION_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_NOTATION_TOOLBAR, AgsNotationToolbarClass))