mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
- add module doc and flags
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
# Version:
|
||||
# Date:
|
||||
# Licence:
|
||||
# Tags: phoenix-port
|
||||
# Tags: phoenix-port, unittest, documented, py3-port
|
||||
#----------------------------------------------------------------------------
|
||||
"""
|
||||
This is where FloatCanvas defines its event types and binders.
|
||||
"""
|
||||
|
||||
import wx
|
||||
|
||||
@@ -1,4 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: NavCanvas.py
|
||||
# Purpose: Combines FloatCanvas with Navigation controls
|
||||
#
|
||||
# Author:
|
||||
#
|
||||
# Created:
|
||||
# Version:
|
||||
# Date:
|
||||
# Licence:
|
||||
# Tags: phoenix-port, unittest, documented, py3-port
|
||||
#----------------------------------------------------------------------------
|
||||
"""
|
||||
Combines :class:`~lib.floatcanvas.FloatCanvas.FloatCanvas` with Navigation
|
||||
controls onto a :class:`Panel`
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
#!/usr/bin/env python
|
||||
#----------------------------------------------------------------------------
|
||||
# Name: __init__.py
|
||||
# Purpose: The FloatCanvas package
|
||||
#
|
||||
# Author:
|
||||
#
|
||||
# Created:
|
||||
# Version:
|
||||
# Date:
|
||||
# Licence:
|
||||
# Tags: phoenix-port, unittest, documented, py3-port
|
||||
#----------------------------------------------------------------------------
|
||||
"""
|
||||
This is the floatcanvas package, the main classes are
|
||||
:class:`~lib.floatcanvas.FloatCanvas` and
|
||||
@@ -105,7 +118,6 @@ Contact me at:
|
||||
|
||||
Chris.Barker@noaa.gov
|
||||
|
||||
Tags: phoenix-port, documented, unittest
|
||||
"""
|
||||
|
||||
__version__ = "0.9.18"
|
||||
|
||||
Reference in New Issue
Block a user