~ubuntu-branches/ubuntu/lucid/sawfish/lucid-updates

« back to all changes in this revision

Viewing changes to lisp/sawfish/ui/widgets/workspace-geometry.jl

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2005-02-23 16:16:46 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050223161646-4id6qyw4h9lkvb0v
Tags: 1:1.3+cvs20050222-1
* New cvs release.
* Add an emacs initialisation script to load sawfish.el (Closes: #295290)
* Updated sawfish.el to 1.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#| nokogiri-widgets/workspace-geometry.jl
2
2
 
3
 
   $Id: workspace-geometry.jl,v 1.8 2000/11/15 19:05:30 jsh Exp $
 
3
   $Id: workspace-geometry.jl,v 1.9 2003/01/12 20:30:49 jsh Exp $
4
4
 
5
5
   Copyright (C) 2000 John Harper <john@dcs.warwick.ac.uk>
6
6
 
26
26
(define-structure sawfish.ui.widgets.workspace-geometry ()
27
27
 
28
28
    (open rep
29
 
          gui.gtk
30
 
          gui.gnome.canvas
31
 
          gui.gnome.canvas-pixbuf
32
 
          gui.gtk.gdk-pixbuf
 
29
          gui.gtk-2.gtk
 
30
          gui.gtk-2.gnome-canvas
 
31
          gui.gtk-2.gdk-pixbuf
33
32
          rep.io.files
34
33
          sawfish.gtk.widget
35
34
          sawfish.ui.layout)