From 5a9bd4b4b5eb40fe1eeb618271841110d87b7dd7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 5 Jun 2014 13:40:47 -0400 Subject: Fixed the GTK+ Combobox sizing issues for real this time. --- combobox.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'combobox.go') diff --git a/combobox.go b/combobox.go index 86e38e9..02040cb 100644 --- a/combobox.go +++ b/combobox.go @@ -7,7 +7,7 @@ import ( "sync" ) -// A Combobox is a drop-down list of items, of which at most one can be selected at any given time. You may optionally make the combobox editable to allow custom items. Initially, no item will be selected (and no text entered in an editable Combobox's entry field). +// A Combobox is a drop-down list of items, of which at most one can be selected at any given time. You may optionally make the combobox editable to allow custom items. Initially, no item will be selected (and no text entered in an editable Combobox's entry field). What happens to the text shown in a Combobox if its width is too small is implementation-defined. type Combobox struct { lock sync.Mutex created bool -- cgit v1.2.3