fltk_wrap_ui¶
建立 FLTK 使用者介面封裝器。
fltk_wrap_ui(resultingLibraryName source1
source2 ... sourceN )
為所有列出的 .fl 和 .fld 檔案產生 .h 和 .cxx 檔案。產生的 .h 和 .cxx 檔案將會加入名為 resultingLibraryName_FLTK_UI_SRCS
的變數中,該變數應該加入您的函式庫。
建立 FLTK 使用者介面封裝器。
fltk_wrap_ui(resultingLibraryName source1
source2 ... sourceN )
為所有列出的 .fl 和 .fld 檔案產生 .h 和 .cxx 檔案。產生的 .h 和 .cxx 檔案將會加入名為 resultingLibraryName_FLTK_UI_SRCS
的變數中,該變數應該加入您的函式庫。