Re: Are there such tings like custom signals?

2012-01-23 Thread Manuel Ferrero
Il 20/01/2012 18.08, Jack ha scritto: However, that is separate from knowing that the button has been pushed, so you can then start the communications. For this, is there any reason to use a custom signal? Wouldn't it be easier to catch the standard signal emitted when a button is pushed, by

Standardizing file open etc

2012-01-23 Thread Mixbus JohnE
Our 'C' program uses 'open()' and the like for dealing with disk files. This seems to work okay on Linux but not so well on Windows if there are (say) Greek or Russian characters in the file path. I'm not a Linux programmer so I assume that 'open()' on Linux must be UTF-8 aware maybe?? On

Re: Standardizing file open etc

2012-01-23 Thread Michael Cronenworth
Mixbus JohnE wrote: Our 'C' program uses 'open()' and the like for dealing with disk files. This seems to work okay on Linux but not so well on Windows if there are (say) Greek or Russian characters in the file path. I'm not a Linux programmer so I assume that 'open()' on Linux must be

Re: Are there such tings like custom signals?

2012-01-23 Thread Michael Torrie
On 01/23/2012 02:18 AM, Manuel Ferrero wrote: Il 20/01/2012 18.08, Jack ha scritto: However, that is separate from knowing that the button has been pushed, so you can then start the communications. For this, is there any reason to use a custom signal? Wouldn't it be easier to catch the

Re: Are there such tings like custom signals?

2012-01-23 Thread Chris Vine
On Mon, 23 Jan 2012 08:41:22 -0700 Michael Torrie torr...@gmail.com wrote: On 01/23/2012 02:18 AM, Manuel Ferrero wrote: Il 20/01/2012 18.08, Jack ha scritto: However, that is separate from knowing that the button has been pushed, so you can then start the communications. For this, is

Re: Re : Iconview stock items

2012-01-23 Thread Nicolas SOUBEIRAN
You should have read the compiler warning (and the runtime warning) : the icon_view var is not initialized when you call init_model GtkWidget *icon_view; // call of uninitialized icon_view in function init_model icon_view = gtk_icon_view_new_with_model(init_model(icon_view)); You should have

[beginner] widget layout and resizing

2012-01-23 Thread Axel FILMORE
Hi there, I'm developing an experimental panel, not something really serious currently, just to learn Gtk+ and Vala. I've done a few things yet, creating an application menu, adding some launchers, adding some widgets like, a pager, a window list from libwnck. I searched into existing

need help in looping many times...

2012-01-23 Thread Gary Kline
thanks to a slew of you guys assistance, i have the beginnings of a gtk written in C. i'm into my 6th week of this and keep getting ideas from a few on this this. vbc.tgz is enclosed; find someplace to save it, untar and make the 'vbc' binary. the button i have a question about it labeled Run

Re: need help in looping many times...

2012-01-23 Thread Michael Torrie
On 01/23/2012 07:17 PM, Gary Kline wrote: vbc.tgz is enclosed; find someplace to save it, untar and make the 'vbc' binary. Unfortunately the attachment seems to have been filtered out by the mailing list. Can you post it on our web site somewhere perhaps and post a link here?

Re: need help in looping many times...

2012-01-23 Thread Gary Kline
On Mon, Jan 23, 2012 at 08:59:40PM -0700, Michael Torrie wrote: Date: Mon, 23 Jan 2012 20:59:40 -0700 From: Michael Torrie torr...@gmail.com To: gtk-app-devel-list@gnome.org Subject: Re: need help in looping many times... On 01/23/2012 08:49 PM, Michael Torrie wrote: On 01/23/2012 07:17