Added a couple of text effects
Added style description Fixed some bugs in style comparison Fixed extra newline when loading git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43197 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -222,9 +222,15 @@ public:
|
||||
wxWindow(parent, id, pos, sz, style)
|
||||
{
|
||||
SetBackgroundColour(*wxWHITE);
|
||||
m_textEffects = 0;
|
||||
}
|
||||
|
||||
void SetTextEffects(int effects) { m_textEffects = effects; }
|
||||
int GetTextEffects() const { return m_textEffects; }
|
||||
|
||||
private:
|
||||
int m_textEffects;
|
||||
|
||||
void OnPaint(wxPaintEvent& event);
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
|
Reference in New Issue
Block a user