Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DFontFwd.h50 extern GG_API const TextFormat FORMAT_WORDBREAK; ///< Breaks words. Lines are automatically broke…
H A DBrowseInfoWnd.h108 Flags<TextFormat> format = FORMAT_LEFT | FORMAT_WORDBREAK,
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/RichText/
H A DTextBlock.cpp44 … format | FORMAT_WORDBREAK | FORMAT_LINEWRAP | FORMAT_TOP, flags); in TextBlock()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DTextBrowseWnd.cpp28 …xt = GG::Wnd::Create<CUILabel>(main_text, GG::FORMAT_LEFT | GG::FORMAT_TOP | GG::FORMAT_WORDBREAK); in TextBrowseWnd()
H A DIconTextBrowseWnd.cpp49 … = GG::Wnd::Create<CUILabel>(m_main_text, GG::FORMAT_LEFT | GG::FORMAT_TOP | GG::FORMAT_WORDBREAK); in PreRender()
H A DPasswordEnterWnd.cpp21 …::Wnd::Create<CUILabel>(UserString("AUTHENTICATION_DESC"), GG::FORMAT_LEFT | GG::FORMAT_WORDBREAK); in CompleteConstruction()
H A DQueueListBox.cpp18 GG::FORMAT_TOP | GG::FORMAT_LEFT | GG::FORMAT_LINEWRAP | GG::FORMAT_WORDBREAK)) in PromptRow()
H A DMultiplayerLobbyWnd.cpp730 …UILabel>(UserString("MULTIPLAYER_PLAYER_LIST_COLOURS"), GG::FORMAT_BOTTOM | GG::FORMAT_WORDBREAK)); in CompleteConstruction()
731 …>(UserString("MULTIPLAYER_PLAYER_LIST_ORIGINAL_NAMES"), GG::FORMAT_BOTTOM | GG::FORMAT_WORDBREAK)); in CompleteConstruction()
H A DResourceBrowseWnd.cpp289 GG::FORMAT_LEFT | GG::FORMAT_WORDBREAK | GG::FORMAT_LINEWRAP | GG::FORMAT_TOP)), in WastedStockpiledResourceBrowseWnd()
H A DSaveFileDialog.cpp104 … GG::FORMAT_WORDBREAK | GG::FORMAT_LEFT, GG::NO_WND_FLAGS, in CreateResizingText()
H A DSitRepPanel.cpp246 … GG::FORMAT_LEFT | GG::FORMAT_VCENTER | GG::FORMAT_WORDBREAK, ClientUI::TextColor()); in CompleteConstruction()
H A DTechTreeWnd.cpp684 …::Y1, "", ClientUI::GetFont(FontSize()), ClientUI::TextColor(), GG::FORMAT_WORDBREAK | GG::FORMAT_… in TechPanel()
H A DEncyclopediaDetailPanel.cpp643 GG::FORMAT_TOP | GG::FORMAT_LEFT | GG::FORMAT_LINEWRAP | GG::FORMAT_WORDBREAK, in CompleteConstruction()
H A DDesignWnd.cpp2292 …m_name = GG::Wnd::Create<CUILabel>(name, GG::FORMAT_WORDBREAK | GG::FORMAT_CENTER | GG::FORMAT_TOP… in HullAndNamePanel()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/dialogs/
H A DThreeButtonDlg.cpp65 … style->NewTextControl(msg, font, m_text_color, FORMAT_CENTER | FORMAT_VCENTER | FORMAT_WORDBREAK); in ThreeButtonDlg()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DTextControl.cpp307 …} else if (resized && !(m_format & FORMAT_NOWRAP) && (m_format & FORMAT_WORDBREAK || m_format & FO… in SizeMove()
453 …if ((m_format & FORMAT_WORDBREAK) && (m_format & FORMAT_LINEWRAP)) // only one of these can be p… in ValidateFormat()
H A DFont.cpp300 const TextFormat GG::FORMAT_WORDBREAK (1 << 7); member in GG
318 spec.insert(FORMAT_WORDBREAK, "FORMAT_WORDBREAK", true); in RegisterTextFormats()
1771 if (format & FORMAT_WORDBREAK) { in DetermineLines()
2086 …if ((format & FORMAT_WORDBREAK) && (format & FORMAT_LINEWRAP)) // only one of these can be picke… in ValidateFormat()
H A DMultiEdit.cpp387 format |= FORMAT_WORDBREAK; in SetStyle()
/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatLogWnd.cpp377 m_text_format_flags(GG::FORMAT_WORDBREAK| GG::FORMAT_LEFT | GG::FORMAT_TOP), in Impl()
/dports/games/freeorion/freeorion-0.4.10.2/client/human/
H A DHumanClientApp.cpp312 GG::FORMAT_LEFT | GG::FORMAT_WORDBREAK, 1)); in HumanClientApp()