Google

AMIB (A Mini Interface Builder)

Amib is a mini interface builder which allows you to create a simple GUI by using only the mouse and Drag and Drop. Once you have created your interface, you can save it in a file to reuse it later.
Hereafter are listed the main actions available on the mouse:
  • To create a widget, click on the widget listbox and drop the widget on a window labeled Toplevel #x.
  • To resize a widget, place the mouse on the desired widget and click on <Shift-1>. Handles will appear on the widget to allow you to resize it.
  • To move a widget, place the mouse on the desired widget and click on <Shift-1>. The central handle permits to move the widget.
  • To customize a widget, click on <Button-2> (or <Shift-Button-3> if you have a 2 buttons mouse). A menu will appear. Using Packed will use the pack geometry manager rather than place which is used by default.
  • To delete a widget, place the mouse on the desired widget and click on <Button-3>.

Erick Gallesio