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:
@@ -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
|
||||||
|
|||||||
@@ -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__ = []
|
||||||
|
|||||||
Reference in New Issue
Block a user