Fix position() methods that shadow Fl_Widget::position()

* `FL_DEPRECATED` macro to mark `position()` method that shadow `Fl_Widget::position()` #69 (#666)
This commit is contained in:
Matthias Melcher
2023-02-02 20:54:19 +01:00
committed by GitHub
parent 59d3b2e9fd
commit 1aa6c4fed8
26 changed files with 286 additions and 187 deletions

View File

@@ -174,7 +174,7 @@ int main(int argc, char **argv) {
browser->add("@bBold text");
browser->add("@iItalic text");
}
browser->position(0);
browser->vposition(0);
field = new Fl_Int_Input(55, 350, window.w()-55, 25, "Line #:");
field->callback(show_cb);