MCPcopy Create free account

hub / github.com/alkresin/external / functions

Functions130 in github.com/alkresin/external

↓ 64 callersFunctionsendout
* func read(conn net.Conn, pBuff *[]byte) (int, error) { *pBuff = (*pBuff)[:0] tmp := make([]byte, 256) for { length, err := conn.Read(tmp) if
extmain.go:329
↓ 47 callersMethodAddWidget
Method AddWidget adds new child widget o - parent window or widget pWidg - a Widget structure with definition of a new widget
extwidg.go:1032
↓ 27 callersFunctionwidgFullName
(pWidg *Widget)
extwidg.go:169
↓ 21 callersFunctionWriteLog
WriteLog writes the sText to a log file egui.log.
extmain.go:400
↓ 18 callersMethodSetCallBackProc
(sbName string, fu func([]string) string, sCode string, params ...string)
extwidg.go:1160
↓ 14 callersFunctionRegFunc
RegFunc adds the fu func to a map of functions, sName argument is a function identifier - a key of this map. You may need to call this function in cas
extmain.go:415
↓ 11 callersMethodWrite
( s string )
extmain.go:588
↓ 7 callersMethodActivate
Method Activate shows on the screen a main window or a dialog
extwidg.go:987
↓ 7 callersMethodSetParam
Method SetParam sets a property to a widget, pointed by o, sParam - a name of a property, xParam - a value of a property.
extwidg.go:1093
↓ 6 callersFunctionsendoutAndReturn
(s string)
extmain.go:359
↓ 5 callersMethodRead
(pBuff *[]byte)
extmain.go:526
↓ 4 callersMethodClose
Method Close closes a main window or a dialog
extwidg.go:1004
↓ 4 callersMethodClose
()
extmain.go:517
↓ 4 callersFunctiondraw
(fu func(z complex128) color.Color)
testdata/test3.go:112
↓ 3 callersFunctionExit
Exit closes the connection to Guiserver.
extmain.go:190
↓ 3 callersMethodLine
Line methods prints a line from iTop, iLeft to iRight, iBottom
extwidg.go:464
↓ 3 callersMethodSay
Say method prints s text string sText in a rectangle with iTop, iLeft, iRight, iBottom coordinates, iOpt defines an alignment.
extwidg.go:456
↓ 3 callersMethodSetText
Method SetText sets a text aText to a widget, pointed by o.
extwidg.go:1058
↓ 3 callersFunctionWnd
Wnd returns a pointer to a Widget structure (a window or a dialog) with a Name member equal to sName argument.
extwidg.go:204
↓ 3 callersMethodnew
()
extwidg.go:962
↓ 3 callersFunctionsetprops
(pWidg *Widget, mwidg map[string]string)
extwidg.go:249
↓ 2 callersMethodBox
Box method prints a rectangle with iTop, iLeft, iRight, iBottom coordinates
extwidg.go:471
↓ 2 callersMethodConnect
()
extmain.go:477
↓ 2 callersMethodSetFont
Method SetFont sets a font pFont to a widget, pointed by o.
extwidg.go:1152
↓ 2 callersMethodSetImage
Method SetImage sets an image widget, pointed by o, sImage - a path to an image
extwidg.go:1069
↓ 2 callersFunctionWait
()
extmain.go:445
↓ 2 callersMethoddelete
()
extwidg.go:1016
↓ 2 callersFunctiongetscode
(fu func([]string) string, sCode string, params ...string)
extmenu.go:59
↓ 2 callersFunctionrunproc
(arr []string)
extmain.go:430
↓ 1 callersMethodAddFont
AddFont method adds a font, described in Font structure, to the printer.
extwidg.go:439
↓ 1 callersMethodEnd
End method closes a printer
extwidg.go:492
↓ 1 callersMethodEndPage
StartPage method ends a page printed
extwidg.go:485
↓ 1 callersMethodGetText
Method GetText gets the text from a widget, pointed by o.
extwidg.go:1125
↓ 1 callersMethodMove
(iLeft, iTop, iWidth, iHeight int32)
extwidg.go:1205
↓ 1 callersMethodSetColor
Method SetColor sets a text color tColor and background color bColor to a widget, pointed by o.
extwidg.go:1143
↓ 1 callersMethodStartPage
StartPage method begins a new page printed
extwidg.go:478
↓ 1 callersFunctionlisten
(iPort int)
extmain.go:200
FunctionAddCheckMenuItem
AddCheckMenuItem is the same as AddMenuItem, but it creates a menu item, which may be checked. In fact, it is needed in a GTK version only, but for th
extmenu.go:91
FunctionAddFuncToIdle
AddFuncToIdle adds a function to be executed while wait state.
extmain.go:424
FunctionAddMenuItem
AddMenuItem adds a new item to the Window's menu or submenu, sName argument is a title of the item, id - menu item identifier; if 0 - it is created au
extmenu.go:80
FunctionAddMenuSeparator
AddMenuSeparator adds a separator to the Window's menu or submenu,
extmenu.go:100
FunctionBeginPacket
BeginPacket begins a sequence of functions, which creates or modifies GUI elements, for to join messages to Guiserver to one packet.
extmain.go:387
FunctionBrush
()
doc/js/shBrushGo.js:22
FunctionBrwDelColumn
BrwDelColumn deletes a column with number ic of a browse widget p.
extwidg.go:909
FunctionBrwGetArray
BrwGetArray returns a two-dimensional slice from a browse widget p.
extwidg.go:848
FunctionBrwSetArray
BrwSetArray sets a two-dimensional slice to be represented in a browse widget p.
extwidg.go:839
FunctionBrwSetColumn
BrwSetColumn defines options for a column with number ic of a browse widget p. The options are: sHead string - a column title; iAlignHead int - the al
extwidg.go:871
FunctionBrwSetColumnEx
BrwSetColumnEx sets options for a column with number ic of a browse widget p - those, which can not be set via BrwSetColumn. sParam - option name, xPa
extwidg.go:882
FunctionChoice
Choice creates a dialog with a "browse" inside, which allows to select one of items in a passed slice arr. fu, sFunc - a definition of a callback proc
extwidg.go:662
FunctionCreateFont
CreateFont creates a font with parameters, defined in a structure, pointed by pFont argument.
extwidg.go:351
FunctionCreateHighliter
CreateHighliter creates a highlight rules for a code editor ("cedit" widget)
extwidg.go:381
FunctionCreateStyle
CreateStyle creates a style with parameters, defined in a structure, pointed by pStyle argument.
extwidg.go:361
MethodEnable
Method Enable enables or disables a widget, pointed by o.
extwidg.go:1214
FunctionEndMenu
EndMenu completes a window's menu or submenu definition
extmenu.go:49
FunctionEndPacket
EndPacket completes a sequence of functions, started by BeginPacket
extmain.go:393
FunctionEvalFunc
EvalFunc sends a code fragment, written on Harbour to a GuiServer to execute and returns a result.
extwidg.go:541
FunctionEvalProc
EvalProc sends a code fragment, written on Harbour to a GuiServer to execute and does not return a result.
extwidg.go:533
MethodFillFont
(arr []string)
extwidg.go:974
FunctionGetFont
Returns a pointer to a Font structure with a Name member equal to sName argument.
extwidg.go:180
FunctionGetStyle
Returns a pointer to a Style structure with a Name member equal to sName argument.
extwidg.go:192
FunctionGetValues
GetValues returns list of values from widgets of a pWnd window (main or a dialog), listed by names in aNames slice.
extwidg.go:553
FunctionGetVar
GetVar gets a variable value
extwidg.go:923
FunctionGetVersion
GetVersion returns the version string in different verbosity level, depending of i value i == 0 - GuiServer version only ("1.3", for example); i == 1
extwidg.go:576
MethodHide
Method Hide hides or shows a widget, pointed by o.
extwidg.go:1223
FunctionInit
Init runs, if needed, the Guiserver application, and connects to it. It returns 0, if the connection is successful, 1 - in other case, 2 -if a protoco
extmain.go:65
FunctionInitDialog
Initialises a dialog window with parameters, defined in a structure, pointed by pWnd argument. To show this window on a screen it is necessary to use
extwidg.go:513
FunctionInitMainWindow
Initialises a main window with parameters, defined in a structure, pointed by pWnd argument. To show this window on a screen it is necessary to use Ac
extwidg.go:500
FunctionInitPrinter
InitPrinter initializes a printer, the name of a printer is passed in SPrinter member of a pPrinter structure. If it is an empty string, the default p
extwidg.go:419
FunctionInitTray
InitTray forces the main window to be placed in a tray, sIcon - a path to icon file, sMenuName - a name of a context menu, sTooltip - a tooltip for an
extwidg.go:800
FunctionInsertNode
InsertNode inserts a node to a tree widget pTree. sNodeName - a name of a parent node, or empty, if it is root node; sNodeNew - a name of an inserted
extwidg.go:745
FunctionMenu
Menu starts a window's menu or submenu definition, sTitle is a menu title.
extmenu.go:16
FunctionMenuContext
MenuContext starts a context menu, sName is a menu identifier
extmenu.go:30
FunctionMenuItemCheck
MenuItemCheck checks (bValue == true) or unchecks a menu item. If this is a window menu (main or a dialog), you need to pass the appropriate window na
extmenu.go:122
FunctionMenuItemEnable
MenuItemEnable enables (bValue == true) or disables a menu item. If this is a window menu (main or a dialog), you need to pass the appropriate window
extmenu.go:111
FunctionModifyTrayIcon
ModifyTrayIcon changes a tray icon of a main window, sIcon - a path to icon file.
extwidg.go:808
FunctionMsgGet
MsgGet creates a messagebox, which allows to input a string sTitle - box title, sMessage - text in a box, iStyle - a Winstyle for an "edit" widget (ES
extwidg.go:645
FunctionMsgInfo
MsgInfo creates a standard nessagebox sTitle - box title, sMessage - text in a box fu, sFunc - a definition of a callback procedure; fu - function, sF
extwidg.go:594
FunctionMsgStop
MsgStop creates a standard nessagebox sTitle - box title, sMessage - text in a box fu, sFunc - a definition of a callback procedure; fu - function, sF
extwidg.go:611
FunctionMsgYesNo
MsgYesNo creates a standard nessagebox sTitle - box title, sMessage - text in a box fu, sFunc - a definition of a callback procedure; fu - function, s
extwidg.go:628
FunctionOpenForm
OpenForm reads a dialog window description from a xml file, prepared by HwGUI's Designer, initialises and activates this dialog with all its widgets
extwidg.go:331
FunctionOpenMainForm
OpenMainForm reads a main window description from a xml file, prepared by HwGUI's Designer, initialises and activates this window with all its widgets
extwidg.go:317
FunctionOpenReport
OpenReport reads a report description from a xml file, prepared by HwGUI's Designer and prints this report
extwidg.go:344
FunctionPBarSet
PBarSet sets a progress bar position
extwidg.go:789
FunctionPBarStep
PBarStep does a next step for a pPBar progress bar widget
extwidg.go:781
FunctionRadioEnd
RadioEnd completes a group of radio buttons, started with a "radiogr" widget
extwidg.go:815
FunctionSelectColor
SelectColor creates a standard dialog to select color iColor - base color; fu, sFunc - a definition of a callback procedure; fu - function, sFunc - id
extwidg.go:710
FunctionSelectFile
SelectFile creates a standard dialog to select file sPath - initial path; fu, sFunc - a definition of a callback procedure; fu - function, sFunc - ide
extwidg.go:679
FunctionSelectFolder
SelectFolder creates a standard dialog to select folder fu, sFunc - a definition of a callback procedure; fu - function, sFunc - identifier; sName - a
extwidg.go:694
FunctionSelectFont
SelectFont creates a standard dialog to select font fu, sFunc - a definition of a callback procedure; fu - function, sFunc - identifier; sName - a par
extwidg.go:725
FunctionSelectNode
(pTree *Widget, sNodeName string)
extwidg.go:773
MethodSetCallBackFunc
(sbName string, fu func([]string) string, sCode string, params ...string)
extwidg.go:1188
FunctionSetDateFormat
SetDateFormat sets a date display format, for example, "DD.MM.YYYY"
extwidg.go:956
MethodSetFont
SetFont method sets a font, previously added with AddFont, as current while printing
extwidg.go:449
FunctionSetHighliter
SetHighliter sets or unsets (if p == nil) a given Highliter to a "cedit" widget.
extwidg.go:391
FunctionSetHiliOpt
SetHili defines highlighting options for a code editor ("cedit" widget): a font, text color and background color
extwidg.go:404
FunctionSetImagePath
SetImagePath sets a directory where GuiServer should look for image files.
extwidg.go:940
FunctionSetPath
SetPath sets a directory where GuiServer should write files and look for files to read.
extwidg.go:948
FunctionSetVar
SetVar sets a variable value
extwidg.go:916
FunctionShowMenuContext
Show context menu on the screen
extmenu.go:38
FunctionTabPage
TabPage initialises a new page of a tab widget.
extwidg.go:823
next →1–100 of 130, ranked by callers