Searched refs:wxEntry (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/cocoa/
H A Dmain.cpp21 return wxEntry(argc, argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dmain.cpp41 // Platform-specific wxEntry
44 int wxEntry() function
62 return wxEntry(argc, argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dinit.h19 // wxEntry helper functions which allow to have more fine grained control
38 // wxEntry: this function initializes the library, runs the main event loop
42 // note that other, platform-specific, overloads of wxEntry may exist as well
46 extern int WXDLLIMPEXP_BASE wxEntry(int& argc, wxChar **argv);
48 // we overload wxEntry[Start]() to take "char **" pointers too
52 extern int WXDLLIMPEXP_BASE wxEntry(int& argc, char **argv);
H A Dapp.h22 #include "wx/init.h" // we must declare wxEntry()
645 int main(int argc, char **argv) { return wxEntry(argc, argv); }
666 // and call wxEntry() from there.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dapp.h88 // MSW-specific wxEntry() overload and IMPLEMENT_WXWIN_MAIN definition
107 wxEntry(HINSTANCE hInstance,
127 /* NB: wxEntry expects lpCmdLine argument to be char*, not */ \
130 return wxEntry(hInstance, hPrevInstance, NULL, nCmdShow); \
142 return wxEntry(hInstance, hPrevInstance, lpCmdLine, nCmdShow); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dapp.h81 // Palm OS specific wxEntry() overload and IMPLEMENT_WXWIN_MAIN definition
89 wxEntry();
99 wxEntry(); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmain.cpp94 // wrapper wxEntry catching all Win32 exceptions occurring in a wx program
97 // wrap real wxEntry in a try-except block to be able to call
203 int wxEntry(int& argc, wxChar **argv) function
227 int wxEntry(int& argc, wxChar **argv) function
319 // Windows-specific wxEntry
322 // helper function used to clean up in wxEntry() just below
336 WXDLLEXPORT int wxEntry(HINSTANCE hInstance, function
386 return wxEntry(argc, argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dinit.cpp406 // wxEntry
409 // for MSW the real wxEntry is defined in msw/main.cpp
411 #define wxEntryReal wxEntry
456 int wxEntry(int& argc, char **argv) function
460 return wxEntry(gs_initData.argc, gs_initData.argv);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex86 \helpref{wxEntry}{wxentry}\\
369 \membersection{::wxEntry}\label{wxentry}
376 The following overload of wxEntry is available under all platforms:
378 \func{int}{wxEntry}{\param{int\&}{ argc}, \param{wxChar **}{argv}}
383 \func{int}{wxEntry}{\param{HINSTANCE }{hInstance}, \param{HINSTANCE }{hPrevInstance = \NULL}, \param{char *}{pCmdLine = \NULL}, \param{int }{nCmdShow = \texttt{SW\_SHOWNORMAL}}}

Completed in 206 milliseconds