Documentation
Dlang.org
GtkCellLayoutIface.setCellDataFunc
gtk
c
types
GtkCellLayoutIface
Sets the
gtk.cell_layout.CellLayout
DataFunc to use for cell_layout.
struct
GtkCellLayoutIface
extern (
C
)
void
function
(
GtkCellLayout
*
cellLayout
,
GtkCellRenderer
*
cell
,
GtkCellLayoutDataFunc
func
,
void
*
funcData
,
GDestroyNotify
destroy
)
setCellDataFunc
;
gtk
c
types
GtkCellLayoutIface
variables
addAttribute
clear
clearAttributes
gIface
getArea
getCells
packEnd
packStart
reorder
setCellDataFunc
Sets the gtk.cell_layout.CellLayoutDataFunc to use for cell_layout.