keyboard: Add visible property
So its visibility can be queried externally.
This commit is contained in:
parent
5b1e705561
commit
e0910c0f7c
@ -301,6 +301,10 @@ var Keyboard = new Lang.Class({
|
|||||||
this._redraw();
|
this._redraw();
|
||||||
},
|
},
|
||||||
|
|
||||||
|
get visible() {
|
||||||
|
return this._keyboardVisible;
|
||||||
|
},
|
||||||
|
|
||||||
_setCaretTrackerEnabled: function (enabled) {
|
_setCaretTrackerEnabled: function (enabled) {
|
||||||
if (this._caretTrackingEnabled == enabled)
|
if (this._caretTrackingEnabled == enabled)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user