Can someone explain the following code comment & code block to me (or tell me where to find the "specs").<br><br><pre>/*<br> * Event handler for button press<br> * Need to change button1 to button2 before passing this event to
<br> * parent handler. (see specs)<br> * Also updates button_press variable so that we can draw hilites<br> * correctly<br> */<br>static gint hildon_controlbar_button_press_event(GtkWidget * widget,<br> GdkEventButton * event)
<br></pre><br>Code can be seen here:<br><br><a href="https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-libs/hildon-widgets/hildon-controlbar.c">https://stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-libs/hildon-widgets/hildon-controlbar.c
</a><br><br>Why does it need to change the button? I have a button handler on my main window and double left clicks are being passed up to my handler as a middle clicks I usually do a special operation on the middle click, but I guess I will need to #ifndef it.
<br><br>Mike<br>