mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Implement get_icon() method... it's useful sometimes
This commit is contained in:
parent
96d873572a
commit
8824f284fa
@ -592,6 +592,8 @@ void Fl_Icon_Browser::remove_icon(int line) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Fl_Image* Fl_Icon_Browser::get_icon(int line) { return find_line(line)->icon; }
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Icon_Browser.cxx 5190 2006-06-09 16:16:34Z mike $".
|
// End of "$Id: Fl_Icon_Browser.cxx 5190 2006-06-09 16:16:34Z mike $".
|
||||||
|
@ -133,6 +133,7 @@ public:
|
|||||||
// icon support
|
// icon support
|
||||||
void set_icon(int line, Fl_Image* icon);
|
void set_icon(int line, Fl_Image* icon);
|
||||||
void remove_icon(int line);
|
void remove_icon(int line);
|
||||||
|
Fl_Image* get_icon(int line);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user