Added short doc-string
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4,6 +4,23 @@
|
|||||||
# Created: 20.08.2001
|
# Created: 20.08.2001
|
||||||
# RCS-ID: $Id$
|
# RCS-ID: $Id$
|
||||||
|
|
||||||
|
"""
|
||||||
|
|
||||||
|
xrced -- Simple resource editor for XRC format used by wxWindows/wxPython
|
||||||
|
GUI toolkit.
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
xrced [ -h ] [ -v ] [ XRC-file ]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
|
||||||
|
-h Print short usage info.
|
||||||
|
|
||||||
|
-v Print version info.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
||||||
from globals import *
|
from globals import *
|
||||||
|
|
||||||
# Additional wx modules
|
# Additional wx modules
|
||||||
|
Reference in New Issue
Block a user