Removes Fl_String from documentation as well.
This commit is contained in:
parent
bf62959f1f
commit
6cc3eb32db
@ -153,7 +153,7 @@
|
||||
...
|
||||
Fl_Button *btn = new Fl_Button(10, 10, 100, 20, "Test");
|
||||
FL_INLINE_CALLBACK_1(btn,
|
||||
Fl_String, name, btn->label(),
|
||||
const char *, name, btn->label(),
|
||||
{
|
||||
fl_message("Greetings from the %s button", name);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user