Siggi wrote:
> How can i check if the user resizes the window? (for example through 
> maximizing)

First: Please post such questions to fltk.general. fltk.development is
reserved for development of FLTK itself.

Second: To answer your question: Derive your own class and
write your own resize() method. Resize() will be called,
whenever the user or your program resizes the window
(or any widget).

Albrecht
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to