diff --git a/helpers/ui.py b/helpers/ui.py index 3f9879b..dc1f64f 100644 --- a/helpers/ui.py +++ b/helpers/ui.py @@ -3541,7 +3541,9 @@ class EntryDialog(GenericDialog): super().__init__(text, mode) """ - Returns user input as a string or None + Wraps Gtk.Entry in a dialog and provides basic response handling. + Returns user input as a string or None. + The Entry widget itself can be manipulated via the get_entry() method. """ self.dialog = GenericDialog(text, mode)