Fixed title bar
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12782 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d90a286bcd
commit
3a20682764
@ -119,7 +119,7 @@ void Timer_CB(void *data) {
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
Fl::scheme("gtk+");
|
||||
Fl_Double_Window *win = new Fl_Double_Window(350, 400, "Simple Tree");
|
||||
Fl_Double_Window *win = new Fl_Double_Window(350, 400, "Tree Custom Draw Items");
|
||||
win->begin();
|
||||
{
|
||||
// Create the tree
|
||||
|
Loading…
Reference in New Issue
Block a user