Skip to main content

Window Manager Extensions

Provides window positioning and sizing, maximize, restore, iconify, activate, show, always-on-top, coordinate conversion, work-area, and non-rectangular window shapes.


John Popplewell
(johnnypops)
Uses ctypes and Numeric. Python-only, no 'C' compiler required. Tested with Python-2.4 and 2.5 on Win2K/XP, Gentoo, Debian, with Gnome and KDE. Provides window positioning and sizing, maximize, restore, iconify, activate, show, always-on-top, coordinate conversion, work-area, and non-rectangular window shapes. Includes two demo programs: a circular analogue clock and a test program that demonstrates most of the features. Requires: - SDL-1.2.12 on Windows, earlier versions OK on Linux. - SVN version of Pygame, later than 1.8.0pre. Works with Pygame-1.8.0rc3. - Numeric 24.2

Changes

Links

Home Page
http://www.johnnypops.demon.co.uk/python/

Releases

Window Manager Extensions 0.0.1 — 21 Oct, 2007

Pygame.org account Comments

  • Cătălin George Feștilă 2019-06-04 07:58

    good work.