Lines Matching refs:ControlRow
536 struct ControlRow in Resize() struct
542 ControlRow( Window& i_rWindow, const bool i_bSubordinate, const size_t i_nRows = 1 ) in Resize() argument
549 ControlRow aControlRows[] = in Resize()
551 ControlRow( m_aAlignmentHeader, false ), in Resize()
552 ControlRow( m_aAlignLeft, true ), in Resize()
553 ControlRow( m_aAlignRight, true ), in Resize()
554 ControlRow( m_aAlignTop, true ), in Resize()
555 ControlRow( m_aAlignBottom, true ), in Resize()
556 ControlRow( m_aTabItemContent, false ), in Resize()
557 ControlRow( m_aImagesAndText, true ), in Resize()
558 ControlRow( m_aImagesOnly, true ), in Resize()
559 ControlRow( m_aTextOnly, true ), in Resize()
560 ControlRow( m_aAutomaticContent, true ), in Resize()
561 ControlRow( m_aPanelsHeader, false ), in Resize()
562 ControlRow( m_aPanelList, true, 6 ), in Resize()
563 ControlRow( m_aRemovePanel, true ), in Resize()
564 ControlRow( m_aColors, true ), in Resize()
565 ControlRow( m_aNewPanelName, true ), in Resize()
566 ControlRow( m_aInsertPanel, true ) in Resize()