Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DTechTreeWnd.cpp248 std::shared_ptr<GG::StateButton> m_view_type_button; member in TechTreeWnd::TechTreeControls
321 m_view_type_button = GG::Wnd::Create<GG::StateButton>( in CompleteConstruction()
325m_view_type_button->SetBrowseInfoWnd(GG::Wnd::Create<TextBrowseWnd>(UserString("TECH_WND_VIEW_TYPE… in CompleteConstruction()
326 m_view_type_button->SetBrowseModeTime(tooltip_delay); in CompleteConstruction()
327 m_view_type_button->SetCheck(false); in CompleteConstruction()
328 AttachChild(m_view_type_button); in CompleteConstruction()
401 m_view_type_button->SizeMove(view_type_ul, view_type_lr); in DoButtonLayout()
2080 m_tech_tree_controls->m_view_type_button->CheckedSignal.connect( in CompleteConstruction()