Package ch.bailu.gtk.gio
Klasse SimpleActionGroup
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.type.PropertyHolder
ch.bailu.gtk.gio.SimpleActionGroup
- Alle implementierten Schnittstellen:
PointerInterface
`GSimpleActionGroup` is a hash table filled with [iface@Gio.Action] objects,
implementing the [iface@Gio.ActionGroup] and [iface@Gio.ActionMap]
interfaces.
implementing the [iface@Gio.ActionGroup] and [iface@Gio.ActionMap]
interfaces.
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify
-
Feldübersicht
Von Klasse geerbte Felder ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new, empty, #GSimpleActionGroup.SimpleActionGroup
(PointerContainer pointer) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungImplements interfaceActionGroup
.Implements interfaceActionMap
.static ClassHandler
static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
void
Veraltet.Veraltet.Veraltet.void
Veraltet.void
Veraltet.Von Klasse geerbte Methoden ch.bailu.gtk.type.PropertyHolder
getBooleanProperty, getIntProperty, getObjectProperty, getStringProperty, getStrProperty, setBooleanProperty, setIntProperty, setObjectProperty, setStringProperty, setStrProperty
Von Klasse geerbte Methoden ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnref
Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Konstruktordetails
-
SimpleActionGroup
-
SimpleActionGroup
public SimpleActionGroup()Creates a new, empty, #GSimpleActionGroup.
-
-
Methodendetails
-
getClassHandler
-
insert
Veraltet.Adds an action to the action group.
If the action group already contains an action with the same name as
@action then the old action is dropped from the group.
The action group takes its own reference on @action.- Parameter:
action
- a #GAction
-
lookup
Veraltet.Looks up the action with the name @action_name in the group.
If no such action exists, returns %NULL.- Parameter:
action_name
- the name of an action- Gibt zurück:
- a #GAction, or %NULL
-
lookup
Veraltet.Looks up the action with the name @action_name in the group.
If no such action exists, returns %NULL.- Parameter:
action_name
- the name of an action- Gibt zurück:
- a #GAction, or %NULL
-
remove
Veraltet.Removes the named action from the action group.
If no action of this name is in the group then nothing happens.- Parameter:
action_name
- the name of the action
-
remove
Veraltet.Removes the named action from the action group.
If no action of this name is in the group then nothing happens.- Parameter:
action_name
- the name of the action
-
asActionGroup
Implements interfaceActionGroup
. Call this to get access to interface functions.- Gibt zurück:
ActionGroup
-
asActionMap
Implements interfaceActionMap
. Call this to get access to interface functions.- Gibt zurück:
ActionMap
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-