mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: update comments
This commit is contained in:
parent
a03971ce70
commit
8acd359028
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user