Namespaces | |
namespace | wx.common |
namespace | wx.libs |
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 |