Index: htdocs/gtkrc-2.0 =================================================================== RCS file: /cvsroot/gaim/web/htdocs/gtkrc-2.0,v retrieving revision 1.5 diff -u -u -r1.5 gtkrc-2.0 --- htdocs/gtkrc-2.0 16 May 2004 19:16:28 -0000 1.5 +++ htdocs/gtkrc-2.0 22 May 2004 01:15:28 -0000 @@ -9,11 +9,26 @@ # ctrl-a == move to beginning of line, ctrl-e == move to end of line, etc. gtk-key-theme-name = "Emacs" -# The below section will allow you to set a separate font for the conversation window entry box and history box then for the rest of gaim and gtk. If you are using gaim 0.77 replace the two 'widget "*gtkconv...' lines with the 'widget_class...' line. +# The following section allows you to change the style of the conversation +# window widgets, log viewer widget, and request and notify window widgets. +# These only work in Gaim 0.78 or higher. style "imhtml-fix" { font_name = "Sans 10" } -widget "*gtkconv_entry" style "imhtml-fix" -widget "*gtkconv_imhtml" style "imhtml-fix" +# Set the widget style for the conversation entry box +widget "*gaim_gtkconv_entry" style "imhtml-fix" +# Set the widget style for the conversation +widget "*gaim_gtkconv_imhtml" style "imhtml-fix" + +# Set the widget style for the log viewer +widget "*gaim_gtklog_imhtml" style "imhtml-fix" + +# Set the widget style for IMHtml input widgets in request dialogs +widget "*gaim_gtkrequest_imhtml" style "imhtml-fix" +# Set the widget style for IMHtml widgets in notify dialogs +widget "*gaim_gtknotify_imhtml" style "imhtml-fix" + +# Uncommenting the line below sets all IMHtml widgets in Gaim to the same style +# and will work in Gaim versions prior to 0.78 #widget_class "*.GtkScrolledWindow.GtkIMHtml" style "imhtml-fix"