add_formatting_function
Description:
This function allows you to specify that the func
function needs to be called whenever the rendering of a cell in
this needs to be done.
It is similar in purpose to the gtk_tree_view_column_set_cell_data_func
function.
Parameters:
this |
a RawGrid widget |
func |
a RawGridFormatFunc function pointer |
data |
a pointer to pass to the |
dnotify |
destroy notifier for |