Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
PyCStatusBarCtrl_set_text
Function · 0.45
PyCCmdUI_SetText
Function · 0.45
OnUpdatePosIndicator
Method · 0.45
OnMsg
Method · 0.45
demo
Function · 0.45
thread_demo
Function · 0.45
SetDescription
Method · 0.45
Tick
Method · 0.45
copy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected