Changeset 228


Ignore:
Timestamp:
07/17/2010 10:54:12 AM (13 years ago)
Author:
marcus
Message:

Example for zooming the embedded shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • SHX/trunk/src/sandbox/embedshell.py

    r227 r228  
    1818        shell = wxpy.shell.Shell(self.panel1, -1, pos=wx.Point(5, 5), 
    1919          size=wx.Size(890,190)) 
     20        shell.zoom(-3) 
    2021 
    2122        self.panel1.Layout() 
Note: See TracChangeset for help on using the changeset viewer.