Small Tex2RTF fixes; wxMotif compile fixes (motif.inc, wxCheckListBox);
wxMSW wxWindow::IsShown fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -481,7 +481,7 @@ Sets an event handler to be called when a socket event occured.
|
||||
|
||||
Constructs a new wxSocketClient.
|
||||
|
||||
{\bf Warning !} The created socket client needs to be registered to a socket handler (See \helpref{wxSocketHandler}{wxsockethandler}).
|
||||
{\bf Warning !} The new socket client needs to be registered to a socket handler (See \helpref{wxSocketHandler}{wxsockethandler}).
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
@@ -494,7 +494,7 @@ Constructs a new wxSocketClient.
|
||||
|
||||
\func{}{\destruct{wxSocketClient}}{\void}
|
||||
|
||||
Destructs a wxSocketClient object.
|
||||
Destroys a wxSocketClient object.
|
||||
|
||||
%
|
||||
% Connect
|
||||
@@ -609,7 +609,7 @@ many sockets.
|
||||
|
||||
\func{}{\destruct{wxSocketHandler}}{\void}
|
||||
|
||||
Destructs a wxSocketHandler object.
|
||||
Destroys a wxSocketHandler object.
|
||||
|
||||
%
|
||||
% Register
|
||||
@@ -763,7 +763,7 @@ Constructs a new wxSocketServer.
|
||||
|
||||
\func{}{\destruct{wxSocketServer}}{\void}
|
||||
|
||||
Destructs a wxSocketServer object (it doesn't close the accepted connection).
|
||||
Destroys a wxSocketServer object (it doesn't close the accepted connection).
|
||||
|
||||
%
|
||||
% Accept
|
||||
@@ -800,4 +800,3 @@ This is useful when someone wants to inherit wxSocketBase.
|
||||
|
||||
Returns TRUE if no error occurs, else FALSE.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user