Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DGalaxySetupWnd.cpp271 row->SetBrowseText(tooltip); in CreateSectionHeader()
287 button->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in BoolRuleWidget()
334 spin->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in IntRuleWidget()
336 text_control->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in IntRuleWidget()
382 spin->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in DoubleRuleWidget()
384 text_control->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in DoubleRuleWidget()
452 drop->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in StringRuleWidget()
454 text_control->SetBrowseText(UserString(GetGameRules().GetDescription(rule_name))); in StringRuleWidget()
549 m_seed_label->SetBrowseText(UserString(GetOptionsDB().GetDescription("setup.seed"))); in CompleteConstruction()
568 m_random->SetBrowseText(UserString("GSETUP_RANDOM_SEED")); in CompleteConstruction()
[all …]
H A DOptionsWnd.cpp433 row_wnd->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in LoggerLevelOption()
852 row->SetBrowseText(tooltip); in CreateSectionHeader()
865 button->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in BoolOption()
959 spin->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in IntOption()
961 text_control->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in IntOption()
996 spin->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in DoubleOption()
998 text_control->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in DoubleOption()
1106 edit->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in FileOptionImpl()
1108 button->SetBrowseText(UserString(GetOptionsDB().GetDescription(option_name))); in FileOptionImpl()
1221 drop_list_label->SetBrowseText(UserString("OPTIONS_VIDEO_MODE_LIST_DESCRIPTION")); in ResolutionOption()
[all …]
H A DFleetButton.cpp327 SetBrowseText(UserString("FB_TOOLTIP_BLOCKADE_MONSTER")); in LayoutIcons()
329 SetBrowseText(UserString("FB_TOOLTIP_BLOCKADE_WITH_EXIT") + available_exits); in LayoutIcons()
331 SetBrowseText(UserString("FB_TOOLTIP_BLOCKADE_NO_EXIT")); in LayoutIcons()
H A DSaveFileDialog.cpp446 SetBrowseText(browse_text.GetText()); in Init()
H A DMultiplayerLobbyWnd.cpp636 m_any_can_edit->SetBrowseText(UserString("EDITABLE_GALAXY_SETTINGS_DESC")); in CompleteConstruction()
H A DDesignWnd.cpp2358 SetBrowseText(UserString("PRODUCTION_WND_AVAILABILITY_OBSOLETE_AND_UNAVAILABLE")); in SetAvailability()
2360 SetBrowseText(UserString("PRODUCTION_WND_AVAILABILITY_OBSOLETE")); in SetAvailability()
2362 SetBrowseText(UserString("PRODUCTION_WND_AVAILABILITY_UNAVAILABLE")); in SetAvailability()
H A DSidePanel.cpp1832 row->SetBrowseText( in Refresh()
1854 m_focus_drop->SetBrowseText(focus_text); in Refresh()
H A DFleetWnd.cpp1741 icon->SetBrowseText(UserString(std::get<2>(entry))); in Init()
2788 icon->SetBrowseText(UserString(std::get<2>(entry))); in CompleteConstruction()
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DGraphicalSummary.cpp273 SetBrowseText(object->PublicName(ClientApp::GetApp()->EmpireID()) + " " + in ParticipantBar()
538 button->SetBrowseText(value?tip_true:tip_false); in SetValue()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h745 void SetBrowseText(const std::string& text, std::size_t mode = 0);
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp967 void Wnd::SetBrowseText(const std::string& text, std::size_t mode/* = 0*/) in SetBrowseText() function in Wnd