Searched refs:WindowHintsPickle (Results 1 – 4 of 4) sorted by relevance
45 class WindowHintsPickle : public WindowAttributesPickle48 WindowHintsPickle( const wxString& name, wxTopLevelWindow* window, const wxSize& default_size );
45 WindowHintsPickle::WindowHintsPickle( const wxString& name, wxTopLevelWindow* window, const wxSize&… in WindowHintsPickle() function in WindowHintsPickle51 void WindowHintsPickle::LoadAttributes() in LoadAttributes()
22 class HostBattleDialog : public wxDialog, public WindowHintsPickle
62 WindowHintsPickle ( _T("hostbattledialog"), this, wxSize( 410, 441 ) ), in BEGIN_EVENT_TABLE()