MCPcopy Index your code
hub / github.com/lxn/walk / TabWidget

Struct TabWidget

tabwidget.go:26–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type TabWidget struct {
27 WidgetBase
28 hWndTab win.HWND
29 tabOrigWndProcPtr uintptr
30 imageList *ImageList
31 pages *TabPageList
32 currentIndex int
33 currentIndexChangedPublisher EventPublisher
34 nonClientSizePixels Size
35 persistent bool
36}
37
38func NewTabWidget(parent Container) (*TabWidget, error) {
39 tw := &TabWidget{currentIndex: -1}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected