[gimp] devel-docs: Update ui-framework.txt with GimpMenuDock and GimpToolbox



commit facac1a49c652c37f981feac4e8fe5c8d5c2166b
Author: Martin Nordholts <martinn src gnome org>
Date:   Sun Dec 20 20:43:57 2009 +0100

    devel-docs: Update ui-framework.txt with GimpMenuDock and GimpToolbox

 devel-docs/ui-framework.txt |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/ui-framework.txt b/devel-docs/ui-framework.txt
index 2c15f2c..e80f77b 100644
--- a/devel-docs/ui-framework.txt
+++ b/devel-docs/ui-framework.txt
@@ -13,6 +13,13 @@ are setup.
 GimpDockable      - Represents a dockable dialog.
 GimpDockbook      - A GtkNotebook of GimpDockables
 GimpDock          - A columns of GimpDockbooks
+GimpToolbox       - Subclasses GimpDock, contains the toolbox.
+                    Dockables are added at the bottom
+GimpMenuDock      - Subclasses GimpDock, contains dockables, should
+                    probably be merged with GimpDock. The name
+                    contains "menu" from the time when it hosted the
+                    Image Selection Menu that is now in the
+                    GimpDockWindow
 GimpDockColumns   - A set of GimpDocks arranged side by side.
 GimpDockWindow    - A toplevel window containing a GimpDockColumns.
 GimpImageWindow   - A toplevel window containing images and one



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