Re: [Gtk2forpascal-devel] Can you help me?
Brought to you by:
mgaertner
From: Olaf L. <le...@ne...> - 2002-08-02 14:26:31
|
Hi again! Why don't you create your own widget? Have a look at the tutorial at gtk.org. I think this might be easier. No, I was wrong.... this won't help you. But you can create your own record type that contains all the variables you need and some functions that allocate / deallocate memory for the record and some function that can access the record and manipulate it. This is the way I'd do it. Ciao, Olaf |