Controller class which creates and manages all windows.
| Public Methods | |
|---|---|
| gc_ |
For use in development only, of no practical use in production code. This method causes Ruby’s garbage collection to run (roughly) at interval interval (seconds) - the default is 1, i.e. every second. This should help ferret out bugs in memory management more quickly. |
| run | Convenience class method to create simple apps. Starts an application main_loop, setting up initial windows etc as specified in the passed block. block |
<code/>and<pre/>for code samples.