]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/_core.py
out typemap for wxMemorySize
[wxWidgets.git] / wxPython / src / msw / _core.py
index 5bebbd6c9b436dd4cba0acfd2183c93023d67516..2478b8eeb252d6219f9bd60bf8b6d220f575c9f0 100644 (file)
@@ -10988,8 +10988,8 @@ class Sizer(Object):
     wx.Sizer is the abstract base class used for laying out subwindows in
     a window.  You cannot use wx.Sizer directly; instead, you will have to
     use one of the sizer classes derived from it such as `wx.BoxSizer`,
-    `wx.StaticBoxSizer`, `wx.NotebookSizer`, `wx.GridSizer`,  `wx.FlexGridSizer`
-    and `wx.GridBagSizer`.
+    `wx.StaticBoxSizer`, `wx.GridSizer`, `wx.FlexGridSizer` and
+    `wx.GridBagSizer`.
 
     The concept implemented by sizers in wxWidgets is closely related to
     layout tools in other GUI toolkits, such as Java's AWT, the GTK