Merge branch 'dev' into favorites-gui

This commit is contained in:
Lawrence Lee
2023-01-02 15:37:07 -08:00
193 changed files with 64046 additions and 10050 deletions

View File

@@ -501,8 +501,11 @@ private:
RTImage *image;
Gtk::Label *label;
void construct(Glib::ustring label, RTImage* image);
public:
MyImageMenuItem (Glib::ustring label, Glib::ustring imageFileName);
MyImageMenuItem (Glib::ustring label, RTImage* image);
const RTImage *getImage () const;
const Gtk::Label* getLabel () const;
};