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
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
>
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
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.
> >
> >
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
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
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
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
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
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
10 matches
Mail list logo