DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ EnableTabControl()

void ScriptedWidgetEventHandler::EnableTabControl ( int index,
bool enable )
inlineprotected

См. определение в файле TabberUI.c строка 305

306 {
307 Widget tab_control = m_Root.FindAnyWidget( "Tab_Control_" + index );
308 if ( tab_control )
309 tab_control.Show( enable );
310 AlignTabbers();
311 }
void AlignTabbers()
Определения TabberUI.c:108
Widget m_Root
Определения SizeToChild.c:9
WorkspaceWidget Widget
Defined in code.

Перекрестные ссылки AlignTabbers() и m_Root.