Table of Contents

Module: geometrystring PmwContribD-r2_0_1/geometrystring.py

Geometry string parser for Tkinter.

Imported modules   
from string import find, atoi
Functions   
geoStringToTuple
geoTupleToString
  geoStringToTuple 
geoStringToTuple ( geoString )

Convert a geometry string to a tuple of numerical values.

A geometry string takes the form WxH+X+Y or WxH

  geoTupleToString 
geoTupleToString (
        w=None,
        h=None,
        x=None,
        y=None,
        )

Format a set of values as a geometry string.

Exceptions   
InvalidGeoTuple, ( w, h, x, y )

Table of Contents

This document was automatically generated on Mon Sep 17 17:47:46 2001 by HappyDoc version r2_0