diff options
Diffstat (limited to 'perl_checker_fake_packages/gen.pl')
-rwxr-xr-x | perl_checker_fake_packages/gen.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl_checker_fake_packages/gen.pl b/perl_checker_fake_packages/gen.pl index b512ac5..404051a 100755 --- a/perl_checker_fake_packages/gen.pl +++ b/perl_checker_fake_packages/gen.pl @@ -27,6 +27,10 @@ sub gtk2 { [ 'visible', ' { my ($_widget, $o_bool) = @_ }' ], [ 'white_gc', ' { my ($_style, $o_gc) = @_ }' ], [ 'black_gc', ' { my ($_style, $o_gc) = @_ }' ], + [ 'get', ' {}' ], + [ 'append_item', ' { my ($_self, $_text, $_tooltip, $_private, $_icon, $_callback, $o_user_data) = @_ }' ], + [ 'toggle_expansion', ' { my ($_self, $_path, $o_open_all) = @_ }' ], + [ 'get_path_at_pos', ' { my ($_self, $_x, $_y) = @_ }' ], ); my @added_subroutines; my $add = sub { |