MCPcopy Create free account

hub / github.com/lxn/walk / functions

Functions2,948 in github.com/lxn/walk

↓ 2 callersMethodColumnStretchFactor
(column int)
gridlayout.go:140
↓ 2 callersMethodContextMenu
ContextMenu returns the context menu of the Window. By default this is nil.
window.go:81
↓ 2 callersMethodCreateLayoutItem
CreateLayoutItem creates and returns a new LayoutItem specific to the concrete Widget type, that carries all data and logic required to layout the Wid
widget.go:56
↓ 2 callersMethodCurrentPageTitle
()
examples/multiplepages/multipagemainwindow.go:153
↓ 2 callersFunctionCursorSizeNS
()
cursor.go:66
↓ 2 callersFunctionCursorSizeWE
()
cursor.go:62
↓ 2 callersMethodDPI
()
notifyicon.go:135
↓ 2 callersMethodDataBinder
()
container.go:23
↓ 2 callersMethodDataMemberEffective
DataMemberEffective returns the effective data member this TableViewColumn is bound against.
tableviewcolumn.go:76
↓ 2 callersMethodDataSource
()
databinding.go:98
↓ 2 callersMethodDate
()
dateedit.go:204
↓ 2 callersMethodDraw
(widget Widget, canvas *Canvas)
graphicseffects.go:19
↓ 2 callersMethodDrawBackground
()
models.go:439
↓ 2 callersMethodDrawBitmapPartWithOpacityPixels
DrawBitmapPartWithOpacityPixels draws bitmap at given location in native pixels.
canvas.go:347
↓ 2 callersMethodDrawBitmapWithOpacityPixels
DrawBitmapWithOpacityPixels draws bitmap with opacity at given location in native pixels stretched.
canvas.go:325
↓ 2 callersMethodDrawLine
DrawLine draws a line between two points in 1/96" units. Deprecated: Newer applications should use DrawLinePixels.
canvas.go:358
↓ 2 callersMethodDrawLinePixels
DrawLinePixels draws a line between two points in native pixels.
canvas.go:364
↓ 2 callersMethodDrawTextPixels
DrawTextPixels draws text at given location in native pixels.
canvas.go:577
↓ 2 callersMethodEnsureItemVisible
(index int)
listbox.go:577
↓ 2 callersMethodEvent
()
linklabel.go:132
↓ 2 callersMethodFilePath
()
inifilesettings.go:100
↓ 2 callersMethodFlags
()
webview_events.go:261
↓ 2 callersMethodForEachDescendant
(f func(widget Widget) bool)
window.go:1307
↓ 2 callersMethodFormat
()
datelabel.go:93
↓ 2 callersMethodFrozen
Frozen returns if the column is frozen.
tableviewcolumn.go:248
↓ 2 callersMethodGradientFillRectanglePixels
GradientFillRectanglePixels draws a gradient filled rectangle in native pixels.
canvas.go:533
↓ 2 callersMethodGroup
()
radiobutton.go:104
↓ 2 callersMethodHandleWidth
()
splitter.go:93
↓ 2 callersMethodID
(index int)
models.go:372
↓ 2 callersFunctionIconFrom
(src interface{}, dpi int)
icon.go:38
↓ 2 callersMethodIndex
(item Widget)
widgetlist.go:65
↓ 2 callersMethodIndex
Index returns the index of the specified TableViewColumn or -1 if it is not found.
tableviewcolumnlist.go:55
↓ 2 callersMethodIndex
(item *TabPage)
tabpagelist.go:60
↓ 2 callersMethodIndex
(action *Action)
actionlist.go:72
↓ 2 callersMethodIndex
(effect WidgetGraphicsEffect)
graphicseffects.go:230
↓ 2 callersMethodInsert
(index int, item Widget)
widgetlist.go:101
↓ 2 callersMethodInsert
(index int, action *Action)
actionlist.go:97
↓ 2 callersMethodInvalidate
()
tableview.go:664
↓ 2 callersMethodItemHeight
ItemHeight is called for each item to retrieve the height of the item. width parameter and return value are specified in native pixels.
models.go:386
↓ 2 callersMethodItemInserted
ItemInserted returns the event that the model should publish when an item was inserted into the model.
models.go:656
↓ 2 callersMethodItemRemoved
ItemRemoved returns the event that the model should publish when an item was removed from the model.
models.go:660
↓ 2 callersMethodLayout
()
groupbox.go:285
↓ 2 callersMethodLayoutFlags
()
layout.go:579
↓ 2 callersMethodLen
()
statusbar.go:411
↓ 2 callersMethodLen
()
reflectmodels.go:298
↓ 2 callersMethodLocation
()
rectangle.go:48
↓ 2 callersMethodMaxLength
()
lineedit.go:122
↓ 2 callersMethodMaxValue
MinValue returns the maximum value the NumberEdit will accept.
numberedit.go:261
↓ 2 callersMethodMenu
()
window.go:2165
↓ 2 callersMethodMinSize
()
tabwidget.go:749
↓ 2 callersMethodMinSizeForSize
(size Size)
boxlayout.go:184
↓ 2 callersMethodMinSizeForSize
(size Size)
flowlayout.go:104
↓ 2 callersMethodMinSizeForSize
(size Size)
gridlayout.go:392
↓ 2 callersMethodMinSizeForSize
(size Size)
splitterlayout.go:223
↓ 2 callersMethodMinValue
MinValue returns the minimum value the NumberEdit will accept.
numberedit.go:256
↓ 2 callersFunctionMustRegisterWindowClassWithWndProcPtr
(className string, wndProcPtr uintptr)
window.go:474
↓ 2 callersFunctionMustRegisterWindowClassWithWndProcPtrAndStyle
(className string, wndProcPtr uintptr, style uint32)
window.go:478
↓ 2 callersMethodNativeContextMenuEnabled
()
webview.go:271
↓ 2 callersFunctionNewAction
()
action.go:49
↓ 2 callersFunctionNewBitmapBrush
(bitmap *Bitmap)
brush.go:273
↓ 2 callersFunctionNewCompositeWithStyle
(parent Window, style uint32)
composite.go:25
↓ 2 callersFunctionNewDirectory
(name string, parent *Directory)
examples/filebrowser/filebrowser.go:25
↓ 2 callersFunctionNewFont
NewFont returns a new Font with the specified attributes.
font.go:58
↓ 2 callersFunctionNewIconFromFile
NewIconFromFile returns a new Icon, using the specified icon image file and default size.
icon.go:84
↓ 2 callersFunctionNewMenu
()
menu.go:39
↓ 2 callersFunctionNewSystemColorBrush
(sysColor SystemColor)
brush.go:175
↓ 2 callersFunctionNewToolBarWithOrientationAndButtonStyle
(parent Container, orientation Orientation, buttonStyle ToolBarButtonStyle)
toolbar.go:35
↓ 2 callersFunctionNewValidationError
(title, message string)
validators.go:25
↓ 2 callersMethodNextChildID
()
container.go:44
↓ 2 callersMethodPopulate
Populate initializes the slot specified by index. For best performance it is probably a good idea to populate more than a single slot of the slice at
models.go:294
↓ 2 callersMethodPostAppendText
(value string)
examples/logview/logview.go:69
↓ 2 callersMethodPrefix
Prefix returns the text that appears in the NumberEdit before the number.
numberedit.go:172
↓ 2 callersMethodPublish
(link *LinkLabelLink)
linklabel.go:136
↓ 2 callersMethodPublishItemsInserted
(from, to int)
models.go:80
↓ 2 callersMethodReadOnly
()
property.go:199
↓ 2 callersMethodRemoveAt
RemoveAt removes the TableViewColumn at position index.
tableviewcolumnlist.go:111
↓ 2 callersMethodRemoveTool
(tool Widget)
tooltip.go:190
↓ 2 callersMethodRequestLayout
RequestLayout either schedules or immediately starts performing layout.
window.go:1876
↓ 2 callersMethodRow
()
models.go:338
↓ 2 callersMethodRowStretchFactor
(row int)
gridlayout.go:104
↓ 2 callersMethodRowsChanged
RowsChanged returns the event that the model should publish when a contiguous range of items was changed.
models.go:147
↓ 2 callersMethodRunSynchronized
RunSynchronized runs all of the function calls queued by Synchronize and applies any layout changes queued by synchronizeLayout. RunSynchronized must
windowgroup.go:218
↓ 2 callersMethodScrollbars
()
scrollview.go:78
↓ 2 callersMethodSelectedIndexesChanged
SelectedIndexesChanged returns the event that is published when the list of selected item indexes changed.
tableview.go:1467
↓ 2 callersMethodSetActiveForm
SetActiveForm updates the currently active form for the group.
windowgroup.go:281
↓ 2 callersMethodSetBoundWidgets
(boundWidgets []Widget)
databinding.go:141
↓ 2 callersMethodSetCheckable
(value bool)
action.go:106
↓ 2 callersMethodSetChecked
(checked bool)
button.go:141
↓ 2 callersMethodSetClearsBackground
deprecated, use SetPaintMode
customwidget.go:87
↓ 2 callersMethodSetContainer
(value Container)
layout.go:401
↓ 2 callersMethodSetContextMenu
SetContextMenu sets the context menu of the Window.
window.go:248
↓ 2 callersMethodSetErrorTitle
(title string)
tooltip.go:88
↓ 2 callersMethodSetFixed
(widget Widget, fixed bool)
splitter.go:301
↓ 2 callersMethodSetFrozen
SetFrozen sets if the column is frozen.
tableviewcolumn.go:253
↓ 2 callersMethodSetHandleWidth
(value int)
splitter.go:97
↓ 2 callersMethodSetIcon
SetIcon sets the Icon of the StatusBarItem.
statusbar.go:162
↓ 2 callersMethodSetIcon
(icon Image)
form.go:61
↓ 2 callersMethodSetIcon
(icon Image)
form.go:519
↓ 2 callersMethodSetImage
(image Image)
imageview.go:110
↓ 2 callersMethodSetInvalidatesOnResize
(value bool)
customwidget.go:101
← previousnext →501–600 of 2,948, ranked by callers