1Padre::Wx::Display(3) User Contributed Perl DocumentationPadre::Wx::Display(3)
2
3
4
6 Padre::Wx::Display - Utility functions for physical display geometry
7
9 This module provides a collection of utility functions relating to the
10 physical display geometry of the host Padre is running on.
11
12 These functions help choose the most visually elegant default sizes and
13 positions for Padre windows, and allow Padre to adapt when the screen
14 geometry of the host changes (which can be fairly common in the case of
15 powerful multi-screen developer computers).
16
18 primary
19 Locates and returns the primary display as a Wx::Display object.
20
21 primary_default
22 Generate a Wx::Rect (primarily for the Padre::Wx::Main window) which is
23 a landscape-orientation golden-ratio rectangle on the primary display
24 with a 10% margin.
25
26
27
28perl v5.12.1 2010-06-11 Padre::Wx::Display(3)