From 336996c7abb716844d3389df7bd7779298af3dcf Mon Sep 17 00:00:00 2001
From: Michael R Sweet
virtual void Fl_Browser_::item_draw(void *p, int x, int y, int w, int h)This method must be provided by the subclass to draw the item
-p in the area indicated by x, y, w,
+p in the area indicated by x, y, w,
and h.
@@ -265,7 +265,7 @@ item p in pixels. Allow for two additional pixels for the list
selection box. This method differs from
item_height in that it is only
called for selection and scrolling operations. The default implementation
-calls item_height.
+calls item_height.
|