]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/notebook.cpp
Implement alternating row colours
[wxWidgets.git] / src / gtk1 / notebook.cpp
index ddc1c86ddf963116cd652c81aa2577c615113b55..b5d0a93d562b6c0dfdb7de8f02b55af9c2cda6a4 100644 (file)
@@ -249,7 +249,7 @@ static gint gtk_notebook_key_press_callback( GtkWidget *widget, GdkEventKey *gdk
         event.SetCurrentFocus( notebook );
 
         wxNotebookPage *client = notebook->GetPage(sel);
-        if ( !client->GetEventHandler()->ProcessEvent( event ) )
+        if ( !client->HandleWindowEvent( event ) )
         {
              client->SetFocus();
         }