CellArea
open class CellArea(cellAreaPointer: GtkCellArea_autoptr) : InitiallyUnowned, Buildable, CellLayout
Content copied to clipboard
13 / 03 / 2021
See also
Constructors
Types
Functions
activateCell
Link copied to clipboard
fun activateCell(widget: Widget, renderer: CellRenderer, event: Event, cellArea: Rectangle, flags: GtkCellRendererState): Boolean
Content copied to clipboard
add
Link copied to clipboard
addAttribute
Link copied to clipboard
open fun addAttribute(cell: CellRenderer, attribute: String, column: Int)
Content copied to clipboard
addFocusSibling
Link copied to clipboard
addOnAddEditableCallback
Link copied to clipboard
fun addOnAddEditableCallback(action: CellAreaAddEditableFunc): SignalManager
Content copied to clipboard
addOnApplyAttributesCallback
Link copied to clipboard
fun addOnApplyAttributesCallback(action: CellAreaApplyAttributesFunc): SignalManager
Content copied to clipboard
addOnFocusChangedCallback
Link copied to clipboard
fun addOnFocusChangedCallback(action: CellAreaFocusChangedFunc): SignalManager
Content copied to clipboard
addOnRemoveEditableCallback
Link copied to clipboard
fun addOnRemoveEditableCallback(action: CellAreaRemoveEditableFunc): SignalManager
Content copied to clipboard
addWeakPointer
Link copied to clipboard
applyAttributes
Link copied to clipboard
fun applyAttributes(treeModel: TreeModel, iter: TreeIter, isExpander: Boolean, isExpanded: Boolean)
Content copied to clipboard
attributeConnect
Link copied to clipboard
fun attributeConnect(renderer: CellRenderer, attribute: String, column: Int)
Content copied to clipboard
attributeDisconnect
Link copied to clipboard
attributeGetColumn
Link copied to clipboard
bindProperty
Link copied to clipboard
fun bindProperty(property: String, target: KGObject, targetProperty: String, flags: Binding.Flags): Binding
Content copied to clipboard
cellGetProperty
Link copied to clipboard
cellSetProperty
Link copied to clipboard
fun cellSetProperty(renderer: CellRenderer, propertyName: String, value: Value)
Content copied to clipboard
clearAttributes
Link copied to clipboard
copyContext
Link copied to clipboard
createContext
Link copied to clipboard
focus
Link copied to clipboard
forEach
Link copied to clipboard
forEachAlloc
Link copied to clipboard
fun forEachAlloc(context: CellAreaContext, widget: Widget, cellArea: Rectangle, backgroundArea: Rectangle, func: CellAllocCallback)
Content copied to clipboard
getCellAllocation
Link copied to clipboard
fun getCellAllocation(context: CellAreaContext, widget: Widget, renderer: CellRenderer, cellArea: Rectangle): Rectangle
Content copied to clipboard
getCellAtPosition
Link copied to clipboard
fun getCellAtPosition(context: CellAreaContext, widget: Widget, cellArea: Rectangle, x: Int, y: Int, allocArea: Rectangle): CellRenderer
Content copied to clipboard
getFocusFromSibling
Link copied to clipboard
getFocusSiblings
Link copied to clipboard
getPreferredHeight
Link copied to clipboard
fun getPreferredHeight(context: CellAreaContext, widget: Widget): PreferredHeight
Content copied to clipboard
getPreferredHeightForWidth
Link copied to clipboard
fun getPreferredHeightForWidth(context: CellAreaContext, widget: Widget, width: Int): PreferredHeight
Content copied to clipboard
getPreferredWidth
Link copied to clipboard
fun getPreferredWidth(context: CellAreaContext, widget: Widget): PreferredWidth
Content copied to clipboard
getPreferredWidthForHeight
Link copied to clipboard
fun getPreferredWidthForHeight(context: CellAreaContext, widget: Widget, height: Int): PreferredWidth
Content copied to clipboard
hasRenderer
Link copied to clipboard
innerCellArea
Link copied to clipboard
isFocusSibling
Link copied to clipboard
fun isFocusSibling(renderer: CellRenderer, sibling: CellRenderer): Boolean
Content copied to clipboard
packEnd
Link copied to clipboard
packStart
Link copied to clipboard
remove
Link copied to clipboard
removeFocusSibling
Link copied to clipboard
reorder
Link copied to clipboard
requestRenderer
Link copied to clipboard
fun requestRenderer(renderer: CellRenderer, orientation: Orientation, widget: Widget, forSize: Int): CellArea.SpecialSize
Content copied to clipboard
setCellDataFunc
Link copied to clipboard
open fun setCellDataFunc(renderer: CellRenderer, function: CellLayoutDataFunc?)
Content copied to clipboard
setFocusCell
Link copied to clipboard
stopEditing
Link copied to clipboard
Properties
buildablePointer
Link copied to clipboard
cellAreaPointer
Link copied to clipboard
cellLayoutHolder
Link copied to clipboard
cells
Link copied to clipboard
currentPathString
Link copied to clipboard
editedCell
Link copied to clipboard
editWidget
Link copied to clipboard
focusCell
Link copied to clipboard
initiallyUnownedPointer
Link copied to clipboard
isActivatable
Link copied to clipboard
requestMode
Link copied to clipboard
typeInstancePointer
Link copied to clipboard
Inheritors
CellAreaBox
Link copied to clipboard