summaryrefslogtreecommitdiff
path: root/tikzit-1/DESIGN-GTK
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-01-04 15:58:21 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-01-04 15:58:21 +0100
commit0421a96749743868554d44585050b1b3d04864d2 (patch)
tree02b0d4442bddee7c65bee0f875783b46610a4aef /tikzit-1/DESIGN-GTK
parentfecef0396026b80c5aec736171e4842df7518af9 (diff)
removed website
Diffstat (limited to 'tikzit-1/DESIGN-GTK')
-rw-r--r--tikzit-1/DESIGN-GTK23
1 files changed, 0 insertions, 23 deletions
diff --git a/tikzit-1/DESIGN-GTK b/tikzit-1/DESIGN-GTK
deleted file mode 100644
index 7952a34..0000000
--- a/tikzit-1/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.
-