Divider Class Reference

Inherits Widget.

List of all members.

Public Member Functions

void draw ()
void layout ()
int handle (int)
 Divider ()


Detailed Description

This widget is designed to go into Menu and Browser widgets and draw an inset horizontal line across them. It has the OUTPUT flag set so the user cannot choose it.


Constructor & Destructor Documentation

Divider::Divider  ) 
 

Unlike other widgets the constructor does not take any dimensions, since it is assummed the container widget will size this correctly.


Member Function Documentation

int Divider::handle int   )  [virtual]
 

Returns 0 always. Items do not accept any events. Any results of clicking on them is handled by the parent Menu or Browser.

Reimplemented from Widget.

void Divider::layout  )  [virtual]
 

Resizes to a 2x2 square

Reimplemented from Widget.


The documentation for this class was generated from the following files:
Sun Jan 7 00:55:17 2007. FLTK ©2006 Bill Spitzak and others.
Permission is granted to reproduce this manual or any portion for any purpose, provided this copyright and permission notice are preserved.