Versions in this module Expand all Collapse all v1 v1.3.0 Mar 14, 2018 Changes in this version + type GUISpider struct + Description string + Index int + Spider *spider.Spider + Title string + func NewGUISpider(sp *spider.Spider, idx int) *GUISpider + type SpiderMenu struct + func NewSpiderMenu(species *spider.SpiderSpecies) *SpiderMenu + func (m *SpiderMenu) Checked(row int) bool + func (m *SpiderMenu) GetChecked() []*GUISpider + func (m *SpiderMenu) Len() int + func (m *SpiderMenu) Less(i, j int) bool + func (m *SpiderMenu) RowCount() int + func (m *SpiderMenu) SetChecked(row int, checked bool) error + func (m *SpiderMenu) Sort(col int, order walk.SortOrder) error + func (m *SpiderMenu) Swap(i, j int) + func (m *SpiderMenu) Value(row, col int) interface{}