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:
@@ -133,6 +133,7 @@ public:
|
||||
// icon support
|
||||
void set_icon(int line, Fl_Image* icon);
|
||||
void remove_icon(int line);
|
||||
Fl_Image* get_icon(int line);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user