gio.ActionGroupT

Undocumented in source.

Public Imports

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

Members

Templates

ActionGroupT
template ActionGroupT(TStruct)

gtk.ActionGroup 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 gio.MenuModel that provides additional representation data for displaying the actions to the user, e.g. in a menu.