Module: gtk-widgets Synopsis: Manually coded additions to the automatic translation. Author: Andy Armstrong Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: Functional Objects Library Public License Version 1.0 Dual-license: GNU Lesser General Public License Warranty: Distributed WITHOUT WARRANTY OF ANY KIND /// Type coercion functions define gtk-type-cast-function GTK-LABEL => ; define gtk-type-cast-function GTK-BUTTON => ; define gtk-type-cast-function GTK-TOGGLE-BUTTON => ; define gtk-type-cast-function GTK-CHECK-BUTTON => ; define gtk-type-cast-function GTK-RADIO-BUTTON => ; define gtk-type-cast-function GTK-ENTRY => ; define gtk-type-cast-function GTK-TEXT => ; define gtk-type-cast-function GTK-CLIST => ; define gtk-type-cast-function GTK-HSCALE => ; define gtk-type-cast-function GTK-VSCALE => ; define gtk-type-cast-function GTK-HSCROLLBAR => ; define gtk-type-cast-function GTK-VSCROLLBAR => ; define gtk-type-cast-function GTK-MENU => ; define gtk-type-cast-function GTK-MENU-BAR => ; define gtk-type-cast-function GTK-MENU-ITEM => ; /// Opaque structures // Since it doesn't matter what an opaque structure is, make it an int define inline constant = ; // These are opaque GTK structures define inline constant <_GtkLabelWord> = ; define inline constant <_GtkTextFont> = ;