Public Member Functions | |
this () | |
this (IntPtr wxobj) | |
this (Window window, Size size) | |
this (Window window, int width, int height) | |
bool | Create (Window window, int width, int height) |
bool | IsOk () |
bool | IsVisible () |
Point | Position () |
void | Position (Point value) |
Size | size () |
void | size (Size value) |
Window | window () |
void | Show (bool show) |
void | Hide () |
Static Public Member Functions | |
static int | BlinkTime () |
static void | BlinkTime (int value) |
static wxObject | New (IntPtr ptr) |
Protected Member Functions | |
override void | dtor () |
this | ( | ) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | Window | window, | |
int | width, | |||
int | height | |||
) |
override void dtor | ( | ) | [protected] |
Reimplemented from wxObject.
bool Create | ( | Window | window, | |
int | width, | |||
int | height | |||
) |
bool IsOk | ( | ) |
bool IsVisible | ( | ) |
Point Position | ( | ) |
void Position | ( | Point | value | ) |
Size size | ( | ) |
void size | ( | Size | value | ) |
Window window | ( | ) |
void Show | ( | bool | show | ) |
void Hide | ( | ) |
static int BlinkTime | ( | ) | [static] |
static void BlinkTime | ( | int | value | ) | [static] |
static wxObject New | ( | IntPtr | ptr | ) | [static] |