Home
last modified time | relevance | path

Searched refs:WindowHintsPickle (Results 1 – 4 of 4) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/gui/
H A Dwindowattributespickle.h45 class WindowHintsPickle : public WindowAttributesPickle
48 WindowHintsPickle( const wxString& name, wxTopLevelWindow* window, const wxSize& default_size );
H A Dwindowattributespickle.cpp45 WindowHintsPickle::WindowHintsPickle( const wxString& name, wxTopLevelWindow* window, const wxSize&… in WindowHintsPickle() function in WindowHintsPickle
51 void WindowHintsPickle::LoadAttributes() in LoadAttributes()
/dports/games/springlobby/springlobby-0.180/src/hosting/
H A Dhostbattledialog.h22 class HostBattleDialog : public wxDialog, public WindowHintsPickle
H A Dhostbattledialog.cpp62 WindowHintsPickle ( _T("hostbattledialog"), this, wxSize( 410, 441 ) ), in BEGIN_EVENT_TABLE()