gtk-kt
gtk
/
org.gtk.gdk
/
Rectangle
Rectangle
class
Rectangle
(
rectanglePointer
:
CPointer
<
GdkRectangle
>
)
Content copied to clipboard
kotlinx-gtk 15 / 03 / 2021
Types
Constructors
Properties
Constructors
Rectangle
Link copied to clipboard
fun
Rectangle
(
rectanglePointer
:
CPointer
<
GdkRectangle
>
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
height
Link copied to clipboard
var
height
:
Int
Content copied to clipboard
rectanglePointer
Link copied to clipboard
val
rectanglePointer
:
CPointer
<
GdkRectangle
>
Content copied to clipboard
width
Link copied to clipboard
var
width
:
Int
Content copied to clipboard
x
Link copied to clipboard
var
x
:
Int
Content copied to clipboard
y
Link copied to clipboard
var
y
:
Int
Content copied to clipboard