Re: [fpc-pascal]GTK problem

2003-10-06 Thread Peter Huesser
You should probably use the gtk2 for pascal units, which can be found at http://gtk2forpascal.sourceforge.net/, instead of the gtk units that came with fpc 1.0.10. Those units are for gtk 1.2. Thank's a lot Pedro ___ fpc-pascal maillist - [EMAI

RE: [fpc-pascal]GTK problem

2003-10-06 Thread Vincent Snijders
> -Oorspronkelijk bericht- > Van: Peter Huesser [mailto:[EMAIL PROTECTED] > Hello > > I am just learning gtk and try to translate the examples in the "GTK+2.0 > Tutorial" from Tony Gale and Ian Main to fpc. In chapter 7 there is a > simple button example which uses the "gtk_image_new_fro

Re: [fpc-pascal]GTK problem

2003-10-06 Thread Michael Van Canneyt
On Mon, 6 Oct 2003, Peter Huesser wrote: > Hello > > I am just learning gtk and try to translate the examples in the "GTK+2.0 Tutorial" > from Tony Gale and Ian Main to fpc. In chapter 7 there is a simple button example > which uses the "gtk_image_new_from_file" function to load a xpm file. Th

Re: [fpc-pascal]GTK problem

2003-10-06 Thread Marco van de Voort
> Hello > > I am just learning gtk and try to translate the examples in the "GTK+2.0 >Tutorial" from Tony Gale and Ian Main to fpc. In chapter 7 there is a simple >button example which uses the "gtk_image_new_from_file" function to load a >xpm file. This function is included in the gtk2 release bu

[fpc-pascal]GTK problem

2003-10-06 Thread Peter Huesser
Hello I am just learning gtk and try to translate the examples in the "GTK+2.0 Tutorial" from Tony Gale and Ian Main to fpc. In chapter 7 there is a simple button example which uses the "gtk_image_new_from_file" function to load a xpm file. This function is included in the gtk2 release but fpc doe