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

Fl_Split.h

00001 /*
00002  * $Id: Fl_Split.h,v 1.6 2003/04/08 18:24:45 space2 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 : Szasz Pal
00016  * Email  : space2@atlastelecom.ro
00017  *
00018  * Please report all bugs and problems to "efltk-bugs@fltk.net"
00019  *
00020  */
00021 
00022 #ifndef _FL_SPLIT_H_
00023 #define _FL_SPLIT_H_
00024 
00025 #include "Fl_Widget.h"
00026 #include "Fl_Widget_List.h"
00027 
00028 //****************************************************************************
00057 class Fl_Split: public Fl_Widget
00058 {
00059     Fl_Widget * ref_;
00060     Fl_Widget_List * list_;
00061     int dir_;
00062 public:
00063     static Fl_Named_Style* default_style;
00064 
00066     Fl_Split(int x, int y, int w, int h, const char *l=0);
00067 
00075         Fl_Split(Fl_Widget * _ref_, int layout_size=5);
00076     
00077     ~Fl_Split();
00078      
00079     virtual int handle(int ev);
00080     
00084     void find_neighbours();
00085 };
00086 
00087 #endif

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