Depending on the Show/Hide panel status, either crossed-arrows-out.png or crossed-arrows-in.png icon is displayed (issue 1094).

This commit is contained in:
Philippe Hupe
2011-11-07 19:18:37 +01:00
parent eb6fd01dae
commit 47df7710b0
2 changed files with 6 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ class EditorPanel : public Gtk::VBox,
Gtk::Image *iTopPanel_1_Show, *iTopPanel_1_Hide;
Gtk::Image *iRightPanel_1_Show, *iRightPanel_1_Hide;
Gtk::Image *iShowHideSidePanels;
Gtk::Image *iShowHideSidePanels_exit;
Gtk::Image *iBeforeLockON, *iBeforeLockOFF;
Gtk::VBox *leftbox;
Gtk::VBox *vboxright;