Construct a wxFileName with wxPATH_DOS and then use wxFileName::GetFullPath(wxPATH_UNIX) instead.
This function is obsolete, please use wxFileName::SplitPath() instead.
Replaced by wxWindow::FindWindowByLabel().
Replaced by wxWindow::FindWindowByName().
Use wxGetEmailAddress() instead.
Use wxGetHostName() instead.
This function is obsolete, please use wxFileName::CreateTempFileName() instead.
Use wxGetUserId() instead.
Use wxGetUserName() instead.
This function is deprecated, use wxGetCwd() instead.
This version of wxLogTrace() only logs the message if all the bits corresponding to the mask are set in the wxLog trace mask which can be set by calling wxLog::SetTraceMask(). This version is less flexible than wxLogTrace(const char*,const char*,...) because it doesn't allow defining the user trace masks easily. This is why it is deprecated in favour of using string trace masks.
Ids generated by it can conflict with the Ids defined by the user code, use wxID_ANY
to assign ids which are guaranteed to not conflict with the user-defined ids for the controls and menu items you create instead of using this function.
Replaced by wxWindow::Close(). See the window deletion overview.
This function is obsolete, please use wxFileName::SplitPath() instead.
Use one of the wxLogTrace() functions or one of the wxVLogTrace() functions instead.
Use one of the wxLogTrace() functions or one of the wxVLogTrace() functions instead.
Use one of the wxLogTrace() functions or one of the wxVLogTrace() functions instead.
Use one of the wxLogTrace() functions or one of the wxVLogTrace() functions instead.
Construct a wxFileName with wxPATH_UNIX and then use wxFileName::GetFullPath(wxPATH_DOS) instead.
This function is deprecated because its name is misleading: notice that the argument is in milliseconds, not microseconds. Please use either wxMilliSleep() or wxMicroSleep() depending on the resolution you need.
This function is kept only for backwards compatibility. Please use the wxAppConsole::Yield method instead in any new code.
This is obsolete, replaced by wxLog functionality.
This is obsolete, replaced by wxLog functionality.
This function doesn't work for all ports, just use ShowModal() to show a modal dialog instead.
Please use SetCellValue(int,int,const wxString&) or SetCellValue(const wxGridCellCoords&,const wxString&) instead.
Please note that this class is retained for backward compatibility reasons; you should use wxHashMap.
This form is deprecated, use the other one unless you know what you are doing.
This function is deprecated, please use ToWChar() instead.
This function is deprecated, please use FromWChar() instead.
This function is deprecated, use AppendSubMenu() instead.
This function is deprecated in favour of GetMenuLabel() and GetMenuLabelText().
This function has been deprecated in favour of SetMenuLabel().
This function is deprecated in favour of GetItemLabelText().
This function is deprecated; please use GetLabelText() instead.
This function is deprecated. Please use GetItemLabel() or GetItemLabelText() instead.
This function is deprecated in favour of GetItemLabel().
This function is deprecated in favour of SetItemLabel().
Use GetValueAsString() instead.
Use AddPrivateChild() instead.
This function has been deprecated since version 2.5.4.
The overload of this method taking a wxWindow* parameter is deprecated as it does not destroy the window as would usually be expected from Remove(). You should use Detach() in new code instead. There is currently no wxSizer method that will both detach and destroy a wxWindow item.
Use ReadLine() or ReadWord() instead.
This is the old way of detecting tool right clicks; although it will still work, you should use the EVT_TOOL_RCLICKED() macro instead.
![]() |
[ top ] |