Add favorites customizer to preferences UI

This commit is contained in:
Lawrence Lee
2021-11-21 17:47:41 -08:00
parent a1bbede061
commit 0f894656a0
8 changed files with 980 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
class RTWindow;
class Splash;
class ToolLocationPreference;
class Preferences final :
public Gtk::Dialog,
@@ -244,6 +245,8 @@ class Preferences final :
bool newFont;
bool newCPFont;
ToolLocationPreference *toolLocationPreference;
void fillPreferences ();
void storePreferences ();
void parseDir (Glib::ustring dirname, std::vector<Glib::ustring>& items, Glib::ustring ext);
@@ -278,6 +281,7 @@ class Preferences final :
Gtk::Widget *getGeneralPanel();
Gtk::Widget *getImageProcessingPanel();
Gtk::Widget *getFavoritesPanel();
Gtk::Widget *getDynamicProfilePanel();
Gtk::Widget *getFileBrowserPanel();
Gtk::Widget *getColorManPanel();