|
|

楼主 |
发表于 2006-2-23 08:37:30
|
显示全部楼层
我的网页是可以显示的,我的使用编译命令gcc gtk2.c -o gtk2 -I //usr/include/gtk-1.2 `pkg-config --cflags --libs gtk+` 编译过去但是没有汉字我的配置文件
# $(gtkconfigdir)/gtkrc.zh_CN
#
# This file defines the fontsets for Chinese language (zh) using
# the simplified chinese standard GuoBiao as in mainland China (CN)
#
# 1999, Pablo Saratxaga <pablo@mandrakesoft.com>
#
style "gtk-default-zh-cn" {
fontset = "-adobe-helvetica-medium-r-normal--16-*-*-*-*-*-iso8859-1,\
-*-*-medium-r-normal--16-*-*-*-*-*-gb2312.1980-0,*-r-*"
}
class "GtkWidget" style "gtk-default-zh-cn" |
|