git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54739
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if (style & wxNO_BORDER)
g_object_set (m_text, "has-frame", FALSE, NULL);
if (style & wxNO_BORDER)
g_object_set (m_text, "has-frame", FALSE, NULL);
}
m_parent->DoAddChild( this );
}
m_parent->DoAddChild( this );
{
if ( !(flags & SetValue_SendEvent) )
EnableTextChangedEvents(false);
{
if ( !(flags & SetValue_SendEvent) )
EnableTextChangedEvents(false);
gtk_text_buffer_set_text( m_buffer, "", 0 );
gtk_text_buffer_set_text( m_buffer, "", 0 );
if ( !(flags & SetValue_SendEvent) )
EnableTextChangedEvents(true);
if ( !(flags & SetValue_SendEvent) )
EnableTextChangedEvents(true);
const wxCharBuffer buffer(value.utf8_str());
#else
wxFontEncoding enc = m_defaultStyle.HasFont()
const wxCharBuffer buffer(value.utf8_str());
#else
wxFontEncoding enc = m_defaultStyle.HasFont()
const wxCharBuffer buffer(text.utf8_str());
#else
// check if we have a specific style for the current position
const wxCharBuffer buffer(text.utf8_str());
#else
// check if we have a specific style for the current position