eivuokko has quit [Read error: 104 (Connection reset by peer)]
CodE4 is now known as eivuokko
bobov has quit [Read error: 104 (Connection reset by peer)]
Yurik has joined #ocaml
Yurik has left #ocaml []
gl has quit [Read error: 104 (Connection reset by peer)]
gl has joined #ocaml
gl has quit [No route to host]
gl has joined #ocaml
* gl
is away: I'm busy
Dalroth has joined #ocaml
gl has quit [Remote closed the connection]
gl has joined #ocaml
bobov has joined #ocaml
exarkun is now known as bob
bob is now known as exarkun
TimFreeman has joined #ocaml
<TimFreeman>
I would like lablgtk to tell me when a mouse button goes up. It already tells me when the mouse goes down. Does anyone know offhand?
two-face has joined #ocaml
two-face has quit ["Client Exiting"]
Belgarion has left #ocaml []
Belgarion has joined #ocaml
<Dybbuk>
TimFreeman: Watch for ButtonRelease, perhaps?
* Dybbuk
hasn't done any gtk stuff in Ocaml yet.
Dalroth has quit []
<TimFreeman>
Thanks. The problem was that I had to register the event handler with text#event#connect#button_release, not text#event#connect#button_press.