mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-06 09:55:40 +00:00
ui/app,ui/key: move TextInputState from key to internal package
Clients have no need for the TextInputState type. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ func (w *window) contextView() C.CFTypeRef {
|
||||
return w.view
|
||||
}
|
||||
|
||||
func (w *window) setTextInput(s key.TextInputState) {}
|
||||
func (w *window) showTextInput(show bool) {}
|
||||
|
||||
func (w *window) setAnimating(anim bool) {
|
||||
var animb C.BOOL
|
||||
|
||||
Reference in New Issue
Block a user