mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-07-18 22:16:08 -04:00
Post tweets and translate is possible in the next-gen
This commit is contained in:
@@ -24,6 +24,9 @@ class textLimited(baseDialog.BaseWXDialog):
|
||||
def get_text(self):
|
||||
return self.text.GetValue()
|
||||
|
||||
def set_text(self, text):
|
||||
return self.text.ChangeValue(text)
|
||||
|
||||
def onSelect(self, ev):
|
||||
self.text.SelectAll()
|
||||
|
||||
|
Reference in New Issue
Block a user