# data file for the Fltk User Interface Designer (fluid) version 1.0105 header_name {.h} code_name {.cpp} Function {NewWindow()} {open return_type {Fl_Window*} } { Fl_Window SubWindow { label SubWindow open xywh {292 149 259 152} type Double visible } { Fl_Button {} { label {Schließen} callback {SubWindow->hide(); delete SubWindow;} selected xywh {85 60 100 25} } } code {return w;} {} } Function {Button_CB(Fl_Widget*,void*)} {return_type {static void} } { code {NewWindow()->show();} {} } Function {} {open } { Fl_Window {} { label Hauptfenster open xywh {293 332 259 148} type Double visible } { Fl_Button {} { label {Neues Fenster} callback Button_CB xywh {85 45 110 25} } } }