From e1effdcc817fb362f0a842e3e4b03708c4eaccf1 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 24 Mar 2021 13:10:47 +0900 Subject: VButton key text code refactoring. Signed-off-by: Michele Calgaro --- src/VButton.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/VButton.h') diff --git a/src/VButton.h b/src/VButton.h index 481c077..782eefa 100644 --- a/src/VButton.h +++ b/src/VButton.h @@ -17,6 +17,7 @@ public: void setText(const TQString &text); void setShiftText(const TQString &text); void setColor(const TQColor &color); + void setupTexts(Display *display); void reposition(int width, int height); void res(); -- cgit v1.2.1