Versions in this module Expand all Collapse all v0 v0.1.1 Mar 22, 2020 v0.1.0 Jun 16, 2019 Changes in this version + const COLD_FIELD_EDIT_ENABLED + const COL_BIT_POS + const COL_FIELD_ID + const COL_FIELD_NAME + const COL_FIELD_SELECTION + const COL_FIELD_VAL + func ComputeMacDialog(widget gtk.IWidget, msg string) + func ComputePinBlockDialog(widget gtk.IWidget, msg string) + func Init() + func ShowErrorDialog(widget gtk.IWidget, msg string) + func ShowInfoDialog(widget gtk.IWidget, msg string) + func ShowIsoResponseMsgDialog(tabDataList *list.List) + type PaysimSpecMsgTree struct + func NewPaysimSpecMsgTree() *PaysimSpecMsgTree + func (pTree *PaysimSpecMsgTree) FieldToggleRenderer() *gtk.CellRendererToggle + func (pTree *PaysimSpecMsgTree) FieldValueRenderer() *gtk.CellRendererText + func (pTree *PaysimSpecMsgTree) Store() *gtk.TreeStore + func (pTree *PaysimSpecMsgTree) View() *gtk.TreeView + type PaysimUiConsole struct + var PaysimConsole *PaysimUiConsole + func (pc *PaysimUiConsole) Log(log string) + func (pc *PaysimUiConsole) TextView() *gtk.TextView + type PaysimUiContext struct + func NewUiContext() *PaysimUiContext + func (pCtx *PaysimUiContext) AssembleButton() *gtk.Button + func (pCtx *PaysimUiContext) ButtonBox() *gtk.HBox + func (pCtx *PaysimUiContext) CommsConfigVBox() *gtk.VBox + func (pCtx *PaysimUiContext) GetCommsConfig() (*net.TCPAddr, string, error) + func (pCtx *PaysimUiContext) GetUsrTrace() ([]byte, error) + func (pCtx *PaysimUiContext) LoadButton() *gtk.Button + func (pCtx *PaysimUiContext) SendButton() *gtk.Button + func (pCtx *PaysimUiContext) ShowUsrTrace(traceData []byte) + func (pCtx *PaysimUiContext) Window() *gtk.Window + type SpecTab struct