Home
last modified time | relevance | path

Searched refs:widget_define (Results 1 – 25 of 30) sorted by relevance

12

/GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/
Dstandalone_binres_load_16bpp_specifications.c57 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
94 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
99 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
108 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
120 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
125 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
127 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/template/
Dtemplate_specifications.c56 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
61 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
75 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
93 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
98 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
107 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
119 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
124 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
126 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/tutorials/demo_guix_menu/
Ddemo_guix_menu_specifications.c57 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
94 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
99 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
108 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
120 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
125 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
127 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/tutorials/demo_guix_transitions/
Ddemo_guix_transitions_specifications.c59 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
64 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
75 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
78 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
96 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
101 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
110 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
122 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
127 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
129 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/
Dtrigger_target_rename_specifications.c54 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
59 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
70 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
73 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
91 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
96 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
105 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
117 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
122 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
124 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
Dtemplate_specifications.c58 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
63 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
77 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
95 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
100 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
109 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
121 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
126 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
128 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
Dall_widgets_execute_specifications.c60 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
65 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
76 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
79 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
97 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
102 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
111 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
123 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
128 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
130 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/system_screen_stack/
Dsystem_screen_stack_specifications.c58 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
63 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
77 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
95 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
100 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
109 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
121 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
126 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
128 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/
Dguix_medical_mouse_support_specifications.c56 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
61 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
75 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
93 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
98 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
107 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
119 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
124 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
126 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial_specifications.c57 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
62 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
76 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
94 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
99 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
108 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
120 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
125 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
127 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/
Ddemo_guix_car_infotainment_specifications.c59 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
64 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
75 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
78 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
96 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
101 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
110 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
122 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
127 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
129 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/samples/demo_guix_widget_types/
Dguix_widget_types_specifications.c60 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
65 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
76 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
79 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
97 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
102 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
111 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
123 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
128 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
130 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Dall_widgets_synergy_dave_disabled_specifications.c62 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
99 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
104 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
113 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
130 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
132 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_1/
Dall_widgets_5_4_1_specifications.c62 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
99 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
104 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
113 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
130 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
132 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_5_4_2/
Dall_widgets_synergy_5_4_2_specifications.c61 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
66 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
77 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
80 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
98 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
103 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
112 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
124 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
129 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
131 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_0/
Dall_widgets_5_4_0_specifications.c62 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
99 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
104 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
113 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
130 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
132 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_execute/
Dall_widgets_execute_specifications.c62 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
99 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
104 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
113 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
130 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
132 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/samples/demo_guix_medical/
Dguix_medical_specifications.c56 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
61 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
75 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
93 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
98 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
107 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
119 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
124 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
126 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_565rgb/
Dall_widgets_synergy_565rgb_specifications.c63 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
68 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
79 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
82 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
100 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
105 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
114 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
126 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
131 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
133 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/
Dall_widgets_5_4_2_specifications.c62 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
67 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
81 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
99 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
104 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
113 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
130 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
132 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb/
Dall_widgets_32argb_specifications.c64 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
69 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
80 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
83 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
101 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
106 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
115 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
127 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
132 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
134 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Dall_widgets_defined_5_4_0_compatibility_specifications.c64 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
69 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
80 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
83 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
101 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
106 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
115 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
127 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
132 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
134 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_5_1/
Dall_widgets_5_5_1_specifications.c63 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
68 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
79 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
82 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
100 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
105 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
114 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
126 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
131 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
133 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/folder_output_test/
Dfolder_output_test_specifications.c125 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
130 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
141 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
144 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
162 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
167 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
176 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
188 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
193 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
195 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy/
Dall_widgets_synergy_specifications.c63 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_get() local
68 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_get()
79 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
82 target = gx_studio_widget_create(GX_NULL, widget_define, GX_NULL); in gx_studio_action_target_get()
100 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_target_find() local
105 widget_define = (GX_STUDIO_WIDGET *) action->target; in gx_studio_action_target_find()
114 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &target); in gx_studio_action_target_find()
126 GX_STUDIO_WIDGET *widget_define; in gx_studio_action_parent_find() local
131 widget_define = (GX_STUDIO_WIDGET *)action->parent; in gx_studio_action_parent_find()
133 gx_widget_find(parent, widget_define->widget_id, GX_SEARCH_DEPTH_INFINITE, &parent); in gx_studio_action_parent_find()

12