MCPcopy Create free account

hub / github.com/lxn/walk / functions

Functions1,459 in github.com/lxn/walk

↓ 131 callersFunctionnewError
(message string)
src/pkg/walk/error.go:82
↓ 74 callersFunctionSendMessage
(hWnd HWND, msg uint32, wParam, lParam uintptr)
src/pkg/walk/winapi/user32.go:1725
↓ 42 callersFunctionlastError
(win32FuncName string)
src/pkg/walk/error.go:90
↓ 33 callersMethodEvent
()
src/pkg/walk/event.go:30
↓ 27 callersMethodBaseWidget
BaseWidget returns a *WidgetBase, a pointer to an instance of the struct that implements most operations common to all widgets.
src/pkg/walk/widget.go:60
↓ 21 callersMethodPublish
()
src/pkg/walk/event.go:34
↓ 20 callersMethodChildren
()
src/pkg/walk/container.go:42
↓ 19 callersFunctioninitChildWidget
(widget widgetInternal, parent Widget, className string, style, exStyle uint32)
src/pkg/walk/widget.go:411
↓ 19 callersFunctiontoError
(x interface{})
src/pkg/walk/error.go:133
↓ 18 callersFunctionGlobalUnlock
(hMem HGLOBAL)
src/pkg/walk/winapi/kernel32.go:168
↓ 18 callersMethodLen
()
src/pkg/walk/indexlist.go:19
↓ 18 callersMethodwndProc
(hwnd HWND, msg uint32, wParam, lParam uintptr)
src/pkg/walk/widget.go:280
↓ 17 callersMethodDispose
()
src/pkg/walk/pen.go:44
↓ 17 callersFunctionLoadCursor
(hInstance HINSTANCE, lpCursorName *uint16)
src/pkg/walk/winapi/user32.go:1607
↓ 16 callersFunctionMAKEINTRESOURCE
(id uintptr)
src/pkg/walk/winapi/winapi.go:88
↓ 15 callersFunctionGlobalLock
(hMem HGLOBAL)
src/pkg/walk/winapi/kernel32.go:159
↓ 15 callersFunctionmaxi
(a, b int)
src/pkg/walk/util.go:7
↓ 13 callersFunctionensureRegisteredWindowClass
(className string, registered *bool)
src/pkg/walk/widget.go:314
↓ 12 callersMethodAdd
(bitmap, maskBitmap *Bitmap)
src/pkg/walk/imagelist.go:32
↓ 12 callersFunctionMustGetProcAddress
(lib uintptr, name string)
src/pkg/walk/winapi/winapi.go:55
↓ 12 callersFunctionMustLoadLibrary
(name string)
src/pkg/walk/winapi/winapi.go:46
↓ 11 callersMethodBounds
Bounds returns the outer bounding box Rectangle of the *WidgetBase, including decorations. For a RootWidget, like *MainWindow or *Dialog, the Rectang
src/pkg/walk/widget.go:772
↓ 11 callersMethodClientBounds
ClientBounds returns the inner bounding box Rectangle of the Widget, excluding decorations.
src/pkg/walk/widget.go:75
↓ 11 callersFunctionwidgetFromHWND
(hwnd HWND)
src/pkg/walk/widget.go:1156
↓ 10 callersMethodAt
(index int)
src/pkg/walk/indexlist.go:15
↓ 10 callersFunctionBoolToBOOL
(value bool)
src/pkg/walk/winapi/winapi.go:92
↓ 10 callersMethoddialogBaseUnitsToPixels
(dlus Size)
src/pkg/walk/widget.go:886
↓ 9 callersFunctionDeleteObject
(hObject HGDIOBJ)
src/pkg/walk/winapi/gdi32.go:1093
↓ 9 callersFunctionGlobalFree
(hMem HGLOBAL)
src/pkg/walk/winapi/kernel32.go:150
↓ 9 callersMethodhDevMode
()
src/pkg/walk/printerinfo.go:157
↓ 8 callersMethodClose
(result int)
src/pkg/walk/dialog.go:133
↓ 8 callersFunctionGetWindowLong
(hWnd HWND, index int32)
src/pkg/walk/winapi/user32.go:1505
↓ 8 callersFunctionHIWORD
(dw uint32)
src/pkg/walk/winapi/winapi.go:80
↓ 8 callersMethodLayout
()
src/pkg/walk/container.go:43
↓ 8 callersMethodraiseChanged
()
src/pkg/walk/action.go:225
↓ 8 callersFunctionwidgetText
(hwnd HWND)
src/pkg/walk/widget.go:717
↓ 7 callersMethodActions
()
src/pkg/walk/menu.go:70
↓ 7 callersMethodAttach
(handler EventHandler)
src/pkg/walk/event.go:13
↓ 7 callersFunctionFAILED
(hr HRESULT)
src/pkg/walk/winapi/winapi.go:68
↓ 7 callersMethodLayoutFlags
LayoutFlags returns a combination of LayoutFlags that specify how the Widget wants to be treated by Layout implementations.
src/pkg/walk/widget.go:125
↓ 7 callersMethodParent
Parent returns the Container of the Widget. For RootWidgets, like *MainWindow and *Dialog, this is always nil.
src/pkg/walk/widget.go:163
↓ 7 callersMethodRun
()
src/pkg/walk/container.go:49
↓ 7 callersFunctionSelectObject
(hdc HDC, hgdiobj HGDIOBJ)
src/pkg/walk/winapi/gdi32.go:1276
↓ 7 callersMethodSetSuspended
SetSuspended sets if the Widget is suspended for layout and repainting purposes. You should call SetSuspended(true), before doing a batch of modifica
src/pkg/walk/widget.go:228
↓ 7 callersMethodUpdate
(reset bool)
src/pkg/walk/container.go:27
↓ 7 callersMethodhandleForDPI
HandleForDPI returns the os resource handle of the font for the specified DPI value. A value of 0 returns a HFONT suitable for the screen.
src/pkg/walk/font.go:170
↓ 7 callersFunctioninitWidget
(widget widgetInternal, parent Widget, className string, style, exStyle uint32)
src/pkg/walk/widget.go:354
↓ 7 callersFunctionsetWidgetText
(hwnd HWND, text string)
src/pkg/walk/widget.go:724
↓ 6 callersMethodBounds
()
src/pkg/walk/document.go:17
↓ 6 callersFunctionDeleteDC
(hdc HDC)
src/pkg/walk/winapi/gdi32.go:1075
↓ 6 callersMethodIndex
(item Widget)
src/pkg/walk/widgetlist.go:60
↓ 6 callersMethodMinSizeHint
MinSizeHint returns the minimum outer Size, including decorations, that makes sense for the respective type of Widget.
src/pkg/walk/widget.go:143
↓ 6 callersMethodSetBounds
SetBounds sets the outer bounding box Rectangle of the Widget, including decorations. For a RootWidget, like *MainWindow or *Dialog, the Rectangle is
src/pkg/walk/widget.go:178
↓ 6 callersMethodSetLayout
(value Layout)
src/pkg/walk/container.go:44
↓ 6 callersMethodSetSize
SetSize sets the outer Size of the Widget, including decorations.
src/pkg/walk/widget.go:220
↓ 6 callersMethodSetVisible
SetVisible sets if the Widget is visible.
src/pkg/walk/widget.go:231
↓ 6 callersMethodShow
()
src/pkg/walk/dialog.go:187
↓ 6 callersMethodString
()
src/pkg/walk/error.go:52
↓ 6 callersMethodText
()
src/pkg/walk/label.go:55
↓ 6 callersMethodcontainsHandle
(handle HWND)
src/pkg/walk/widgetlist.go:84
↓ 6 callersMethodhandle
()
src/pkg/walk/pen.go:43
↓ 6 callersMethodprinterNamePtr
()
src/pkg/walk/printerinfo.go:86
↓ 6 callersFunctionrootWidget
(w Widget)
src/pkg/walk/widget.go:436
↓ 6 callersMethodsetAndClearStyleBits
(set, clear uint32)
src/pkg/walk/widget.go:453
↓ 5 callersFunctionCreateWindowEx
(dwExStyle uint32, lpClassName, lpWindowName *uint16, dwStyle uint32, x, y, nWidth, nHeight int32, hWndParent
src/pkg/walk/winapi/user32.go:1292
↓ 5 callersMethodExit
(exitCode int)
src/pkg/walk/application.go:66
↓ 5 callersFunctionGetDC
(hWnd HWND)
src/pkg/walk/winapi/user32.go:1457
↓ 5 callersMethodInvalidate
Invalidate schedules a full repaint of the Widget.
src/pkg/walk/widget.go:114
↓ 5 callersMethodMinSize
MinSize returns the minimum allowed outer Size for the Widget, including decorations. For child widgets, this is only relevant when the parent of the
src/pkg/walk/widget.go:139
↓ 5 callersMethodRelease
()
src/pkg/walk/winapi/ole32.go:321
↓ 5 callersFunctionReleaseDC
(hWnd HWND, hDC HDC)
src/pkg/walk/winapi/user32.go:1698
↓ 5 callersMethodRestoreState
()
src/pkg/walk/application.go:24
↓ 5 callersMethodSaveState
()
src/pkg/walk/application.go:23
↓ 5 callersMethodSetBounds
SetBounds returns the outer bounding box Rectangle of the *WidgetBase, including decorations. For a RootWidget, like *MainWindow or *Dialog, the Rect
src/pkg/walk/widget.go:805
↓ 5 callersFunctionSetLastError
(dwErrorCode uint32)
src/pkg/walk/winapi/kernel32.go:193
↓ 5 callersMethodSetLayout
(value Layout)
src/pkg/walk/mainwindow.go:87
↓ 5 callersMethodSetMinMaxSize
SetMinMaxSize sets the minimum and maximum outer Size of the Widget, including decorations. Use walk.Size{} to make the respective limit be ignored.
src/pkg/walk/widget.go:206
↓ 5 callersMethodSetText
(value string)
src/pkg/walk/label.go:59
↓ 5 callersMethodSetText
(value string)
src/pkg/walk/action.go:151
↓ 5 callersMethodSetTitle
(value string)
src/pkg/walk/tooltip.go:82
↓ 5 callersFunctionSetWindowLong
(hWnd HWND, index, value int32)
src/pkg/walk/winapi/user32.go:1833
↓ 5 callersFunctionShell_NotifyIcon
(dwMessage uint32, lpdata *NOTIFYICONDATA)
src/pkg/walk/winapi/shell32.go:152
↓ 5 callersMethodTriggered
()
src/pkg/walk/action.go:204
↓ 5 callersFunctionUTF16PtrToString
(s *uint16)
src/pkg/walk/winapi/winapi.go:84
↓ 5 callersMethodValidator
()
src/pkg/walk/lineedit.go:139
↓ 5 callersFunctionerrorFromHRESULT
(funcName string, hr HRESULT)
src/pkg/walk/error.go:98
↓ 5 callersFunctionnewCanvasFromHDC
(hdc HDC)
src/pkg/walk/canvas.go:103
↓ 5 callersFunctionshouldLayoutWidget
(widget Widget)
src/pkg/walk/container.go:30
↓ 5 callersMethodvalueFromDevMode
(field devModeField, defaultValue int)
src/pkg/walk/printerinfo.go:267
↓ 5 callersFunctionwrapError
(err os.Error)
src/pkg/walk/error.go:114
↓ 4 callersMethodAddMenu
(menu *Menu)
src/pkg/walk/actionlist.go:30
↓ 4 callersFunctionCreateBrushIndirect
(lplb *LOGBRUSH)
src/pkg/walk/winapi/gdi32.go:1000
↓ 4 callersMethodDefaultButton
()
src/pkg/walk/dialog.go:35
↓ 4 callersMethodEnabled
Enabled returns if the Widget is enabled for user interaction.
src/pkg/walk/widget.go:103
↓ 4 callersFunctionGET_X_LPARAM
(lp uintptr)
src/pkg/walk/winapi/user32.go:1084
↓ 4 callersFunctionGET_Y_LPARAM
(lp uintptr)
src/pkg/walk/winapi/user32.go:1088
↓ 4 callersFunctionGetDeviceCaps
(hdc HDC, nIndex int32)
src/pkg/walk/winapi/gdi32.go:1144
↓ 4 callersFunctionGetTextExtentPoint32
(hdc HDC, lpString *uint16, c int32, lpSize *SIZE)
src/pkg/walk/winapi/gdi32.go:1204
↓ 4 callersFunctionGlobalAlloc
(uFlags uint32, dwBytes uintptr)
src/pkg/walk/winapi/kernel32.go:141
↓ 4 callersFunctionLOWORD
(dw uint32)
src/pkg/walk/winapi/winapi.go:76
next →1–100 of 1,459, ranked by callers