Searched refs:start_widget (Results 1 – 1 of 1) sorted by relevance
3124 widget_info *start_widget; in TypedefControlBlock() local3131 start_widget = start_folder->GetFirstChildWidget(); in TypedefControlBlock()3132 while (start_widget) in TypedefControlBlock()3134 if (IsItemInArray<CString>(name_list, m_screen_name_prefix + start_widget->app_name)) in TypedefControlBlock()3136 start_widget = start_widget->GetNextWidgetInfo(); in TypedefControlBlock()3140 if (!CheckDependencies(start_widget, TRUE)) in TypedefControlBlock()3143 start_widget = start_widget->GetNextWidgetInfo(); in TypedefControlBlock()3147 name_list.Add(m_screen_name_prefix + start_widget->app_name); in TypedefControlBlock()3148 upper_name = m_screen_name_prefix + start_widget->app_name; in TypedefControlBlock()3154 DeclareBaseMembers(start_widget); in TypedefControlBlock()[all …]