diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:11:21 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2008-08-15 21:11:21 +0000 |
| commit | e63c50b2d163bf0d8e110b2f3711d1b74490c483 (patch) | |
| tree | a0c95aa22b79173d5a9ac1f6622c5952d5c23ffd /FL/Fl_Widget.H | |
| parent | 3d6201a610acd8f0a83b2e985370d455cff57735 (diff) | |
Rename type Fl_Font_Size into Fl_Fontsize to comply with other naming in FLTK.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6161 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Widget.H')
| -rw-r--r-- | FL/Fl_Widget.H | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/Fl_Widget.H b/FL/Fl_Widget.H index 6f198971f..1e0db44af 100644 --- a/FL/Fl_Widget.H +++ b/FL/Fl_Widget.H @@ -64,7 +64,7 @@ struct FL_EXPORT Fl_Label { /** label font used in text */ Fl_Font font; /** size of label font */ - Fl_Font_Size size; + Fl_Fontsize size; /** text color */ unsigned color; /** draw the label aligned to the given box */ @@ -414,13 +414,13 @@ public: * The default size is 14 pixels. * \return the current font size */ - Fl_Font_Size labelsize() const {return label_.size;} + Fl_Fontsize labelsize() const {return label_.size;} /** Gets or sets the font size in pixels. * The default size is 14 pixels. * \param[in] pix the new font size */ - void labelsize(Fl_Font_Size pix) {label_.size=pix;} + void labelsize(Fl_Fontsize pix) {label_.size=pix;} /** Gets or sets the image to use as part of the widget label. * This image is used when drawing the widget in the active state. |
