Proportional widget

2011-12-09 Thread Luis Lopez
Hi, I'm not sure if this list is the right place for this question, so excuse me if it isn't. I'm trying to write a "proportional" widget, or container maybe, a widget that respect some proportions for his size, like an squared-widget (1:1) or a 5star widget (5:1). This widget should request more

Why cani i initialize "prefix" with a default string?

2011-12-09 Thread Gary Kline
guys, i am appending a piece of gtk test code. it saves the internal filename buffer for "espeak -f %s ifbuf" to run on--to be the user's voice. if i set static char *prefix = "talk"; then back up and enter another string in the box at the bott

Re: Why cani i initialize "prefix" with a default string?

2011-12-09 Thread David Nečas
On Fri, Dec 09, 2011 at 05:40:09PM -0800, Gary Kline wrote: > guys, i am appending a piece of gtk test code. it saves the > internal filename buffer for "espeak -f %s ifbuf" to run > on--to be the user's voice. if i set > > static char *prefix = "talk"; > > then