From 0d52a5ce064c7eddcf3e7d29d59531a50483b33a Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 30 Apr 2003 09:50:54 +0000 Subject: add expand_to_path (interactive::gtk) --- perl_checker_fake_packages/Gtk2.pm | 1 + perl_checker_fake_packages/gen.pl | 1 + 2 files changed, 2 insertions(+) (limited to 'perl_checker_fake_packages') diff --git a/perl_checker_fake_packages/Gtk2.pm b/perl_checker_fake_packages/Gtk2.pm index 2ae8be2..ffd76d0 100644 --- a/perl_checker_fake_packages/Gtk2.pm +++ b/perl_checker_fake_packages/Gtk2.pm @@ -1829,6 +1829,7 @@ sub Gtk2::exit { my ($_class, $_errorcode) = @_ } sub Gtk2::expand { my ($_boxchild) = @_ } sub Gtk2::expand_all { my ($_tree_view) = @_ } sub Gtk2::expand_row { my ($_tree_view, $_path, $_open_all) = @_ } +sub Gtk2::expand_to_path { my ($_treeview, $_path) = @_ } sub Gtk2::family_new { my ($_class, $_family) = @_ } sub Gtk2::fg_gc { my ($_state, $o_gc) = @_ } sub Gtk2::file_list { my ($_dialog) = @_ } diff --git a/perl_checker_fake_packages/gen.pl b/perl_checker_fake_packages/gen.pl index 4aa0708..9e5c364 100755 --- a/perl_checker_fake_packages/gen.pl +++ b/perl_checker_fake_packages/gen.pl @@ -41,6 +41,7 @@ sub gtk2 { [ 'modal', ' { my ($_window, $o_bool) = @_ }' ], [ 'resizable', ' { my ($_window, $o_bool) = @_ }' ], [ 'window_position', ' { my ($_window, $o_pos) = @_ }' ], + [ 'expand_to_path', ' { my ($_treeview, $_path) = @_ }' ], ); my @added_subroutines; my $add = sub { -- cgit v1.2.1