Skip to content
saiftynet edited this page Feb 11, 2018 · 22 revisions

Welcome to the GUIDeFATE wiki!

You now why you are here.

You want to create a modern application that runs on the Desktop....nothing fancy, but something you can wave a mouse at, and have it interact with it. You know about GUI design tools but don't want to learn another programming interface...it was difficult enough to learn PERL right?

But you don't know much about the underlying graphical toolkits. You want to visualise what your code is generating, rather than have line after line of code, modifying attributes of widgets, whose positions you are having to mentally scale to fit your window. Those things are easy. For clever People. But I am not clever, and if you feel the same way, then you might seek a simpler way of generating a GUI. Without using another tool.

Contents

  1. Concept
  2. Design
  3. Application
  4. The Window
  5. Static text
  6. Buttons
  7. Text control
  8. The Menu
  9. Images 10.Example programs
Clone this wiki locally