On Thu, 8 May 2008 20:20:43 +0200 nadim khemir <[EMAIL PROTECTED]> wrote: > Hi, thank you for your answer. I get this problem: Can't locate object > method "select_region" via package "Gtk2::TextView"
Oops. I thought your text boxes were some Gtk2::Entry widgets. For TextView, use this instead: my $buffer = $tb->get_buffer; $buffer->select_range($buffer->get_start_iter, $buffer->get_end_iter); _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
