Documentation ¶
Rendered for windows/amd64
Index ¶
- type Activate
- type ActivateApp
- type Any
- type AppCommand
- type AskCbFormatName
- type CaptureChanged
- type ChangeCbChain
- type Char
- type CharToItem
- type Command
- type CompareItem
- type ContextMenu
- type CopyData
- type Create
- type CtlColor
- type DeleteItem
- type DevModeChange
- type DisplayChange
- type DrawItem
- type DropFiles
- type DwmColorizationColorChanged
- type DwmNcRenderingChanged
- type DwmSendIconicThumbnail
- type DwmWindowMaximizedChange
- type Enable
- type EndSession
- type EnterIdle
- type EnterMenuLoop
- type EraseBkgnd
- type ExitMenuLoop
- type GetDlgCode
- type GetIcon
- type GetMinMaxInfo
- type GetTitleBarInfoEx
- type HScroll
- type HScrollClipboard
- type Help
- type HotKey
- type InitDialog
- type InitMenuPopup
- type Key
- type KillFocus
- type Menu
- type MenuChar
- type MenuGetObject
- type MenuSelect
- type Mouse
- type Move
- type Moving
- type NcActivate
- type NcCalcSize
- type NcHitTest
- type NcMouse
- type NcMouseX
- type NcPaint
- type NextMenu
- type PaintClipboard
- type PowerBroadcast
- type Print
- type RenderFormat
- type SetFocus
- type SetFont
- type SetIcon
- type ShowWindow
- type Size
- type SizeClipboard
- type Sizing
- type Styles
- type SysCommand
- type UnInitMenuPopup
- type VScroll
- type VScrollClipboard
- type WindowPos
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Activate ¶
type Activate struct{ Msg Any }
func (Activate) HwndActivatedOrDeactivated ¶
func (Activate) IsMinimized ¶
type ActivateApp ¶
type ActivateApp struct{ Msg Any }
func (ActivateApp) IsBeingActivated ¶
func (p ActivateApp) IsBeingActivated() bool
func (ActivateApp) ThreadId ¶
func (p ActivateApp) ThreadId() uint32
type AppCommand ¶
type AppCommand struct{ Msg Any }
func (AppCommand) AppCommand ¶
func (p AppCommand) AppCommand() co.APPCOMMAND
func (AppCommand) Keys ¶
func (p AppCommand) Keys() co.MK
func (AppCommand) OwnerWindow ¶
func (p AppCommand) OwnerWindow() win.HWND
func (AppCommand) UDevice ¶
func (p AppCommand) UDevice() co.FAPPCOMMAND
type AskCbFormatName ¶
type AskCbFormatName struct{ Msg Any }
func (AskCbFormatName) Buffer ¶
func (p AskCbFormatName) Buffer() []uint16
type CaptureChanged ¶
type CaptureChanged struct{ Msg Any }
func (CaptureChanged) HwndGainingMouse ¶
func (p CaptureChanged) HwndGainingMouse() win.HWND
type ChangeCbChain ¶
type ChangeCbChain struct{ Msg Any }
func (ChangeCbChain) IsLastWindow ¶
func (p ChangeCbChain) IsLastWindow() bool
func (ChangeCbChain) NextWindow ¶
func (p ChangeCbChain) NextWindow() win.HWND
func (ChangeCbChain) WindowBeingRemoved ¶
func (p ChangeCbChain) WindowBeingRemoved() win.HWND
type Char ¶
type Char struct{ Msg Any }
func (Char) IsExtendedKey ¶
func (Char) IsKeyBeingReleased ¶
func (Char) IsKeyDownBeforeSend ¶
func (Char) RepeatCount ¶
type CharToItem ¶
type CharToItem struct{ Msg Any }
func (CharToItem) CharCode ¶
func (p CharToItem) CharCode() rune
func (CharToItem) CurrentCaretPos ¶
func (p CharToItem) CurrentCaretPos() int
func (CharToItem) HwndListBox ¶
func (p CharToItem) HwndListBox() win.HWND
type Command ¶
type Command struct{ Msg Any }
func (Command) AcceleratorId ¶
func (Command) ControlHwnd ¶
func (Command) ControlNotifCode ¶
func (Command) IsFromAccelerator ¶
func (Command) IsFromControl ¶
func (Command) IsFromMenu ¶
type CompareItem ¶
type CompareItem struct{ Msg Any }
func (CompareItem) CompareItemStruct ¶
func (p CompareItem) CompareItemStruct() *win.COMPAREITEMSTRUCT
func (CompareItem) ControlId ¶
func (p CompareItem) ControlId() int
type ContextMenu ¶
type ContextMenu struct{ Msg Any }
func (ContextMenu) CursorPos ¶
func (p ContextMenu) CursorPos() win.POINT
func (ContextMenu) RightClickedWindow ¶
func (p ContextMenu) RightClickedWindow() win.HWND
type CopyData ¶
type CopyData struct{ Msg Any }
func (CopyData) CopyDataStruct ¶
func (p CopyData) CopyDataStruct() *win.COPYDATASTRUCT
func (CopyData) HwndPassingData ¶
type Create ¶
type Create struct{ Msg Any }
func (Create) CreateStruct ¶
func (p Create) CreateStruct() *win.CREATESTRUCT
type DeleteItem ¶
type DeleteItem struct{ Msg Any }
func (DeleteItem) ControlId ¶
func (p DeleteItem) ControlId() int
func (DeleteItem) DeleteItemStruct ¶
func (p DeleteItem) DeleteItemStruct() *win.DELETEITEMSTRUCT
type DevModeChange ¶
type DevModeChange struct{ Msg Any }
func (DevModeChange) DeviceName ¶
func (p DevModeChange) DeviceName() string
type DisplayChange ¶
type DisplayChange struct{ Msg Any }
func (DisplayChange) BitsPerPixel ¶
func (p DisplayChange) BitsPerPixel() int
func (DisplayChange) Size ¶
func (p DisplayChange) Size() win.SIZE
type DrawItem ¶
type DrawItem struct{ Msg Any }
func (DrawItem) DrawItemStruct ¶
func (p DrawItem) DrawItemStruct() *win.DRAWITEMSTRUCT
func (DrawItem) IsFromMenu ¶
type DwmColorizationColorChanged ¶
type DwmColorizationColorChanged struct{ Msg Any }
func (DwmColorizationColorChanged) BlendedWithOpacity ¶
func (p DwmColorizationColorChanged) BlendedWithOpacity() bool
func (DwmColorizationColorChanged) Color ¶
func (p DwmColorizationColorChanged) Color() win.COLORREF
type DwmNcRenderingChanged ¶
type DwmNcRenderingChanged struct{ Msg Any }
func (DwmNcRenderingChanged) IsEnabled ¶
func (p DwmNcRenderingChanged) IsEnabled() bool
type DwmSendIconicThumbnail ¶
type DwmSendIconicThumbnail struct{ Msg Any }
func (DwmSendIconicThumbnail) MaxCoords ¶
func (p DwmSendIconicThumbnail) MaxCoords() win.POINT
type DwmWindowMaximizedChange ¶
type DwmWindowMaximizedChange struct{ Msg Any }
func (DwmWindowMaximizedChange) IsMaximized ¶
func (p DwmWindowMaximizedChange) IsMaximized() bool
type EndSession ¶
type EndSession struct{ Msg Any }
func (EndSession) Event ¶
func (p EndSession) Event() co.ENDSESSION
func (EndSession) IsSessionBeingEnded ¶
func (p EndSession) IsSessionBeingEnded() bool
type EnterMenuLoop ¶
type EnterMenuLoop struct{ Msg Any }
func (EnterMenuLoop) IsTrackPopupMenu ¶
func (p EnterMenuLoop) IsTrackPopupMenu() bool
type EraseBkgnd ¶
type EraseBkgnd struct{ Msg Any }
func (EraseBkgnd) Hdc ¶
func (p EraseBkgnd) Hdc() win.HDC
type ExitMenuLoop ¶
type ExitMenuLoop struct{ Msg Any }
func (ExitMenuLoop) IsShortcutMenu ¶
func (p ExitMenuLoop) IsShortcutMenu() bool
type GetDlgCode ¶
type GetDlgCode struct{ Msg Any }
func (GetDlgCode) HasAlt ¶
func (p GetDlgCode) HasAlt() bool
func (GetDlgCode) HasCtrl ¶
func (p GetDlgCode) HasCtrl() bool
func (GetDlgCode) HasShift ¶
func (p GetDlgCode) HasShift() bool
func (GetDlgCode) IsQuery ¶
func (p GetDlgCode) IsQuery() bool
func (GetDlgCode) Message ¶
func (p GetDlgCode) Message() *win.MSG
func (GetDlgCode) VirtualKeyCode ¶
func (p GetDlgCode) VirtualKeyCode() co.VK
type GetMinMaxInfo ¶
type GetMinMaxInfo struct{ Msg Any }
func (GetMinMaxInfo) Info ¶
func (p GetMinMaxInfo) Info() *win.MINMAXINFO
type GetTitleBarInfoEx ¶
type GetTitleBarInfoEx struct{ Msg Any }
func (GetTitleBarInfoEx) Info ¶
func (p GetTitleBarInfoEx) Info() *win.TITLEBARINFOEX
type HScroll ¶
type HScroll struct{ Msg Any }
func (HScroll) HwndScrollbar ¶
func (HScroll) ScrollBoxPos ¶
type HScrollClipboard ¶
type HScrollClipboard struct{ Msg Any }
func (HScrollClipboard) HwndScrollbar ¶
func (p HScrollClipboard) HwndScrollbar() win.HWND
func (HScrollClipboard) Request ¶
func (p HScrollClipboard) Request() co.SB_REQ
func (HScrollClipboard) ScrollBoxPos ¶
func (p HScrollClipboard) ScrollBoxPos() uint
type InitDialog ¶
type InitDialog struct{ Msg Any }
func (InitDialog) HwndFocused ¶
func (p InitDialog) HwndFocused() win.HWND
type InitMenuPopup ¶
type InitMenuPopup struct{ Msg Any }
func (InitMenuPopup) Hmenu ¶
func (p InitMenuPopup) Hmenu() win.HMENU
func (InitMenuPopup) IsWindowMenu ¶
func (p InitMenuPopup) IsWindowMenu() bool
func (InitMenuPopup) Pos ¶
func (p InitMenuPopup) Pos() int
type Key ¶
type Key struct{ Msg Any }
func (Key) IsExtendedKey ¶
func (Key) IsKeyDownBeforeSend ¶
func (Key) IsReleasingKey ¶
func (Key) RepeatCount ¶
func (Key) VirtualKeyCode ¶
type MenuChar ¶
type MenuChar struct{ Msg Any }
func (MenuChar) ActiveMenu ¶
func (MenuChar) ActiveMenuType ¶
type MenuGetObject ¶
type MenuGetObject struct{ Msg Any }
func (MenuGetObject) Info ¶
func (p MenuGetObject) Info() *win.MENUGETOBJECTINFO
type MenuSelect ¶
type MenuSelect struct{ Msg Any }
func (MenuSelect) Flags ¶
func (p MenuSelect) Flags() co.MF
func (MenuSelect) Hmenu ¶
func (p MenuSelect) Hmenu() win.HMENU
func (MenuSelect) Item ¶
func (p MenuSelect) Item() int
type Mouse ¶
type Mouse struct{ Msg Any }
func (Mouse) IsMiddleBtn ¶
func (Mouse) IsRightBtn ¶
func (Mouse) VirtualKeys ¶
type NcActivate ¶
type NcActivate struct{ Msg Any }
func (NcActivate) IsActive ¶
func (p NcActivate) IsActive() bool
func (NcActivate) IsVisualStyleActive ¶
func (p NcActivate) IsVisualStyleActive() bool
func (NcActivate) UpdatedRegion ¶
func (p NcActivate) UpdatedRegion() win.HRGN
type NcCalcSize ¶
type NcCalcSize struct{ Msg Any }
func (NcCalcSize) NcCalcSizeParams ¶
func (p NcCalcSize) NcCalcSizeParams() *win.NCCALCSIZE_PARAMS
func (NcCalcSize) Rect ¶
func (p NcCalcSize) Rect() *win.RECT
func (NcCalcSize) ShouldIndicateValidPart ¶
func (p NcCalcSize) ShouldIndicateValidPart() bool
type NextMenu ¶
type NextMenu struct{ Msg Any }
func (NextMenu) MdiNextMenu ¶
func (p NextMenu) MdiNextMenu() *win.MDINEXTMENU
func (NextMenu) VirtualKeyCode ¶
type PaintClipboard ¶
type PaintClipboard struct{ Msg Any }
func (PaintClipboard) CbViewerWindow ¶
func (p PaintClipboard) CbViewerWindow() win.HWND
func (PaintClipboard) PaintStruct ¶
func (p PaintClipboard) PaintStruct() *win.PAINTSTRUCT
type PowerBroadcast ¶
type PowerBroadcast struct{ Msg Any }
func (PowerBroadcast) Event ¶
func (p PowerBroadcast) Event() co.PBT
func (PowerBroadcast) PowerBroadcastSetting ¶
func (p PowerBroadcast) PowerBroadcastSetting() *win.POWERBROADCAST_SETTING
type RenderFormat ¶
type RenderFormat struct{ Msg Any }
func (RenderFormat) ClipboardFormat ¶
func (p RenderFormat) ClipboardFormat() co.CF
type ShowWindow ¶
type ShowWindow struct{ Msg Any }
func (ShowWindow) IsBeingShown ¶
func (p ShowWindow) IsBeingShown() bool
func (ShowWindow) Status ¶
func (p ShowWindow) Status() co.SWS
type SizeClipboard ¶
type SizeClipboard struct{ Msg Any }
func (SizeClipboard) CbViewerWindow ¶
func (p SizeClipboard) CbViewerWindow() win.HWND
func (SizeClipboard) NewDimensions ¶
func (p SizeClipboard) NewDimensions() *win.RECT
type Styles ¶
type Styles struct{ Msg Any }
func (Styles) StylesWs ¶
func (p Styles) StylesWs() *win.STYLESTRUCT_WS
func (Styles) StylesWsEx ¶
func (p Styles) StylesWsEx() *win.STYLESTRUCT_WSEX
type SysCommand ¶
type SysCommand struct{ Msg Any }
func (SysCommand) CursorPos ¶
func (p SysCommand) CursorPos() win.POINT
func (SysCommand) RequestCommand ¶
func (p SysCommand) RequestCommand() co.SC
type UnInitMenuPopup ¶
type UnInitMenuPopup struct{ Msg Any }
func (UnInitMenuPopup) Hmenu ¶
func (p UnInitMenuPopup) Hmenu() win.HMENU
type VScroll ¶
type VScroll struct{ Msg Any }
func (VScroll) HwndScrollbar ¶
func (VScroll) ScrollBoxPos ¶
type VScrollClipboard ¶
type VScrollClipboard struct{ Msg Any }
func (VScrollClipboard) HwndScrollbar ¶
func (p VScrollClipboard) HwndScrollbar() win.HWND
func (VScrollClipboard) Request ¶
func (p VScrollClipboard) Request() co.SB_REQ
func (VScrollClipboard) ScrollBoxPos ¶
func (p VScrollClipboard) ScrollBoxPos() uint
Click to show internal directories.
Click to hide internal directories.