Re: How to set the font's size of the GtkLabel?

2008-08-28 Thread Tomas Carnecky
Dov Grobgeld wrote: > Hi Lazy (great name), > > The way to do it is to set the name of the label through: > > gtk_widget_set_name(label, "foo"); > > and then define a style for the name "foo", that includes a font > specification: > > gtk_rc_parse_string("style \"foo\" {\n" >

Re: How to put widget in CUSTOM GtkContainer

2008-04-29 Thread Tomas Carnecky
AlannY wrote: > Tomas Carnecky wrote: >> AlannY wrote: >> That still isn't the whole code! What does grid_class_init() do? Attach >> both the whole grid header and source file to the email. > > /* ** */ > > st

Re: How to put widget in CUSTOM GtkContainer

2008-04-29 Thread Tomas Carnecky
AlannY wrote: > Hi there, my name is Alan and I have some troubles with GtkContainer. > > It's about 2 days, I already have spent trying to solve it, but I (i > guess) can't. > > I'm writing a program, which looks like: > +-+ > | Main Window (GtkWindow) | > | +---