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:
parent
2328547538
commit
e8961f10b8
@ -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).
|
||||
//
|
||||
|
@ -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).
|
||||
//
|
||||
|
@ -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).
|
||||
//
|
||||
|
@ -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).
|
||||
//
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user