comparison main/MainWindow.h @ 117:8089a394829a

* Add display of selection extents in status bar when dragging a selection * Some build fixes after that i18n update
author Chris Cannam
date Wed, 07 Mar 2007 18:00:49 +0000
parents 99d65ba33c88
children b4110b17bca8
comparison
equal deleted inserted replaced
116:99d65ba33c88 117:8089a394829a
225 void handleOSCMessage(const OSCMessage &); 225 void handleOSCMessage(const OSCMessage &);
226 226
227 void mouseEnteredWidget(); 227 void mouseEnteredWidget();
228 void mouseLeftWidget(); 228 void mouseLeftWidget();
229 void contextHelpChanged(const QString &); 229 void contextHelpChanged(const QString &);
230 void inProgressSelectionChanged();
230 231
231 void website(); 232 void website();
232 void help(); 233 void help();
233 void about(); 234 void about();
234 235