GTK and threads

2005-02-27 Thread Vlietstra, Joe (NSSD)
Our group has previously written several multithreaded GTK applications. We had a problem with a new application, investigated, read the API docs, and now we are completely confused about GTK threads. The example applications in the API documentation contain the following code snippet: gdk_thre

RE: GTK and threads

2005-02-28 Thread Vlietstra, Joe (NSSD)
Sven Neumann <[EMAIL PROTECTED]> writes: > "Vlietstra, Joe (NSSD)" <[EMAIL PROTECTED]> writes: > > Our group has previously written several multithreaded GTK > > applications. We had a problem with a new application, > > investigated, read the API d

RE: problems with threads

2005-03-24 Thread Vlietstra, Joe (NSSD)
Renato Araujo <[EMAIL PROTECTED]> wrote: > I create a aplication with gtkmm (C++) and the aplication start > various threads and this threads interact with gtk and change the > screen, but sometimes the aplication crash? what it is happening? Stian Skjelstad <[EMAIL PROTECTED]> responded: > Read

RE: gtk-list Digest, Vol 6, Issue 4

2004-10-05 Thread Vlietstra, Joe (NSSD)
> -Original Message- > Date: Sun, 3 Oct 2004 14:28:38 -0700 > From: "Hudson T. Clark" <[EMAIL PROTECTED]> > Subject: Big problem now Michael Torrie >_0 > To: <[EMAIL PROTECTED]> > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset="windows-1252" > > Ok well I picked the ad

RE: GtkEntry and numeric floating point input

2004-11-30 Thread Vlietstra, Joe (NSSD)
Neil Zanella <[EMAIL PROTECTED]> wrote: > I've got a GtkEntry and I need to confine user input into this widget > to numeric values which will fit into the underlying C data types. > What is the best way to do this? If the values were only allowed to > be integers I'd use a GtkSpinBox (I think tha

RE: spinbutton problem with numeric input

2004-12-07 Thread Vlietstra, Joe (NSSD)
Neil Zanella <[EMAIL PROTECTED]> wrote: > I am using a spinbutton for numeric input. The problem is that when I > set the numeric property to on I cannot seem to enter text with the > keyboard. On the other hand, when the numeric property is off, it is > possible to enter non-numeric junk character