summaryrefslogtreecommitdiff
path: root/gtkcasts_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-17 16:19:00 -0500
committerPietro Gagliardi <[email protected]>2014-02-17 16:19:00 -0500
commit66045ee87603848e9d497c2b4c2d31ccfc1204ab (patch)
tree0e5f593bbee8c75328b220da8608cd9e3fecdd32 /gtkcasts_unix.go
parente7d280e5e1fa53abe1c053bf082ea4c21fcd14ed (diff)
Simplified the GTK+ Listbox code and added a documentation blob to it.
Diffstat (limited to 'gtkcasts_unix.go')
-rw-r--r--gtkcasts_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtkcasts_unix.go b/gtkcasts_unix.go
index 9bfdd4a..8d930f6 100644
--- a/gtkcasts_unix.go
+++ b/gtkcasts_unix.go
@@ -10,6 +10,7 @@ import (
// this file contains functions that wrap around complex pointer casts to satisfy GTK+'s dumb type aliasing system
// fromxxx() converts from GTK+ type to Go type
// toxxxx() converts from Go type to GTK+ type
+// Listbox casts are stored in listbox_unix.go
// #cgo pkg-config: gtk+-3.0
// #include <gtk/gtk.h>