[gimp] Update widget packing ASCII art to not include image window widgets



commit c475b1b3be4a0eb52e8bf028dcd9ac5d4346c408
Author: Michael Natterer <mitch gimp org>
Date:   Fri Sep 25 12:59:40 2009 +0200

    Update widget packing ASCII art to not include image window widgets

 app/display/gimpdisplayshell.c |   36 +++++++++++++++---------------------
 1 files changed, 15 insertions(+), 21 deletions(-)
---
diff --git a/app/display/gimpdisplayshell.c b/app/display/gimpdisplayshell.c
index e2e59a7..f17e8fe 100644
--- a/app/display/gimpdisplayshell.c
+++ b/app/display/gimpdisplayshell.c
@@ -937,33 +937,27 @@ gimp_display_shell_new (GimpDisplay       *display,
    *
    *  Changed the packing to use hboxes and vboxes which behave nicer:
    *
-   *  main_vbox
+   *  disp_vbox
    *     |
-   *     +-- menubar
-   *     |
-   *     +-- disp_vbox
+   *     +-- upper_hbox
    *     |      |
-   *     |      +-- upper_hbox
-   *     |      |      |
-   *     |      |      +-- inner_table
-   *     |      |      |      |
-   *     |      |      |      +-- origin
-   *     |      |      |      +-- hruler
-   *     |      |      |      +-- vruler
-   *     |      |      |      +-- canvas
+   *     |      +-- inner_table
    *     |      |      |
-   *     |      |      +-- right_vbox
-   *     |      |             |
-   *     |      |             +-- zoom_on_resize_button
-   *     |      |             +-- vscrollbar
+   *     |      |      +-- origin
+   *     |      |      +-- hruler
+   *     |      |      +-- vruler
+   *     |      |      +-- canvas
    *     |      |
-   *     |      +-- lower_hbox
+   *     |      +-- right_vbox
    *     |             |
-   *     |             +-- quick_mask
-   *     |             +-- hscrollbar
-   *     |             +-- navbutton
+   *     |             +-- zoom_on_resize_button
+   *     |             +-- vscrollbar
    *     |
-   *     +-- statusbar
+   *     +-- lower_hbox
+   *            |
+   *            +-- quick_mask
+   *            +-- hscrollbar
+   *            +-- navbutton
    */
 
   /*  first, set up the container hierarchy  *********************************/



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