Lines Matching refs:uint
122 uint scene_id;
123 uint next_id;
145 uint id;
169 uint id;
170 uint title_id;
171 uint highlight_id;
317 uint id;
359 uint str_id;
361 uint font_size;
398 uint title_id;
399 uint cur_item_id;
400 uint pointer_id;
433 uint id;
434 uint key_id;
435 uint label_id;
436 uint desc_id;
437 uint preview_id;
438 uint flags;
457 uint label_id;
458 uint edit_id;
459 uint max_chars;
461 uint pos;
474 uint width;
537 void expo_set_dynamic_start(struct expo *exp, uint dyn_start);
548 int expo_str(struct expo *exp, const char *name, uint id, const char *str);
557 const char *expo_get_str(struct expo *exp, uint id);
573 int expo_edit_str(struct expo *exp, uint id, struct abuf *orig,
602 int expo_set_scene_id(struct expo *exp, uint scene_id);
642 int scene_new(struct expo *exp, const char *name, uint id, struct scene **scnp);
651 struct scene *expo_lookup_scene_id(struct expo *exp, uint scene_id);
671 void scene_set_highlight_id(struct scene *scn, uint id);
681 int scene_set_open(struct scene *scn, uint id, bool open);
701 int scene_img(struct scene *scn, const char *name, uint id, char *data,
714 int scene_txt(struct scene *scn, const char *name, uint id, uint str_id,
728 int scene_txt_str(struct scene *scn, const char *name, uint id, uint str_id,
740 int scene_menu(struct scene *scn, const char *name, uint id,
753 int scene_textline(struct scene *scn, const char *name, uint id, uint max_chars,
766 int scene_box(struct scene *scn, const char *name, uint id, uint width,
779 int scene_texted(struct scene *scn, const char *name, uint id, uint strid,
790 int scene_txt_set_font(struct scene *scn, uint id, const char *font_name,
791 uint font_size);
801 int scene_txted_set_font(struct scene *scn, uint id, const char *font_name,
802 uint font_size);
813 int scene_obj_set_pos(struct scene *scn, uint id, int x, int y);
824 int scene_obj_set_size(struct scene *scn, uint id, int w, int h);
834 int scene_obj_set_width(struct scene *scn, uint id, int w);
847 int scene_obj_set_bbox(struct scene *scn, uint id, int x0, int y0, int x1,
858 int scene_obj_set_halign(struct scene *scn, uint id, enum scene_obj_align aln);
868 int scene_obj_set_valign(struct scene *scn, uint id, enum scene_obj_align aln);
880 int scene_obj_set_hide(struct scene *scn, uint id, bool hide);
890 int scene_menu_set_title(struct scene *scn, uint id, uint title_id);
905 int scene_menu_set_pointer(struct scene *scn, uint id, uint cur_item_id);
915 int scene_menu_select_item(struct scene *scn, uint id, uint sel_id);
925 int scene_menu_get_cur_item(struct scene *scn, uint id);
935 int scene_obj_get_hw(struct scene *scn, uint id, int *widthp);
952 int scene_menuitem(struct scene *scn, uint menu_id, const char *name, uint id,
953 uint key_id, uint label_id, uint desc_id, uint preview_id,
954 uint flags, struct scene_menitem **itemp);