projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
correction to last commit: Korean and Romanian translations will only be in 2.9.1...
[wxWidgets.git]
/
src
/
gtk
/
renderer.cpp
diff --git
a/src/gtk/renderer.cpp
b/src/gtk/renderer.cpp
index f3b5cd45af229855ec769574aed6a8ac1c9df651..a70d4e35b70089fb21749fe34d9616768f77ae46 100644
(file)
--- a/
src/gtk/renderer.cpp
+++ b/
src/gtk/renderer.cpp
@@
-121,7
+121,7
@@
public:
virtual void DrawFocusRect(wxWindow* win, wxDC& dc, const wxRect& rect, int flags = 0);
virtual void DrawFocusRect(wxWindow* win, wxDC& dc, const wxRect& rect, int flags = 0);
- virtual wxSize GetCheckBoxSize(
) const
;
+ virtual wxSize GetCheckBoxSize(
wxWindow *win)
;
virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win);
};
virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win);
};
@@
-428,7
+428,7
@@
wxRendererGTK::DrawComboBoxDropButton(wxWindow *win,
}
wxSize
}
wxSize
-wxRendererGTK::GetCheckBoxSize(
) const
+wxRendererGTK::GetCheckBoxSize(
wxWindow *WXUNUSED(win))
{
gint indicator_size, indicator_spacing;
gtk_widget_style_get(wxGTKPrivate::GetCheckButtonWidget(),
{
gint indicator_size, indicator_spacing;
gtk_widget_style_get(wxGTKPrivate::GetCheckButtonWidget(),