Re: storing and recovering settings

2005-03-29 Thread Claudio Polegato Jr.
Oh, great! I will update my codes to use glib now. -- []'s Claudio Polegato Junior Um peregrino de problemas; Um pergaminho de soluções. Iago Rubio escreveu: On Tue, 2005-03-29 at 04:42 +0000, Claudio Polegato Jr. wrote: Hi. You can try CIniFile. Home page: http://inifile.sourceforg

Re: storing and recovering settings

2005-03-28 Thread Claudio Polegato Jr.
Hi. You can try CIniFile. Home page: http://inifile.sourceforge.net Source forge: http://sourceforge.net/projects/inifile/ -- []'s Claudio Um peregrino de problemas; Um pergaminho de soluções. Stefan Kost escreveu: Hi, I've done this by having an abstract settings class and two implementatio

Re: problem with gtk and frames

2005-03-27 Thread Claudio Polegato Jr.
Hi. Then try frame.set_border_width(pixels) to each frame. But I think your problem is on the vbox where you put the frames. Thus, set the vbox border with vbox.set_border_width(pixels) and spacing with vbox.set_spacing(pixels). []'s Claudio chaica escreveu: On Sun, 2005-03-27 at 21:09 +0400, Mis