Add favorites customizer to preferences UI
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user