Package org.gnome.gtk
Class CellArea.CellAreaClass
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeClass
org.gnome.gobject.GObject.ObjectClass
org.gnome.gobject.InitiallyUnowned.InitiallyUnownedClass
org.gnome.gtk.CellArea.CellAreaClass
-
Constructor Summary
ConstructorsConstructorDescriptionCellAreaClass(MemorySegment address) Create a CellAreaClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionfindCellProperty(String propertyName) Deprecated.static MemoryLayoutThe memory layout of the native struct.voidinstallCellProperty(int propertyId, ParamSpec pspec) Deprecated.Deprecated.voidoverrideActivate(Arena arena, @Nullable Method method) Override virtual methodactivate.voidoverrideAdd(Arena arena, @Nullable Method method) Override virtual methodadd.voidoverrideApplyAttributes(Arena arena, @Nullable Method method) Override virtual methodapply_attributes.voidoverrideCopyContext(Arena arena, @Nullable Method method) Override virtual methodcopy_context.voidoverrideCreateContext(Arena arena, @Nullable Method method) Override virtual methodcreate_context.voidoverrideEvent(Arena arena, @Nullable Method method) Override virtual methodevent.voidoverrideFocus(Arena arena, @Nullable Method method) Override virtual methodfocus.voidoverrideForeach(Arena arena, @Nullable Method method) Override virtual methodforeach.voidoverrideForeachAlloc(Arena arena, @Nullable Method method) Override virtual methodforeach_alloc.voidoverrideGetCellProperty(Arena arena, @Nullable Method method) Override virtual methodget_cell_property.voidoverrideGetPreferredHeight(Arena arena, @Nullable Method method) Override virtual methodget_preferred_height.voidoverrideGetPreferredHeightForWidth(Arena arena, @Nullable Method method) Override virtual methodget_preferred_height_for_width.voidoverrideGetPreferredWidth(Arena arena, @Nullable Method method) Override virtual methodget_preferred_width.voidoverrideGetPreferredWidthForHeight(Arena arena, @Nullable Method method) Override virtual methodget_preferred_width_for_height.voidoverrideGetRequestMode(Arena arena, @Nullable Method method) Override virtual methodget_request_mode.voidoverrideIsActivatable(Arena arena, @Nullable Method method) Override virtual methodis_activatable.voidoverrideRemove(Arena arena, @Nullable Method method) Override virtual methodremove.voidoverrideSetCellProperty(Arena arena, @Nullable Method method) Override virtual methodset_cell_property.voidoverrideSnapshot(Arena arena, @Nullable Method method) Override virtual methodsnapshot.Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readConstructProperties, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeConstructProperties, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecsMethods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, get, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
CellAreaClass
Create a CellAreaClass proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideAdd
-
overrideRemove
-
overrideForeach
-
overrideForeachAlloc
-
overrideEvent
-
overrideSnapshot
-
overrideApplyAttributes
-
overrideCreateContext
-
overrideCopyContext
-
overrideGetRequestMode
-
overrideGetPreferredWidth
-
overrideGetPreferredHeightForWidth
-
overrideGetPreferredHeight
-
overrideGetPreferredWidthForHeight
-
overrideSetCellProperty
-
overrideGetCellProperty
-
overrideFocus
-
overrideIsActivatable
-
overrideActivate
-
findCellProperty
Deprecated.Finds a cell property of a cell area class by name.- Parameters:
propertyName- the name of the child property to find- Returns:
- the
GParamSpecof the child property
-
installCellProperty
Deprecated.Installs a cell property on a cell area class.- Parameters:
propertyId- the id for the propertypspec- theGParamSpecfor the property
-
listCellProperties
Deprecated.Returns all cell properties of a cell area class.- Returns:
- a newly
allocated
null-terminated array ofGParamSpec*. The array must be freed with g_free().
-