File: hierarchy.txt

package info (click to toggle)
ocaml-curses 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 328 kB
  • ctags: 869
  • sloc: ml: 2,832; ansic: 673; makefile: 140; sh: 10
file content (34 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/* I know, this hierarchy looks a lot like the one of Gtk+, it is
 * normal, it is an imitation, because I know it well, and I find it
 * good, with some exceptions. */

Container		*
  Bin			*
    Window		*	TODO: border, shadow
      Menu
      Dialog
    Frame		*
    Button		*	TODO: themable border
      CheckButton	*
	RadioButton	*
      OptionMenu
    MenuItem
      CheckMenuItem
        RadioMenuItem
    Notebook
  Box			*
    HBox		*
    VBox		*
  Table
  List			*
    Tree
  Notebook
Label			*
Editable
  Entry			
  Text
Range
  HRange
  VRange
MenuBar
Rule			*