Versions in this module Expand all Collapse all v1 v1.0.2 Nov 18, 2020 v1.0.1 Nov 18, 2020 Changes in this version + const UINT16_MAX + const UINT16_MIN + type AnchorStyle int + const AnchorStyle_Bottom + const AnchorStyle_Fill + const AnchorStyle_Left + const AnchorStyle_Right + const AnchorStyle_Top + type Bound struct + type Bound2 struct + Bottom int + Left int + Right int + Top int + type CursorType int + const CursorType_APPSTARTING + const CursorType_ARROW + const CursorType_CROSS + const CursorType_Default + const CursorType_HAND + const CursorType_HELP + const CursorType_IBEAM + const CursorType_ICON + const CursorType_NO + const CursorType_SIZE + const CursorType_SIZEALL + const CursorType_SIZENESW + const CursorType_SIZENS + const CursorType_SIZENWSE + const CursorType_SIZEWE + const CursorType_UPARROW + const CursorType_WAIT + type FormBorder int + const FormBorder_Default + const FormBorder_Disable_Resize + const FormBorder_None + type FormStart int + const FormStart_Default + const FormStart_Manual + const FormStart_Screen_Center + type FormState int + const FormState_Max + const FormState_Min + const FormState_Normal + type Graphics interface + Close func() + DrawImage func(src *image.RGBA, xSrc, ySrc, width, height, xDst, yDst int) Graphics + type KeyEvArgs struct + IsHandle bool + IsSys bool + Key Keys + Value uintptr + type KeyPressEvArgs struct + IsHandle bool + IsSys bool + KeyChar string + Value uintptr + type Keys int + const KeysCount + const Keys_0 + const Keys_1 + const Keys_2 + const Keys_3 + const Keys_4 + const Keys_5 + const Keys_6 + const Keys_7 + const Keys_8 + const Keys_9 + const Keys_A + const Keys_Alt + const Keys_Apps + const Keys_B + const Keys_Back + const Keys_C + const Keys_CapsLock + const Keys_Ctrl + const Keys_D + const Keys_Delete + const Keys_Down + const Keys_E + const Keys_End + const Keys_Enter + const Keys_Error + const Keys_Esc + const Keys_F + const Keys_F1 + const Keys_F10 + const Keys_F11 + const Keys_F12 + const Keys_F2 + const Keys_F3 + const Keys_F4 + const Keys_F5 + const Keys_F6 + const Keys_F7 + const Keys_F8 + const Keys_F9 + const Keys_G + const Keys_H + const Keys_Home + const Keys_I + const Keys_Insert + const Keys_J + const Keys_K + const Keys_L + const Keys_Left + const Keys_M + const Keys_N + const Keys_Num_0 + const Keys_Num_1 + const Keys_Num_2 + const Keys_Num_3 + const Keys_Num_4 + const Keys_Num_5 + const Keys_Num_6 + const Keys_Num_7 + const Keys_Num_8 + const Keys_Num_9 + const Keys_Num_Add + const Keys_Num_Decimal + const Keys_Num_Divide + const Keys_Num_Lock + const Keys_Num_Multiply + const Keys_Num_Separator + const Keys_Num_Sub + const Keys_O + const Keys_OEM_1 + const Keys_OEM_2 + const Keys_OEM_3 + const Keys_OEM_4 + const Keys_OEM_5 + const Keys_OEM_6 + const Keys_OEM_7 + const Keys_OEM_COMMA + const Keys_OEM_MINUS + const Keys_OEM_PERIOD + const Keys_OEM_PLUS + const Keys_P + const Keys_PageDown + const Keys_PageUp + const Keys_Pause + const Keys_Q + const Keys_R + const Keys_Right + const Keys_Right_Alt + const Keys_Right_Ctrl + const Keys_Right_Shift + const Keys_Right_Win + const Keys_S + const Keys_Scroll_Lock + const Keys_Shift + const Keys_Snapshot + const Keys_Space + const Keys_T + const Keys_Tab + const Keys_U + const Keys_Up + const Keys_V + const Keys_W + const Keys_Win + const Keys_X + const Keys_Y + const Keys_Z + type MouseButtons int + const MouseButtons_Left + const MouseButtons_Middle + const MouseButtons_None + const MouseButtons_Right + type MouseEvArgs struct + Button MouseButtons + Delta int + IsDouble bool + IsHandle bool + Time time.Time + X int + Y int + type PaintEvArgs struct + Clip Bound + Graphics Graphics + type Point struct + X int + Y int + func (_this Point) IsEqual(point Point) bool + type Rect struct + Height int + Width int + func (_this Rect) IsEmpty() bool + func (_this Rect) IsEqual(rect Rect) bool + type Screen struct + Full Rect + WorkArea Rect