| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/ |
| D | standalone_binres_load_16bpp_specifications.c | 57 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/ |
| D | template_specifications.c | 56 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/ |
| D | demo_guix_menu_specifications.c | 57 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/ |
| D | demo_guix_transitions_specifications.c | 59 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/ |
| D | trigger_target_rename_specifications.c | 54 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()
|
| D | template_specifications.c | 58 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()
|
| D | all_widgets_execute_specifications.c | 60 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/ |
| D | system_screen_stack_specifications.c | 58 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/ |
| D | guix_medical_mouse_support_specifications.c | 56 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/ |
| D | demo_guix_industrial_specifications.c | 57 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/ |
| D | demo_guix_car_infotainment_specifications.c | 59 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/ |
| D | guix_widget_types_specifications.c | 60 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/ |
| D | all_widgets_synergy_dave_disabled_specifications.c | 62 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/ |
| D | all_widgets_5_4_1_specifications.c | 62 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/ |
| D | all_widgets_synergy_5_4_2_specifications.c | 61 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/ |
| D | all_widgets_5_4_0_specifications.c | 62 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/ |
| D | all_widgets_execute_specifications.c | 62 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/ |
| D | guix_medical_specifications.c | 56 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/ |
| D | all_widgets_synergy_565rgb_specifications.c | 63 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/ |
| D | all_widgets_5_4_2_specifications.c | 62 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/ |
| D | all_widgets_32argb_specifications.c | 64 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/ |
| D | all_widgets_defined_5_4_0_compatibility_specifications.c | 64 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/ |
| D | all_widgets_5_5_1_specifications.c | 63 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/ |
| D | folder_output_test_specifications.c | 125 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/ |
| D | all_widgets_synergy_specifications.c | 63 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()
|