DeviceTool

class DeviceTool(deviceToolPointer: CPointer<GdkDeviceTool>) : KGObject

03 / 01 / 2022

See also

Constructors

DeviceTool
Link copied to clipboard
fun DeviceTool(deviceToolPointer: CPointer<GdkDeviceTool>)

Types

Companion
Link copied to clipboard
object Companion
Type
Link copied to clipboard
enum Type : Enum<DeviceTool.Type>

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

axes
Link copied to clipboard
val axes: GdkAxisFlags
deviceToolPointer
Link copied to clipboard
val deviceToolPointer: CPointer<GdkDeviceTool>
gClass
Link copied to clipboard
open val gClass: TypeClass
hardwareId
Link copied to clipboard
val hardwareId: ULong
pointer
Link copied to clipboard
val pointer: CPointer<GObject>
serial
Link copied to clipboard
val serial: ULong
type
Link copied to clipboard
val type: DeviceTool.Type
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>