diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-06 14:08:33 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-06 14:08:33 -0400 |
| commit | 371e8c2c9934d1d4f3c31ea468e0080af9487452 (patch) | |
| tree | 61ee70d5be6a1d52a7a51dc9c5f92fcf2e140a2c /listbox_unix.go | |
| parent | 0524a179204a707239350c4090cf68a27012becd (diff) | |
Added thanks comment (see previous commit).
Diffstat (limited to 'listbox_unix.go')
| -rw-r--r-- | listbox_unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/listbox_unix.go b/listbox_unix.go index a0be9db..f8fc5fe 100644 --- a/listbox_unix.go +++ b/listbox_unix.go @@ -83,6 +83,7 @@ func gListboxNew(multisel bool) *C.GtkWidget { } C.gtk_tree_selection_set_mode(C.gtk_tree_view_get_selection(tv), C.GtkSelectionMode(sel)) scrollarea := C.gtk_scrolled_window_new((*C.GtkAdjustment)(nil), (*C.GtkAdjustment)(nil)) + // thanks to jlindgren in irc.gimp.net/#gtk+ C.gtk_scrolled_window_set_shadow_type((*C.GtkScrolledWindow)(unsafe.Pointer(scrollarea)), C.GTK_SHADOW_IN) C.gtk_container_add((*C.GtkContainer)(unsafe.Pointer(scrollarea)), widget) return scrollarea |
