git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52870
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
NULL, this);
wxStaticText *text = new wxStaticText( m_panel, wxID_ANY,
NULL, this);
wxStaticText *text = new wxStaticText( m_panel, wxID_ANY,
- wxT("wx.PopupTransientWindow is a\n")
- wxT("wx.PopupWindow which disappears\n")
+ wxT("wxPopupTransientWindow is a\n")
+ wxT("wxPopupWindow which disappears\n")
wxT("automatically when the user\n")
wxT("clicks the mouse outside it or if it\n")
wxT("(or its first child) loses focus in \n")
wxT("automatically when the user\n")
wxT("clicks the mouse outside it or if it\n")
wxT("(or its first child) loses focus in \n")
END_EVENT_TABLE()
MyFrame::MyFrame(const wxString& title)
END_EVENT_TABLE()
MyFrame::MyFrame(const wxString& title)
- : wxFrame(NULL, wxID_ANY, title)
+: wxFrame(NULL, wxID_ANY, title, wxDefaultPosition, wxSize(500,300))
{
m_simplePopup = m_scrolledPopup = NULL;
{
m_simplePopup = m_scrolledPopup = NULL;