source: trunk/third/sawfish/TREE @ 15289

Revision 15289, 1.7 KB checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15288, which included commits to RCS files with non-trunk default branches.
Line 
1-*- indented-text -*-
2
3Module hierarchy
4================
5
6  sawfish
7    wm
8      windows
9      frames
10      session
11      stacking
12      workspace
13      viewport
14      commands
15      custom
16      keymaps
17      focus
18      placement
19      swapper
20      gaol
21      server
22      customize
23      cursors
24      menus
25      images
26      colors
27      fonts
28      misc
29      events
30
31      placement-modes
32      focus-modes
33      animation-modes
34      theming
35
36      state
37        shading
38        iconify
39        maximize
40        ignore-window
41        mwm
42        open-look
43        transient
44        [sticky]
45        configure
46        gnome
47        wm-spec
48
49      gnome
50        menus
51        match-window
52        integration
53
54      util
55        decode-events
56        edges
57        gtkrc
58        prompt
59        rects
60        window-order
61        window-outline
62        with-output
63        compat
64        keymap
65        groups
66
67      ext
68        beos-window-menu
69        old-window-menu
70        edge-flip
71        match-window
72        shade-hover
73        tooltips
74        window-history
75        audio-events
76        wm-spec
77        auto-raise
78        error-handler
79
80      commands
81        cycle
82        x-cycle
83        describe
84        grow-pack
85        help
86        move-resize
87        raise-commands
88        size-window
89        slide-window
90        gnome
91        groups
92        xterm
93        viewport-linear
94        describe
95        move-cursor
96
97    ui
98      ...
99
100    gtk
101      widget
102      color-preview
103      stock
104
105Notes
106=====
107
108 - put sawfish-specific widgets somewhere else?
109
110 - sawfish.gtk.stock has nokogiri-[no-]gnome functions
111
112 - importing sawfish.wm gets the following:
113
114        sawfish.wm.colors
115        sawfish.wm.commands
116        sawfish.wm.cursors
117        sawfish.wm.custom
118        sawfish.wm.events
119        sawfish.wm.focus
120        sawfish.wm.fonts
121        sawfish.wm.frames
122        sawfish.wm.gaol
123        sawfish.wm.images
124        sawfish.wm.misc
125        sawfish.wm.placement
126        sawfish.wm.session.init
127        sawfish.wm.stacking
128        sawfish.wm.viewport
129        sawfish.wm.window-anim
130        sawfish.wm.windows
131        sawfish.wm.workspace
Note: See TracBrowser for help on using the repository browser.