Location for gspawn_win32_helper.exe in a static build.

2013-02-13 Thread Richard Shann
Hi, at GNU/Denemo we are currently trying to use mxe to build statically for windows. The gspawn_win32_helper.exe is built but installing it in the path does not seem to work, giving the same error message as when it wasn't available as a static binary: Failed to execute helper program (Invalid ar

Re: How to prevent windows to be raised at the top of the stack when clicked?

2013-02-13 Thread Michael Cronenworth
Olivier Guillion - Myriad wrote: > Is there a way to prevent a clicked window from being automatically sent to > top > of the stack ? > Any help would be greatly appreciated. You can use gtk_window_set_transient_for() to force stack ordering. ___ gtk-

How to prevent windows to be raised at the top of the stack when clicked?

2013-02-13 Thread Olivier Guillion - Myriad
Hi, I'm struggling with this problem for several days now, and can't find any solution. I'm writing an application for Ubuntu using GTK in C language. This application manages various windows (floating palettes, documents, toolbars, etc), with a complex stacking (Z-order) strategy. I would want

Re: Help Broadway Backend

2013-02-13 Thread Doug Blank
From: http://code.google.com/p/theunarchiver/issues/detail?id=346 "ld has recently been changed to require that executables explicitly link against the libraries that provide the symbols used by the executable. In previous versions, it was sufficient for these libraries to be pulled in indirectly

Re: use gchar as gtk_text_buffer: possible?

2013-02-13 Thread Emmanuele Bassi
hi; On 13 February 2013 11:22, Rudra Banerjee wrote: > Can I have something like this? no. you should also try and use another language than C, given your past history of questions on this mailing list. at least, pick up a book about C and learn the language. ciao, Emmanuele. -- W: http://w

use gchar as gtk_text_buffer: possible?

2013-02-13 Thread Rudra Banerjee
Can I have something like this? in main.h char* buffer; void in_program(){ gtk_text_buffer_set_modified (GTK_TEXT_BUFFER(buffer), TRUE); } I have defined buffer to have g_file_get_contents easily. So, any way to use gchar as gtk_text_buffer?

Changing GTK+ theme colors

2013-02-13 Thread Tomasz Jankowski
Hello, How can I change color of focus line (e.g. displayed around GtkHScale when it's selected)? Bye ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list