[gimp] devel-docs: Start working on ui-framework.txt



commit 31b0f01748a59017067dbd63261698c9e88e47ee
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Oct 25 12:12:43 2009 +0100

    devel-docs: Start working on ui-framework.txt
    
    This document describes how the GIMP UI framework functions and is
    implemented. Here, "UI framework" refers to the system that saves the
    UI layout between GIMP sessions, i.e. how docks, dockable dialogs etc
    are setup.

 devel-docs/ui-framework.txt |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/ui-framework.txt b/devel-docs/ui-framework.txt
new file mode 100644
index 0000000..2c15f2c
--- /dev/null
+++ b/devel-docs/ui-framework.txt
@@ -0,0 +1,24 @@
+  GIMP UI Framework
+  =================
+
+This document describes how the GIMP UI framework functions and is
+implemented. Here, "UI framework" refers to the system that saves the
+UI layout between GIMP sessions, i.e. how docks, dockable dialogs etc
+are setup.
+
+
+  Key Classes
+  -----------
+
+GimpDockable      - Represents a dockable dialog.
+GimpDockbook      - A GtkNotebook of GimpDockables
+GimpDock          - A columns of GimpDockbooks
+GimpDockColumns   - A set of GimpDocks arranged side by side.
+GimpDockWindow    - A toplevel window containing a GimpDockColumns.
+GimpImageWindow   - A toplevel window containing images and one
+                    GimpDockColumns to the left and to the right.
+GimpDialogFactory - A factory to create and position toplevel windows
+GimpSessionInfo   - Contains session info for one toplevel
+GimpUIConfigurer  - Configures the UI when switching between
+                    single-window and multi-window mode
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]