ShortcutAction

open class ShortcutAction(shortcutAction: GtkShortcutAction_autoptr) : KGObject

gtk-kt

19 / 11 / 2021

See also

Constructors

ShortcutAction
Link copied to clipboard
fun ShortcutAction(string: String)
ShortcutAction
Link copied to clipboard
fun ShortcutAction(obj: TypeInstance)
ShortcutAction
Link copied to clipboard
fun ShortcutAction(shortcutAction: GtkShortcutAction_autoptr)

Functions

activate
Link copied to clipboard
fun activate(flags: GtkShortcutActionFlags, widget: Widget, args: Variant): Boolean
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)
toString
Link copied to clipboard
open override fun toString(): String
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>
shortcutAction
Link copied to clipboard
val shortcutAction: GtkShortcutAction_autoptr
typeInstancePointer
Link copied to clipboard
open override val typeInstancePointer: CPointer<GTypeInstance>

Inheritors

ActivateAction
Link copied to clipboard
CallbackAction
Link copied to clipboard
MnemonicAction
Link copied to clipboard
NamedAction
Link copied to clipboard
NothingAction
Link copied to clipboard
SignalAction
Link copied to clipboard