File: GtkRecentAction.t

package info (click to toggle)
libgtk2-perl 1%3A1.190-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,132 kB
  • ctags: 516
  • sloc: perl: 16,575; sh: 149; ansic: 148; makefile: 76
file content (20 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/perl

# $Id: GtkRecentAction.t,v 1.2 2008/03/10 20:54:35 kaffeetisch Exp $

use Gtk2::TestHelper
	at_least_version => [2, 12, 0, 'GtkRecentAtionc: new in 2.12'],
	tests => 1;


my $action = Gtk2::RecentAction->new (name => 'one',
                                      label => 'one',
                                      tooltip => 'one',
                                      stock_id => 'gtk-ok',
                                      recent_manager => Gtk2::RecentManager->new);
isa_ok($action, 'Gtk2::RecentAction');

__END__

Copyright (C) 2007 by the gtk2-perl team (see the file AUTHORS for the
full list).  See LICENSE for more information.