summaryrefslogtreecommitdiffstats
path: root/kxkb/pixmap.h
diff options
context:
space:
mode:
authorMavridis Philippe <[email protected]>2024-11-13 13:06:24 +0200
committerMavridis Philippe <[email protected]>2025-01-15 15:22:02 +0200
commit4914f21dc0aa657a0fba4d2d57a32fb07d9fc861 (patch)
tree0f40b7eeb77adc7e85aa92d88ac382dc87af2f41 /kxkb/pixmap.h
parent0b81a6456344b4e8b28145351ff90841c1394a01 (diff)
downloadtdebase-4914f21dc0aa657a0fba4d2d57a32fb07d9fc861.tar.gz
tdebase-4914f21dc0aa657a0fba4d2d57a32fb07d9fc861.zip
Kxkb: Add customization options "Stretch flag", "Dim flag", "Show indicator bevel"
Apart from the last one, these options expose existing functionality making it user-configurable. Signed-off-by: Mavridis Philippe <[email protected]>
Diffstat (limited to 'kxkb/pixmap.h')
-rw-r--r--kxkb/pixmap.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kxkb/pixmap.h b/kxkb/pixmap.h
index bbf292689..08dee8a87 100644
--- a/kxkb/pixmap.h
+++ b/kxkb/pixmap.h
@@ -26,13 +26,12 @@ class LayoutIconManager {
private:
TQPixmap* createErrorPixmap();
- void dimPixmap(TQPixmap& pixmap);
TQString getCountryFromLayoutName(const TQString& layoutName);
private:
KxkbConfig *m_kxkbConfig;
static const TQString flagTemplate;
- bool m_showFlag, m_showLabel, m_bgTransparent, m_labelShadow, m_fitToBox;
+ bool m_showFlag, m_showLabel, m_bgTransparent, m_labelShadow, m_fitToBox, m_dimFlag, m_bevel;
TQColor m_bgColor, m_fgColor, m_shColor;
TQFont m_labelFont;