- Mesaj
- 747
- Çözümler
- 26
- Beğeni
- 1.730
- Puan
- 1.029
- Ticaret Puanı
- 0
self.hello_i_am_text.SetText("")
- What are you trying to do?
ui.py aç:
class EditLine ve TextLine İçinde Arat:
Üstüne veya Altına Ekle:
Ve Artık Şöyle Kullan
- What are you trying to do?
ui.py aç:
class EditLine ve TextLine İçinde Arat:
Python:
def SetText(self, text):
wndMgr.SetText(self.hWnd, text)
Üstüne veya Altına Ekle:
Python:
def Clear(self):
self.SetText("")
Ve Artık Şöyle Kullan
Python:
self.hello_i_am_text.Clear()