GridLayout

class GridLayout(gridLayoutPointer: GtkGridLayout_autoptr) : LayoutManager

kotlinx-gtk

22 / 11 / 2021

See also

Constructors

GridLayout
Link copied to clipboard
fun GridLayout()
GridLayout
Link copied to clipboard
fun GridLayout(gridLayoutPointer: GtkGridLayout_autoptr)

Functions

addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
allocate
Link copied to clipboard
fun allocate(widget: Widget, width: Int, height: Int, baseline: Int)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
getLayoutChild
Link copied to clipboard
fun getLayoutChild(child: Widget): LayoutChild
getRowBaselinePosition
Link copied to clipboard
fun getRowBaselinePosition(row: Int): BaselinePosition
getString
Link copied to clipboard
fun getString(propertyName: String): String
layoutChanged
Link copied to clipboard
fun layoutChanged()
measure
Link copied to clipboard
fun measure(widget: Widget, orientation: Orientation, forSize: Int): LayoutManager.MeasureResult
ref
Link copied to clipboard
open fun ref(): KGObject
set
Link copied to clipboard
fun set(propertyName: String, boolean: Boolean)
fun set(propertyName: String, string: String)
setRowBaselinePosition
Link copied to clipboard
fun setRowBaselinePosition(row: Int, position: BaselinePosition)
unref
Link copied to clipboard
open override fun unref()

Properties

baselineRow
Link copied to clipboard
var baselineRow: Int
columnHomogeneous
Link copied to clipboard
var columnHomogeneous: Boolean
columnSpacing
Link copied to clipboard
var columnSpacing: UInt
gClass
Link copied to clipboard
open val gClass: TypeClass
gridLayoutPointer
Link copied to clipboard
val gridLayoutPointer: GtkGridLayout_autoptr
layoutManagerPointer
Link copied to clipboard
val layoutManagerPointer: CPointer<GtkLayoutManager>
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
requestMode
Link copied to clipboard
val requestMode: SizeRequestMode
rowHomogeneous
Link copied to clipboard
var rowHomogeneous: Boolean
rowSpacing
Link copied to clipboard
var rowSpacing: UInt
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>
widget
Link copied to clipboard
val widget: Widget?