But even after modifying the font, the button font is not getting changed. Its showing default font only (the font which i set for applications in gnome-font-properties)
Surya
On Thu, 2005-02-03 at 11:14 +0100, Alberto Paro wrote:
Surya Kiran Gullapalli wrote:
> Where am i doing wrong ?
> modify_font (fd) ;
>
You changed font of the Window!!
m_button.modify_font (fd) ;
And you change font of the button.
Hi,
Alberto