gtk-d v3.6.1 (2017-04-24T17:21:39Z)
Home
Dub
Repo
CellArea.OnApplyAttributesDelegateWrapper
gtk
CellArea
CellArea
Undocumented in source.
class
CellArea
protected
class
OnApplyAttributesDelegateWrapper {
static
OnApplyAttributesDelegateWrapper
[]
listeners
;
void
delegate
(
TreeModelIF
,
TreeIter
,
bool
,
bool
,
CellArea
)
dlg
;
gulong
handlerId
;
this
(void delegate(TreeModelIF, TreeIter, bool, bool, CellArea) dlg);
void
remove
(OnApplyAttributesDelegateWrapper source);
}
Constructors
this
this
(void delegate(TreeModelIF, TreeIter, bool, bool, CellArea) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnApplyAttributesDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnApplyAttributesDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
TreeModelIF
,
TreeIter
,
bool
,
bool
,
CellArea
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
CellArea
CellArea
classes
OnAddEditableDelegateWrapper
OnApplyAttributesDelegateWrapper
OnFocusChangedDelegateWrapper
OnRemoveEditableDelegateWrapper
constructors
this
functions
activate
activateCell
add
addFocusSibling
addOnAddEditable
addOnApplyAttributes
addOnFocusChanged
addOnRemoveEditable
applyAttributes
attributeConnect
attributeDisconnect
attributeGetColumn
cellGetProperty
cellGetValist
cellSetProperty
cellSetValist
copyContext
createContext
event
focus
foreac
foreachAlloc
getCellAllocation
getCellAreaStruct
getCellAtPosition
getCurrentPathString
getEditWidget
getEditedCell
getFocusCell
getFocusFromSibling
getFocusSiblings
getPreferredHeight
getPreferredHeightForWidth
getPreferredWidth
getPreferredWidthForHeight
getRequestMode
getStruct
hasRenderer
innerCellArea
isActivatable
isFocusSibling
remove
removeFocusSibling
render
requestRenderer
setFocusCell
setStruct
stopEditing
mixins
__anonymous
static functions
callBackAddEditable
callBackAddEditableDestroy
callBackApplyAttributes
callBackApplyAttributesDestroy
callBackFocusChanged
callBackFocusChangedDestroy
callBackRemoveEditable
callBackRemoveEditableDestroy
getType
variables
gtkCellArea