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 |
typedef void* IntPtr |
An implementation-specific type that is used to represent a pointer or a handle.
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 | ) |
alias new_Rectangle new_Rect |
else alias char [] string |
else alias ubyte wxChar |
alias Rectangle wxRectangle |