NAME
Padre::Wx::App - Padre main Wx application abstraction
DESCRIPTION
For architectural clarity, Padre maintains two separate collections of resources, a Wx object tree representing the literal GUI elements, and a second tree of objects representing the abstract concepts, such as configuration, projects, and so on.
Padre::Wx::App is a Wx::App subclass that represents the Wx application as a whole, and acts as the root of the object tree for the GUI elements.
From the main Padre object, it can be accessed via the wx
method.
METHODS
main_window
The main_window
method creates or returns the existing Padre::Wx::MainWindow object, representing the main editor window of the application.
COPYRIGHT
Copyright 2008 Gabor Szabo.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl 5 itself.