diff options
Diffstat (limited to 'dw/ruler.hh')
-rw-r--r-- | dw/ruler.hh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dw/ruler.hh b/dw/ruler.hh index cd4f63f4..74323d95 100644 --- a/dw/ruler.hh +++ b/dw/ruler.hh @@ -14,18 +14,18 @@ namespace dw { * Ruler implements RegardingBorder; this way, it is simpler to fit * the ruler exactly within the space between floats. Currently, the * drawn area of the ruler is too large (but most of the superfluous - * part is hidden by the floats); this problem will not solved but in - * "dillo_grows", where RegardingBorder is a sub class of - * OOFAwareWidget. + * part is hidden by the floats); this problem will soon solved here + * in the "dillo_grows" repository. */ class Ruler: public RegardingBorder { protected: - void sizeRequestImpl (core::Requisition *requisition); - void getExtremesImpl (core::Extremes *extremes); + void sizeRequestSimpl (core::Requisition *requisition); + void getExtremesSimpl (core::Extremes *extremes); void containerSizeChangedForChildren (); bool usesAvailWidth (); - void draw (core::View *view, core::Rectangle *area); + void draw (core::View *view, core::Rectangle *area, + core::DrawingContext *context); public: static int CLASS_ID; |