Update fluid generated and .fl files (remove mac_shell...)

Commit updated .cxx files in src/ with fixed indenting

Remove `mac_shell_*' statements from fluid (.fl) files
This commit is contained in:
Albrecht Schlosser 2021-12-19 22:43:36 +01:00
parent 2328547538
commit e8961f10b8
6 changed files with 64 additions and 72 deletions

View File

@ -2,8 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
mac_shell_cmd {echo "Fluid is nice"}
mac_shell_flags 3
comment {//
// About dialog for the Fast Light Tool Kit (FLTK).
//

View File

@ -2,8 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
mac_shell_cmd {echo "I love Fluid"}
mac_shell_flags 3
comment {//
// Code dialogs for the Fast Light Tool Kit (FLTK).
//

View File

@ -2,8 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
mac_shell_cmd {echo "Fluid is nice"}
mac_shell_flags 3
comment {//
// FLUID template support for the Fast Light Tool Kit (FLTK).
//

View File

@ -2,8 +2,6 @@
version 1.0400
header_name {.h}
code_name {.cxx}
mac_shell_cmd {echo "Fluid is nice"}
mac_shell_flags 3
comment {//
// Widget panel for the Fast Light Tool Kit (FLTK).
//

View File

@ -137,7 +137,7 @@ void Fl_Help_Dialog::cb_view__i(Fl_Help_View*, void*) {
line_[index_] = view_->topline();
back_->deactivate();
forward_->deactivate();
};
}
}
void Fl_Help_Dialog::cb_view_(Fl_Help_View* o, void* v) {
((Fl_Help_Dialog*)(o->parent()->user_data()))->cb_view__i(o,v);