Requisition

class Requisition(requisitionPointer: CPointer<GtkRequisition>) : Closeable

kotlinx-gtk 06 / 03 / 2021

See also

GtkRequisition

After being used, should be closed

Constructors

Requisition
Link copied to clipboard
fun Requisition()
Requisition
Link copied to clipboard
fun Requisition(requisitionPointer: CPointer<GtkRequisition>)

Types

Companion
Link copied to clipboard
object Companion

Functions

close
Link copied to clipboard
open override fun close()
copy
Link copied to clipboard
fun copy(): Requisition
free
Link copied to clipboard
fun free()

Properties

height
Link copied to clipboard
val height: Int
requisitionPointer
Link copied to clipboard
val requisitionPointer: CPointer<GtkRequisition>
width
Link copied to clipboard
val width: Int