gtk-d v3.6.5 (2017-05-30T21:07:17Z)
Home
Dub
Repo
TableT.OnColumnInsertedDelegateWrapper
atk
TableT
TableT
Undocumented in source.
template
TableT
(TStruct)
protected
class
OnColumnInsertedDelegateWrapper {
static
OnColumnInsertedDelegateWrapper
[]
listeners
;
void
delegate
(
int
,
int
,
TableIF
)
dlg
;
gulong
handlerId
;
this
(void delegate(int, int, TableIF) dlg);
void
remove
(OnColumnInsertedDelegateWrapper source);
}
Constructors
this
this
(void delegate(int, int, TableIF) dlg)
Undocumented in source.
Members
Functions
remove
void
remove
(OnColumnInsertedDelegateWrapper source)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
listeners
OnColumnInsertedDelegateWrapper
[]
listeners
;
Undocumented in source.
Variables
dlg
void
delegate
(
int
,
int
,
TableIF
)
dlg
;
Undocumented in source.
handlerId
gulong
handlerId
;
Undocumented in source.
Meta
Source
See Implementation
atk
TableT
TableT
classes
OnColumnDeletedDelegateWrapper
OnColumnInsertedDelegateWrapper
OnColumnReorderedDelegateWrapper
OnModelChangedDelegateWrapper
OnRowDeletedDelegateWrapper
OnRowInsertedDelegateWrapper
OnRowReorderedDelegateWrapper
functions
addColumnSelection
addOnColumnDeleted
addOnColumnInserted
addOnColumnReordered
addOnModelChanged
addOnRowDeleted
addOnRowInserted
addOnRowReordered
addRowSelection
getCaption
getColumnAtIndex
getColumnDescription
getColumnExtentAt
getColumnHeader
getIndexAt
getNColumns
getNRows
getRowAtIndex
getRowDescription
getRowExtentAt
getRowHeader
getSelectedColumns
getSelectedRows
getSummary
getTableStruct
isColumnSelected
isRowSelected
isSelected
refAt
removeColumnSelection
removeRowSelection
setCaption
setColumnDescription
setColumnHeader
setRowDescription
setRowHeader
setSummary
static functions
callBackColumnDeleted
callBackColumnDeletedDestroy
callBackColumnInserted
callBackColumnInsertedDestroy
callBackColumnReordered
callBackColumnReorderedDestroy
callBackModelChanged
callBackModelChangedDestroy
callBackRowDeleted
callBackRowDeletedDestroy
callBackRowInserted
callBackRowInsertedDestroy
callBackRowReordered
callBackRowReorderedDestroy