Hello all,
I am porting some pascal code from gtk 1.2 to 2.x using fpc 1.9.8.
Is there any difference between meaning of return values
of signal callbacks in GTK+ 1.2 and 2.x?
I have troubles when I try to to GtkEntry a sevice, that would check
whether some special key values were pressed, pro
Hello all,
In GTK2, the GtkCombo widget is marked as depreciated.
However, no information is given as it might be totally defunctional.
At least in linux libraries, up to 2.6, it seems to be quite good.
I am porting some pascal software form gtk 1.2 to 2.x using fpc 1.9.8.
None of my (previousl
Hello all,
I had a problem with porting some code from gtk1.2:
installed signal callbacks were blocking signasl propagation
despite fact they returned false.
I have found a solution by myself: old handlers returned one-byte
boolean. Threr was enough for gtk1.2, while gtk2 needs lognbool.
The
hi,
is there an actualized version of the freepascal documentation?
everything i find on the freepascal site is not uptodate enough for
1.9.8. i am also not able to find any documentation of the fcl. nor on
the fpc site neither on the laz site.
thanks in advance
bartek
_