main_win.h
branchgui
changeset 50 eedecee61922
parent 47 9a0e6e92d06c
child 53 e73d7540bd24
     1.1 --- a/main_win.h	Thu Jul 28 15:54:53 2005 +0000
     1.2 +++ b/main_win.h	Thu Jul 28 17:01:40 2005 +0000
     1.3 @@ -41,6 +41,9 @@
     1.4    ///Container
     1.5    Gtk::VBox vbox;
     1.6  
     1.7 +  ///Tooltips
     1.8 +  Gtk::Tooltips tooltips;
     1.9 +
    1.10    ///Callback for 'FileNew' action.
    1.11    virtual void newFile();
    1.12    ///Callback for 'FileOpen' action.