Re: Question regarding Frames
- From: Tim Müller <zen18864 zen co uk>
- To: Vikram S Bartakke <vikram unm edu>, gtk-app-devel-list gnome org
- Subject: Re: Question regarding Frames
- Date: Tue, 11 Nov 2003 00:14:11 +0000
On Monday 10 November 2003 23:39, Vikram S Bartakke wrote:
I want to increase font size and change font color of the
frame-label. Can anyone tell me which api could be helpful for me to do
the needful.
GtkWidget *label;
label = gtk_frame_get_label_widget(GTK_FRAME(frame));
gtk_label_set_markup(GTK_LABEL(label), "<span size='x-large'
color='DarkRed'><b>foo</b></span>");
for example. (See the pango API docs for pango markup details).
cheers
-Tim
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]