Explicitely deprecate gdk_gc_set_font() (reported by Jeff Franks.)
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com> * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font() (reported by Jeff Franks.)
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
Tue Dec 18 16:15:55 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
|
||||
(reported by Jeff Franks.)
|
||||
|
||||
Tue Dec 18 16:07:28 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gdk/gdkkeys.h (struct _GdkKeymapClass): Fix
|
||||
|
||||
@ -206,8 +206,10 @@ void gdk_gc_set_foreground (GdkGC *gc,
|
||||
GdkColor *color);
|
||||
void gdk_gc_set_background (GdkGC *gc,
|
||||
GdkColor *color);
|
||||
#ifndef GDK_DISABLE_DEPRECATED
|
||||
void gdk_gc_set_font (GdkGC *gc,
|
||||
GdkFont *font);
|
||||
#endif /* GDK_DISABLE_DEPRECATED */
|
||||
void gdk_gc_set_function (GdkGC *gc,
|
||||
GdkFunction function);
|
||||
void gdk_gc_set_fill (GdkGC *gc,
|
||||
|
||||
Reference in New Issue
Block a user