Re: Dialog boxes in seperate thread

2008-05-02 Thread David Conley (FRD)
Hmmm thats annoying. In this case the thread needs to pause and wait for user input so triggering the dialog in the root thread would allow the worker thread to continue without the required user input. Thanks for your help Dave Dave Conley Programmer Free Radical Design http://www.frd.co.uk On

valgrind helloworld example returns errors

2008-05-02 Thread Steven Kauffmann
Hello all, A few weeks ago I started with the gtk tutorial. I tried some of the examples and everything is working fine, but valgrind reports some errors (first hello world example)[*]. If those little examples already returns errors, further programs I'm going to write will also return errors, w

Re: Dialog boxes in seperate thread

2008-05-02 Thread David Conley (FRD)
Actually that doesn;t work anyway it seems. Although the dialog window displays, none of the contents do and the user input is locked in the idle function. Dave Conley Programmer Free Radical Design http://www.frd.co.uk On Wed, 30 Apr 2008, [EMAIL PROTECTED] wrote: > 2008/4/30 David Conley (FR

Re: Dialog boxes in seperate thread

2008-05-02 Thread jcupitt
2008/5/2 David Conley (FRD) <[EMAIL PROTECTED]>: > Hmmm thats annoying. In this case the thread needs to pause and wait for > user input so triggering the dialog in the root thread would allow the > worker thread to continue without the required user input. I'd split the thread into separate parts

Re: valgrind helloworld example returns errors

2008-05-02 Thread jcupitt
2008/5/2 Steven Kauffmann <[EMAIL PROTECTED]>: > A few weeks ago I started with the gtk tutorial. I tried some of the > examples and everything is working fine, but valgrind reports some > errors (first hello world example)[*]. These are just background and system errors, you can ignore them al

How to get the icon for a file type on WIN32?

2008-05-02 Thread yu jie
Hi, I'm trying to get the icon for a file type, for example ".pdf", on WIN32. Is there any way to solve this problem with GTK+ APIs? Thanks Best wishes. Kevin ___ gtk-app-devel-list mailing list gtk-app-devel-list@g

Re: How to put widget in CUSTOM GtkContainer

2008-05-02 Thread Milosz Derezynski
I don't believe that using set_parent() will actually place the widget inside the container; try gtk_container_add(GTK_CONTAINER(grid), widget); instead 2008/4/29 Tomas Carnecky <[EMAIL PROTECTED]>: > AlannY wrote: > > Hi there, my name is Alan and I have some troubles with GtkContainer. > > > >

GtkTreeView Expand All

2008-05-02 Thread Eric Pastoor
I am trying to figure how to recursively expand all from the current selection in a gtk tree. I know the function gtk_tree_view_expand_all(GtkTreeView*) will expand the entire tree. However, I have set up a right click menu with an option that I would like to expand everything from the current po

Re: [Gtk-sharp-list] GLADE or not GLADE???. gtk on rails

2008-05-02 Thread Michael Hutchinson
On Wed, Apr 30, 2008 at 6:11 PM, Martin (OPENGeoMap) <[EMAIL PROTECTED]> wrote: > hi all: > > We have a insteresting discusion about use libglade or not. In OOP > languajes like c++, c# or ruby it´s important find other methos to build > GUIs: > > http://www.ruby-forum.com/topic/150564#668485 >

Strange assertions on gtk_main_quit

2008-05-02 Thread Karl H. Beckers
Hi all, I'm puzzled by some assertions I'm seeing irregularly when closing my application through the window manager (delete event). This happens almost always if some other dialog windows which are normally shown have been destroyed before closing the application. However, it only happens in gtk