WidgetActionGroup

Constructors

this
this(DzlWidgetActionGroup* dzlWidgetActionGroup, bool ownedRef = false)

Sets our main struct and passes it to the parent class.

this
this(Widget widget)

Members

Functions

getStruct
void* getStruct()

the main Gtk struct as a void*

getWidgetActionGroupStruct
DzlWidgetActionGroup* getWidgetActionGroupStruct(bool transferOwnership = false)

Get the main Gtk struct

setActionEnabled
void setActionEnabled(string actionName, bool enabled)

Static functions

attach
void attach(Widget widget, string groupName)

Helper function to create an #DzlWidgetActionGroup and attach it to @widget using the group name @group_name.

getType
GType getType()

Variables

dzlWidgetActionGroup
DzlWidgetActionGroup* dzlWidgetActionGroup;

the main Gtk struct

Meta