Lines Matching refs:start_widget
3124 widget_info *start_widget; in TypedefControlBlock() local
3131 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()
3157 start_widget->allocation == STATICALLY_ALLOCATED) in TypedefControlBlock()
3159 …DeclareChildMembers(m_screen_name_prefix + start_widget->app_name, start_widget->GetChildWidgetInf… in TypedefControlBlock()
3164 start_widget = start_widget->GetNextWidgetInfo(); in TypedefControlBlock()
3178 start_widget = start_folder->GetFirstChildWidget(); in TypedefControlBlock()
3179 while (start_widget) in TypedefControlBlock()
3181 upper_name = m_screen_name_prefix + start_widget->app_name; in TypedefControlBlock()
3184 start_widget->allocation == STATICALLY_ALLOCATED) in TypedefControlBlock()
3186 …t(_T("extern %s_CONTROL_BLOCK %s%s;\n"), upper_name, m_screen_name_prefix, start_widget->app_name); in TypedefControlBlock()
3189 start_widget = start_widget->GetNextWidgetInfo(); in TypedefControlBlock()