MCPcopy Create free account

hub / github.com/lxn/walk / functions

Functions2,948 in github.com/lxn/walk

↓ 294 callersFunctionnewError
(message string)
error.go:84
↓ 261 callersMethodSendMessage
SendMessage sends a message to the window and returns the result.
window.go:218
↓ 153 callersMethodPublish
()
event.go:52
↓ 141 callersMethodEvent
()
event.go:48
↓ 128 callersMethodAttach
(handler EventHandler)
event.go:20
↓ 89 callersFunctionlastError
(win32FuncName string)
error.go:92
↓ 77 callersMethodDispose
()
pen.go:44
↓ 77 callersMethodHandle
Handle returns the window handle of the Window.
window.go:138
↓ 65 callersMethodMustRegisterProperty
(name string, property Property)
window.go:736
↓ 63 callersMethodDPI
DPI returns the current DPI value of the Window.
window.go:117
↓ 61 callersMethodParent
Parent returns the Container of the Widget.
widget.go:70
↓ 54 callersMethodAdd
(item Disposable)
walk.go:62
↓ 51 callersMethodRequestLayout
RequestLayout either schedules or immediately starts performing layout.
window.go:208
↓ 50 callersMethodWndProc
WndProc is the window procedure of the window. When implementing your own WndProc to add or modify behavior, call the WndProc of the embedded window
window.go:373
↓ 47 callersMethodSetSuspended
SetSuspended sets if the Window is suspended for layout and repainting purposes. You should call SetSuspended(true), before doing a batch of modifica
window.go:307
↓ 44 callersFunctionNewProperty
(get func() interface{}, set func(v interface{}) error, changed *Event)
property.go:40
↓ 41 callersMethodInitWidget
(d Widget, w walk.Window, customInit func() error)
declarative/builder.go:126
↓ 41 callersFunctionmaxi
(a, b int)
util.go:46
↓ 40 callersFunctionIntFrom96DPI
IntFrom96DPI converts from 1/96" units to native pixels.
util.go:517
↓ 38 callersFunctionwindowFromHandle
(hwnd win.HWND)
window.go:2123
↓ 37 callersFunctionSizeFrom96DPI
SizeFrom96DPI converts from 1/96" units to native pixels.
util.go:586
↓ 36 callersMethodGraphicsEffects
GraphicsEffects returns a list of WidgetGraphicsEffects that are applied to the Widget.
widget.go:59
↓ 34 callersMethodInvalidate
Invalidate schedules a full repaint of the Window.
window.go:147
↓ 33 callersFunctionAppendToWalkInit
(fn func())
window.go:521
↓ 33 callersMethodBoundsPixels
BoundsPixels returns the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is
window.go:61
↓ 33 callersMethodLen
()
widgetlist.go:125
↓ 32 callersMethodAsWindowBase
AsWindowBase returns a *WindowBase, a pointer to an instance of the struct that implements most operations common to all windows.
window.go:36
↓ 32 callersMethodDetach
(handle int)
event.go:35
↓ 28 callersFunctionBind
(expression string, validators ...Validator)
declarative/interfaces.go:30
↓ 27 callersFunctionInitWidget
InitWidget initializes a Widget.
widget.go:105
↓ 27 callersMethodapplyFont
(font *Font)
window.go:1138
↓ 26 callersMethodhandleForDPI
(dpi int)
pen.go:43
↓ 25 callersMethodFont
Font returns the *Font of the Window. By default this is a MS Shell Dlg 2, 8 point font.
window.go:132
↓ 25 callersFunctionerrorFromHRESULT
(funcName string, hr win.HRESULT)
error.go:100
↓ 25 callersMethodraiseChanged
()
action.go:464
↓ 24 callersMethodAsWidgetBase
AsWidgetBase returns a *WidgetBase that implements Widget.
widget.go:51
↓ 24 callersMethodRun
()
form.go:49
↓ 23 callersMethodCreate
()
declarative/interfaces.go:76
↓ 22 callersMethodChanged
()
expression.go:18
↓ 22 callersMethodSize
Size returns image size in 1/96" units.
image.go:26
↓ 21 callersMethodChildren
()
container.go:20
↓ 21 callersMethodIntFrom96DPI
IntFrom96DPI converts from 1/96" units to native pixels.
window.go:1036
↓ 20 callersMethodHasHeightForWidth
()
layout.go:549
↓ 20 callersMethodSetBackground
SetBackground sets the background Brush of the Window.
window.go:221
↓ 19 callersMethodSetText
(text string)
label.go:89
↓ 19 callersMethodVisible
Visible returns if the Window is visible.
window.go:357
↓ 18 callersMethodApplyDPI
(dpi int)
window.go:1026
↓ 18 callersMethodIndex
()
models.go:413
↓ 18 callersMethodString
()
keyboard.go:19
↓ 18 callersMethodinvalidateBorderInParent
()
widget.go:440
↓ 17 callersMethodGeometry
()
layout.go:576
↓ 17 callersMethodLayout
()
container.go:21
↓ 17 callersFunctionassertStringOr
(value interface{}, defaultValue string)
util.go:129
↓ 16 callersMethodAt
(index int)
widgetlist.go:36
↓ 16 callersMethodClientBoundsPixels
ClientBoundsPixels returns the inner bounding box rectangle of the Window, excluding decorations.
window.go:76
↓ 16 callersMethodDPI
DPI returns the current DPI value of the WindowBase.
window.go:1021
↓ 16 callersMethodSetVisible
SetVisible sets if the Window is visible.
window.go:310
↓ 16 callersMethodText
Text returns the text of the item.
models.go:613
↓ 16 callersFunctionscaleInt
(value int, scale float64)
util.go:526
↓ 15 callersMethodDPI
()
canvas.go:169
↓ 15 callersFunctionMustRegisterWindowClass
MustRegisterWindowClass registers the specified window class. MustRegisterWindowClass must be called once for every window type that is not based on
window.go:466
↓ 15 callersMethodSetBoundsPixels
SetBoundsPixels sets the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is
window.go:237
↓ 15 callersMethodapplyEnabled
(enabled bool)
window.go:1104
↓ 14 callersMethodDefer
(f func() error)
declarative/builder.go:90
↓ 14 callersMethodSatisfied
()
condition.go:11
↓ 14 callersMethodhasStyleBits
(bits uint32)
window.go:751
↓ 14 callersMethodsetText
(text string)
static.go:164
↓ 13 callersMethodActions
()
menu.go:80
↓ 13 callersMethodAsFormBase
()
form.go:48
↓ 13 callersMethodDrawBitmapPart
DrawBitmapPart draws bitmap at given location in native pixels.
canvas.go:334
↓ 13 callersMethodMinSizeEffectiveForChild
MinSizeEffectiveForChild returns minimum effective size for a child in native pixels.
layout.go:590
↓ 13 callersMethodSetFocus
SetFocus sets the keyboard input focus to the Window.
window.go:261
↓ 13 callersMethodSetName
SetName sets the name of the Window. This is important if you want to make use of the built-in UI persistence. Some windows support automatic state p
window.go:289
↓ 13 callersMethodValue
Value returns the value that should be displayed for the given index.
models.go:28
↓ 13 callersMethoddialogBaseUnitsToPixels
dialogBaseUnitsToPixels returns size in dialog based units in native pixels.
window.go:1564
↓ 12 callersMethodClicked
()
button.go:190
↓ 12 callersFunctionMarginsFrom96DPI
MarginsFrom96DPI converts from 1/96" units to native pixels.
util.go:531
↓ 12 callersMethodReadOnly
()
property.go:21
↓ 12 callersMethodSetParent
SetParent sets the parent of the Widget and adds the Widget to the Children list of the Container.
widget.go:81
↓ 12 callersFunctionensureWindowLongBits
(hwnd win.HWND, index int32, bits uint32, set bool)
window.go:797
↓ 12 callersMethodtext
(hwnd win.HWND)
tooltip.go:209
↓ 12 callersFunctionwalkDescendants
(window Window, f func(w Window) bool)
util.go:318
↓ 11 callersMethodHandle
()
layout.go:575
↓ 11 callersMethodHeightForWidth
HeightForWidth returns appropriate height if element has given width. width parameter and return value are in native pixels.
layout.go:553
↓ 11 callersMethodImage
Image returns the image to display for an item. Supported types are *walk.Bitmap, *walk.Icon and string. A string will be interpreted as a file path
models.go:607
↓ 11 callersMethodPrint
()
stopwatch.go:110
↓ 11 callersFunctionRectangleFrom96DPI
RectangleFrom96DPI converts from 1/96" units to native pixels.
util.go:567
↓ 11 callersMethodSetCurrentIndex
SetCurrentIndex sets the index of the current item. Call this with a value of -1 to have no current item.
tableview.go:1167
↓ 11 callersMethodSetTextSelection
(start, end int)
container.go:513
↓ 11 callersMethodinit
(form Form)
form.go:105
↓ 11 callersFunctionrectangleFromRECT
(r win.RECT)
rectangle.go:23
↓ 11 callersMethodsetAndClearStyleBits
(set, clear uint32)
window.go:765
↓ 10 callersMethodAccessibility
Accessibility returns the accessibility object used to set Dynamic Annotation properties of the window.
window.go:40
↓ 10 callersMethodBitmap
()
brush.go:290
↓ 10 callersMethodChecked
Checked returns if the specified item is checked.
models.go:523
↓ 10 callersMethodClose
()
form.go:581
↓ 10 callersMethodItemCount
ItemCount returns the number of items in the model.
models.go:25
↓ 10 callersMethodProperty
(name string)
window.go:747
↓ 10 callersMethodSet
(value interface{})
property.go:23
↓ 10 callersFunctionancestor
(w Widget)
widget.go:501
next →1–100 of 2,948, ranked by callers