Surface

class Surface(surfacePointer: CPointer<GdkSurface>) : KGObject

kotlinx-gtk

25 / 07 / 2021

See also

Constructors

Surface
Link copied to clipboard
fun Surface(surfacePointer: CPointer<GdkSurface>)

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
createSimilarSurface
Link copied to clipboard
fun createSimilarSurface(content: cairo_content_t, width: Int, height: Int): Surface
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)
setCursor
Link copied to clipboard
fun setCursor(cursor: Cursor?)
unref
Link copied to clipboard
open override fun unref()

Properties

gClass
Link copied to clipboard
open val gClass: TypeClass
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
surfacePointer
Link copied to clipboard
val surfacePointer: CPointer<GdkSurface>
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>