From 83f6bb50b292df155a11aae630f5b8f8064fdcae Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 9 Dec 2021 18:25:43 +0100 Subject: Fluid: sample documentation, please check http://messagepad.org/fluid/code.html --- fluid/Fl_Function_Type.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/Fl_Function_Type.cxx') 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(); -- cgit v1.2.3