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)  

fl_gtk.cxx File Reference

#include <FL/Fl.H>
#include <FL/fl_draw.H>
Include dependency graph for fl_gtk.cxx:

Go to the source code of this file.

Enumerations

enum  { UPPER_LEFT, LOWER_RIGHT, CLOSED, FILL }

Functions

void fl_internal_boxtype (Fl_Boxtype, Fl_Box_Draw_F *)
void gtk_round_up_box (int x, int y, int w, int h, Fl_Color c)
void gtk_round_down_box (int x, int y, int w, int h, Fl_Color c)
Fl_Boxtype fl_define_FL_GTK_UP_BOX ()

Enumeration Type Documentation

anonymous enum
Enumerator:
UPPER_LEFT 
LOWER_RIGHT 
CLOSED 
FILL 

Definition at line 175 of file fl_gtk.cxx.


Function Documentation

void fl_internal_boxtype ( Fl_Boxtype  t,
Fl_Box_Draw_F f 
)

Sets the drawing function for a given box type.

Parameters:
[in]tbox type
[in]fbox drawing function

Definition at line 363 of file fl_boxtype.cxx.

void gtk_round_down_box ( int  x,
int  y,
int  w,
int  h,
Fl_Color  c 
)

Definition at line 246 of file fl_gtk.cxx.

References CLOSED, f, FILL, FL_BLACK, fl_color(), fl_color_average(), and UPPER_LEFT.

Referenced by fl_define_FL_GTK_UP_BOX().

void gtk_round_up_box ( int  x,
int  y,
int  w,
int  h,
Fl_Color  c 
)

Definition at line 215 of file fl_gtk.cxx.

References CLOSED, f, FILL, FL_BLACK, fl_color(), fl_color_average(), FL_WHITE, LOWER_RIGHT, and UPPER_LEFT.

Referenced by fl_define_FL_GTK_UP_BOX().