1Padre::Wx::App(3) User Contributed Perl Documentation Padre::Wx::App(3)
2
3
4
6 Padre::Wx::App - Padre main Wx application abstraction
7
9 For architectural clarity, Padre maintains two separate collections of
10 resources, a Wx object tree representing the literal GUI elements, and
11 a second tree of objects representing the abstract concepts, such as
12 configuration, projects, and so on.
13
14 Theoretically, this should allow Padre to run automated processes of
15 various types without having to bootstrap a process up into an entire
16 30+ megabyte Wx-capable instance.
17
18 Padre::Wx::App is a Wx::App subclass that represents the Wx application
19 as a whole, and acts as the root of the object tree for the GUI
20 elements.
21
22 From the main Padre object, it can be accessed via the "wx" method.
23
25 "ide"
26 The "ide" accessor provides a link back to the parent Padre IDE object.
27
28 "main"
29 The "main" accessor returns the Padre::Wx::Main object for the
30 application.
31
32 "config"
33 The "config" accessor returns the Padre::Config for the application.
34
35 "queue"
36 The "queue" accessor returns the Padre::Wx::ActionQueue for the
37 application.
38
39 "conduit"
40 The "conduit" accessor returns the Padre::Wx::Role::Conduit for the
41 application.
42
44 Copyright 2008-2011 The Padre development team as listed in Padre.pm.
45
47 This program is free software; you can redistribute it and/or modify it
48 under the same terms as Perl 5 itself.
49
50
51
52perl v5.32.1 2021-01-27 Padre::Wx::App(3)