Home
last modified time | relevance | path

Searched refs:SCREEN_STACK_POP_STRING (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dapp_runner.cpp22 extern CString SCREEN_STACK_POP_STRING;
262 if ((action->target_widget_name == SCREEN_STACK_POP_STRING) || in app_trigger_action_process()
263 (action->parent_widget_name == SCREEN_STACK_POP_STRING)) in app_trigger_action_process()
268 if (action->parent_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
273 if (action->target_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
290 if ((action->target_widget_name == SCREEN_STACK_POP_STRING) || in app_trigger_action_process()
291 (action->parent_widget_name == SCREEN_STACK_POP_STRING)) in app_trigger_action_process()
296 if (action->parent_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
301 if (action->target_widget_name != SCREEN_STACK_POP_STRING) in app_trigger_action_process()
339 if (action->target_widget_name == SCREEN_STACK_POP_STRING) in app_trigger_action_process()
[all …]
Dtrigger_action_edit_dlg.cpp36 CString SCREEN_STACK_POP_STRING(_T("gx_system_screen_stack_pop")); variable
809 pBox->InsertString(1, SCREEN_STACK_POP_STRING); in AddTargets()
Dscreen_generator.cpp24 extern CString SCREEN_STACK_POP_STRING;
1928 else if (action->target_widget_name == SCREEN_STACK_POP_STRING) in CheckWriteScreenFlow()
1964 else if (action->parent_widget_name == SCREEN_STACK_POP_STRING) in CheckWriteScreenFlow()