Use accessor functions instead of deprecated GTK+ macros.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -416,7 +416,7 @@ void wxStatusBarGeneric::OnPaint(wxPaintEvent& WXUNUSED(event) )
|
||||
GDK_WINDOW_EDGE_SOUTH_EAST;
|
||||
gtk_paint_resize_grip( m_widget->style,
|
||||
GTKGetDrawingWindow(),
|
||||
(GtkStateType) GTK_WIDGET_STATE (m_widget),
|
||||
gtk_widget_get_state(m_widget),
|
||||
NULL,
|
||||
m_widget,
|
||||
"statusbar",
|
||||
|
Reference in New Issue
Block a user