diff options
| author | yuri <yuri> | 2008-05-01 18:56:12 +0000 |
|---|---|---|
| committer | yuri <yuri> | 2008-05-01 18:56:12 +0000 |
| commit | c04f2f8bff6ca31d8d4858584b6dbf585c66164f (patch) | |
| tree | b80a584a276ad50a424564c3b8554a42171385ea /src/Fl_File_Chooser.fl | |
| parent | 1488c10f7e7964473d299485b0a04145f6db4b17 (diff) | |
fix Fl_Font and Fl_Font_Size types in Fl_File_Chooser.fl file
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_File_Chooser.fl')
| -rw-r--r-- | src/Fl_File_Chooser.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Fl_File_Chooser.fl b/src/Fl_File_Chooser.fl index 80b5b589d..ddfa4414e 100644 --- a/src/Fl_File_Chooser.fl +++ b/src/Fl_File_Chooser.fl @@ -28,7 +28,7 @@ comment {// // // http://www.fltk.org/str.php // -} {selected in_source in_header +} {in_source in_header } decl {\#include <FL/fl_draw.H>} {} @@ -327,19 +327,19 @@ fileName->take_focus();} {} } { code {return (fileList->textcolor());} {} } - Function {textfont(uchar f)} {return_type void + Function {textfont(Fl_Font f)} {return_type void } { code {fileList->textfont(f);} {} } - Function {textfont()} {return_type uchar + Function {textfont()} {selected return_type Fl_Font } { code {return (fileList->textfont());} {} } - Function {textsize(uchar s)} {return_type void + Function {textsize(Fl_Font_Size s)} {return_type void } { code {fileList->textsize(s);} {} } - Function {textsize()} {return_type uchar + Function {textsize()} {return_type Fl_Font_Size } { code {return (fileList->textsize());} {} } |
