|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <FL/Fl.H>#include <FL/Fl_Widget.H>#include "Fl_Type.h"#include "Fluid_Image.h"#include "../src/flstring.h"#include <stdio.h>#include <errno.h>#include <stdlib.h>#include <FL/filename.H>#include <FL/Fl_File_Chooser.H>
Go to the source code of this file.
Functions | |
| void | goto_source_dir () |
| void | leave_source_dir () |
| Fluid_Image * | ui_find_image (const char *oldname) |
Variables | |
| const char * | ui_find_image_name |
| void goto_source_dir | ( | ) |
Definition at line 129 of file fluid.cxx.
References buffer, fl_filename_name(), FL_PATH_MAX, and strlcpy.
| Fluid_Image* ui_find_image | ( | const char * | oldname | ) |
Definition at line 247 of file Fluid_Image.cxx.
References Fluid_Image::find(), Fl_File_Chooser::fl_file_chooser(), Fl_File_Chooser::fl_file_chooser_ok_label(), goto_source_dir(), leave_source_dir(), name, NULL, and ui_find_image_name.
Referenced by image_browse_cb(), and inactive_browse_cb().
| const char* ui_find_image_name |
Definition at line 246 of file Fluid_Image.cxx.
Referenced by image_browse_cb(), inactive_browse_cb(), and ui_find_image().