summaryrefslogtreecommitdiff
path: root/DESIGN-GTK
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-09 11:00:06 +0000
commite1cf0babff63e670e0d550b4072c22649a117fa7 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /DESIGN-GTK
parent49393f6f445deb37e55a81798f88242e3e99d7a0 (diff)
Re-make trunk
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@364 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
Diffstat (limited to 'DESIGN-GTK')
-rw-r--r--DESIGN-GTK23
1 files changed, 0 insertions, 23 deletions
diff --git a/DESIGN-GTK b/DESIGN-GTK
deleted file mode 100644
index 7952a34..0000000
--- a/DESIGN-GTK
+++ /dev/null
@@ -1,23 +0,0 @@
-Some documentation on how the GTK+ port is designed.
-
-State classes:
-
-StyleManager keeps track of what user-defined styles the application
-knows about, and which one is currently "active". The active style
-is used when creating new nodes.
-
-Preambles keeps track of the preambles used for previews.
-
-
-GUI classes:
-
-MainWindow is the core class that manages the application as a whole.
-It manages the main GtkWindow and is generally responsible for loading
-the various UI elements. It also keeps track of the main application
-configuration file, the user-defined styles (via StyleManager) and the
-custom preambles (via Preambles).
-
-The Menu class manages the menu and toolbar for MainWindow. It uses
-GtkUiManager to load these from an XML description, and deals with the
-GTK+ callbacks for the various actions.
-