Home
last modified time | relevance | path

Searched refs:search_depth (Results 1 – 25 of 36) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_widget_find.c75 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()
Dgxe_widget_find.c73 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/
Dstandalone_binres_load_16bpp_specifications.c56 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/
Dtemplate_specifications.c55 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/
Ddemo_guix_menu_specifications.c56 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/
Ddemo_guix_transitions_specifications.c58 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/
Dgx_widget.h90 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/
Dtrigger_target_rename_specifications.c53 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()
Dtemplate_specifications.c57 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()
Dall_widgets_execute_specifications.c59 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/
Dsystem_screen_stack_specifications.c57 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/
Dproject_view.h146 …HTREEITEM FindProjectTreeNode(HTREEITEM start, CString name, int search_depth = PROJECT_VIEW_SEARC…
Dproject_view.cpp2671 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/
Dguix_medical_mouse_support_specifications.c55 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/
Ddemo_guix_industrial_specifications.c56 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/
Ddemo_guix_car_infotainment_specifications.c58 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/
Dguix_widget_types_specifications.c59 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/
Dall_widgets_synergy_dave_disabled_specifications.c61 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/
Dall_widgets_5_4_1_specifications.c61 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/
Dall_widgets_synergy_5_4_2_specifications.c60 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/
Dall_widgets_5_4_0_specifications.c61 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/
Dall_widgets_execute_specifications.c61 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/
Dguix_medical_specifications.c55 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/
Dall_widgets_synergy_565rgb_specifications.c62 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/
Dall_widgets_5_4_2_specifications.c61 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()

12