add GetLabel/SetLabel implementation to wxWindowX11, the function just store the label string, but do nothing with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -527,17 +527,6 @@ void wxWindowX11::Lower()
|
||||
XLowerWindow( wxGlobalDisplay(), (Window) m_mainWindow );
|
||||
}
|
||||
|
||||
void wxWindowX11::SetLabel(const wxString& WXUNUSED(label))
|
||||
{
|
||||
// TODO
|
||||
}
|
||||
|
||||
wxString wxWindowX11::GetLabel() const
|
||||
{
|
||||
// TODO
|
||||
return wxEmptyString;
|
||||
}
|
||||
|
||||
void wxWindowX11::DoCaptureMouse()
|
||||
{
|
||||
if ((g_captureWindow != NULL) && (g_captureWindow != this))
|
||||
|
Reference in New Issue
Block a user