Callback Events
Events are fired whenever specifc things occur to the widget. The callback
is a user supplied function. This is done so that the user may handle
these events without needing to inherit the base class.
FLVE_ROW_CHANGED
This events is fired whenever the current row changes.
FLVE_ROWS_CHANGED
This event is fired whenever the number of rows change.
FLVE_SELECTION_CHANGED
This event is fired whenever the selection is changed.
FLVE_COL_CHANGED
This event is fired whenever the column is changed.
FLVE_COLS_CHANGED
This event is fired whenever the number of columns changes.
FLVE_FEATURE_CHANGED
This event is fired whenever the set of features changes.