]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/sckipc.h
generate a size event from ShowWithEffect() for consistency with Show()
[wxWidgets.git] / interface / wx / sckipc.h
index 0ec3ce061e9a9da30098ce7daacdd9586c408219..38f8f3d28f35fbe4f70d5f2b620502f5f6391bf9 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxTCPServer
 
 /**
     @class wxTCPServer
-    @wxheader{sckipc.h}
 
     A wxTCPServer object represents the server part of a client-server conversation.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most
 
     A wxTCPServer object represents the server part of a client-server conversation.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most
@@ -53,7 +52,6 @@ public:
 
 /**
     @class wxTCPClient
 
 /**
     @class wxTCPClient
-    @wxheader{sckipc.h}
 
     A wxTCPClient object represents the client part of a client-server conversation.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most
 
     A wxTCPClient object represents the client part of a client-server conversation.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most
@@ -117,7 +115,6 @@ public:
 
 /**
     @class wxTCPConnection
 
 /**
     @class wxTCPConnection
-    @wxheader{sckipc.h}
 
     A wxTCPClient object represents the connection between a client and a server.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most
 
     A wxTCPClient object represents the connection between a client and a server.
     It emulates a DDE-style protocol, but uses TCP/IP which is available on most