Remove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -830,7 +830,7 @@ void wxNotebook::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||
bool wxNotebook::IsOwnGtkWindow( GdkWindow *window )
|
||||
{
|
||||
return ((m_widget->window == window) ||
|
||||
(NOTEBOOK_PANEL(m_widget) == window));
|
||||
GTK_NOTEBOOK(m_widget)->event_window == window);
|
||||
}
|
||||
|
||||
// static
|
||||
|
||||
Reference in New Issue
Block a user