Top | ![]() |
![]() |
![]() |
![]() |
GtkMenu * | ags_toolbar_tool_popup_new () |
AgsToolbar * | ags_toolbar_new () |
#define | AGS_IS_TOOLBAR() |
#define | AGS_TOOLBAR() |
#define | AGS_TOOLBAR_CLASS() |
#define | AGS_TOOLBAR_GET_CLASS() |
GType | ags_toolbar_get_type () |
enum | AgsToolbarFlags |
#define | AGS_TYPE_TOOLBAR |
struct | AgsToolbar |
struct | AgsToolbarClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkToolbar ╰── AgsToolbar
AgsToolbar implements AtkImplementorIface, GtkBuildable, GtkToolShell, GtkOrientable and AgsConnectable.
GtkMenu *
ags_toolbar_tool_popup_new (GtkToolbar *toolbar
);
Create a new GtkMenu suitable for menu tool button.
Since: 0.8.8
#define AGS_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_TOOLBAR, AgsToolbar))
#define AGS_TOOLBAR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TOOLBAR, AgsToolbarClass))
#define AGS_TOOLBAR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS (obj, AGS_TYPE_TOOLBAR, AgsToolbarClass))