]> Dogcows Code - chaz/openbox/blobdiff - otk/label.hh
alloc colors only when needed, and free them properly on destruction
[chaz/openbox] / otk / label.hh
index b3e9c16655256dcbfc9fa682c3446426a7205be7..3bb931d6394b92a03928a8171d2aeb0eee2167c1 100644 (file)
@@ -17,7 +17,7 @@ public:
   Label(Widget *parent);
   virtual ~Label();
 
-  inline const ustring& getText(void) const { return _text; }
+  inline const ustring& text(void) const { return _text; }
   void setText(const ustring &text);
 
   virtual inline bool isHighlighted() const { return _highlight; }
This page took 0.022478 seconds and 4 git commands to generate.