Next: , Previous: The Undo History Window, Up: Windows



7.2.7 The Unit Manager

Files: gui/main.h, gui/properties.c, gui/units.c

The Unit Manager displays the lists of all units (per quantities) and lets the user edit them. The unit lists are stored in the same GtkTreeStore objects which are used in unit lists of property editors, which makes all changes appear in the lists at once. Thus, in this case a copy of kernel structures is maintained (using the kernel unit hooks). See Unit Lists.