xtrm has quit [calvino.freenode.net irc.freenode.net]
giedi__ has quit [calvino.freenode.net irc.freenode.net]
smkl has quit [calvino.freenode.net irc.freenode.net]
xtrm has joined #ocaml
polin8|testing is now known as polin8
polin8 is now known as polin8|testing
giedi__ has joined #ocaml
<stepcut>
okay, I hack things up so that I toss the comments out, but atleast I can get the rest working for now
mattam_ has quit [Read error: 113 (No route to host)]
polin8|testing is now known as polin8
gehel has quit ["changing servers"]
gehel has joined #ocaml
stepcut has quit [Remote closed the connection]
rox has quit ["sleep"]
Kinners has quit ["leaving"]
xtrm has quit [Read error: 104 (Connection reset by peer)]
xtrm has joined #ocaml
lament has joined #ocaml
asqui has quit [Read error: 110 (Connection timed out)]
docelic is now known as nudedude
mattam has joined #ocaml
nudedude is now known as docelic
iry has joined #ocaml
iry has quit [Client Quit]
provid has joined #ocaml
asqui has joined #ocaml
Yurik has joined #ocaml
kev has quit ["leaving"]
<Yurik>
hi all
<docelic>
hey
Yurik has quit [Read error: 54 (Connection reset by peer)]
Yurik_ has joined #ocaml
Yurik_ is now known as Yurik
lament has quit ["Non sunt in celi quia fuccant uuiuys of heli"]
Yurik has quit [Read error: 54 (Connection reset by peer)]
Yurik has joined #ocaml
<Yurik>
re
Yurik_ has joined #ocaml
Yurik has quit [Read error: 54 (Connection reset by peer)]
Yurik_ is now known as Yurik
Yurik_ has joined #ocaml
Yurik has quit [Read error: 104 (Connection reset by peer)]
Yurik_ has quit ["÷ÙÛÅÌ ÉÚ XChat"]
esabb has joined #ocaml
polin8_ has joined #ocaml
polin8_ has quit [Client Quit]
gehel has quit [Read error: 60 (Operation timed out)]
smklsmkl is now known as smkl
mattam_ has joined #ocaml
mattam has quit [Read error: 110 (Connection timed out)]
giedi__ has quit ["Client Exiting"]
asqui has quit ["Now I am gone..."]
asqui has joined #ocaml
nkoza has quit [Read error: 113 (No route to host)]
skylan has quit [Read error: 104 (Connection reset by peer)]
skylan has joined #ocaml
nkoza has joined #ocaml
lindril has quit [Read error: 104 (Connection reset by peer)]
lindril has joined #ocaml
zack has joined #ocaml
<zack>
hi all
<zack>
Am I missing something or in lablgtk there is no method like "get_selection" for CList widgets that return a list of selected rows?
<zack>
the only way I found to have the selection is register an handler that is invoked each time a row is selected/deselected, but it seems to me absurd that there is no simpler way ...
lindril has quit [Connection reset by peer]
lindril has joined #ocaml
lindril has quit [Operation timed out]
Dalroth has joined #ocaml
lament has joined #ocaml
zack has quit ["Client Exiting"]
michaelpruskowsk has joined #ocaml
<michaelpruskowsk>
exit
michaelpruskowsk has quit ["BitchX: its shagadellic, baby!"]
<lament>
heh.
stepcut has joined #ocaml
<stepcut>
is it possible to declare new types and use them in your parser.mly (with ocamlyacc)
<stepcut>
I put %{ type = ltype = AVL | NONAVL;; }% but the compile fails to build parser.mli because it doesn't recognized the type
<whee>
stepcut you can do anything you want in a parser file, include declare types
<whee>
including even
Kinners has joined #ocaml
<stepcut>
hrm
<stepcut>
but how do I get the new type declaration into the automatically generated .mli file...