Summary: A development library for text mode user interfaces.
Name: newt
-%define version 0.50.30
+%define version 0.50.31
Version: %{version}
Release: 1
Copyright: LGPL
%endif
%changelog
+* Wed Aug 8 2001 Crutcher Dunnavant <crutcher@redhat.com> 0.50.31-1
+- right anchor the internal Listbox of CListboxes, so that empty
+- scrollable CListboxes do not look like crape.
+
* Thu Jul 05 2001 Crutcher Dunnavant <crutcher@redhat.com>
- padded hidden checkboxes on CheckboxTrees
- added 'hide_checkbox' and 'unselectable' options to CheckboxTrees
* Mon Jun 25 2001 Jeremy Katz <katzj@redhat.com>
-- ClistBox -> Clistbox for API consistency
-- fixup replace() method of Clistbox
+- CListBox -> CListbox for API consistency
+- fixup replace() method of CListbox
* Fri Jun 8 2001 Jeremy Katz <katzj@redhat.com>
- few bugfixes to the CListBox
self.listbox = Listbox(height, scroll, returnExit, width)
- self.setField(self.listbox, 0, box_y)
+ self.setField(self.listbox, 0, box_y, anchorRight=1)
def colFormText(self, col_text, align = None):
i = 0