|
Guide Contents
Container and Layout Widgets
Look in Second Program: text editor with Layouts
Look in Second Program: text editor with Layouts
Probably easier to vertical and horizontal frames.
Look at the note on radio buttons
Here is a foxGUIb tree:
MainWindow
s.frame1
scrollWindow (set VSCROLLER_ALWAYS to see the effect)
v.frame2
button1
button2
button3
Look at More Layouts
Look at the examples on the FXRuby home page.
In particular, the MDIClient example.
********************
Bars
See in the menu section
See in StatusBar
Here is a foxGUIb tree containing a status bar at the bottom, and a tool bar (with two
buttons) at the top. In the middle is a text area:
MainWindow
v.frame1
toolbar
button1
button2
text
statusbar
Guide Contents
|