diff options
Diffstat (limited to 'FL/Fl_File_Chooser.H')
| -rw-r--r-- | FL/Fl_File_Chooser.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/FL/Fl_File_Chooser.H b/FL/Fl_File_Chooser.H index 8d52d4ea3..0659f55d0 100644 --- a/FL/Fl_File_Chooser.H +++ b/FL/Fl_File_Chooser.H @@ -150,10 +150,10 @@ public: int shown(); void textcolor(Fl_Color c); Fl_Color textcolor(); - void textfont(uchar f); - uchar textfont(); - void textsize(uchar s); - uchar textsize(); + void textfont(Fl_Font f); + Fl_Font textfont(); + void textsize(Fl_Font_Size s); + Fl_Font_Size textsize(); void type(int t); int type(); void * user_data() const; |
