Infinity77
Freeware
- Shipped With wxPython
- Unofficial Widgets
- BalloonTip
- ExtendedChoice
- EnhancedStatusBar
- ToasterBox
- SpeedMeter
- AdvancedSplash
- ShapedButton
- PieCtrl/ProgressPie
- NotebookCtrl
- FloatSpin
- ThumbnailCtrl
- PyAUI
- PyProgress
- KnobCtrl
- FourWaySplitter
- RulerCtrl
- LabelBook
- FlatMenu
- WindowTree
- WidgetStack
- HyperTreeList
- PyCollapsiblePane
- CubeColourDialog
- AquaButton
- GenericMessageDialog
- GradientButton
- MultiDirDialog
- PeakMeterCtrl
- SuperToolTip
- AUI
- UltimateListCtrl
- RibbonBar
- PersistentControls
- XLSGrid
- Applications
If you have any request, or you would like to know how I built some of these software and interfaces, please feel free to drop me an e-mail.
FourWaySplitter
(06-Nov-2006)
The
FourWaySplitter is a layout manager which manages four children like four
panes in a window. You can use a four-way splitter for example in a CAD
program where you may want to maintain three orthographic views, and one
oblique view of a model. The FourWaySplitter allows interactive repartitioning
of the panes by means of moving the central splitter bars. When the FourWaySplitter
is itself resized, each child is proportionally resized, maintaining the
same split-percentage.
The main characteristics of FourWaySplitter are:
- Handles horizontal, vertical or four way sizing via the sashes;
- Delayed or live update when resizing;
- Possibility to swap windows;
- Setting the vertical and horizontal split fractions;
-
Possibility to expand a window by hiding the onther 3.
Download FourWaySplitter Python Files |
|