__init__(self,
content="",
action_button=None,
background_color=ui_theme.get_alpha_color("text_entry_background"),
acme_color=ui_theme.get_alpha_color("text_entry_acme"),
point_color=ui_theme.get_alpha_color("text_entry_point"),
frame_point_color=ui_theme.get_alpha_color("text_entry_frame_point"),
frame_color=ui_theme.get_alpha_color("text_entry_frame"))
(Constructor)
| source code
|
Initialize InputEntry class.
- Parameters:
content - Initialize entry text, default is "".
action_button - Extra button add at right side of text entry, default is None.
background_color - Color of text entry background.
acme_color - Acme point color of text entry.
point_color - Pointer color of text entry.
frame_point_color - Frame pointer color of text entry.
frame_color - Frame color of text entry.
|