]> Dogcows Code - chaz/openbox/blobdiff - otk/style.hh
handle map events with the Openbox class
[chaz/openbox] / otk / style.hh
index 4128d93ef7f549c1dec3d3c18ccd611810394d92..c024ade9bb12b27f71ff57c98b0f6ba9e619a8c7 100644 (file)
@@ -65,9 +65,6 @@ public:
   Style(BImageControl *);
   ~Style();
 
-  void doJustify(const std::string &text, int &start_pos,
-                 unsigned int max_length, unsigned int modifier) const;
-
   void readDatabaseMask(const std::string &rname,
                         PixmapMask &pixmapMask,
                         const Configuration &style);
@@ -123,6 +120,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; }
This page took 0.021494 seconds and 4 git commands to generate.