Home
last modified time | relevance | path

Searched refs:m_confirm_button (Results 1 – 1 of 1) sorted by last modified time

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp4081 std::shared_ptr<GG::Button> m_confirm_button; member in DesignWnd::MainPanel
4115 AttachChild(m_confirm_button); in CompleteConstruction()
4126 m_confirm_button->LeftClickedSignal.connect(DesignConfirmedSignal); in CompleteConstruction()
4591 m_confirm_button->SizeMove(lr - m_confirm_button->MinUsableSize(), lr); in DoLayout()
4642 m_confirm_button->ClearBrowseInfoWnd(); in DesignChanged()
4649 m_confirm_button->Disable(true); in DesignChanged()
4652 m_confirm_button->SetText(UserString("DESIGN_WND_ADD_FINISHED")); in DesignChanged()
4809 m_confirm_button->SetText(UserString("DESIGN_WND_ADD_SAVED")); in DesignChanged()
4810 m_confirm_button->SetBrowseInfoWnd( in DesignChanged()
4815 m_confirm_button->Disable(false); in DesignChanged()
[all …]