diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-09 16:17:08 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-09 16:17:08 -0400 |
| commit | bdb942440c77eed4e888d05b0e7ac384a68ab58a (patch) | |
| tree | 84e7e0616de4d56fdd9bbec8ab2a111d51ff446a /doc.go | |
| parent | 7adc18caf1f5ac1095e7f777eb55676c3785de37 (diff) | |
Removed the GTK+ scrollbars in Area thing as that can't be resolved (it's a property of the minimum preferred size of both the GtkScrollbar and GtkScrolledWindow; these can't be changed). Thanks to baedert in irc.gimp.net/#gtk+.
Diffstat (limited to 'doc.go')
| -rw-r--r-- | doc.go | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -66,5 +66,11 @@ The package-scope functions wait for the dialog box to be dismissed and merely r The Window methods return immediately with a channel that will eventually receive either the signal or the return code. Package ui does not close these channels, nor does it send multiple values on the same channel. +Scrollbars + +[TODO] + +The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined. + */ package ui |
