diff options
| author | Greg Ercolano <erco@seriss.com> | 2023-12-14 14:43:46 -0800 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2023-12-14 14:43:46 -0800 |
| commit | bbafcafbe1e69ab03a751343465f4a8e7435dc34 (patch) | |
| tree | 7058702bce6bb2e2b9aaf419de8556808f6e6f2a /examples/table-spreadsheet-with-keyboard-nav.cxx | |
| parent | 14f4dec0b98bb72d9b65edc09b922e752e9e2074 (diff) | |
fix window titles for table examples
Diffstat (limited to 'examples/table-spreadsheet-with-keyboard-nav.cxx')
| -rw-r--r-- | examples/table-spreadsheet-with-keyboard-nav.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/table-spreadsheet-with-keyboard-nav.cxx b/examples/table-spreadsheet-with-keyboard-nav.cxx index 8e2e5e8f9..329ad9d9a 100644 --- a/examples/table-spreadsheet-with-keyboard-nav.cxx +++ b/examples/table-spreadsheet-with-keyboard-nav.cxx @@ -291,7 +291,7 @@ void setrows_cb(Fl_Widget* w, void* v) { int main() { Fl::option(Fl::OPTION_ARROW_FOCUS, 1); // we want arrow keys to navigate table's widgets - Fl_Double_Window *win = new Fl_Double_Window(922, 382, "Fl_Table Spreadsheet with Keyboard Navigation"); + Fl_Double_Window *win = new Fl_Double_Window(922, 382, "Table Spreadsheet with Keyboard Navigation"); Spreadsheet* table = new Spreadsheet(20, 20, win->w()-80, win->h()-80); // Table rows table->row_header(1); |
