Package ch.bailu.gtk.gtk
Klasse GridLayoutChild
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.gtk.LayoutChild
ch.bailu.gtk.gtk.GridLayoutChild
- Alle implementierten Schnittstellen:
PointerInterface
`GtkLayoutChild` subclass for children in a `GtkGridLayout`.
-
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
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
Retrieves the column number to which @child attaches its left side.int
Retrieves the number of columns that @child spans to.static int
static long
static TypeSystem.TypeSize
int
getRow()
Retrieves the row number to which @child attaches its top side.int
Retrieves the number of rows that @child spans to.static long
static TypeSystem.TypeSize
void
setColumn
(int column) Sets the column number to attach the left side of @child.void
setColumnSpan
(int span) Sets the number of columns @child spans to.void
setRow
(int row) Sets the row to place @child in.void
setRowSpan
(int span) Sets the number of rows @child spans to.Von Klasse geerbte Methoden ch.bailu.gtk.gtk.LayoutChild
getChildWidget, getLayoutManager
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
-
GridLayoutChild
-
-
Methodendetails
-
getClassHandler
-
getColumn
public int getColumn()Retrieves the column number to which @child attaches its left side.- Gibt zurück:
- the column number
-
getColumnSpan
public int getColumnSpan()Retrieves the number of columns that @child spans to.- Gibt zurück:
- the number of columns
-
getRow
public int getRow()Retrieves the row number to which @child attaches its top side.- Gibt zurück:
- the row number
-
getRowSpan
public int getRowSpan()Retrieves the number of rows that @child spans to.- Gibt zurück:
- the number of row
-
setColumn
public void setColumn(int column) Sets the column number to attach the left side of @child.- Parameter:
column
- the attach point for @child
-
setColumnSpan
public void setColumnSpan(int span) Sets the number of columns @child spans to.- Parameter:
span
- the span of @child
-
setRow
public void setRow(int row) Sets the row to place @child in.- Parameter:
row
- the row for @child
-
setRowSpan
public void setRowSpan(int span) Sets the number of rows @child spans to.- Parameter:
span
- the span of @child
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-