Fl_Adjuster widget

This example shows how to create Fl_Adjuster widget.

 1 #pragma package ".."
 2 
 3 #include "chfltk.h"
 4 #include <stdio.h>
 5 #include <stdlib.h>
 6 
 7 int main(int argc, char *argv[])
 8 {
 9   Fl_Window *window = new Fl_Window(250, 60);
10 
11   Fl_Adjuster *adjuster = new Fl_Adjuster(10, 10, 230, 20, "FL_HORIZONTAL");
12   
13   window->end();
14   window->show(argc, argv);
15   Fl::run();
16   exit(1);
17   return 0;
18 }

Copyright 2006 Roman Putanowicz

Email: putanowr at twins.pk.edu.pl

Last Modified: Thu, 29 Jun 2006 18:01:12 CEST

Made with PubTal 3.1.3