+ /**
+ Same as Add(), but prepends the items to the beginning of the
+ list of items (windows, subsizers or spaces) owned by this sizer.
+ */
+ wxSizerItem* Prepend(int width, int height, const wxSizerFlags& flags);
+
+ wxSizerItem* Prepend(wxSizerItem* item);
+