Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Fl_Check_Button.h

00001 /*
00002  * $Id: Fl_Check_Button.h,v 1.8 2003/04/22 23:03:07 parshin Exp $
00003  *
00004  * Extended Fast Light Toolkit (EFLTK)
00005  * Copyright (C) 2002-2003 by EDE-Team
00006  * WWW: http://www.sourceforge.net/projects/ede
00007  *
00008  * Fast Light Toolkit (FLTK)
00009  * Copyright (C) 1998-2003 by Bill Spitzak and others.
00010  * WWW: http://www.fltk.org
00011  *
00012  * This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00013  * version 2. See COPYING for details.
00014  *
00015  * Author : Mikko Lahteenmaki
00016  * Email  : mikko@fltk.net
00017  *
00018  * Please report all bugs and problems to "efltk-bugs@fltk.net"
00019  *
00020  */
00021 
00022 #ifndef _FL_CHECK_BUTTON_H_
00023 #define _FL_CHECK_BUTTON_H_
00024 
00025 #include "Fl_Button.h"
00026 
00033 class FL_API Fl_Check_Button : public Fl_Button {
00034 public:
00035     static Fl_Named_Style* default_style;
00036 
00038     Fl_Check_Button(int x,int y,int w,int h,const char *l = 0);
00039 
00041     Fl_Check_Button(const char* l = 0,int layout_size=30,Fl_Align layout_al=FL_ALIGN_TOP);
00042 
00043     virtual void preferred_size(int& w, int& h) const;
00044     virtual void draw();
00045 
00046     // Data source support
00047     virtual bool load_data(Fl_Data_Source *ds);
00048     virtual bool save_data(Fl_Data_Source *ds);
00049 
00050     // Dialog support
00051     virtual void reset();
00052 };
00053 
00054 #endif

Generated on Thu Jul 31 15:33:43 2003 for eFLTK by doxygen1.2.15