Manuel Op de Coul wrote: > Use a type conversion: Gtk_Toggle_Button(Widget). > Actualy I started with this approach. But it raises CONSTRAINT_ERROR:"tag check failed" I looked at Widget'Tag. It was "GTK.WIDGET.GTK_WIDGET_RECORD". So I thought I need Glib.Object.Unchecked_Cast. But it fails. Any idea? Maxim