Summary: A development library for text mode user interfaces.
Name: newt
-%define version 0.50.25
+%define version 0.50.26
Version: %{version}
Release: 1
Copyright: LGPL
%endif
%changelog
+* Fri Jun 8 2001 Jeremy Katz <katzj@redhat.com>
+- few bugfixes to the CListBox
+
* Fri Jun 8 2001 Jeremy Katz <katzj@redhat.com>
- added python binding for newtListboxClear() for Listbox and CListBox
- let ButtonBars optionally be made of CompactButtons
lstr = self.colFormText(col_labels, col_label_align)
self.label = Label(lstr)
- self.setField(self.label, 0, 0)
+ self.setField(self.label, 0, 0, anchorLeft=1)
else:
Grid.__init__(self, 1, 1)
- box_y = 1
+ box_y = 0
self.listbox = Listbox(height, scroll, returnExit, width)