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)  

align_widget.cxx File Reference

#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include "Fl_Widget_Type.h"
#include "undo.h"
Include dependency graph for align_widget.cxx:

Go to the source code of this file.

Defines

#define BREAK_ON_FIRST   break

Functions

void align_widget_cb (Fl_Widget *, long how)
void widget_size_cb (Fl_Widget *, long size)

Define Documentation

#define BREAK_ON_FIRST   break

the first behaviour always uses the first selected widget as a reference the second behaviour uses the largest widget (most extreme positions) as a reference.

Definition at line 38 of file align_widget.cxx.

Referenced by align_widget_cb().


Function Documentation

void widget_size_cb ( Fl_Widget ,
long  size 
)