mirror of
https://github.com/gryf/wmdocklib.git
synced 2025-12-19 04:20:17 +01:00
updated the inline documentation.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[wmdocklib.WHAT]
|
||||
Pywmgeneral is a python module that will help you develope WindowMaker
|
||||
dockapps in python. It is mostly a wrapper around the functions from the
|
||||
popular wmgeneral.c, but some new functions are added too.
|
||||
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.
|
||||
|
||||
It also contains the Python written module pywmhelpers.py which contains
|
||||
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 pywmgeneral import *
|
||||
|
||||
__all__ = []
|
||||
|
||||
Reference in New Issue
Block a user