gtk-d v3.6.3 (2017-05-14T21:01:55Z)
Home
Dub
Repo
CellEditableT.OnRemoveWidgetDelegateWrapper
gtk
CellEditableT
CellEditableT
Undocumented in source.
template
CellEditableT
(TStruct)
protected
class
OnRemoveWidgetDelegateWrapper {
static
OnRemoveWidgetDelegateWrapper
[]
listeners
;
void
delegate
(
CellEditableIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(CellEditableIF) dlg);
void
remove
(OnRemoveWidgetDelegateWrapper source);
}
Constructors
this
this
(void delegate(CellEditableIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnRemoveWidgetDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnRemoveWidgetDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
CellEditableIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
gtk
CellEditableT
CellEditableT
classes
OnEditingDoneDelegateWrapper
OnRemoveWidgetDelegateWrapper
functions
addOnEditingDone
addOnRemoveWidget
editingDone
getCellEditableStruct
removeWidget
startEditing
static functions
callBackEditingDone
callBackEditingDoneDestroy
callBackRemoveWidget
callBackRemoveWidgetDestroy