Home
last modified time | relevance | path

Searched refs:current_focus_id (Results 1 – 9 of 9) sorted by relevance

/dports/devel/stfl/stfl-0.24/
H A Dbase.c378 f->current_focus_id = new_fw->id; in stfl_focus_prev()
404 f->current_focus_id = new_fw->id; in stfl_focus_next()
418 if (!old_fw && f->current_focus_id) in stfl_switch_focus()
419 old_fw = stfl_widget_by_id(f->root, f->current_focus_id); in stfl_switch_focus()
427 f->current_focus_id = new_fw->id; in stfl_switch_focus()
452 struct stfl_widget *fw = stfl_widget_by_id(f->root, f->current_focus_id); in stfl_gather_focus_widget()
503 f->current_focus_id = fw ? fw->id : 0; in stfl_form_run()
542 f->current_focus_id = fw ? fw->id : 0; in stfl_form_run()
605 f->current_focus_id = fw ? fw->id : 0; in stfl_form_run()
649 f->current_focus_id = fw ? fw->id : 0; in stfl_form_run()
[all …]
H A Dpublic.c137 fw = stfl_widget_by_id(f->root, f->current_focus_id); in stfl_get_focus()
201 retbuffer = stfl_widget_dump(w, prefix ? prefix : L"", focus ? f->current_focus_id : 0); in stfl_dump()
H A Dstyle.c196 if (f->current_focus_id == w->id) in stfl_widget_style()
H A Dstfl_internals.h80 int current_focus_id; member
/dports/devel/stfl/stfl-0.24/widgets/
H A Dwt_list.c168 if (f->current_focus_id == w->id) in wt_list_draw()
178 if (f->current_focus_id == w->id) { in wt_list_draw()
211 if (f->current_focus_id == w->id) { in wt_list_draw()
H A Dwt_checkbox.c71 if (f->current_focus_id == w->id) { in wt_checkbox_draw()
H A Dwt_input.c102 if (f->current_focus_id == w->id) { in wt_input_draw()
H A Dwt_textview.c120 if (f->current_focus_id == w->id) in wt_textview_draw()
H A Dwt_textedit.c102 if (f->current_focus_id == w->id) { in wt_textedit_draw()