diff options
author | Michele Calgaro <[email protected]> | 2021-03-24 13:10:47 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-03-24 13:10:47 +0900 |
commit | e1effdcc817fb362f0a842e3e4b03708c4eaccf1 (patch) | |
tree | d416ba7868a662cc256f5f1c577e1812c9a14409 /src/VButton.h | |
parent | b1c1fd93a72134d2e450301926d0121a8f73529b (diff) | |
download | kvkbd-e1effdcc817fb362f0a842e3e4b03708c4eaccf1.tar.gz kvkbd-e1effdcc817fb362f0a842e3e4b03708c4eaccf1.zip |
VButton key text code refactoring.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/VButton.h')
-rw-r--r-- | src/VButton.h | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |