35 wxSize m_OldScreenSize;
37 wxString WP_PositionToString(wxRect pos);
39 wxRect WP_StringToPosition(
const wxString& posstring);
41 bool WP_SaveScreenSize();
43 bool WP_LoadScreenSize();
45 wxRect WP_GetActualScreenSize();
52 bool LoadPosition(
const wxString& wndname, wxRect& pos);
54 bool SavePosition(
const wxString& wndname, wxRect pos);
56 bool SavePosition(
const wxString& wndname,
const wxString& postext);
58 bool LoadPosition(
const wxString& wndname, wxString& postext);
60 bool SaveScreenPosition();
62 bool HasScreenChanged();
64 bool Intersects(wxRect wndpos, wxSize screensize);