git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15295
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
GetClientSize( &w, &h );
wxPaintDC dc(this);
GetClientSize( &w, &h );
wxPaintDC dc(this);
+ // dc.Clear(); -- this kills wxGTK
dc.SetFont( wxFont( 24, wxDECORATIVE, wxNORMAL, wxNORMAL, FALSE, "charter" ) );
dc.DrawText( "Drag text from here!", 100, h-50 );
}
dc.SetFont( wxFont( 24, wxDECORATIVE, wxNORMAL, wxNORMAL, FALSE, "charter" ) );
dc.DrawText( "Drag text from here!", 100, h-50 );
}