Skip to content
  • Manish Singh's avatar
    add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c. · bc035915
    Manish Singh authored
    Tue Nov 19 17:05:51 2002 Manish Singh  <yosh@gimp.org>
    
    	* gtk/Makefile.am: add -DGTK_DISABLE_DEPRECATED. #undef it at the
    	top of gtktypebuiltins.c.
    
    	* gtk/gtkclist.c
    	* gtk/gtkcombo.c
    	* gtk/gtkctree.c
    	* gtk/gtklist.c
    	* gtk/gtklistitem.c
    	* gtk/gtkoldeditable.c
    	* gtk/gtkpixmap.c
    	* gtk/gtkpreview.c
    	* gtk/gtksignal.c
    	* gtk/gtktext.c
    	* gtk/gtktipsquery.c
    	* gtk/gtktree.c
    	* gtk/gtktreeitem.c
    	* gtk/gtktypeutils.c: #undef GTK_DISABLE_DEPRECATED, deprecated widgets
    	and compat code.
    
    	* gtk/gtkcolorsel.c: move gtk_color_selection_set_color implementation
    	to set_color_internal, and use that. The deprecated function now
    	merely wraps it.
    
    	* gtk/gtkfontsel.c: same as above, except with
    	gtk_font_selection_get_font.
    
    	* gtk/gtknotebook.c: same as above, except with
    	gtk_notebook_set_homogeneous, and gtk_notebook_set_tab_{border,
    	hborder,vborder}.
    
    	* gtk/gtkprogressbar.c: same as above, except with
    	gtk_progress_bar_set_{bar_styp...
    bc035915