diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:45:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:45:31 +0000 |
commit | aeb3d3d73bdd0c098fd4011bd2be3907341a94a4 (patch) | |
tree | ad63f20bb52b9c6d8cbabb44fc94a7557d8d9235 /perl-install/interactive.pm | |
parent | 5da246b16f2e787beba4433f9296c3caf9ba21b4 (diff) | |
download | drakx-aeb3d3d73bdd0c098fd4011bd2be3907341a94a4.tar drakx-aeb3d3d73bdd0c098fd4011bd2be3907341a94a4.tar.gz drakx-aeb3d3d73bdd0c098fd4011bd2be3907341a94a4.tar.bz2 drakx-aeb3d3d73bdd0c098fd4011bd2be3907341a94a4.tar.xz drakx-aeb3d3d73bdd0c098fd4011bd2be3907341a94a4.zip |
(create_widgets_block) add support for new 'alignment' parameter (only 'right' value is supported for now)
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r-- | perl-install/interactive.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm index d8014f679..f6bf95127 100644 --- a/perl-install/interactive.pm +++ b/perl-install/interactive.pm @@ -45,6 +45,7 @@ use do_pkgs; #- validate => function called when "Ok" is pressed. If it returns false, this entry is focused, otherwise it quits #- disabled => function returning wether it should be disabled (grayed) #- focus => function returning wether it should be focused +#- alignment => preferred alignment #- do_not_expand => do not eat all horizontal space #- install_button => if possible, use improved graphical style #- gtk => gtk preferences |