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_FormsBitmap Class Reference

#include <Fl_FormsBitmap.H>

Inheritance diagram for Fl_FormsBitmap:
Collaboration diagram for Fl_FormsBitmap:

List of all members.

Public Member Functions

 Fl_FormsBitmap (Fl_Boxtype, int, int, int, int, const char *=0)
void set (int W, int H, const uchar *bits)
void bitmap (Fl_Bitmap *B)
Fl_Bitmapbitmap () const

Protected Member Functions

void draw ()

Detailed Description

Forms compatibility Bitmap Image Widget

Definition at line 39 of file Fl_FormsBitmap.H.


Constructor & Destructor Documentation

Fl_FormsBitmap::Fl_FormsBitmap ( Fl_Boxtype  t,
int  X,
int  Y,
int  W,
int  H,
const char *  l = 0 
)

Creates a bitmap widget from a box type, position, size and optional label specification

Definition at line 30 of file forms_bitmap.cxx.

References Fl_Widget::align(), Fl_Widget::box(), Fl_Widget::color(), FL_ALIGN_BOTTOM, and FL_BLACK.


Member Function Documentation

void Fl_FormsBitmap::bitmap ( Fl_Bitmap B) [inline]

Sets a new bitmap.

Definition at line 48 of file Fl_FormsBitmap.H.

Fl_Bitmap* Fl_FormsBitmap::bitmap ( ) const [inline]

Gets a the current associated Fl_Bitmap objects.

Definition at line 50 of file Fl_FormsBitmap.H.

Referenced by set().

void Fl_FormsBitmap::draw ( void  ) [protected, virtual]
void Fl_FormsBitmap::set ( int  W,
int  H,
const uchar bits 
)

Sets a new bitmap bits with size W,H. Deletes the previous one.

Definition at line 39 of file forms_bitmap.cxx.

References bitmap().


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