]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sizers.i
Added wx.BitmapFromBuffer and wx.BitmapFromBufferRGBA factory functions.
[wxWidgets.git] / wxPython / src / _sizers.i
index 1157c6a303c99e846f45f13dcd80fafaa4140207..9726d7b4fc245cc2d3ca96f50bfe8ca35c6ec392 100644 (file)
@@ -360,8 +360,8 @@ DocStr(wxSizer,
 "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.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
 
 The concept implemented by sizers in wxWidgets is closely related to
 layout tools in other GUI toolkits, such as Java's AWT, the GTK