]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialup.h
make wxWindow::SetAutoLayout() now works for all windows, not just panels
[wxWidgets.git] / interface / wx / dialup.h
index bbc06f5c88ec78d6c08de5d268a186b0a29260e0..1db8388a544a998276744ff67bbfd939ff6c6375 100644 (file)
     most one instance of this class in the program accessed via Create() and
     you can't create the objects of this class directly.
 
     most one instance of this class in the program accessed via Create() and
     you can't create the objects of this class directly.
 
-    @beginEventTable{wxDialUpEvent}
+    @beginEventEmissionTable{wxDialUpEvent}
     @event{EVT_DIALUP_CONNECTED(func)}
     @event{EVT_DIALUP_CONNECTED(func)}
-           A connection with the network was established.
+        A connection with the network was established.
     @event{EVT_DIALUP_DISCONNECTED(func)}
     @event{EVT_DIALUP_DISCONNECTED(func)}
-           The connection with the network was lost.
+        The connection with the network was lost.
     @endEventTable
 
     @library{wxcore}
     @endEventTable
 
     @library{wxcore}