summaryrefslogtreecommitdiff
path: root/src/ui/lookupwidget.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-06 22:45:15 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-06 22:45:15 +0300
commita364d9456dfdfd8181904fca6308e9c36eefd10a (patch)
treef355ded227cf52053784b991f5d8441a5502e447 /src/ui/lookupwidget.h
parent52a1652536e4e27751ac121009f85113e72afe7d (diff)
LookupWidget: Keyboard focus and cursor
Diffstat (limited to 'src/ui/lookupwidget.h')
-rw-r--r--src/ui/lookupwidget.h2
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. */
27iDeclareWidgetClass(LookupWidget) 27iDeclareWidgetClass(LookupWidget)
28iDeclareObjectConstruction(LookupWidget) 28iDeclareObjectConstruction(LookupWidget)
29 29
30 30void submit_LookupWidget (iLookupWidget *, const iString *term);