refactoring, stage 5 (last, for now): sorted the remaining classes into

either GuiWindow or GuiComponent
This commit is contained in:
fgerlits 2007-08-10 18:01:53 +00:00
parent 8b9ad7968d
commit bb5d7b8a33
21 changed files with 208 additions and 352 deletions

View file

@ -37,7 +37,8 @@ based on the design documentation <code>styleguide.pdf</code>.
<p>Each toplevel has its own file, named the same as the C++ class which
controls it, with the extension <code>.glade</code>. For example:
<code>ScratchpadWindow.glade</code>, <code>LiveModeWindow.glade</code>.
Pop-up dialogs go into the Glade file of the toplevel which pops them up.
Pop-up dialogs which do not have their own class go into the Glade file
of the toplevel which pops them up.
<p>Each toplevel should be a GtkWindow, except for pop-ups like the Login
window, confirmation dialogs etc., which are GtkDialogs or subclasses of it.</p>