Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lxn/walk
/ functions
Functions
2,948 in github.com/lxn/walk
⨍
Functions
2,948
◇
Types & classes
535
↓ 10 callers
Method
ensureStyleBits
(bits uint32, set bool)
window.go:789
↓ 10 callers
Function
mini
(a, b int)
util.go:54
↓ 9 callers
Function
App
()
application.go:48
↓ 9 callers
Method
ApplySysColors
()
window.go:1013
↓ 9 callers
Method
Contains
(item Widget)
widgetlist.go:77
↓ 9 callers
Method
CurrentIndex
()
listbox.go:581
↓ 9 callers
Method
Enabled
Enabled returns if the Window is enabled for user interaction.
window.go:120
↓ 9 callers
Method
IsZero
()
size.go:18
↓ 9 callers
Method
LayoutFlags
LayoutFlags returns a combination of LayoutFlags that specify how the Widget wants to be treated by Layout implementations.
widget.go:63
↓ 9 callers
Method
MinSize
MinSize returns the minimum allowed outer size for the Window, including decorations. For child windows, this is only relevant when the parent of the
window.go:183
↓ 9 callers
Method
MinSizeForSize
MinSize returns minimum window size for given size. Both sizes are in native pixels.
layout.go:545
↓ 9 callers
Method
ReadState
()
window.go:2096
↓ 9 callers
Method
RestoreState
()
application.go:33
↓ 9 callers
Method
SaveState
()
application.go:32
↓ 9 callers
Method
SetLayout
(value Layout)
container.go:22
↓ 9 callers
Function
newCanvasFromHDC
(hdc win.HDC)
canvas.go:114
↓ 9 callers
Method
textUTF16
()
numberedit.go:674
↓ 9 callers
Function
wrapError
(err error)
error.go:116
↓ 8 callers
Method
AsContainerBase
()
container.go:19
↓ 8 callers
Method
AsLayoutItemBase
()
layout.go:573
↓ 8 callers
Method
Background
Background returns the background Brush of the Window. By default this is nil.
window.go:45
↓ 8 callers
Method
Bounds
Bounds returns the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is in sc
window.go:53
↓ 8 callers
Method
Editable
()
combobox.go:247
↓ 8 callers
Method
Error
()
error.go:54
↓ 8 callers
Method
Form
Form returns the Form of the Window.
window.go:135
↓ 8 callers
Method
IdealSize
IdealSize returns ideal window size in native pixels.
layout.go:535
↓ 8 callers
Method
Persistent
()
application.go:30
↓ 8 callers
Function
RectangleTo96DPI
RectangleTo96DPI converts from native pixels to 1/96" units.
util.go:572
↓ 8 callers
Method
SetCurrentIndex
(value int)
combobox.go:559
↓ 8 callers
Method
SetRange
(min, max int)
slider.go:85
↓ 8 callers
Method
SetTextColor
(c Color)
static.go:186
↓ 8 callers
Method
SizePixels
SizePixels returns the outer size of the Window, including decorations.
window.go:342
↓ 8 callers
Method
Sort
Sort sorts column col in order order. If col is -1 then no column is to be sorted. Sort must publish the event returned from SortChanged() after sort
models.go:550
↓ 8 callers
Method
SortOrder
SortOrder returns the current sort order.
models.go:560
↓ 8 callers
Method
SortedColumn
SortedColumn returns the index of the currently sorted column, or -1 if no column is currently sorted.
models.go:557
↓ 8 callers
Method
Suspended
Suspended returns if the Window is suspended for layout and repainting purposes.
window.go:350
↓ 8 callers
Method
WriteState
(state string)
window.go:2106
↓ 8 callers
Method
accSetPropertyStr
accSetPropertyStr sets string window property for Dynamic Annotation.
accessibility.go:201
↓ 8 callers
Function
assertIntOr
(value interface{}, defaultValue int)
util.go:121
↓ 8 callers
Function
createLayoutItemForWidget
(widget Widget)
layout.go:15
↓ 8 callers
Method
handle
()
brush.go:65
↓ 8 callers
Function
maxSize
(a, b Size)
size.go:47
↓ 8 callers
Function
shouldLayoutItem
(item LayoutItem)
layout.go:759
↓ 8 callers
Method
toRECT
()
rectangle.go:70
↓ 8 callers
Method
toW
()
declarative/layouts.go:53
↓ 8 callers
Method
update
()
statusbar.go:60
↓ 8 callers
Method
visibleFrozenColumnCount
()
tableview.go:1025
↓ 7 callers
Method
Clear
()
iconcache.go:34
↓ 7 callers
Method
DefaultButton
()
dialog.go:40
↓ 7 callers
Method
Dispose
Dispose releases the operating system resources, associated with the Window. If a user closes a *MainWindow or *Dialog, it is automatically released.
window.go:106
↓ 7 callers
Function
FormatFloatGrouped
(f float64, prec int)
util.go:174
↓ 7 callers
Method
Get
()
property.go:22
↓ 7 callers
Method
Get
()
databinding.go:430
↓ 7 callers
Method
Icon
()
form.go:60
↓ 7 callers
Method
ItemChanged
ItemChanged returns the event that the model should publish when an item was changed.
models.go:36
↓ 7 callers
Method
Items
()
reflectmodels.go:16
↓ 7 callers
Method
ItemsReset
ItemsReset returns the event that the model should publish when the number of its items changes.
models.go:32
↓ 7 callers
Function
NewBoolProperty
(get func() bool, set func(b bool) error, changed *Event)
property.go:195
↓ 7 callers
Function
NewCanvasFromImage
(image Image)
canvas.go:67
↓ 7 callers
Function
NewReadOnlyBoolProperty
(get func() bool, changed *Event)
property.go:307
↓ 7 callers
Function
NewReadOnlyProperty
(get func() interface{}, changed *Event)
property.go:143
↓ 7 callers
Function
NullBrush
()
brush.go:159
↓ 7 callers
Method
SetChecked
SetChecked sets if the specified item is checked.
models.go:526
↓ 7 callers
Method
SetCurrentIndex
(value int)
listbox.go:585
↓ 7 callers
Function
SizeTo96DPI
SizeTo96DPI converts from native pixels to 1/96" units.
util.go:591
↓ 7 callers
Function
anyVisibleItemInHierarchy
(item LayoutItem)
layout.go:795
↓ 7 callers
Method
ensureVisibleItemsHeightUpToDate
()
listbox.go:267
↓ 7 callers
Method
indexInObserver
(action *Action)
actionlist.go:82
↓ 7 callers
Method
sizeFromClientSizePixels
sizeFromClientSizePixels calculates size from client size in native pixels.
window.go:1844
↓ 7 callers
Function
stockIcon
(id uintptr)
icon.go:79
↓ 7 callers
Function
tr
(source string, context ...string)
walk.go:45
↓ 6 callers
Method
CurrentIndex
()
combobox.go:555
↓ 6 callers
Method
CurrentIndexChanged
()
combobox.go:580
↓ 6 callers
Method
Dispose
()
brush.go:64
↓ 6 callers
Method
HeightPixels
HeightPixels returns the outer height of the Window, including decorations.
window.go:144
↓ 6 callers
Function
InitWindow
InitWindow initializes a window. Widgets should be initialized using InitWidget instead.
window.go:537
↓ 6 callers
Method
Name
Name returns the name of the Window.
window.go:205
↓ 6 callers
Function
NewGreedyLayoutItem
()
layout.go:717
↓ 6 callers
Method
Orientation
()
splitter.go:113
↓ 6 callers
Method
Pages
()
tabwidget.go:181
↓ 6 callers
Function
PointFrom96DPI
PointFrom96DPI converts from 1/96" units to native pixels.
util.go:550
↓ 6 callers
Method
SetAlignment
SetAlignment sets the alignment of the widget.
widget.go:73
↓ 6 callers
Method
SetBounds
SetBounds sets the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is in sc
window.go:229
↓ 6 callers
Method
SetBoundsPixels
SetBoundsPixels sets the outer bounding box rectangle of the *WindowBase, including decorations. For a Form, like *MainWindow or *Dialog, the rectang
window.go:1432
↓ 6 callers
Method
SetPersistent
(value bool)
application.go:31
↓ 6 callers
Method
SizeFrom96DPI
SizeFrom96DPI converts from 1/96" units to native pixels.
window.go:1076
↓ 6 callers
Method
Stop
(subject string)
stopwatch.go:65
↓ 6 callers
Method
Synchronize
Synchronize enqueues func f to be called some time later by the main goroutine from inside a message loop.
window.go:354
↓ 6 callers
Method
Triggered
()
action.go:439
↓ 6 callers
Method
addSubExpression
(path string, subExpr walk.Expression)
declarative/builder.go:798
↓ 6 callers
Function
hasWindowLongBits
(hwnd win.HWND, index int32, bits uint32)
window.go:759
↓ 6 callers
Method
indexInListView
()
tableviewcolumn.go:356
↓ 6 callers
Function
newBitmapFromHBITMAP
newBitmapFromHBITMAP creates Bitmap from win.HBITMAP. The BiXPelsPerMeter and BiYPelsPerMeter fields of win.BITMAPINFOHEADER are unreliable (for load
bitmap.go:486
↓ 6 callers
Method
publishMouseEvent
(publisher *MouseEventPublisher, msg uint32, wParam, lParam uintptr)
window.go:2035
↓ 6 callers
Method
raiseTriggered
()
action.go:443
↓ 6 callers
Method
selectNumber
()
numberedit.go:670
↓ 6 callers
Method
startLayout
()
form.go:681
↓ 6 callers
Method
toPOINT
()
point.go:16
↓ 5 callers
Method
CheckBoxes
CheckBoxes returns if the *TableView has check boxes.
tableview.go:947
↓ 5 callers
Method
Checkable
()
groupbox.go:240
← previous
next →
101–200 of 2,948, ranked by callers