diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:43 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:51 +0100 |
| commit | 83f6bb50b292df155a11aae630f5b8f8064fdcae (patch) | |
| tree | 307a1e66c7e9b5656479aa69fb81177ab2991cec /fluid/Fl_Function_Type.cxx | |
| parent | ace6a64161a51b868557ec307364700e5d2080a1 (diff) | |
Fluid: sample documentation, please check http://messagepad.org/fluid/code.html
Diffstat (limited to 'fluid/Fl_Function_Type.cxx')
| -rw-r--r-- | fluid/Fl_Function_Type.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/Fl_Function_Type.cxx b/fluid/Fl_Function_Type.cxx index 0f6c3ba34..0046d2e98 100644 --- a/fluid/Fl_Function_Type.cxx +++ b/fluid/Fl_Function_Type.cxx @@ -250,10 +250,12 @@ void Fl_Function_Type::open() { f_public_member_choice->value(public_); f_public_member_choice->show(); f_public_choice->hide(); + f_c_button->hide(); } else { f_public_choice->value(public_>0); f_public_choice->show(); f_public_member_choice->hide(); + f_c_button->show(); } f_c_button->value(cdecl_); const char *c = comment(); |
