Re: How to set a button to be activated when i press the enter key

2005-12-31 Thread Yiannis
if you are using glade to build your gui add an accelerator (enter) with a signal (clicked) to the OK button. On 31/12/05, Suresh Stephen <[EMAIL PROTECTED]> wrote: > > Hello, > Just wanted to know one thing , for example consider i have a > text entry and two buttons ok and cancel . Wat

Re: How to set a button to be activated when i press the enter key

2005-12-31 Thread David Necas (Yeti)
On Sat, Dec 31, 2005 at 03:39:59AM -0800, Suresh Stephen wrote: > Just wanted to know one thing , for example consider i have a text > entry and two buttons ok and cancel . Wat i want to perform is after adding > some data to the entry i just want to press enter so that the ok button is

How to set a button to be activated when i press the enter key

2005-12-31 Thread Suresh Stephen
Hello, Just wanted to know one thing , for example consider i have a text entry and two buttons ok and cancel . Wat i want to perform is after adding some data to the entry i just want to press enter so that the ok button is pressed, if any one knows a way to solve this i will be very