added simple fullscreen mode, toggled by F11

This commit is contained in:
ipopov
2010-04-25 01:42:33 +04:00
parent 09a81a8e6b
commit ece6eda296
2 changed files with 12 additions and 0 deletions

View File

@@ -34,6 +34,8 @@ class RTWindow : public Gtk::Window {
std::set<Glib::ustring> filesEdited;
std::map<Glib::ustring, EditorPanel*> epanels;
bool is_fullscreen;
public:
RTWindow ();