Merge of andreyskv-classicui with default
This commit is contained in:
@@ -30,7 +30,7 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
|
||||
|
||||
private:
|
||||
Gtk::Notebook* mainNB;
|
||||
FilePanel* fpanel;
|
||||
FilePanel* fpanel;
|
||||
BatchQueuePanel* bpanel;
|
||||
std::set<Glib::ustring> filesEdited;
|
||||
std::map<Glib::ustring, EditorPanel*> epanels;
|
||||
@@ -41,7 +41,8 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
|
||||
bool is_fullscreen;
|
||||
Gtk::Button * btn_fullscreen;
|
||||
|
||||
|
||||
bool on_expose_event_epanel(GdkEventExpose* event);
|
||||
bool on_expose_event_fpanel(GdkEventExpose* event);
|
||||
public:
|
||||
RTWindow ();
|
||||
|
||||
@@ -64,6 +65,8 @@ class RTWindow : public Gtk::Window, public rtengine::ProgressListener{
|
||||
void setProgressState (int state);
|
||||
void error (Glib::ustring descr);
|
||||
rtengine::ProgressListener* getProgressListener () { return pldBridge; }
|
||||
EditorPanel* epanel;
|
||||
void SetEditorCurrent();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user