diff mac/dw.m @ 1075:3d117071a50b

Renamed Mac _dw_default_font() to dw_font_set_default() and added it on OS/2 and Windows. Function added to the public export list... GTK2/3 support will be added shortly.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 26 Jun 2011 02:07:49 +0000
parents 53fc692279fc
children 34f1d6f5f1c3
line wrap: on
line diff
--- a/mac/dw.m	Sat Jun 25 03:16:40 2011 +0000
+++ b/mac/dw.m	Sun Jun 26 02:07:49 2011 +0000
@@ -8929,7 +8929,12 @@
     free(tmp);
 }
 
-void _dw_default_font(char *fontname)
+/*
+ * Sets the default font used on text based widgets.
+ * Parameters:
+ *           fontname: Font name in Dynamic Windows format.
+ */
+void API dw_font_set_default(char *fontname)
 {
     if(DWDefaultFont)
     {