~ubuntu-branches/ubuntu/lucid/perl-tk/lucid

« back to all changes in this revision

Viewing changes to Tk/Wm.pm

  • Committer: Bazaar Package Importer
  • Author(s): Colin Tuckley
  • Date: 2008-02-15 13:56:59 UTC
  • mfrom: (1.1.3 upstream) (4.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080215135659-ru2oqlykuju20fav
Tags: 1:804.028-1
* New Upstream Release (Closes: #463080).
* Update to Debhelper v5.
* Build with XFT=1 (Closes: #411129).

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
 
16
16
use vars qw($VERSION);
17
 
$VERSION = sprintf '4.%03d', q$Revision: #14 $ =~ /\D(\d+)\s*$/;
 
17
$VERSION = '4.015'; # was: sprintf '4.%03d', q$Revision: #14 $ =~ /\D(\d+)\s*$/;
18
18
 
19
19
use Tk::Submethods;
20
20
 
23
23
 
24
24
Direct Tk::Submethods ('wm' => [qw(aspect attributes client colormapwindows command
25
25
                       deiconify focusmodel frame geometry group
26
 
                       iconbitmap iconify iconimage iconmask iconname
 
26
                       iconbitmap iconify iconimage iconmask iconname iconphoto
27
27
                       iconwindow maxsize minsize overrideredirect positionfrom
28
 
                       protocol resizable sizefrom state title transient
 
28
                       protocol resizable sizefrom stackorder state title transient
29
29
                       withdraw wrapper)]);
30
30
                
31
31
sub SetBindtags