Package org.gtk.gtk.cellrenderer
Types
CellRenderer
Link copied to clipboard
open class CellRenderer(cellRendererPointer: GtkCellRenderer_autoptr) : KGObject
Content copied to clipboard
CellRendererAccel
Link copied to clipboard
class CellRendererAccel(accelPointer: GtkCellRendererAccel_autoptr) : CellRendererText
Content copied to clipboard
CellRendererAccelClearedFunc
Link copied to clipboard
typealias CellRendererAccelClearedFunc = CellRendererAccel.(pathString: String) -> Unit
Content copied to clipboard
CellRendererAccelEditedFunc
Link copied to clipboard
typealias CellRendererAccelEditedFunc = CellRendererAccel.(pathString: String, accelKey: UInt, accelMods: GdkModifierType, hardwareKeycode: UInt) -> Unit
Content copied to clipboard
CellRendererCombo
Link copied to clipboard
class CellRendererCombo(comboPointer: GtkCellRendererCombo_autoptr) : CellRenderer
Content copied to clipboard
CellRendererComboChangedFunc
Link copied to clipboard
typealias CellRendererComboChangedFunc = CellRendererCombo.(path: String, newIter: TreeIter) -> Unit
Content copied to clipboard
CellRendererEditingStartedFunc
Link copied to clipboard
typealias CellRendererEditingStartedFunc = CellRenderer.(editable: CellEditable, path: String) -> Unit
Content copied to clipboard
CellRendererPixbuf
Link copied to clipboard
class CellRendererPixbuf(pixBufPointer: GtkCellRendererPixbuf_autoptr) : CellRenderer
Content copied to clipboard
CellRendererProgress
Link copied to clipboard
class CellRendererProgress(progressPointer: GtkCellRendererProgress_autoptr) : CellRenderer
Content copied to clipboard
CellRendererSpin
Link copied to clipboard
class CellRendererSpin(spinPointer: GtkCellRendererSpin_autoptr) : CellRendererText
Content copied to clipboard
CellRendererSpinner
Link copied to clipboard
class CellRendererSpinner(progressPointer: GtkCellRendererSpinner_autoptr) : CellRenderer
Content copied to clipboard
CellRendererText
Link copied to clipboard
open class CellRendererText(textPointer: GtkCellRendererText_autoptr) : CellRenderer
Content copied to clipboard
CellRendererTextEditedFunc
Link copied to clipboard
typealias CellRendererTextEditedFunc = CellRendererText.(path: String, newText: String) -> Unit
Content copied to clipboard
CellRendererToggle
Link copied to clipboard
class CellRendererToggle(togglePointer: GtkCellRendererToggle_autoptr) : CellRenderer
Content copied to clipboard
CellRendererToggleToggledFunc
Link copied to clipboard
typealias CellRendererToggleToggledFunc = CellRendererToggle.(path: String) -> Unit
Content copied to clipboard