Cursor

class Cursor(cursorPointer: CPointer<GdkCursor>) : KGObject

kotlinx-gtk

28 / 07 / 2021

See also

Constructors

Cursor
Link copied to clipboard
fun Cursor(name: String, fallback: Cursor?)
Cursor
Link copied to clipboard
fun Cursor(texture: Texture, hotspotX: Int, hotspotY: Int, fallback: Cursor?)
Cursor
Link copied to clipboard
fun Cursor(cursorPointer: CPointer<GdkCursor>)

Types

Companion
Link copied to clipboard
object Companion

Functions

addWeakPointer
Link copied to clipboard
fun addWeakPointer(weakPointerLocation: CValuesRef<COpaquePointerVar>)
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
getString
Link copied to clipboard
fun getString(propertyName: String): String
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)
unref
Link copied to clipboard
open override fun unref()

Properties

cursorPointer
Link copied to clipboard
val cursorPointer: CPointer<GdkCursor>
fallback
Link copied to clipboard
val fallback: Cursor?
gClass
Link copied to clipboard
open val gClass: TypeClass
hotspotX
Link copied to clipboard
val hotspotX: Int
hotspotY
Link copied to clipboard
val hotspotY: Int
name
Link copied to clipboard
val name: String?
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
texture
Link copied to clipboard
val texture: Texture?
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>