New function to wrap XSetDashes; modified gtkctree.c to use it.

* gdk/gdkgc.c gdk/gdk.h gtk/gtkctree.c (gdk_gc_set_dashes):
	New function to wrap XSetDashes; modified gtkctree.c to use it.
This commit is contained in:
Stefan Jeske
1998-05-05 15:00:12 +00:00
parent 7d8df9e60a
commit c3e04d86ec
12 changed files with 66 additions and 12 deletions

View File

@ -360,6 +360,10 @@ void gdk_gc_set_line_attributes (GdkGC *gc,
GdkLineStyle line_style,
GdkCapStyle cap_style,
GdkJoinStyle join_style);
void gdk_gc_set_dashes (GdkGC *gc,
gint dash_offset,
gchar dash_list[],
gint n);
void gdk_gc_copy (GdkGC *dst_gc,
GdkGC *src_gc);