TOC PREV NEXT INDEX

GDlinfo_edit

Synopsis

define an editor for the Graphics Display Kit light information

GDlinfo_edit_notify_templ

group GDlinfo_edit_notify_templ {
int show;
int amb_onoff;
float amb_red;
float amb_green;
float amb_blue;
int cur_light;
};

GDlinfo_edit_templ

GDlinfo_edit_notify_templ GDlinfo_edit_templ {
int+IPort2 shell_vis;
int reset;
GDlight_info_templ+IPort2+read &light_info;
GDlight_templ &sel_light;
omethod+notify_inst+notify_val upd_func = "GDlinfo_edit_update";
};

GDlinfo_edit

GDlinfo_edit_templ GDlinfo_edit;


TOC PREV NEXT INDEX