mirror of https://codeberg.org/cage/tinmop/
- [GUI] tracked slot name changing in nodgui.
This commit is contained in:
parent
811c3c9824
commit
8ad6b368ec
|
@ -182,12 +182,12 @@
|
||||||
(reload-button reload-button)
|
(reload-button reload-button)
|
||||||
(up-button up-button)
|
(up-button up-button)
|
||||||
(go-button go-button)) main-window
|
(go-button go-button)) main-window
|
||||||
(let ((entry-autocomplete (gui-mw::entry-widget iri-entry)))
|
(let ((entry-autocomplete (gui-mw:autocomplete-entry-widget iri-entry)))
|
||||||
(gui:bind entry-autocomplete
|
(gui:bind entry-autocomplete
|
||||||
#$<KeyPress-Return>$
|
#$<KeyPress-Return>$
|
||||||
(lambda (e)
|
(lambda (e)
|
||||||
(declare (ignore e))
|
(declare (ignore e))
|
||||||
(gui-goodies:info-dialog main-window (gui:text entry-autocomplete)))
|
(gui-goodies:info-dialog main-window (gui:text iri-entry)))
|
||||||
:append nil))))
|
:append nil))))
|
||||||
|
|
||||||
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)
|
(defmethod initialize-instance :after ((object tool-bar) &key &allow-other-keys)
|
||||||
|
|
Loading…
Reference in New Issue