Added wxPython.lib.rcsizer which contains RowColSizer. This sizer is
based on code from Niki Spahiev and lets you specify a row and column for each item, as well as optional column or row spanning. Cells with not item assigned to it are just left blank. Stretchable rows or columns are specified and work the same as in wxFlexGridSizer. A few other minor changes too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,12 +51,12 @@ public:
|
||||
class wxBitmap : public wxGDIObject
|
||||
{
|
||||
public:
|
||||
wxBitmap(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
|
||||
wxBitmap(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_ANY);
|
||||
~wxBitmap();
|
||||
|
||||
wxPalette* GetPalette();
|
||||
wxMask* GetMask();
|
||||
bool LoadFile(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_BMP);
|
||||
bool LoadFile(const wxString& name, wxBitmapType type=wxBITMAP_TYPE_ANY);
|
||||
bool SaveFile(const wxString& name, wxBitmapType type, wxPalette* palette = NULL);
|
||||
void SetMask(wxMask* mask);
|
||||
#ifdef __WXMSW__
|
||||
|
Reference in New Issue
Block a user