fix window titles for table examples

This commit is contained in:
Greg Ercolano
2023-12-14 14:43:46 -08:00
parent 14f4dec0b9
commit bbafcafbe1
7 changed files with 7 additions and 7 deletions

View File

@@ -286,7 +286,7 @@ void MyTable::event_callback2() {
}
int main() {
Fl_Double_Window win(900,500,"Table Sorting");
Fl_Double_Window win(900,500,"Table Sort");
MyTable table(MARGIN, MARGIN, win.w()-MARGIN*2, win.h()-MARGIN*2);
table.selection_color(FL_YELLOW);
table.col_header(1);