foxGUIb

GUI Creator for Ruby + Fox

Guide Contents

Bar Widgets

MenuBar

See in Creating menus.

ToolBar

See in StatusBar section.

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

StatusLine

to do

 


Guide Contents