New DnD and Clipboard code
Rearranged wxApp to do the same in the same order upon program start-up on wxGTK and wxMSW ODBC tweaks exchanged wxDataFormat for wxIPCFormat git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -74,17 +74,17 @@ public:
|
||||
|
||||
// Calls that CLIENT can make
|
||||
bool Execute(char *data, int size = -1,
|
||||
wxDataFormat format = wxDF_TEXT);
|
||||
wxIPCFormat format = wxIPC_TEXT);
|
||||
char *Request(const wxString& item, int *size = NULL,
|
||||
wxDataFormat format = wxDF_TEXT);
|
||||
wxIPCFormat format = wxIPC_TEXT);
|
||||
bool Poke(const wxString& item, char *data, int size = -1,
|
||||
wxDataFormat format = wxDF_TEXT);
|
||||
wxIPCFormat format = wxIPC_TEXT);
|
||||
bool StartAdvise(const wxString& item);
|
||||
bool StopAdvise(const wxString& item);
|
||||
|
||||
// Calls that SERVER can make
|
||||
bool Advise(const wxString& item, char *data, int size = -1,
|
||||
wxDataFormat format = wxDF_TEXT);
|
||||
wxIPCFormat format = wxIPC_TEXT);
|
||||
|
||||
// Calls that both can make
|
||||
bool Disconnect();
|
||||
|
Reference in New Issue
Block a user