fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

itabs Class Reference

#include <Fl_Type.h>

Inheritance diagram for itabs:
Collaboration diagram for itabs:

List of all members.

Public Member Functions

void resize (int, int, int, int)
void full_resize (int X, int Y, int W, int H)
 itabs (int X, int Y, int W, int H)

Detailed Description

Definition at line 419 of file Fl_Type.h.


Constructor & Destructor Documentation

itabs::itabs ( int  X,
int  Y,
int  W,
int  H 
) [inline]

Definition at line 423 of file Fl_Type.h.


Member Function Documentation

void itabs::full_resize ( int  X,
int  Y,
int  W,
int  H 
) [inline]

Definition at line 422 of file Fl_Type.h.

References resize().

void itabs::resize ( int  X,
int  Y,
int  W,
int  H 
) [virtual]

Resizes the Fl_Group widget and all of its children.

The Fl_Group widget first resizes itself, and then it moves and resizes all its children according to the rules documented for Fl_Group::resizable(Fl_Widget*)

See also:
Fl_Group::resizable(Fl_Widget*)
Fl_Group::resizable()
Fl_Widget::resize(int,int,int,int)

Reimplemented from Fl_Group.

Definition at line 238 of file Fl_Group_Type.cxx.

References Fl_Widget::redraw().

Referenced by full_resize().


The documentation for this class was generated from the following files: