mirror of
https://github.com/aclist/dztui.git
synced 2026-08-29 03:06:56 +02:00
feat: add get_entry() to EntryDialog
This commit is contained in:
parent
054486dfef
commit
a03971ce70
@ -3594,6 +3594,9 @@ class EntryDialog(GenericDialog):
|
|||||||
label = button.get_label()
|
label = button.get_label()
|
||||||
call_bash_func("Open link", label)
|
call_bash_func("Open link", label)
|
||||||
|
|
||||||
|
def get_entry(self) -> Gtk.Entry:
|
||||||
|
return self.user_entry
|
||||||
|
|
||||||
def get_input(self) -> str | None:
|
def get_input(self) -> str | None:
|
||||||
self.dialog.show_all()
|
self.dialog.show_all()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user