~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/tk/PLXWin.itk

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: PLXWin.itk,v 1.7 2002/07/17 09:08:22 vincentdarley Exp $
 
1
# $Id: PLXWin.itk,v 1.8 2005/10/31 22:31:27 mlebrun Exp $
2
2
# Geoffrey Furnish
3
3
# 10 June 1994
4
4
#
20
20
    # for page dumps).
21
21
 
22
22
        plw::create_TopRow $hull
23
 
        pack append $hull $hull.ftop {top fill}
 
23
        pack $hull.ftop -side top -fill both -before $hull.plwin
24
24
 
25
25
    # Initialize plplot widget.  Enable keyboard traversal when widget has
26
26
    # the input focus.  Also grab the initial input focus.