enigma2
2.6
|
Public Member Functions | |
def | __init__ (self) |
def | setText (self, text) |
def | setMarkedPos (self, pos) |
def | getText (self) |
def | postWidgetCreate (self, instance) |
Public Attributes | |
message | |
instance | |
Properties | |
text = property(getText, setText) | |
VariableText can be used for components which have a variable text, based on any widget with setText call
def Components.VariableText.VariableText.__init__ | ( | self | ) |
Reimplemented in Components.Renderer.Label.Label.
def Components.VariableText.VariableText.getText | ( | self | ) |
Reimplemented in Components.Input.Input.
def Components.VariableText.VariableText.postWidgetCreate | ( | self, | |
instance | |||
) |
Reimplemented in Components.Button.Button, and Components.Renderer.Label.Label.
def Components.VariableText.VariableText.setMarkedPos | ( | self, | |
pos | |||
) |
def Components.VariableText.VariableText.setText | ( | self, | |
text | |||
) |
Reimplemented in Components.Input.Input.
Components.VariableText.VariableText.instance |
Components.VariableText.VariableText.message |