summaryrefslogtreecommitdiffstatshomepage
path: root/tabpage.go
diff options
context:
space:
mode:
authorAlexander Neumann <an2048@gmail.com>2012-09-15 20:54:15 +0200
committerAlexander Neumann <an2048@gmail.com>2012-09-15 20:54:15 +0200
commitc0d49320aef2ea119363443043ae4cba89e639b3 (patch)
tree546f834a9b84386d0d3a436d9b80737d473f9d35 /tabpage.go
parentExport MustRegisterWindowClass (diff)
downloadwireguard-windows-c0d49320aef2ea119363443043ae4cba89e639b3.tar.xz
wireguard-windows-c0d49320aef2ea119363443043ae4cba89e639b3.zip
Export InitWidget and InitChildWidget
Diffstat (limited to 'tabpage.go')
-rw-r--r--tabpage.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tabpage.go b/tabpage.go
index 98b59b41..8dbd1ddf 100644
--- a/tabpage.go
+++ b/tabpage.go
@@ -23,7 +23,7 @@ type TabPage struct {
func NewTabPage() (*TabPage, error) {
tp := &TabPage{}
- if err := initWidget(
+ if err := InitWidget(
tp,
nil,
tabPageWindowClass,