Re: how to make a deletion slot?

2006-10-31 Thread Paul Pogonyshev
Paul Davis wrote: On Mon, 2006-10-30 at 01:00 +0200, Paul Pogonyshev wrote: Hi, Is there a way to make a slot that calls `delete arg' on its argument pointer (of a known type.) It is trivial to write a one-line function for it, but maybe there is a standard one ready for this? its

Re: how to make a deletion slot?

2006-10-30 Thread Paul Davis
On Mon, 2006-10-30 at 01:00 +0200, Paul Pogonyshev wrote: Hi, Is there a way to make a slot that calls `delete arg' on its argument pointer (of a known type.) It is trivial to write a one-line function for it, but maybe there is a standard one ready for this? its not as trivial as you

Re: how to make a deletion slot?

2006-10-30 Thread Paul Davis
On Mon, 2006-10-30 at 15:42 -0500, Paul Davis wrote: On Mon, 2006-10-30 at 01:00 +0200, Paul Pogonyshev wrote: Hi, Is there a way to make a slot that calls `delete arg' on its argument pointer (of a known type.) It is trivial to write a one-line function for it, but maybe there is a

how to make a deletion slot?

2006-10-29 Thread Paul Pogonyshev
Hi, Is there a way to make a slot that calls `delete arg' on its argument pointer (of a known type.) It is trivial to write a one-line function for it, but maybe there is a standard one ready for this? Paul ___ gtkmm-list mailing list