MCPcopy Create free account

hub / github.com/lxn/walk / functions

Functions2,948 in github.com/lxn/walk

↓ 5 callersFunctionControlDown
()
keyboard.go:436
↓ 5 callersFunctionCreateLayoutItemsForContainer
(container Container)
layout.go:47
↓ 5 callersFunctionCreateLayoutItemsForContainerWithContext
(container Container, ctx *LayoutContext)
layout.go:53
↓ 5 callersMethodCurrentIndex
()
tabwidget.go:152
↓ 5 callersMethodCurrentIndexChanged
()
listbox.go:630
↓ 5 callersMethodCurrentItem
()
treeview.go:203
↓ 5 callersMethodFormat
()
listbox.go:504
↓ 5 callersFunctionImageFrom
(src interface{})
image.go:29
↓ 5 callersMethodIntTo96DPI
IntTo96DPI converts from native pixels to 1/96" units.
window.go:1041
↓ 5 callersMethodIsSeparator
()
action.go:367
↓ 5 callersMethodItemsInserted
ItemsInserted returns the event that the model should publish when a contiguous range of items was inserted.
models.go:40
↓ 5 callersMethodItemsRemoved
ItemsRemoved returns the event that the model should publish when a contiguous range of items was removed.
models.go:44
↓ 5 callersMethodMouseDown
MouseDown returns a *MouseEvent that you can attach to for handling mouse down events for the Window.
window.go:194
↓ 5 callersMethodMouseMove
MouseMove returns a *MouseEvent that you can attach to for handling mouse move events for the Window.
window.go:198
↓ 5 callersMethodMouseUp
MouseUp returns a *MouseEvent that you can attach to for handling mouse up events for the Window.
window.go:202
↓ 5 callersFunctionNewBuilder
(parent walk.Container)
declarative/builder.go:68
↓ 5 callersFunctionNewImageListForDPI
NewImageListForDPI creates an empty image list for image size at given DPI. imageSize is specified in native pixels.
imagelist.go:41
↓ 5 callersMethodPath
()
examples/filebrowser/filebrowser.go:93
↓ 5 callersFunctionRGB
(r, g, b byte)
color.go:11
↓ 5 callersMethodRun
()
declarative/mainwindow.go:202
↓ 5 callersMethodSet
(interface{})
databinding.go:431
↓ 5 callersMethodSetImage
(image Image)
button.go:81
↓ 5 callersMethodSetMinMaxSize
SetMinMaxSize sets the minimum and maximum outer size of the Window, including decorations. Use walk.Size{} to make the respective limit be ignored.
window.go:276
↓ 5 callersMethodSetText
(value string)
action.go:352
↓ 5 callersMethodSetValue
SetValue sets the value of the NumberEdit.
numberedit.go:306
↓ 5 callersFunctionShiftDown
()
keyboard.go:440
↓ 5 callersMethodSource
()
property.go:24
↓ 5 callersMethodStyleCell
StyleCell is called for each cell to pick up cell style information.
models.go:313
↓ 5 callersMethodValue
()
slider.go:90
↓ 5 callersFunctionboxLayoutItems
boxLayoutItems lays out items. bounds parameter is in native pixels.
boxlayout.go:269
↓ 5 callersFunctioncalculateTextSize
calculateTextSize calculates text size at specified DPI and for width in native pixels.
window.go:1622
↓ 5 callersFunctioncheckNewIcon
(icon *Icon)
icon.go:227
↓ 5 callersMethodfromLVColIdx
(frozen bool, index int32)
tableview.go:993
↓ 5 callersMethodhwndForTool
(tool Widget)
tooltip.go:264
↓ 5 callersMethodint
(fieldName string)
declarative/builder.go:543
↓ 5 callersFunctionknownFolderPath
(id win.CSIDL)
path.go:15
↓ 5 callersFunctionnewSpacer
(parent Container, layoutFlags LayoutFlags, sizeHint96dpi Size, greedyLocallyOnly bool)
spacer.go:34
↓ 5 callersMethodnotifyIconData
()
notifyicon.go:200
↓ 5 callersMethodprocessChar
(text []uint16, start, end int, key Key, char uint16)
numberedit.go:587
↓ 5 callersMethodscroll
scroll scrolls and returns new position in native pixels.
scrollview.go:263
↓ 5 callersFunctionsetActionBoolOrCondition
(setBool func(bool) error, setCond func(walk.Condition), value Property, path string, builder *Builder)
declarative/action.go:198
↓ 5 callersFunctionsetAndClearWindowLongBits
(hwnd win.HWND, index int32, set, clear uint32)
window.go:773
↓ 5 callersMethodsetState
(state walk.PIState)
examples/progressindicator/pi.go:28
↓ 5 callersMethodsetTextFromValue
(value float64)
numberedit.go:561
↓ 5 callersMethodsetValue
(value float64, setText bool)
numberedit.go:543
↓ 5 callersFunctionsetWindowEnabled
(hwnd win.HWND, enabled bool)
window.go:1111
↓ 5 callersMethodshowMessage
(title, info string, iconType uint32, icon Image)
notifyicon.go:231
↓ 5 callersMethodsort
(col int, order SortOrder)
reflectmodels.go:280
↓ 5 callersMethodupdateLVSizes
()
tableview.go:2697
↓ 5 callersMethodvisibleColumnCount
()
tableview.go:1037
↓ 5 callersMethodvisibleColumns
()
tableview.go:1049
↓ 5 callersMethodwithWebBrowser2
(f func(webBrowser2 *win.IWebBrowser2) error)
webview.go:414
↓ 4 callersMethodAdd
Add changes the group's reference counter by delta, which may be negative. If the reference counter becomes zero the group will be disposed of. If t
windowgroup.go:172
↓ 4 callersMethodAsContainerLayoutItemBase
()
layout.go:587
↓ 4 callersMethodB
()
color.go:23
↓ 4 callersMethodBindingValue
(index int)
models.go:18
↓ 4 callersMethodCanceled
()
webview_events.go:238
↓ 4 callersMethodCanvas
()
examples/listbox_ownerdrawing/listbox_ownerdrawing.go:253
↓ 4 callersMethodColor
()
treeview.go:115
↓ 4 callersMethodColumnSortable
ColumnSortable returns whether column col is sortable.
models.go:544
↓ 4 callersMethodCurrentIndex
CurrentIndex returns the index of the current item, or -1 if there is no current item.
tableview.go:1160
↓ 4 callersMethodCurrentIndexChanged
CurrentIndexChanged is the event that is published after CurrentIndex has changed.
tableview.go:1246
↓ 4 callersMethodCurrentItemChanged
()
treeview.go:551
↓ 4 callersMethodDrawImageStretchedPixels
DrawImageStretchedPixels draws image at given location in native pixels stretched.
canvas.go:302
↓ 4 callersMethodDrawText
DrawText draws text at given location in 1/96" units. Deprecated: Newer applications should use DrawTextPixels.
canvas.go:572
↓ 4 callersMethodExclusive
()
action.go:280
↓ 4 callersMethodFillRectanglePixels
FillRectanglePixels draws a filled rectangle in native pixels.
canvas.go:466
↓ 4 callersMethodG
()
color.go:19
↓ 4 callersMethodItems
Items returns the model data, which must be a slice of pointer to struct.
models.go:92
↓ 4 callersMethodMaxValue
()
slider.go:81
↓ 4 callersMethodMeasureTextPixels
MeasureTextPixels measures text size. Input and output bounds are in native pixels.
canvas.go:668
↓ 4 callersMethodMin
()
validators.go:54
↓ 4 callersMethodMinValue
()
slider.go:77
↓ 4 callersMethodMultiSelection
MultiSelection returns whether multiple items can be selected at once. By default only a single item can be selected at once.
tableview.go:1309
↓ 4 callersFunctionNewBitmapForDPI
NewBitmapForDPI creates an opaque bitmap with given size in native pixels and DPI.
bitmap.go:60
↓ 4 callersFunctionNewSolidColorBrush
(color Color)
brush.go:212
↓ 4 callersMethodOrientation
()
toolbar.go:134
↓ 4 callersMethodR
()
color.go:15
↓ 4 callersMethodReset
()
databinding.go:259
↓ 4 callersMethodSet
(value interface{})
property.go:56
↓ 4 callersMethodSet
(value interface{})
property.go:211
↓ 4 callersMethodSetCurrentIndex
(index int)
tabwidget.go:156
↓ 4 callersMethodSetCursor
SetCursor sets the Cursor of the Window.
window.go:251
↓ 4 callersMethodSetDataBinder
(dbm *DataBinder)
container.go:24
↓ 4 callersMethodSetIcon
SetIcon sets the Icon of the NotifyIcon.
notifyicon.go:307
↓ 4 callersMethodSetMargins
(value Margins)
layout.go:403
↓ 4 callersMethodSetRange
SetRange sets the minimum and maximum values the NumberEdit will accept. If the current value is out of this range, it will be adjusted.
numberedit.go:268
↓ 4 callersMethodSetSource
(source interface{})
property.go:25
↓ 4 callersMethodSetSuspended
(suspend bool)
groupbox.go:206
↓ 4 callersMethodSetSuspended
(suspended bool)
form.go:234
↓ 4 callersMethodSetText
(text string)
textedit.go:138
↓ 4 callersMethodSetTextAlignment
(alignment Alignment1D)
label.go:77
↓ 4 callersMethodSetTitle
(title string)
form.go:58
↓ 4 callersMethodSetToolTipText
SetToolTipText sets the tool tip text of the Widget.
widget.go:84
↓ 4 callersMethodSetURL
(url string)
webview.go:240
↓ 4 callersMethodSetValue
(value int)
slider.go:94
↓ 4 callersFunctionSetWindowFont
(hwnd win.HWND, font *Font)
window.go:1157
↓ 4 callersMethodSettings
()
application.go:76
↓ 4 callersMethodSize
Size returns the outer size of the Window, including decorations.
window.go:339
↓ 4 callersMethodSizeChanged
SizeChanged returns an *Event that you can attach to for handling size changed events for the Window.
window.go:346
← previousnext →201–300 of 2,948, ranked by callers