~ubuntu-branches/ubuntu/lucid/ardour/lucid-proposed

« back to all changes in this revision

Viewing changes to gtk2_ardour/plugin_ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Free Ekanayaka
  • Date: 2008-02-07 20:51:55 UTC
  • mfrom: (1.1.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20080207205155-xzi5lq5s2o1okvx8
Tags: 1:2.3.1-1
* New upstream release
* debian/control:
   - build-depend on libfftw3-dev (Closes: #463803)
   - added Homepage, Vcs-Svn, Vcs-Browser
* debian/patches
   - dropped 50-soundtouch.patch (fixed upstream)
   - updated 80_ardourino.patch
   - dropped unused patches from source package

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
 
207
207
        void resize_preferred();
208
208
 
209
 
        virtual bool on_key_press_event (GdkEventKey*);
210
 
        virtual bool on_key_release_event (GdkEventKey*);
211
 
        
 
209
        bool on_key_press_event (GdkEventKey*);
 
210
        bool on_key_release_event (GdkEventKey*);
 
211
        void on_show ();
 
212
        void on_hide ();
 
213
 
212
214
  private:
213
215
        PlugUIBase* _pluginui;
214
216
        bool non_gtk_gui;