On Wed, Jan 21, 2009 at 1:19 PM, Peter F. Patel-Schneider
wrote:
[...]
> Actually a more general solution would be to allow glade/gtkbuilder to add
> properties to widget classes. I don't know whether this would fly.
>
Glade lets you add properties and save them to the glade file, libglade
let y
Tristan Van Berkom wrote:
On Tue, Jan 20, 2009 at 7:27 AM, Peter F. Patel-Schneider
wrote:
[...]
As I expected, I guess, but it sure would be nice to be able to easily build
objects or handlers that have extra information in them in the form of
integers or strings. Just being able to initia
On Tue, Jan 20, 2009 at 7:27 AM, Peter F. Patel-Schneider
wrote:
[...]
> As I expected, I guess, but it sure would be nice to be able to easily build
> objects or handlers that have extra information in them in the form of
> integers or strings. Just being able to initialize the user-data propert
On Mon, Jan 19, 2009 at 6:25 PM, Peter F. Patel-Schneider
wrote:
> Hi:
>
> I have an application where I have many buttons (20-30) that all do the
> almost "same" thing. I would like to have this done without having to have
> different handlers for each button.
>
> It seems to me that the easiest