| /GUIX-v6.2.1/common/src/ |
| D | gx_widget_find.c | 75 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_widg… in _gx_widget_find() argument 93 if (search_depth > 0) in _gx_widget_find() 98 search_depth--; in _gx_widget_find() 105 search_depth++; in _gx_widget_find()
|
| D | gxe_widget_find.c | 73 UINT _gxe_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_wid… in _gxe_widget_find() argument 90 status = _gx_widget_find(parent, widget_id, search_depth, return_widget); in _gxe_widget_find()
|
| /GUIX-v6.2.1/test/example_internal/standalone_binres_load_16bpp/ |
| D | standalone_binres_load_16bpp_specifications.c | 56 INT search_depth; in gx_studio_action_target_get() local 66 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 71 search_depth = 1; in gx_studio_action_target_get() 73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/template/ |
| D | template_specifications.c | 55 INT search_depth; in gx_studio_action_target_get() local 65 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 70 search_depth = 1; in gx_studio_action_target_get() 72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/tutorials/demo_guix_menu/ |
| D | demo_guix_menu_specifications.c | 56 INT search_depth; in gx_studio_action_target_get() local 66 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 71 search_depth = 1; in gx_studio_action_target_get() 73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions_specifications.c | 58 INT search_depth; in gx_studio_action_target_get() local 68 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 73 search_depth = 1; in gx_studio_action_target_get() 75 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_widget.h | 90 UINT _gx_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **retur… 177 UINT _gxe_widget_find(GX_WIDGET *parent, USHORT widget_id, INT search_depth, GX_WIDGET **return_wid…
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/golden_files/ |
| D | trigger_target_rename_specifications.c | 53 INT search_depth; in gx_studio_action_target_get() local 63 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 68 search_depth = 1; in gx_studio_action_target_get() 70 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| D | template_specifications.c | 57 INT search_depth; in gx_studio_action_target_get() local 67 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 72 search_depth = 1; in gx_studio_action_target_get() 74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| D | all_widgets_execute_specifications.c | 59 INT search_depth; in gx_studio_action_target_get() local 69 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 74 search_depth = 1; in gx_studio_action_target_get() 76 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/system_screen_stack/ |
| D | system_screen_stack_specifications.c | 57 INT search_depth; in gx_studio_action_target_get() local 67 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 72 search_depth = 1; in gx_studio_action_target_get() 74 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/guix_studio/ |
| D | project_view.h | 146 …HTREEITEM FindProjectTreeNode(HTREEITEM start, CString name, int search_depth = PROJECT_VIEW_SEARC…
|
| D | project_view.cpp | 2671 HTREEITEM project_view::FindProjectTreeNode(HTREEITEM start, CString name, int search_depth) in FindProjectTreeNode() argument 2686 if (child && search_depth) in FindProjectTreeNode() 2688 search_depth--; in FindProjectTreeNode() 2689 result = FindProjectTreeNode(child, name, search_depth); in FindProjectTreeNode()
|
| /GUIX-v6.2.1/test/example_internal/guix_medical_mouse_support/ |
| D | guix_medical_mouse_support_specifications.c | 55 INT search_depth; in gx_studio_action_target_get() local 65 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 70 search_depth = 1; in gx_studio_action_target_get() 72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial_specifications.c | 56 INT search_depth; in gx_studio_action_target_get() local 66 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 71 search_depth = 1; in gx_studio_action_target_get() 73 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
| D | demo_guix_car_infotainment_specifications.c | 58 INT search_depth; in gx_studio_action_target_get() local 68 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 73 search_depth = 1; in gx_studio_action_target_get() 75 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/samples/demo_guix_widget_types/ |
| D | guix_widget_types_specifications.c | 59 INT search_depth; in gx_studio_action_target_get() local 69 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 74 search_depth = 1; in gx_studio_action_target_get() 76 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/ |
| D | all_widgets_synergy_dave_disabled_specifications.c | 61 INT search_depth; in gx_studio_action_target_get() local 71 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 76 search_depth = 1; in gx_studio_action_target_get() 78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_1/ |
| D | all_widgets_5_4_1_specifications.c | 61 INT search_depth; in gx_studio_action_target_get() local 71 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 76 search_depth = 1; in gx_studio_action_target_get() 78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_5_4_2/ |
| D | all_widgets_synergy_5_4_2_specifications.c | 60 INT search_depth; in gx_studio_action_target_get() local 70 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 75 search_depth = 1; in gx_studio_action_target_get() 77 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_0/ |
| D | all_widgets_5_4_0_specifications.c | 61 INT search_depth; in gx_studio_action_target_get() local 71 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 76 search_depth = 1; in gx_studio_action_target_get() 78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_execute/ |
| D | all_widgets_execute_specifications.c | 61 INT search_depth; in gx_studio_action_target_get() local 71 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 76 search_depth = 1; in gx_studio_action_target_get() 78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/samples/demo_guix_medical/ |
| D | guix_medical_specifications.c | 55 INT search_depth; in gx_studio_action_target_get() local 65 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 70 search_depth = 1; in gx_studio_action_target_get() 72 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_565rgb/ |
| D | all_widgets_synergy_565rgb_specifications.c | 62 INT search_depth; in gx_studio_action_target_get() local 72 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 77 search_depth = 1; in gx_studio_action_target_get() 79 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/ |
| D | all_widgets_5_4_2_specifications.c | 61 INT search_depth; in gx_studio_action_target_get() local 71 search_depth = GX_SEARCH_DEPTH_INFINITE; in gx_studio_action_target_get() 76 search_depth = 1; in gx_studio_action_target_get() 78 gx_widget_find(parent, widget_define->widget_id, search_depth, &target); in gx_studio_action_target_get()
|