summaryrefslogtreecommitdiff
path: root/listbox_unix.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-10 11:33:53 -0400
committerPietro Gagliardi <[email protected]>2014-06-10 11:33:53 -0400
commit37bc89fe52c8c6c4c56c4da69126f2d50101e194 (patch)
treea00d9a09e1ac03a946082ebf6adaae6bb9cfa1f6 /listbox_unix.go
parent6e7f15c8e072b70130c9e9d5230b66f5685656ce (diff)
More go fmt.
Diffstat (limited to 'listbox_unix.go')
-rw-r--r--listbox_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/listbox_unix.go b/listbox_unix.go
index f769f51..18dafba 100644
--- a/listbox_unix.go
+++ b/listbox_unix.go
@@ -75,7 +75,7 @@ func gListboxNew(multisel bool) *C.GtkWidget {
tv := (*C.GtkTreeView)(unsafe.Pointer(widget))
column := C.gtkTreeViewColumnNewWithAttributes(C.gtk_cell_renderer_text_new())
C.gtk_tree_view_column_set_sizing(column, C.GTK_TREE_VIEW_COLUMN_AUTOSIZE)
- C.gtk_tree_view_column_set_resizable(column, C.FALSE) // not resizeable by the user; just autoresize
+ C.gtk_tree_view_column_set_resizable(column, C.FALSE) // not resizeable by the user; just autoresize
C.gtk_tree_view_append_column(tv, column)
C.gtk_tree_view_set_headers_visible(tv, C.FALSE)
sel := C.GTK_SELECTION_SINGLE