Name: newt
%define version 0.50
Version: %{version}
-Release: 7
+Release: 8
Copyright: LGPL
Group: System Environment/Libraries
Source: ftp://ftp.redhat.com/pub/redhat/code/newt/newt-%{version}.tar.gz
%postun -p /sbin/ldconfig
%changelog
+* Mon Aug 23 1999 Matt Wilson <msw@redhat.com>
+- added buttons argument to entrywindow
+
* Thu Aug 12 1999 Bill Nottingham <notting@redhat.com>
- multi-state checkboxtrees. Woohoo.
return bb.buttonPressed(g.runOnce())
def EntryWindow(screen, title, text, prompts, allowCancel = 1, width = 40,
- entryWidth = 20):
- bb = ButtonBar(screen, [ 'Ok', 'Cancel' ]);
+ entryWidth = 20, buttons = [ 'Ok', 'Cancel' ]):
+ bb = ButtonBar(screen, buttons);
t = TextboxReflowed(width, text)
count = 0