Fix ListBox, and add some support routines
authorH.G. Muller <h.g.muller@hccnet.nl>
Thu, 18 Oct 2012 07:54:41 +0000 (09:54 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 13:13:55 +0000 (14:13 +0100)
commit08d1f3b890ecc8b41beca2ce3afa8ba17c9dc401
tree09b7815a4a5ff477c834397133f2d7ded995aae3
parentb766f10fe10fc786b5793a010d777bacc4349820
Fix ListBox, and add some support routines

The srolled-window for the listbox used a uninitialized variable for its
width, causing a crash. Now it pays attention to the Option.max and .value
size hints. The access routines were copied from gtk-xt. HighlightWithScroll
could just a wrapper for HighlightListBoxItem, as GTK auto-scrolls.
dialogs.c
xoptions.c