Questions tagged [fox-toolkit]

The FOX toolkit is an open source, cross-platform widget toolkit, that is, a library of basic elements for building a graphical user interface (GUI). FOX stands for Free Objects for X.

History and Definition:

It features a hard-wired Windows 95-style theme available for both Microsoft Windows itself as well as the X Window System (which is used on many UNIX and UNIX-like operating systems).

The FOX toolkit has been released under the GNU Lesser General Public Licence. Development began 1997 by Jeroen van der Zijp while he was affiliated at CFDRC. Since then, Jeroen van der Zijp maintains the core library and test applications, with the help of a growing[citation needed] user community.

The FOX toolkit is written in C++, with language bindings available for Python, Ruby and Eiffel. The FOX source code distribution supports building with many different (commercial and free) C++ compilers.

Important Links:

4 questions
1
vote
1 answer

FXRuby Fox::FXText breaks on threaded append

I am trying to make a socket application with FXRuby, and everything works fine until the scroll bar gets added, and then the application crashes. doing research shows that the threading is the issue, but i dont know any work around. any ideas? this…
1
vote
3 answers

CreateWindowExA failing on Windows 8 (Pro 64-bit)

Is there a known issue with calling CreateWindowExA on Windows 8 (64-bit) for a 64-bit application? Context: I'm using the FOX Toolkit (FOX STABLE 1.6.46). When compling and running the most trivial Hello World sample ("hello"), the call to…
Daniel Gehriger
  • 7,339
  • 2
  • 34
  • 55
0
votes
1 answer

Fox-Toolkit Configure Colors

Is it possible to configure the background color of a fox-toolkit application? I want to add a dark-mode (i.e. set background color of all widgets to black) which can be turned on and off by the user.
abrac
  • 521
  • 5
  • 12
0
votes
2 answers

how to compile fox-toolkit with glx.h in mac osx

I am trying to build Fox-toolkit with opengl support in Mac OSX mountain lion (10.8). I have modified the configure file from GL/gl.h GL/glu.h To OpenGL/gl.h OpenGL/glu.h and it can find those two files during the configure. However it…
Morison
  • 1,145
  • 3
  • 18
  • 35