Deprecation cleanup

Wed Oct  9 16:52:53 2002  Manish Singh  <yosh@gimp.org>

        * gtk/gtkclipboard.[ch] gtk/gtkeditable.[ch] gtk/gtkgc.c
        gtk/gtkoptionmenu.[ch] gtk/gtkselection.c gtk/gtksizegroup.[ch]:
        Deprecation cleanup
This commit is contained in:
Manish Singh
2002-10-09 23:55:27 +00:00
committed by Manish Singh
parent 9565f3ffb2
commit 8b6ce08115
16 changed files with 163 additions and 121 deletions

View File

@ -83,7 +83,7 @@ struct _GtkEditableClass
gint (* get_position) (GtkEditable *editable);
};
GtkType gtk_editable_get_type (void) G_GNUC_CONST;
GType gtk_editable_get_type (void) G_GNUC_CONST;
void gtk_editable_select_region (GtkEditable *editable,
gint start,
gint end);