[dialogwizard/dialogwizard] on prefere utiliser une methode generique pour verifier que l'appel a dialog s'est bien effectue

Ignore-this: 4323b4c019e56d8381587b82e183908d

darcs-hash:20090825144204-bd074-c765bda3efeedadc05914be0937530b27025cb33.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-08-25 16:42:04 +02:00
parent 63bdff02a0
commit 0d44a363eb
2 changed files with 11 additions and 9 deletions

View file

@ -847,7 +847,7 @@ class Dialog:
self._perform_no_options('--clear')
def form(self, text, height=0, width=0, form_height=20, fields=[], auto_place=True, **kwargs):
"""Display a form dialog box.
text -- text to display in the box
height -- height of the box
width -- width of the box
@ -874,7 +874,7 @@ class Dialog:
for t in fields:
if len(t[0]) > max_label_len:
max_label_len = len(t[0]);
line = 1
for t in fields:
label = t[0]