diff options
Diffstat (limited to 'src/gtk/toplevel/README')
-rw-r--r-- | src/gtk/toplevel/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gtk/toplevel/README b/src/gtk/toplevel/README new file mode 100644 index 00000000..3e17abfe --- /dev/null +++ b/src/gtk/toplevel/README @@ -0,0 +1,8 @@ +This directory contains the code for the "top level" GTK+ UI, which is +responsible for organizing the various views that aptitude presents to +the user. + +The design provides a simple "model" of the structure of the +top-level, which acts as a go-between for the top-level UI and the +rest of the program. The goal here is to allow us to tweak the +top-level design without impacting the rest of the code too much.
\ No newline at end of file |