Package org.gtk.gtk.common.callback

Types

ShortcutFunction
Link copied to clipboard
typealias ShortcutFunction = (widget: Widget, args: Variant?) -> Boolean
TreeViewRowSeparatorFunc
Link copied to clipboard
typealias TreeViewRowSeparatorFunc = (TreeModel, TreeIter) -> Boolean
TypedChangeCurrentPageFunction
Link copied to clipboard
typealias TypedChangeCurrentPageFunction<T> = T.(Int) -> Boolean
TypedExtendedMoveCursorFunction
Link copied to clipboard
typealias TypedExtendedMoveCursorFunction<T> = T.(step: MovementStep, count: Int, extendSelection: Boolean) -> Unit
TypedStringFunc
Link copied to clipboard
typealias TypedStringFunc<T> = T.(String) -> Unit

Properties

staticTreeViewRowSeparatorFunc
Link copied to clipboard
val staticTreeViewRowSeparatorFunc: GtkTreeViewRowSeparatorFunc

Static function for TreeViewRowSeparatorFunc