mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
Doxygen Documentation WP2 done.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6235 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+2
-1
@@ -811,7 +811,8 @@ public:
|
||||
void damage(uchar c, int x, int y, int w, int h);
|
||||
|
||||
void draw_label(int, int, int, int, Fl_Align) const;
|
||||
void measure_label(int& xx, int& yy) {label_.measure(xx,yy);}
|
||||
/** Sets width ww, height hh accordingly with the labeltype size, label with images will return w() h() of the image. */
|
||||
void measure_label(int& ww, int& hh) {label_.measure(ww, hh);}
|
||||
|
||||
/** Returns a pointer to the primary Fl_Window widget.
|
||||
* \retval NULL if no window is associated with this widget.
|
||||
|
||||
Reference in New Issue
Block a user