waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

PopupDialog.fl (278B)


      1 # data file for the Fltk User Interface Designer (fluid)
      2 version 1.0300 
      3 header_name {.hpp} 
      4 code_name {.cpp}
      5 widget_class PopupDialog {
      6   callback {o->hide();
      7 Fl::delete_widget(o);} open selected
      8   xywh {51 115 165 55} type Double align 5
      9   class Fl_Window modal visible
     10 } {}