foxGUIb

GUI Creator for Ruby + Fox

Guide Contents

Menu - Code Generation

Allows a choice of language (only Ruby at the moment), and opens the code generator dialog. This is partially explained in the first example program

, where we generate code for a complete program.

The code generator dialog lets you:

  • specify whether a complete class is required, or just a code sequence.
  • specify a the top-most widget for the code generation
  • specify a file name for the code.
The default settings are for generating a complete class for all of the widget tree. This is suitable in most cases.

 


Guide Contents