diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-01-22 23:34:59 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-01-22 23:34:59 +0000 |
commit | d4b8566f7d690b25c3aec5dab2c42886b309d4bc (patch) | |
tree | ea1382ddf19aa4b46602d90792339e470c755bc4 /perl-install/interactive.pm | |
parent | f274ed163f035102a4460a815582b8f5a2e1236a (diff) | |
download | drakx-d4b8566f7d690b25c3aec5dab2c42886b309d4bc.tar drakx-d4b8566f7d690b25c3aec5dab2c42886b309d4bc.tar.gz drakx-d4b8566f7d690b25c3aec5dab2c42886b309d4bc.tar.bz2 drakx-d4b8566f7d690b25c3aec5dab2c42886b309d4bc.tar.xz drakx-d4b8566f7d690b25c3aec5dab2c42886b309d4bc.zip |
add "quit_if_double_click" and "tree_expanded" flags (request from till)
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index ed6b0184d..809281ea7 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -27,6 +27,8 @@ use common; #- combo (with list, not_edit) #- list (with list, icon2f (aka icon), separator (aka tree), format (aka pre_format function), #- help can be a hash or a function, +#- tree_expanded boolean telling wether the tree should be wide open by default +#- quit_if_double_click boolean #- allow_empty_list disables the special cases for 0 and 1 element lists) #- entry (the default) (with hidden) # |