Re: one function to go...

2012-12-28 Thread Stefan Sauer
On 12/23/2012 10:39 PM, Gary Kline wrote: > > guys, > > I need one 'quit' button in a small widget that says via the label > = gtk_label_new("File does not exist");, and displays "OK" with > the "Enter" key icon. Instead of having the user click on a > "Quit" or "C

Re: one function to go...

2012-12-23 Thread Gary Kline
On Mon, Dec 24, 2012 at 12:37:07AM +0100, David Nečas wrote: > On Sun, Dec 23, 2012 at 02:35:31PM -0800, Gary Kline wrote: > > in this "popup" dialog I would have a few words that the > > "file does not exist" and want a button WITH the "Enter-key" > > icon that gives an iconic clue that all the us

Re: one function to go...

2012-12-23 Thread David Nečas
On Sun, Dec 23, 2012 at 02:35:31PM -0800, Gary Kline wrote: > in this "popup" dialog I would have a few words that the > "file does not exist" and want a button WITH the "Enter-key" > icon that gives an iconic clue that all the user need do is > hit the enter key. I suppose if the users could, if

Re: one function to go...

2012-12-23 Thread Gary Kline
On Sun, Dec 23, 2012 at 10:57:47PM +0100, Andreas Rönnquist wrote: > On Sun, 23 Dec 2012 13:39:46 -0800, > Gary Kline wrote: > > > > > > > guys, > > > > I need one 'quit' button in a small widget that says via the > > label = gtk_label_new("File does not exist");, and displays > >

Re: one function to go...

2012-12-23 Thread Andreas Rönnquist
On Sun, 23 Dec 2012 13:39:46 -0800, Gary Kline wrote: > > > guys, > > I need one 'quit' button in a small widget that says via the > label = gtk_label_new("File does not exist");, and displays > "OK" with the "Enter" key icon. Instead of having the user > click on

one function to go...

2012-12-23 Thread Gary Kline
guys, I need one 'quit' button in a small widget that says via the label = gtk_label_new("File does not exist");, and displays "OK" with the "Enter" key icon. Instead of having the user click on a "Quit" or "Close" button, just hitting "Enter" would re