diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-01-24 23:06:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-01-24 23:06:25 +0000 |
commit | e723e8a329c96201c01e5f8b7621e462042bb9e3 (patch) | |
tree | f583668ae55ab41a900632caf305224f4ff4284e | |
parent | 3f438d79098a7bd7d9d34c92c2c1088925bdaa5d (diff) | |
download | drakx-backup-do-not-use-e723e8a329c96201c01e5f8b7621e462042bb9e3.tar drakx-backup-do-not-use-e723e8a329c96201c01e5f8b7621e462042bb9e3.tar.gz drakx-backup-do-not-use-e723e8a329c96201c01e5f8b7621e462042bb9e3.tar.bz2 drakx-backup-do-not-use-e723e8a329c96201c01e5f8b7621e462042bb9e3.tar.xz drakx-backup-do-not-use-e723e8a329c96201c01e5f8b7621e462042bb9e3.zip |
better documentation of ask_from_entries_refH features (entry)
-rw-r--r-- | perl-install/interactive.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index 224f97451..89df5d925 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -20,7 +20,8 @@ use common qw(:common :functional); #- range (with min, max) #- 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) +#- help can be a hash or a function) +#- entry (the default) (with hidden) # #- heritate from this class and you'll get all made interactivity for same steps. #- for this you need to provide |