Lines Matching refs:child
75 GX_WIDGET *child; in _gx_widget_children_show_event_process() local
80 child = widget -> gx_widget_first_child; in _gx_widget_children_show_event_process()
83 while (child) in _gx_widget_children_show_event_process()
85 if (child -> gx_widget_status & GX_STATUS_NONCLIENT) in _gx_widget_children_show_event_process()
90 start = child; in _gx_widget_children_show_event_process()
94 end = child; in _gx_widget_children_show_event_process()
99 child -> gx_widget_event_process_function(child, event_ptr); in _gx_widget_children_show_event_process()
103 child = child -> gx_widget_next; in _gx_widget_children_show_event_process()
184 GX_WIDGET *child; in _gx_widget_event_process() local
264 child = widget -> gx_widget_first_child; in _gx_widget_event_process()
266 while (child) in _gx_widget_event_process()
268 if (child -> gx_widget_status & GX_STATUS_HAS_FOCUS) in _gx_widget_event_process()
270 child -> gx_widget_event_process_function(child, event_ptr); in _gx_widget_event_process()
273 child = child -> gx_widget_next; in _gx_widget_event_process()
296 child = widget -> gx_widget_first_child; in _gx_widget_event_process()
297 while (child) in _gx_widget_event_process()
299 child -> gx_widget_event_process_function(child, event_ptr); in _gx_widget_event_process()
300 child = child -> gx_widget_next; in _gx_widget_event_process()