diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:11:58 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-22 13:11:58 +0000 |
commit | a355859ef5e310f497853b17f514c89df1e2a637 (patch) | |
tree | ef051ceb69560979a9e1ad1f88abad906fa83600 /perl-install/interactive.pm | |
parent | 820f0817e6936790511d37405ebff6766be47be9 (diff) | |
download | drakx-a355859ef5e310f497853b17f514c89df1e2a637.tar drakx-a355859ef5e310f497853b17f514c89df1e2a637.tar.gz drakx-a355859ef5e310f497853b17f514c89df1e2a637.tar.bz2 drakx-a355859ef5e310f497853b17f514c89df1e2a637.tar.xz drakx-a355859ef5e310f497853b17f514c89df1e2a637.zip |
(create_widgets_block) add support for new 'do_not_expand' parameter
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 0fc9a4b55..529d5b29a 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 +#- do_not_expand => do not eat all horizontal space #- gtk => gtk preferences #- type => #- button => (with clicked or clicked_may_quit) |