Documentation
¶
Rendered for windows/amd64
Index ¶
Constants ¶
View Source
const ( CS_HREDRAW = 0x0002 CS_VREDRAW = 0x0001 CW_USEDEFAULT = 0x80000000 IDC_ARROW = 32512 // Standard arrow IDI_APPLICATION = 32512 IMAGE_ICON = 1 // Loads an icon LR_DEFAULTSIZE = 0x00000040 // Loads default-size icon for windows(SM_CXICON x SM_CYICON) if cx, cy are set to zero LR_LOADFROMFILE = 0x00000010 // Loads the stand-alone image from the file MF_BYCOMMAND = 0x00000000 MFS_DISABLED = 0x00000003 MFT_SEPARATOR = 0x00000800 MFT_STRING = 0x00000000 MIIM_BITMAP = 0x00000080 MIIM_FTYPE = 0x00000100 MIIM_ID = 0x00000002 MIIM_STATE = 0x00000001 MIIM_STRING = 0x00000040 MIIM_SUBMENU = 0x00000004 MIM_APPLYTOSUBMENUS = 0x80000000 NIF_ICON = 0x00000002 NIF_TIP = 0x00000004 NIF_INFO = 0x00000010 NIF_MESSAGE = 0x00000001 SW_HIDE = 0 TPM_BOTTOMALIGN = 0x0020 TPM_LEFTALIGN = 0x0000 TPM_RIGHTBUTTON = 0x0002 WM_CLOSE = 0x0010 WM_USER = 0x0400 WS_CAPTION = 0x00C00000 WS_MAXIMIZEBOX = 0x00010000 WS_MINIMIZEBOX = 0x00020000 WS_OVERLAPPED = 0x00000000 WS_OVERLAPPEDWINDOW = WS_OVERLAPPED | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX WS_SYSMENU = 0x00080000 WS_THICKFRAME = 0x00040000 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.