fltk/fluid/panels
Matthias Melcher 1186b4e255 Making fl_filename_... public for std::string.
New functions append "_str" to the function name to
avoid ambiguities when calling them. So
'char *fl_filename_name(const char *)' becomes
'std::string fl_filename_name_str(const std::string &)'
2025-03-07 20:26:03 +01:00
..
about_panel.cxx
about_panel.fl
about_panel.h
codeview_panel.cxx
codeview_panel.fl
codeview_panel.h
function_panel.cxx Cleaning up widget browser, renamed to Node_Browser. 2025-03-07 19:52:54 +01:00
function_panel.fl Cleaning up widget browser, renamed to Node_Browser. 2025-03-07 19:52:54 +01:00
function_panel.h
print_panel.cxx
print_panel.fl
print_panel.h
settings_panel.cxx Making fl_filename_... public for std::string. 2025-03-07 20:26:03 +01:00
settings_panel.fl Making fl_filename_... public for std::string. 2025-03-07 20:26:03 +01:00
settings_panel.h Cleaning up widget browser, renamed to Node_Browser. 2025-03-07 19:52:54 +01:00
template_panel.cxx
template_panel.fl
template_panel.h
widget_panel.cxx
widget_panel.fl
widget_panel.h