fltk_wrap_ui.rst 361 B

1234567891011121314
  1. fltk_wrap_ui
  2. ------------
  3. Create FLTK user interfaces Wrappers.
  4. ::
  5. fltk_wrap_ui(resultingLibraryName source1
  6. source2 ... sourceN )
  7. Produce .h and .cxx files for all the .fl and .fld files listed. The
  8. resulting .h and .cxx files will be added to a variable named
  9. ``resultingLibraryName_FLTK_UI_SRCS`` which should be added to your
  10. library.