main_win.h
changeset 190 2cac5b936a2b
parent 184 4e8704aae278
child 191 af2ed974ab68
equal deleted inserted replaced
28:8337b77e6dc0 29:cb25134451c3
   115 
   115 
   116   ///It is called only with command line parameters at stratup.
   116   ///It is called only with command line parameters at stratup.
   117   void readFile(const std::string &);
   117   void readFile(const std::string &);
   118 
   118 
   119   ///Tooltips
   119   ///Tooltips
   120   Gtk::Tooltips tooltips;
   120   Gtk::Tooltips * tooltips;
   121 
   121 
   122   //Call-backs of buttons
   122   //Call-backs of buttons
   123 
   123 
   124   ///Callback for 'FileNew' action.
   124   ///Callback for 'FileNew' action.
   125   virtual void newFile();
   125   virtual void newFile();