From a73b54d8ab2164984c884caafb2e8f53d6557133 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 6 Mar 2021 08:28:58 +0200 Subject: Mobile: Widget interaction and appearance Overflow-scrollable allows momentum scrolls. Adjusting fonts in phone sheets. --- src/ui/inputwidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/inputwidget.h') diff --git a/src/ui/inputwidget.h b/src/ui/inputwidget.h index 3c7b2ffb..fc768e05 100644 --- a/src/ui/inputwidget.h +++ b/src/ui/inputwidget.h @@ -37,6 +37,7 @@ void setMode_InputWidget (iInputWidget *, enum iInputMode mode); void setMaxLen_InputWidget (iInputWidget *, size_t maxLen); void setText_InputWidget (iInputWidget *, const iString *text); void setTextCStr_InputWidget (iInputWidget *, const char *cstr); +void setFont_InputWidget (iInputWidget *, int fontId); void setCursor_InputWidget (iInputWidget *, size_t pos); void setContentPadding_InputWidget (iInputWidget *, int left, int right); /* only affects the text entry */ void begin_InputWidget (iInputWidget *); -- cgit v1.2.3