~ubuntu-branches/ubuntu/raring/wxwidgets2.8/raring

« back to all changes in this revision

Viewing changes to wxPython/wx/lib/agw/aui/__init__.py

  • Committer: Package Import Robot
  • Author(s): Stéphane Graber
  • Date: 2012-01-07 13:59:25 UTC
  • mfrom: (1.1.9) (5.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20120107135925-2601miy9ullcon9j
Tags: 2.8.12.1-6ubuntu1
* Resync from Debian, changes that were kept:
  - debian/rules: re-enable mediactrl. This allows libwx_gtk2u_media-2.8 to be
    built, as this is required by some applications (LP: #632984)
  - debian/control: Build-dep on libxt-dev for mediactrl.
  - Patches
    + fix-bashism-in-example
* Add conflict on python-wxgtk2.8 (<< 2.8.12.1-6ubuntu1~) to python-wxversion
  to guarantee upgrade ordering when moving from pycentral to dh_python2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  (s) New Aero-style docking guides: you can enable them by using the `AuiManager` style ``AUI_MGR_AERO_DOCKING_GUIDES``;
169
169
  (t) A slide-in/slide-out preview of minimized panes can be seen by enabling the `AuiManager` style
170
170
      ``AUI_MGR_PREVIEW_MINIMIZED_PANES`` and by hovering with the mouse on the minimized pane toolbar tool;
171
 
  (s) New Whidbey-style docking guides: you can enable them by using the `AuiManager` style ``AUI_MGR_WHIDBEY_DOCKING_GUIDES``;
172
 
  (t) Native of custom-drawn mini frames can be used as floating panes, depending on the ``AUI_MGR_USE_NATIVE_MINIFRAMES`` style;
173
 
  (u) A "smooth docking effect" can be obtained by using the ``AUI_MGR_SMOOTH_DOCKING`` style (similar to PyQT docking style).
 
171
  (u) New Whidbey-style docking guides: you can enable them by using the `AuiManager` style ``AUI_MGR_WHIDBEY_DOCKING_GUIDES``;
 
172
  (v) Native of custom-drawn mini frames can be used as floating panes, depending on the ``AUI_MGR_USE_NATIVE_MINIFRAMES`` style;
 
173
  (w) A "smooth docking effect" can be obtained by using the ``AUI_MGR_SMOOTH_DOCKING`` style (similar to PyQT docking style).
174
174
  
175
175
|
176
176
 
209
209
      method of `AuiNotebook`;
210
210
  (p) Tab labels can be edited by calling the `SetRenamable` method on a `AuiNotebook` page;
211
211
  (q) Support for multi-lines tab labels in `AuiNotebook`;
212
 
  (r) Support for setting minimum and maximum tab widths for fixed width tabs.
 
212
  (r) Support for setting minimum and maximum tab widths for fixed width tabs;
 
213
  (s) Implementation of the style ``AUI_NB_ORDER_BY_ACCESS``, which orders the tabs by last access time
 
214
      inside the Tab Navigator dialog;
 
215
  (t) Implementation of the style ``AUI_NB_NO_TAB_FOCUS``, allowing the developer not to draw the tab
 
216
      focus rectangle on tne `AuiNotebook` tabs.
213
217
 
214
218
|
215
219
 
266
270
 
267
271
AUI library is distributed under the wxPython license. 
268
272
 
269
 
Latest revision: Andrea Gavana @ 28 Apr 2010, 14.00 GMT
 
273
Latest revision: Andrea Gavana @ 21 Jun 2011, 22.00 GMT
270
274
 
271
 
Version 1.2. 
 
275
Version 1.3. 
272
276
 
273
277
"""
274
278