File tree 1 file changed +15
-15
lines changed
1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ I remember reading somewhere that documentation should have three sections:
22
22
- Installation
23
23
"Glooey is easy to install"
24
24
25
- - Widget comparison
26
-
27
25
- Getting started
28
26
- imports
29
27
- pyglet
@@ -69,24 +67,26 @@ I remember reading somewhere that documentation should have three sections:
69
67
- Widget.__init__()
70
68
- nested classes
71
69
72
- - The widget hierarchy
70
+ - Under the hood
71
+
72
+ - The widget hierarchy
73
73
74
- - How drawing works
75
- - In order to be drawn, a widget needs:
76
- - rect (see "How repacking works")
77
- - group (see "How regrouping works")
78
- - batch (comes from the root of the widget hierarchy)
74
+ - How drawing works
75
+ - In order to be drawn, a widget needs:
76
+ - rect (see "How repacking works")
77
+ - group (see "How regrouping works")
78
+ - batch (comes from the root of the widget hierarchy)
79
79
80
- - draw()
81
- - undraw()
82
- - hide()
83
- - unhide()
80
+ - draw()
81
+ - undraw()
82
+ - hide()
83
+ - unhide()
84
84
85
- - How repacking works
85
+ - How repacking works
86
86
87
- - How regrouping works
87
+ - How regrouping works
88
88
89
- - How mouse events work
89
+ - How mouse events work
90
90
91
91
- Making widgets from scratch
92
92
You can’t perform that action at this time.
0 commit comments