gtk-kt
gtk
/
org.gtk.gtk.common.data
/
Requisition
Requisition
class
Requisition
(
requisitionPointer
:
CPointer
<
GtkRequisition
>
)
:
Closeable
Content copied to clipboard
kotlinx-gtk 06 / 03 / 2021
Types
Constructors
Functions
Properties
See also
See also
GtkRequisition
After being used, should be closed
Constructors
Requisition
Link copied to clipboard
fun
Requisition
(
)
Content copied to clipboard
Requisition
Link copied to clipboard
fun
Requisition
(
requisitionPointer
:
CPointer
<
GtkRequisition
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
Content copied to clipboard
copy
Link copied to clipboard
fun
copy
(
)
:
Requisition
Content copied to clipboard
free
Link copied to clipboard
fun
free
(
)
Content copied to clipboard
Properties
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
requisitionPointer
Link copied to clipboard
val
requisitionPointer
:
CPointer
<
GtkRequisition
>
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard