:source-highlighter: highlight.js
= A minor problem changing a GtkHBox to a GtkBox
== Initial presentation
The .Frames (l) (r) do not seem to want to auto-expand in the link:#img3[third image] below.
=== A partial listing of widgets
[source,yaml]
----
.Window:
- .Box (v):
- .MenuBar:
...
- .Box (h):
- .Frame (l):
- .TreeView:
# - .ListStore [str for x in range(10)]
- .TreeViewColumn (x10):
...
- .Frame (r):
- .DrawingArea:
...
- .Entry:
- .Frame (b):
- .Grid:
...
...
----
=== Before with a VBox and a HBox
image::HEAD.png[]
=== Changing the VBox to a Box
image::HEAD-VBox.png[]
[#img3]
=== Continuing changes from a HBox to a Box
image::HEAD-VBox-HBox.png[]
//end