From 6f5e60f0337e60d904a8f549aeaa631afefc8033 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sat, 16 Nov 2002 09:59:37 +0000 Subject: fixed bugs, got otkapp to select on a fd, modded widget to make use of otkapp, press/release events on buttons --- otk/style.hh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'otk/style.hh') diff --git a/otk/style.hh b/otk/style.hh index 4128d93e..ccf4e49a 100644 --- a/otk/style.hh +++ b/otk/style.hh @@ -123,6 +123,11 @@ public: inline unsigned int getBorderWidth(void) const { return border_width; } inline const BFont &getFont() const { return *font; } + + inline void setShadowFonts(bool fonts) { shadow_fonts = fonts; } + inline bool hasShadowFonts(void) const { return shadow_fonts; } + + inline void setAAFonts(bool fonts) { aa_fonts = fonts; } inline bool hasAAFonts(void) const { return aa_fonts; } inline TextJustify textJustify(void) { return justify; } -- cgit v1.2.3