Added properties to the ChimaraGlk widget: "default-font-description" and
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 2 May 2009 17:05:54 +0000 (17:05 +0000)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 2 May 2009 17:05:54 +0000 (17:05 +0000)
commite66286d2dba385eef01ef1d45a57e4cf8a0df04f
treeb184aced7fcc0c5886d4e9cd9ade8e65e885eb69
parent24aef54d7203143092c9a7c91096c54494590851
Added properties to the ChimaraGlk widget: "default-font-description" and
"monospace-font-description". They are the default fonts used in the Glk library. They can
either be set directly from PangoFontDescription structs, or by a string such as "Times 12".

This is for eventually solving issue #4.

git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@39 ddfedd41-794f-dd11-ae45-00112f111e67
configure.ac
docs/reference/chimara-sections.txt
src/chimara-glk-private.h
src/chimara-glk.c
src/chimara-glk.h
src/chimara.glade
src/main.c
src/window.c