diff options
Diffstat (limited to 'Demo/tix/samples/PopMenu.py')
-rwxr-xr-x | Demo/tix/samples/PopMenu.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Demo/tix/samples/PopMenu.py b/Demo/tix/samples/PopMenu.py index c2301cf..602eafd 100755 --- a/Demo/tix/samples/PopMenu.py +++ b/Demo/tix/samples/PopMenu.py @@ -1,10 +1,11 @@ -# Tix Demostration Program -# -# $Id$ +# -*-mode: python; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- +# +# $Id$ # +# Tix Demostration Program # # This sample program is structured in such a way so that it can be -# executed from the Tix demo program "widget": it must have a +# executed from the Tix demo program "tixwidgets.py": it must have a # procedure called "RunSample". It should also have the "if" statment # at the end of this file so that it can be run as a standalone # program using tixwish. |