UF_STYLER_callback_info_s (查看源代码)
 
定义在: uf_styler.h
 
也被称为:
 
概述
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