Hello.

2005-12-31 Thread Glenn Martin
Ive got a little GTK 2 project going on. Im using Glade and Kdev on Linux and MS VS 7.1 on Windows. Everyhting compiles fine on both systems. It runs fine on Linux however after compiling on Windows if i run it out side of the VS Run Debug Mode environment gives me a cryptic error. If i run it with

Can I get the raw array to image data?

2005-12-31 Thread Gnaural
I'm posting here because a lot of the Windows apps I'd like to port to GTK depend on graphical steps that I simply don't know how to do in GTK, and I know that many of you have a great deal of Win32 experience and probably know what I am getting at better than I can even find the words to describe.

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: building modules/plugins (GModule) in a portable way

2005-12-31 Thread David Necas (Yeti)
On Thu, Dec 29, 2005 at 01:15:02PM +0100, Olivier Sessink wrote: > we have excellent portable GModule functions for module loadingin glib, > but how do we compile them in a portable way? I thought libtool was the > solution, but I have little success there. > > My plugin uses symbols that are expo

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