]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_notebook.i
Add *wxTopLevelWindowGTK*RequestUserAttention*int*;
[wxWidgets.git] / wxPython / src / _notebook.i
index 0745aab834a4f8a89c47e3ec28d22d0f63b580ee..472cd23e746029a7d9cf70ca82be13064baf288b 100644 (file)
@@ -251,7 +251,7 @@ class NotebookPage(wx.Panel):
     """
     There is an old (and apparently unsolvable) bug when placing a
     window with a nonstandard background colour in a wx.Notebook on
-    wxGTK, as the notbooks's background colour would always be used
+    wxGTK1, as the notbooks's background colour would always be used
     when the window is refreshed.  The solution is to place a panel in
     the notbook and the coloured window on the panel, sized to cover
     the panel.  This simple class does that for you, just put an