mirror of
https://github.com/fltk/fltk.git
synced 2025-12-11 05:31:07 +08:00
fix window titles for table examples
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user