1NODES
2
3  SoGuiViewportFix - fix origo to a corner of the viewport
4
5  SoGuiPosition - set 2D position on pane
6
7  SoGuiTranslation - accumulate 2D translation on pane
8
9  SoGuiPane - group node for containing a 2D interface
10    - for enabling special translation/position nodes
11    - for enabling special scaling nodes
12
13NODEKITS
14
15  SoGuiFrame - a 2d-rect emboss / frame renderer
16
17  SoGuiClickCounter - a button-like widget that reacts to mouse presses
18
19  SoGuiToggleButton - a button-like widget that can be turned on/off with the mouse
20
21  SoGuiRadioButton - a button-like widget that can be turned on with the mouse
22
23  SoGuiSlider1 - an interactive slider for a one-dimensional value space
24
25  SoGuiSlider2 - an interactive slider for a two-dimensional value space
26
27  SoGuiColorEditor - the machinery of the color editor component
28
29  SoGuiMaterialEditor - the machinery of the material editor component
30
31ENGINES
32
33  SoGuiRadioGroup - an engine that will make sure only one SoSFBool is enabled
34
35  SoGuiFormat - a string formatting engine (very ad-hoc design for now)
36
37DRAGGERS
38
39  [SoGuiWindowDragger]
40
41