WidgetActionGroup

Constructors

this
this(DzlWidgetActionGroup* dzlWidgetActionGroup, bool ownedRef)

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)

Get the main Gtk struct

setActionEnabled
void setActionEnabled(string actionName, bool enabled)

Mixins

__anonymous
mixin ActionGroupT!(DzlWidgetActionGroup)
Undocumented in source.

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