gio.ActionGroupT

Undocumented in source.

Public Imports

gio.c.functions
public import gio.c.functions;
Undocumented in source.
gio.c.types
public import gio.c.types;
Undocumented in source.
glib.Str
public import glib.Str;
Undocumented in source.
glib.Variant
public import glib.Variant;
Undocumented in source.
glib.VariantType
public import glib.VariantType;
Undocumented in source.
gobject.Signals
public import gobject.Signals;
Undocumented in source.
gtkc.giotypes
public import gtkc.giotypes;
Undocumented in source.
std.algorithm
public import std.algorithm;
Undocumented in source.

Members

Templates

ActionGroupT
template ActionGroupT(TStruct)

#GActionGroup represents a group of actions. Actions can be used to expose functionality in a structured way, either from one part of a program to another, or to the outside world. Action groups are often used together with a #GMenuModel that provides additional representation data for displaying the actions to the user, e.g. in a menu.

Meta