Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AllenDang/gform
/ functions
Functions
295 in github.com/AllenDang/gform
⨍
Functions
295
◇
Types & classes
36
Method
OnClose
()
controlbase.go:219
Method
OnCreate
General events
controller.go:39
Method
OnCreate
Events
controlbase.go:215
Method
OnDBLClick
()
listview.go:209
Method
OnDropFiles
()
controlbase.go:231
Method
OnEndLabelEdit
Event publishers
listview.go:205
Method
OnKeyUp
()
controlbase.go:275
Method
OnKillFocus
()
controlbase.go:223
Method
OnLBDown
()
controlbase.go:235
Method
OnLBUp
()
controlbase.go:239
Method
OnMBDown
()
controlbase.go:243
Method
OnMBUp
()
controlbase.go:247
Method
OnMouseHover
()
controller.go:57
Method
OnMouseHover
()
controlbase.go:259
Method
OnMouseLeave
()
controller.go:58
Method
OnMouseLeave
()
controlbase.go:263
Method
OnPaint
()
controlbase.go:267
Method
OnRBDown
()
controlbase.go:251
Method
OnRBUp
()
controlbase.go:255
Method
OnSetFocus
()
controlbase.go:227
Method
OnSize
()
controlbase.go:271
Method
Parent
()
controlbase.go:163
Method
Pos
()
controller.go:14
Method
PreTranslateMessage
(msg *w32.MSG)
controlbase.go:191
Method
PreTranslateMessage
(msg *w32.MSG)
dialog.go:117
Method
Range
()
progressbar.go:34
Method
Remove
(i int)
imagelist.go:42
Method
RemoveAll
()
imagelist.go:38
Function
RunMainLoop
()
app.go:53
Method
SelectedCount
()
listview.go:177
Method
SelectedItems
mask is used to set the LVITEM.Mask for ListView.GetItem which indicates which attributes you'd like to receive of LVITEM.
listview.go:158
Method
SetCaption
(caption string)
controlbase.go:59
Method
SetChecked
(checked bool)
buttons.go:16
Method
SetEnabled
(b bool)
controlbase.go:145
Method
SetFont
(font *Font)
controlbase.go:171
Method
SetImageCount
(uNewCount uint)
imagelist.go:26
Method
SetImageList
(imageList *ImageList, imageListType int)
listview.go:186
Method
SetItemCount
(count int)
listview.go:89
Method
SetPos
(x, y int)
controlbase.go:94
Method
SetRange
(min, max uint)
progressbar.go:40
Method
SetReadOnly
Public methods
edit.go:42
Method
SetSelectedItem
Set i to -1 to select all items.
listview.go:182
Method
SetSize
(width, height int)
controlbase.go:72
Method
Show
()
controlbase.go:133
Method
Show
Public methods
dialog.go:63
Function
ShowBrowseFolderDlg
(parent Controller, title string)
commondlgs.go:64
Method
ShowModal
()
dialog.go:67
Function
ShowOpenFileDlg
(parent Controller, title, filter string, filterIndex uint, initialDir string)
commondlgs.go:42
Function
ShowSaveFileDlg
(parent Controller, title, filter string, filterIndex uint, initialDir string)
commondlgs.go:53
Method
Size
()
bitmap.go:94
Method
StrikeOut
()
font.go:103
Method
Style
()
font.go:111
Method
Style
()
pen.go:37
Method
Substract
(src *Rect)
rect.go:66
Function
ToggleExStyle
(hwnd w32.HWND, b bool, style int)
utils.go:32
Method
Underline
()
font.go:107
Method
Union
(src *Rect)
rect.go:70
Method
Value
()
progressbar.go:25
Method
Visible
()
controller.go:18
Method
Visible
()
controlbase.go:115
Method
Width
()
controller.go:17
Method
Width
()
controlbase.go:84
Method
Width
()
bitmap.go:102
Method
WndProc
Message processer
listview.go:218
Method
WndProc
(msg uint, wparam, lparam uintptr)
buttons.go:52
Method
WndProc
(msg uint, wparam, lparam uintptr)
form.go:80
Method
WndProc
(msg uint, wparam, lparam uintptr)
edit.go:54
Method
WndProc
(msg uint, wparam, lparam uintptr)
dialog.go:127
Method
WndProc
(msg uint32, wparam, lparam uintptr)
customcontrol.go:29
Method
WndProc
(msg uint, wparam, lparam uintptr)
w32control.go:38
Function
btnBrowseFolder_onclick
(arg *gform.EventArg)
demo/controls/controls.go:23
Function
btnMsgBox_onclick
(arg *gform.EventArg)
demo/controls/controls.go:37
Function
btnOpenFile_onclick
(arg *gform.EventArg)
demo/controls/controls.go:16
Function
btnSaveFile_onclick
(arg *gform.EventArg)
demo/controls/controls.go:30
Function
btn_onclick
(arg *gform.EventArg)
demo/controls/controls.go:12
Function
dlg_OnCancel
(arg *EventArg)
dialog.go:43
Function
dlg_OnOK
internal event handlers
dialog.go:37
Function
generalWndProc
(hwnd w32.HWND, msg uint, wparam, lparam uintptr)
wndproc.go:41
Function
init
()
init.go:7
Function
init
()
font.go:15
Method
init
(parent Controller)
buttons.go:47
Method
init
(parent Controller)
buttons.go:116
Method
init
(parent Controller)
buttons.go:144
Method
init
(parent Controller)
controlbase.go:45
Function
main
()
startkit/app.go:20
Function
main
()
demo/DropFiles.go:17
Function
main
()
demo/multithread.go:27
Function
main
()
demo/canvas/testcanvas.go:26
Function
main
()
demo/controls/controls.go:41
Function
main
()
demo/dialog/dialog.go:16
Function
mainWindow_OnDropFiles
(arg *gform.EventArg)
demo/DropFiles.go:7
Function
mainform_OnLoad
(arg *gform.EventArg)
startkit/app.go:12
Function
onclick
(arg *gform.EventArg)
demo/multithread.go:13
Function
onclick
(arg *gform.EventArg)
demo/dialog/dialog.go:12
Function
onpaint
(arg *gform.EventArg)
demo/canvas/testcanvas.go:11
← previous
201–295 of 295, ranked by callers