Re: [lazarus] accessing internal widgetset handle

2008-01-06 Thread Felipe Monteiro de Carvalho
Some documentation to access the interfaces directly is in the wiki: http://wiki.lazarus.freepascal.org/Accessing_the_Interfaces_directly But, as said, some recent changes were made. -- Felipe Monteiro de Carvalho _ To

[lazarus] accessing internal widgetset handle

2008-01-05 Thread Bee
Hi all, I'd like to create a gtk(2) app that has a non-rectangular form shape, using Lazarus of course. I know gtk(2) provides API for this purpose. The API requires a pointer to GTKWidget. But, I couldn't find any ways to get the widget pointer of Lazarus' form since Lazarus wraps the API

Re: [lazarus] accessing internal widgetset handle

2008-01-05 Thread Mattias Gaertner
On Sun, 06 Jan 2008 01:13:52 +0700 Bee [EMAIL PROTECTED] wrote: Hi all, I'd like to create a gtk(2) app that has a non-rectangular form shape, using Lazarus of course. I know gtk(2) provides API for this purpose. The API requires a pointer to GTKWidget. But, I couldn't find any ways to get

Re: [lazarus] accessing internal widgetset handle

2008-01-05 Thread Marc Weustink
Mattias Gaertner wrote: On Sun, 06 Jan 2008 01:13:52 +0700 Bee [EMAIL PROTECTED] wrote: Hi all, I'd like to create a gtk(2) app that has a non-rectangular form shape, using Lazarus of course. I know gtk(2) provides API for this purpose. The API requires a pointer to GTKWidget. But, I couldn't

Re: [lazarus] accessing internal widgetset handle

2008-01-05 Thread Marc Santhoff
Am Sonntag, den 06.01.2008, 01:13 +0700 schrieb Bee: BTW... which API should I use for this purpose, gtk or gdk? Both wrappers are provided in FPC/Lazarus and both provide similar API for the purpose. In term of Lazarus' LCL, what are the differences between both? Normally I'd tend to use