]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dialup.tex
wxDataViewCtrl DnD stubs, some reformating
[wxWidgets.git] / docs / latex / wx / dialup.tex
index 7a46fa6f0042b18355dbde204179c894d95a47ee..fd492047bfdf87a0a37e786d3fb4f6512b61100f 100644 (file)
@@ -22,7 +22,7 @@ network the next time or, on the contrary, to stop receiving data from the net
 when the user hangs up the modem). For this, you need to use one of the event
 macros described below.
 
 when the user hangs up the modem). For this, you need to use one of the event
 macros described below.
 
-This class is different from other wxWindows classes in that there is at most
+This class is different from other wxWidgets classes in that there is at most
 one instance of this class in the program accessed via 
 \helpref{wxDialUpManager::Create()}{wxdialupmanagercreate} and you can't
 create the objects of this class directly.
 one instance of this class in the program accessed via 
 \helpref{wxDialUpManager::Create()}{wxdialupmanagercreate} and you can't
 create the objects of this class directly.
@@ -35,6 +35,10 @@ No base class
 
 <wx/dialup.h>
 
 
 <wx/dialup.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Event table macros}
 
 To be notified about the change in the network connection status, use these
 \wxheading{Event table macros}
 
 To be notified about the change in the network connection status, use these
@@ -203,7 +207,7 @@ is always safe to call. The default value is {\tt www.yahoo.com:80}.
 
 \membersection{wxDialUpManager::SetConnectCommand}\label{wxdialupmanagersetconnectcommand}
 
 
 \membersection{wxDialUpManager::SetConnectCommand}\label{wxdialupmanagersetconnectcommand}
 
-\func{}{SetConnectCommand}{\param{const wxString\& }{commandDial = wxT("/usr/bin/pon")}, \param{const wxString\& }{commandHangup = wxT("/usr/bin/poff")}}
+\func{void}{SetConnectCommand}{\param{const wxString\& }{commandDial = wxT("/usr/bin/pon")}, \param{const wxString\& }{commandHangup = wxT("/usr/bin/poff")}}
 
 This method is for Unix only.
 
 
 This method is for Unix only.