foxGUIb

GUI Creator for Ruby + Fox

Guide Contents

Container and Layout Widgets

VerticalFrame

Look in Second Program: text editor with Layouts

HorizontalFrame

Look in Second Program: text editor with Layouts

Packer

Probably easier to vertical and horizontal frames.

GroupBox

Look at the note on radio buttons

ScrollWindow

Here is a foxGUIb tree:

MainWindow
    s.frame1
        scrollWindow    (set VSCROLLER_ALWAYS to see the effect)
            v.frame2
                button1
                button2
                button3

Shutter

ShutterItem

Splitter

Look at More Layouts

Matrix

MDIClient

Look at the examples on the FXRuby home page. In particular, the MDIClient example. ******************** Bars

MenuBar

See in the menu section

ToolBar

See in StatusBar

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