Searched refs:m_defaultStyle (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextcmn.cpp179 // new style is empty - then reset m_defaultStyle (as there is no other way
182 m_defaultStyle = style;
184 m_defaultStyle = wxTextAttr::Combine(style, m_defaultStyle, this);
192 return m_defaultStyle;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dtextctrl.cpp462 // always use m_defaultStyle, even if it is empty as otherwise
466 wxGtkTextInsert(m_text, m_defaultStyle, text.c_str(), text.length());
1054 m_defaultStyle.SetFont(font);
1092 m_defaultStyle.SetTextColour(colour);
1121 m_defaultStyle.SetBackgroundColour( colour );
1165 wxTextAttr::Combine(style, m_defaultStyle, this),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dtextctrl.cpp1092 wxGtkTextInsert( m_text, m_buffer, m_defaultStyle, buffer );
1722 m_defaultStyle.SetFont(font);
1755 m_defaultStyle.SetTextColour(colour);
1771 m_defaultStyle.SetBackgroundColour( colour );
1798 wxTextAttr attr = wxTextAttr::Combine(style, m_defaultStyle, this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp745 wxFont font = m_defaultStyle.GetFont();
1079 if ( !m_defaultStyle.IsDefault() )
1083 SetStyle(start, end, m_defaultStyle);
1100 wxFont font = m_defaultStyle.GetFont();
2730 SetStyle(posLast, posLast, m_defaultStyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextctrl.h456 wxTextAttr m_defaultStyle; member in class:wxTextCtrlBase

Completed in 109 milliseconds