foxGUIbGUI Creator for Ruby + Fox |
Guide Contents
Container and Layout Widgets
VerticalFrameLook in Second Program: text editor with LayoutsHorizontalFrameLook in Second Program: text editor with LayoutsPackerProbably easier to vertical and horizontal frames.GroupBoxLook at the note on radio buttonsScrollWindowHere is a foxGUIb tree:MainWindow s.frame1 scrollWindow (set VSCROLLER_ALWAYS to see the effect) v.frame2 button1 button2 button3 ShutterShutterItemSplitterLook at More LayoutsMatrixMDIClientLook at the examples on the FXRuby home page. In particular, the MDIClient example. ******************** BarsMenuBarSee in the menu sectionToolBarSee in StatusBarStatusBarHere 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
|