[gtkada] GObject properties
Manuel Op de Coul
manuel.op.de.coul at eon-benelux.com
Wed Sep 24 15:45:01 CEST 2003
>with Glib.Properties;
>[...]
>Glib.Properties.Get_Property (Label, Mnemonic_Keyval_Property);
Allright, with Get_Property this works indeed. But with Set_Property
the compiler still gives an error.
I also have a use clause for Gtk.Enums, which also has Set_Property
via the derived type.
So still doing Glib.Properties.Set_Property, but it says:
no candidate interpretations match the actuals:
expected private type "Property_C_Proxy" defined at
glib-properties.ads:117
found private type "Property_Uint_RO" defined at
glib-properties.ads:110
Do you also get this?
Manuel
More information about the gtkada
mailing list