Kaydet (Commit) 4d56ecf6 authored tarafından Jack Jansen's avatar Jack Jansen

Minimal test of Dlg.SetControlData by Corran Webster: draw a default

ring around a button. Mainly here so I can transfer it home:-)
üst 8f5725af
import W
from Controls import *
w = W.Window((200,200), "Test")
w.c = W.Button((5,5,100,50), "Test")
w.open()
print repr(w.c._control.GetControlData(0, 'dflt'))
str = '\001'
w.c._control.SetControlData(0, 'dflt', str)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment