MCPcopy Create free account
hub / github.com/mhammond/pywin32 / SetText

Method SetText

Pythonwin/pywin/dialogs/status.py:80–81  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

78 self.SetWindowText(text)
79
80 def SetText(self, text):
81 self.SetDlgItemText(1000, text)
82
83 def Set(self, pos, max = None):
84 if self.pbar is not None:

Callers 9

PyCCmdUI_SetTextFunction · 0.45
OnUpdatePosIndicatorMethod · 0.45
OnMsgMethod · 0.45
demoFunction · 0.45
thread_demoFunction · 0.45
SetDescriptionMethod · 0.45
TickMethod · 0.45
copyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected