]> Dogcows Code - chaz/openbox/blobdiff - src/labelwidget.hh
removing all prefixes completed
[chaz/openbox] / src / labelwidget.hh
index 1ee104cd397322e63a82540388bb63df396e3e8f..92c35c3c56d5c93388e7616b191bc15860311f97 100644 (file)
@@ -9,12 +9,12 @@
 
 namespace ob {
 
-class OBLabelWidget : public otk::OtkWidget, public OBWidget
+class LabelWidget : public otk::Widget, public WidgetBase
 {
 private:
   void setTextures();
-  const otk::BFont *_font;
-  otk::BColor *_text_color;
+  const otk::Font *_font;
+  otk::Color *_text_color;
   int _sidemargin;
   otk::Style::TextJustify _justify;
   std::string _text;
@@ -22,8 +22,8 @@ private:
   XftDraw *_xftdraw;
   
 public:
-  OBLabelWidget(otk::OtkWidget *parent, OBWidget::WidgetType type);
-  virtual ~OBLabelWidget();
+  LabelWidget(otk::Widget *parent, WidgetBase::WidgetType type);
+  virtual ~LabelWidget();
 
   virtual void setStyle(otk::Style *style);
 
This page took 0.024054 seconds and 4 git commands to generate.