Internal Data

2003-07-10 Thread Gortari Nicholas-p56512
Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked callback. Ideas? ___

Re: Internal Data

2003-07-10 Thread Dave Malcolm
On Thu, 2003-07-10 at 19:52, Gortari Nicholas-p56512 wrote: Is there any way to add a widget or some sort of object to a window that will hold internal/hidden data? I am writing a dialog that receives an integer value on creation and then passes that same value to a on_button_clicked