main logo
Subject: [dabo-dev] dabodesigner Commit 3
Author: noreply /at/ paulmcnett D.O.T com
Posted: 2004/03/31 20:25:38
 
View Entire Thread
New Search


dabodesigner Commit
Revision 3
Date: 2004-03-31 17:25:38 -0800 (Wed, 31 Mar 2004)
Author: paul

Log:
Various svn property tweaks. Executable flag really only belongs
on files that should be executable, such as main python scripts.

Also, I had to uncomment the onMouseDrag to get the designer to
run at all.



Changed:
_U trunk/
_U trunk/dDesignerMixin.py
U trunk/daboDesigner.py
_U trunk/handle.png

Diff:

Property changes on: trunk
___________________________________________________________________
Name: svn:ignore
+ *.pyc



Property changes on: trunk/dDesignerMixin.py
___________________________________________________________________
Name: svn:executable
- *

Modified: trunk/daboDesigner.py
===================================================================
--- trunk/daboDesigner.py 2004-04-01 00:19:12 UTC (rev 2)
+++ trunk/daboDesigner.py 2004-04-01 01:25:38 UTC (rev 3)
@@ -56,10 +56,10 @@
#print ctl.__dict__


-# def onMouseDrag(self, evt):
-# evt.Skip()
-#
-#
+ def onMouseDrag(self, evt):
+ evt.Skip()
+
+
def getControlClass(self, base):
class controlMix(base, dDesignerMixin):
superControl = base
@@ -173,4 +173,4 @@
w = AddDesignFrame(None, -1, "Dabo Designer", size=(550,400) )
w.Show(True)

- app.MainLoop()
\ No newline at end of file
+ app.MainLoop()


Property changes on: trunk/handle.png
___________________________________________________________________
Name: svn:executable
- *



 
©2004 noreply AT paulmcnett D.O.T com
<-- Prior Message New Search Next Message -->