diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-06 22:45:15 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-06 22:45:15 +0300 |
commit | a364d9456dfdfd8181904fca6308e9c36eefd10a (patch) | |
tree | f355ded227cf52053784b991f5d8441a5502e447 /src/ui/lookupwidget.h | |
parent | 52a1652536e4e27751ac121009f85113e72afe7d (diff) |
LookupWidget: Keyboard focus and cursor
Diffstat (limited to 'src/ui/lookupwidget.h')
-rw-r--r-- | src/ui/lookupwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/lookupwidget.h b/src/ui/lookupwidget.h index 31bcbcb9..87ea4968 100644 --- a/src/ui/lookupwidget.h +++ b/src/ui/lookupwidget.h | |||
@@ -27,4 +27,4 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ | |||
27 | iDeclareWidgetClass(LookupWidget) | 27 | iDeclareWidgetClass(LookupWidget) |
28 | iDeclareObjectConstruction(LookupWidget) | 28 | iDeclareObjectConstruction(LookupWidget) |
29 | 29 | ||
30 | 30 | void submit_LookupWidget (iLookupWidget *, const iString *term); | |