Searched refs:wxTEXT_BOX_ATTR_BORDER_STYLE (Results 1 – 11 of 11) sorted by relevance
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/richtext/ |
H A D | richtextbuffer.h | 766 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 881 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 927 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/richtext/ |
H A D | richtextbuffer.h | 621 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 751 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 797 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/richtext/ |
H A D | richtextbuffer.h | 618 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 733 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 779 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/richtext/ |
H A D | richtextbuffer.h | 618 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 733 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 779 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/richtext/ |
H A D | richtextbuffer.h | 766 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 881 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 927 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/richtext/ |
H A D | richtextbuffer.h | 768 wxTEXT_BOX_ATTR_BORDER_STYLE = 0x0001, enumerator 898 void SetStyle(int style) { m_borderStyle = style; m_flags |= wxTEXT_BOX_ATTR_BORDER_STYLE; } in SetStyle() 944 bool HasStyle() const { return (m_flags & wxTEXT_BOX_ATTR_BORDER_STYLE) != 0; } in HasStyle()
|
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/ |
H A D | richtextbuffer.cpp | 14131 SetFlags(GetFlags() & ~wxTEXT_BOX_ATTR_BORDER_STYLE); in RemoveStyle() 14152 clashingAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 14153 RemoveFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 14162 absentAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 14163 RemoveFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/ |
H A D | richtextbuffer.cpp | 13483 SetFlags(GetFlags() & ~wxTEXT_BOX_ATTR_BORDER_STYLE); in RemoveStyle() 13504 clashingAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 13505 RemoveFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 13513 absentAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes()
|
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/ |
H A D | richtextbuffer.cpp | 13483 SetFlags(GetFlags() & ~wxTEXT_BOX_ATTR_BORDER_STYLE); in RemoveStyle() 13504 clashingAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 13505 RemoveFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes() 13513 absentAttr.AddFlag(wxTEXT_BOX_ATTR_BORDER_STYLE); in CollectCommonAttributes()
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/cpp/ |
H A D | sip_richtextcmodule.cpp | 3740 {sipName_TEXT_BOX_ATTR_BORDER_STYLE, static_cast<int>(::wxTEXT_BOX_ATTR_BORDER_STYLE), 76},
|
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/sip/gen/ |
H A D | richtextbuffer.sip | 131 wxTEXT_BOX_ATTR_BORDER_STYLE,
|