Searched refs:ID_SERVERNAME (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.h16 #define ID_SERVERNAME 10004 macro
53 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); }
H A Dserver.h16 #define ID_SERVERNAME 10004 macro
50 wxChoice* GetServername() { return (wxChoice*) FindWindow( ID_SERVERNAME ); }
H A Dclient.cpp52 EVT_CHOICE( ID_SERVERNAME, MyFrame::OnServername )
140 wxChoice *item4 = new wxChoice( this, ID_SERVERNAME, wxDefaultPosition, wxSize(100,-1), 2, strs4, 0 );
H A Dserver.cpp53 EVT_CHOICE( ID_SERVERNAME, MyFrame::OnServerName )
126 wxChoice *item4 = new wxChoice( this, ID_SERVERNAME, wxDefaultPosition, wxSize(100,-1), 2, strs4, 0 );

Completed in 191 milliseconds