wxAccordion
Public Member Functions | Public Attributes | List of all members
wxSize Class Reference

Public Member Functions

 wxSize (int xx, int yy)
 
wxSizeoperator+= (const wxSize &sz)
 
wxSizeoperator-= (const wxSize &sz)
 
wxSizeoperator/= (int i)
 
wxSizeoperator*= (int i)
 
wxSizeoperator/= (unsigned int i)
 
wxSizeoperator*= (unsigned int i)
 
wxSizeoperator/= (long i)
 
wxSizeoperator*= (long i)
 
wxSizeoperator/= (unsigned long i)
 
wxSizeoperator*= (unsigned long i)
 
wxSizeoperator/= (double i)
 
wxSizeoperator*= (double i)
 
void IncTo (const wxSize &sz)
 
void DecTo (const wxSize &sz)
 
void DecToIfSpecified (const wxSize &sz)
 
void IncBy (int dx, int dy)
 
void IncBy (const wxPoint &pt)
 
void IncBy (const wxSize &sz)
 
void IncBy (int d)
 
void DecBy (int dx, int dy)
 
void DecBy (const wxPoint &pt)
 
void DecBy (const wxSize &sz)
 
void DecBy (int d)
 
wxSizeScale (float xscale, float yscale)
 
void Set (int xx, int yy)
 
void SetWidth (int w)
 
void SetHeight (int h)
 
int GetWidth () const
 
int GetHeight () const
 
bool IsFullySpecified () const
 
void SetDefaults (const wxSize &size)
 
int GetX () const
 
int GetY () const
 

Public Attributes

int x
 
int y