Example::

        class  MyButton(dabo.ui.dButton):
             def  initProperties(self):
                self.Caption  =  "Press Me"

        def  onHit(self,  evt):
                self.Caption  =  "Press Me one more time"

Gives me:


Example:

class  MyButton(dabo.ui.dButton):
        def  initProperties(self):
                self.Caption  =  "Press Me"

        def  onHit(self,  evt):
                self.Caption  =  "Press Me one more time"

It looks as if the "tabs" get double expanded, is there some setting for this?

Could only find "tab-width" for literalinclude.

Werner


--
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to