Package wx.common

Common structs that do not belong to any particular class. More...


Classes

interface  IDisposable
interface  ICloneable
class  NullPointerException
class  NullReferenceException
class  ArgumentException
class  InvalidOperationException
class  ArgumentNullException
struct  Point
struct  Size
struct  Rectangle

Typedefs

typedef void * IntPtr
 An implementation-specific type that is used to represent a pointer or a handle.

Functions

 version (UNICODE) alias wchar_t wxChar
string assumeUnique (char[] s)
deprecated Point new_Point (int x, int y)
deprecated Size new_Size (int w, int h)
deprecated Rectangle new_Rectangle (int x, int y, int w, int h)

Variables

else alias ubyte wxChar
else alias char[] string
alias Point wxPoint
alias Size wxSize
alias Rectangle wxRectangle
alias Rect wxRect
alias Rectangle Rect
alias new_Rectangle new_Rect


Detailed Description

Common structs that do not belong to any particular class.

Typedef Documentation

typedef void* IntPtr

An implementation-specific type that is used to represent a pointer or a handle.


Function Documentation

string wx.common.assumeUnique ( char[]  s  ) 

deprecated Point wx.common.new_Point ( int  x,
int  y 
)

deprecated Rectangle wx.common.new_Rectangle ( int  x,
int  y,
int  w,
int  h 
)

deprecated Size wx.common.new_Size ( int  w,
int  h 
)

wx.common.version ( UNICODE   ) 


Variable Documentation

alias new_Rectangle new_Rect

alias Rectangle Rect

else alias char [] string

else alias ubyte wxChar

alias Point wxPoint

alias Rect wxRect

alias Rectangle wxRectangle

alias Size wxSize


Generated on Sun Feb 1 21:30:23 2009 for wxD by  doxygen 1.5.4