From aeb3d3d73bdd0c098fd4011bd2be3907341a94a4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 22 Aug 2008 13:45:31 +0000 Subject: (create_widgets_block) add support for new 'alignment' parameter (only 'right' value is supported for now) --- perl-install/interactive.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/interactive.pm') 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 -- cgit v1.2.1