#include <Fl_Image_List.h>
Inheritance diagram for Fl_Image_List:

Public Methods | |
| Fl_Image_List () | |
| virtual | ~Fl_Image_List () |
| void | append (Fl_Image *item) |
| void | prepend (Fl_Image *item) |
| void | insert (unsigned pos, Fl_Image *item) |
| void | replace (uint pos, Fl_Image *item) |
| void | remove (uint pos) |
| bool | remove (Fl_Image *item) |
| int | index_of (const Fl_Image *w) const |
| Fl_Image ** | data () |
| Fl_Image * | item (uint index) const |
| Fl_Image * | operator[] (uint ind) const |
Protected Methods | |
| virtual void | free_item (Fl_Ptr_List_Item item) |
Definition at line 29 of file Fl_Image_List.h.
1.2.15