+protected:
+ bool m_bShowOnInit;
+ int m_nPrintMode; // wxPRINT_WINDOWS, wxPRINT_POSTSCRIPT
+ bool m_bAuto3D ; // Always use 3D controls, except where overriden
+
+ //
+ // PM-specific wxApp definitions */
+ //
+private:
+ int m_maxSocketHandles;
+ int m_maxSocketNr;
+ int m_lastUsedHandle;
+ fd_set m_readfds;
+ fd_set m_writefds;
+ void* m_sockCallbackInfo;