diff options
author | Mystery Man <unknown@mandriva.org> | 2002-08-01 19:39:26 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2002-08-01 19:39:26 +0000 |
commit | 4d808c65fe622f829afdb8f48b3c95e15a6d71a2 (patch) | |
tree | 931dc2cf627605bf8277cb7d8f4dad929726b896 /docs/interactive/ask_from_treelist | |
parent | af0430510356c70ea497fc108466c6236c1afcc1 (diff) | |
download | drakx-4d808c65fe622f829afdb8f48b3c95e15a6d71a2.tar drakx-4d808c65fe622f829afdb8f48b3c95e15a6d71a2.tar.gz drakx-4d808c65fe622f829afdb8f48b3c95e15a6d71a2.tar.bz2 drakx-4d808c65fe622f829afdb8f48b3c95e15a6d71a2.tar.xz drakx-4d808c65fe622f829afdb8f48b3c95e15a6d71a2.zip |
This commit was manufactured by cvs2svn to create tag 'V1_1_9_4mdk'.V1_1_9_4mdk
Diffstat (limited to 'docs/interactive/ask_from_treelist')
-rwxr-xr-x | docs/interactive/ask_from_treelist | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/interactive/ask_from_treelist b/docs/interactive/ask_from_treelist deleted file mode 100755 index ade7141d4..000000000 --- a/docs/interactive/ask_from_treelist +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/perl -# Yves Duret <yduret at mandrakesoft.com> -# license: GPL - -use lib qw(/usr/lib/libDrakX); -use common; -use interactive; - -my $in = 'interactive'->vnew(undef, 'default'); -my $foo = $in->ask_from_treelist("window title - ask_from_treelist", - "message\nexamples of utilisation of ask_from_treelist", - '|', - ['Custom', - 'Other|Unlisted', - 'Matrox|Millennium II=>Matrox Millennium II', - 'Matrox|Millennium G200=>Matrox Millennium G200', - 'Matrox|Millennium G400=>Matrox Millennium G400', - 'Matrox|Millennium G450=>Matrox Millennium G450', - 'Matrox|Millennium G550=>Matrox Millennium G550', - 'Sun|FFB 67MHz Creator=>Sun FFB 67MHz Creator', - 'Sun|FFB 67MHz Creator 3D=>Sun FFB 67MHz Creator 3D', - 'Sun|FFB 75MHz Creator 3D=>Sun FFB 75MHz Creator 3D', - ], - 'Custom' - ) or $in->exit(0); -print "$foo\n"; -$in->exit(0); |