ActionEntry

#GtkActionEntry structs are used with gtk.action_group.ActionGroup.addActions to construct actions.

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

_cPtr
void* _cPtr()

Properties

accelerator
string accelerator [@property getter]

Get accelerator field.

accelerator
string accelerator [@property setter]

Set accelerator field.

callback
GCallback callback [@property setter]

Set callback field.

callback
GCallback callback [@property getter]

Get callback field.

label
string label [@property getter]

Get label field.

label
string label [@property setter]

Set label field.

name
string name [@property getter]

Get name field.

name
string name [@property setter]

Set name field.

stockId
string stockId [@property getter]

Get stockId field.

stockId
string stockId [@property setter]

Set stockId field.

tooltip
string tooltip [@property getter]

Get tooltip field.

tooltip
string tooltip [@property setter]

Set tooltip field.