UF_STYLER_callback_info_s (view source)
 
Defined in: uf_styler.h
 
Also known as:
 
Overview
Callback information is stored in the following structure.

A list of callbacks associated with your dialog is automatically
generated for you in your template file.


Data Members

object_id
char *
Indicates the specific object that
the callback is associated with.

cb_type
int
Indicates the type of callback, e.g.
UF_STYLER_ACTIVATE_CB. See the
#defines in uf_styler.h for the
complete list of callback types.

is_dialog_launching_cb
int
Informs the UIStyler that this callback
will construct a dialog.

callback_proc
UF_STYLER_cb_f_t
The callback function