From 8abe7a7e8c29a95d8229577b5ff0afaa74589fcc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Feb 2000 19:22:12 +0000 Subject: no_comment --- perl-install/install_steps_gtk.pm | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 557a9cab3..9462477fc 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -638,6 +638,19 @@ widget "*Steps*" style "steps" create_help_window($o); } +#------------------------------------------------------------------------------ +sub create_big_help { + my $w = my_gtk->new('', grab => 1, force_position => [ $stepswidth, $logoheight ]); + $w->{rwindow}->set_usize($logowidth, $height - $logoheight); + gtkadd($w->{window}, + gtkpack_(new Gtk::VBox(0,0), + 1, createScrolledWindow(gtktext_insert(new Gtk::Text, + formatAlaTeX(translate($help::steps{$::o->{step}})))), + 0, gtksignal_connect(new Gtk::Button(_("Ok")), "clicked" => sub { Gtk->main_quit }), + )); + $w->main; +} + #------------------------------------------------------------------------------ sub create_help_window { my ($o) = @_; -- cgit v1.2.1