1
0
mirror of https://github.com/gryf/wmdocklib.git synced 2025-12-19 12:28:10 +01:00

updated the inline documentation.

This commit is contained in:
mfrasca
2006-10-16 07:50:56 +00:00
parent b8afcee3ae
commit 0231db643d
2 changed files with 14 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
[wmdocklib.WHAT] [wmdocklib.WHAT]
Pywmgeneral is a python module that will help you develope WindowMaker wmdocklib is a python module that will help you develop WindowMaker dockapps
dockapps in python. It is mostly a wrapper around the functions from the in python. It is mostly a wrapper around the functions from the popular
popular wmgeneral.c, but some new functions are added too. wmgeneral.c, but some new functions are added too.
It also contains the Python written module pywmhelpers.py which contains It also contains the Python written module pywmhelpers.py which contains
functions to aid the development of wm dockapps. This module contains python functions to aid the development of wm dockapps. This module contains python

View File

@@ -1,2 +1,12 @@
from pywmgeneral import * """\
wmdocklib is a python module that will help you develop WindowMaker dockapps
in python. It is mostly a wrapper around the functions from the popular
wmgeneral.c, but some new functions are added too.
to get help about a contained package, try:
help(wmdocklib.<name>)
"""
from pywmhelpers import * from pywmhelpers import *
from pywmgeneral import *
__all__ = []