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
↓ 2 callers
Method
ColumnStretchFactor
(column int)
gridlayout.go:140
↓ 2 callers
Method
ContextMenu
ContextMenu returns the context menu of the Window. By default this is nil.
window.go:81
↓ 2 callers
Method
CreateLayoutItem
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 callers
Method
CurrentPageTitle
()
examples/multiplepages/multipagemainwindow.go:153
↓ 2 callers
Function
CursorSizeNS
()
cursor.go:66
↓ 2 callers
Function
CursorSizeWE
()
cursor.go:62
↓ 2 callers
Method
DPI
()
notifyicon.go:135
↓ 2 callers
Method
DataBinder
()
container.go:23
↓ 2 callers
Method
DataMemberEffective
DataMemberEffective returns the effective data member this TableViewColumn is bound against.
tableviewcolumn.go:76
↓ 2 callers
Method
DataSource
()
databinding.go:98
↓ 2 callers
Method
Date
()
dateedit.go:204
↓ 2 callers
Method
Draw
(widget Widget, canvas *Canvas)
graphicseffects.go:19
↓ 2 callers
Method
DrawBackground
()
models.go:439
↓ 2 callers
Method
DrawBitmapPartWithOpacityPixels
DrawBitmapPartWithOpacityPixels draws bitmap at given location in native pixels.
canvas.go:347
↓ 2 callers
Method
DrawBitmapWithOpacityPixels
DrawBitmapWithOpacityPixels draws bitmap with opacity at given location in native pixels stretched.
canvas.go:325
↓ 2 callers
Method
DrawLine
DrawLine draws a line between two points in 1/96" units. Deprecated: Newer applications should use DrawLinePixels.
canvas.go:358
↓ 2 callers
Method
DrawLinePixels
DrawLinePixels draws a line between two points in native pixels.
canvas.go:364
↓ 2 callers
Method
DrawTextPixels
DrawTextPixels draws text at given location in native pixels.
canvas.go:577
↓ 2 callers
Method
EnsureItemVisible
(index int)
listbox.go:577
↓ 2 callers
Method
Event
()
linklabel.go:132
↓ 2 callers
Method
FilePath
()
inifilesettings.go:100
↓ 2 callers
Method
Flags
()
webview_events.go:261
↓ 2 callers
Method
ForEachDescendant
(f func(widget Widget) bool)
window.go:1307
↓ 2 callers
Method
Format
()
datelabel.go:93
↓ 2 callers
Method
Frozen
Frozen returns if the column is frozen.
tableviewcolumn.go:248
↓ 2 callers
Method
GradientFillRectanglePixels
GradientFillRectanglePixels draws a gradient filled rectangle in native pixels.
canvas.go:533
↓ 2 callers
Method
Group
()
radiobutton.go:104
↓ 2 callers
Method
HandleWidth
()
splitter.go:93
↓ 2 callers
Method
ID
(index int)
models.go:372
↓ 2 callers
Function
IconFrom
(src interface{}, dpi int)
icon.go:38
↓ 2 callers
Method
Index
(item Widget)
widgetlist.go:65
↓ 2 callers
Method
Index
Index returns the index of the specified TableViewColumn or -1 if it is not found.
tableviewcolumnlist.go:55
↓ 2 callers
Method
Index
(item *TabPage)
tabpagelist.go:60
↓ 2 callers
Method
Index
(action *Action)
actionlist.go:72
↓ 2 callers
Method
Index
(effect WidgetGraphicsEffect)
graphicseffects.go:230
↓ 2 callers
Method
Insert
(index int, item Widget)
widgetlist.go:101
↓ 2 callers
Method
Insert
(index int, action *Action)
actionlist.go:97
↓ 2 callers
Method
Invalidate
()
tableview.go:664
↓ 2 callers
Method
ItemHeight
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 callers
Method
ItemInserted
ItemInserted returns the event that the model should publish when an item was inserted into the model.
models.go:656
↓ 2 callers
Method
ItemRemoved
ItemRemoved returns the event that the model should publish when an item was removed from the model.
models.go:660
↓ 2 callers
Method
Layout
()
groupbox.go:285
↓ 2 callers
Method
LayoutFlags
()
layout.go:579
↓ 2 callers
Method
Len
()
statusbar.go:411
↓ 2 callers
Method
Len
()
reflectmodels.go:298
↓ 2 callers
Method
Location
()
rectangle.go:48
↓ 2 callers
Method
MaxLength
()
lineedit.go:122
↓ 2 callers
Method
MaxValue
MinValue returns the maximum value the NumberEdit will accept.
numberedit.go:261
↓ 2 callers
Method
Menu
()
window.go:2165
↓ 2 callers
Method
MinSize
()
tabwidget.go:749
↓ 2 callers
Method
MinSizeForSize
(size Size)
boxlayout.go:184
↓ 2 callers
Method
MinSizeForSize
(size Size)
flowlayout.go:104
↓ 2 callers
Method
MinSizeForSize
(size Size)
gridlayout.go:392
↓ 2 callers
Method
MinSizeForSize
(size Size)
splitterlayout.go:223
↓ 2 callers
Method
MinValue
MinValue returns the minimum value the NumberEdit will accept.
numberedit.go:256
↓ 2 callers
Function
MustRegisterWindowClassWithWndProcPtr
(className string, wndProcPtr uintptr)
window.go:474
↓ 2 callers
Function
MustRegisterWindowClassWithWndProcPtrAndStyle
(className string, wndProcPtr uintptr, style uint32)
window.go:478
↓ 2 callers
Method
NativeContextMenuEnabled
()
webview.go:271
↓ 2 callers
Function
NewAction
()
action.go:49
↓ 2 callers
Function
NewBitmapBrush
(bitmap *Bitmap)
brush.go:273
↓ 2 callers
Function
NewCompositeWithStyle
(parent Window, style uint32)
composite.go:25
↓ 2 callers
Function
NewDirectory
(name string, parent *Directory)
examples/filebrowser/filebrowser.go:25
↓ 2 callers
Function
NewFont
NewFont returns a new Font with the specified attributes.
font.go:58
↓ 2 callers
Function
NewIconFromFile
NewIconFromFile returns a new Icon, using the specified icon image file and default size.
icon.go:84
↓ 2 callers
Function
NewMenu
()
menu.go:39
↓ 2 callers
Function
NewSystemColorBrush
(sysColor SystemColor)
brush.go:175
↓ 2 callers
Function
NewToolBarWithOrientationAndButtonStyle
(parent Container, orientation Orientation, buttonStyle ToolBarButtonStyle)
toolbar.go:35
↓ 2 callers
Function
NewValidationError
(title, message string)
validators.go:25
↓ 2 callers
Method
NextChildID
()
container.go:44
↓ 2 callers
Method
Populate
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 callers
Method
PostAppendText
(value string)
examples/logview/logview.go:69
↓ 2 callers
Method
Prefix
Prefix returns the text that appears in the NumberEdit before the number.
numberedit.go:172
↓ 2 callers
Method
Publish
(link *LinkLabelLink)
linklabel.go:136
↓ 2 callers
Method
PublishItemsInserted
(from, to int)
models.go:80
↓ 2 callers
Method
ReadOnly
()
property.go:199
↓ 2 callers
Method
RemoveAt
RemoveAt removes the TableViewColumn at position index.
tableviewcolumnlist.go:111
↓ 2 callers
Method
RemoveTool
(tool Widget)
tooltip.go:190
↓ 2 callers
Method
RequestLayout
RequestLayout either schedules or immediately starts performing layout.
window.go:1876
↓ 2 callers
Method
Row
()
models.go:338
↓ 2 callers
Method
RowStretchFactor
(row int)
gridlayout.go:104
↓ 2 callers
Method
RowsChanged
RowsChanged returns the event that the model should publish when a contiguous range of items was changed.
models.go:147
↓ 2 callers
Method
RunSynchronized
RunSynchronized runs all of the function calls queued by Synchronize and applies any layout changes queued by synchronizeLayout. RunSynchronized must
windowgroup.go:218
↓ 2 callers
Method
Scrollbars
()
scrollview.go:78
↓ 2 callers
Method
SelectedIndexesChanged
SelectedIndexesChanged returns the event that is published when the list of selected item indexes changed.
tableview.go:1467
↓ 2 callers
Method
SetActiveForm
SetActiveForm updates the currently active form for the group.
windowgroup.go:281
↓ 2 callers
Method
SetBoundWidgets
(boundWidgets []Widget)
databinding.go:141
↓ 2 callers
Method
SetCheckable
(value bool)
action.go:106
↓ 2 callers
Method
SetChecked
(checked bool)
button.go:141
↓ 2 callers
Method
SetClearsBackground
deprecated, use SetPaintMode
customwidget.go:87
↓ 2 callers
Method
SetContainer
(value Container)
layout.go:401
↓ 2 callers
Method
SetContextMenu
SetContextMenu sets the context menu of the Window.
window.go:248
↓ 2 callers
Method
SetErrorTitle
(title string)
tooltip.go:88
↓ 2 callers
Method
SetFixed
(widget Widget, fixed bool)
splitter.go:301
↓ 2 callers
Method
SetFrozen
SetFrozen sets if the column is frozen.
tableviewcolumn.go:253
↓ 2 callers
Method
SetHandleWidth
(value int)
splitter.go:97
↓ 2 callers
Method
SetIcon
SetIcon sets the Icon of the StatusBarItem.
statusbar.go:162
↓ 2 callers
Method
SetIcon
(icon Image)
form.go:61
↓ 2 callers
Method
SetIcon
(icon Image)
form.go:519
↓ 2 callers
Method
SetImage
(image Image)
imageview.go:110
↓ 2 callers
Method
SetInvalidatesOnResize
(value bool)
customwidget.go:101
← previous
next →
501–600 of 2,948, ranked by callers