Skip to content
Raphael Kim edited this page Mar 19, 2019 · 25 revisions

FLTK 1.3.4-2-ts

Features

  • This is a clone of FLTK-1.3.4-2.
  • Customized for supporting more functions, some different designs.
  • Supporting Visual Studio 2015 project
  • Better comaptiblility for Windows and Mac OS X.

What is difference from FLTK 1.3.4 ?

  • Supporting some unreachable member as like scroll bar box type, colors.
  • Fixed some uncommon features - fixed color (FL_GREY) box in between of scrolls in Fl_Text_Display(Editor also).
  • More scheme !
    1. Currently done for "flat".
    2. May more schemes comes up !

Supported compiler

  • almost of gcc include MinGW-W64.
  • llvm-gcc for MacOSX ( you can avoid HPC-GCC by using llvm-gcc )
  • Visual Studio 6.0 ( not recommended ! ) to 2015. See folders in 'ide'

Helpful pages