NAME
Wrangler::Wx::App - Wrangler's base Wx::App
DESCRIPTION
Wrangler's architecture tries to separate the base application contained in Wrangler and the GUI elements implemented via Wx. Wx is only the presentation layer, that's why many Wx helpers are not (fully) used. For example, sorting is done in Wrangler, not in the presenting ListCtrl.
This layout was inspired by Padre.
METHODS
create
OnInit does nothing except returning a true value. The actual startup is done in create() where we store a copy of the reference to the base Wrangler object. and then call Wrangler::Wx::Main.
SEE ALSO
Wrangler::Wx::App is a Wx::App subclass.
COPYRIGHT & LICENSE
This module is part of Wrangler. Please refer to the main module for further information and licensing / usage terms.