Re: multiple GTKentry inside a GTKnotebook

2012-06-24 Thread Rudra Banerjee
Mariano, Thanks for your help. But this is not what I am looking for. What I want is I will choose the combobox entry and fill up the entry box data manually. Then if I click ok button, it will append an external file with those data. Please see the quoted reply I made in this thread to your

[vala] Program segfaults when trying to do anything with treepath of a selected IconView item

2012-06-24 Thread Filip Lamparski
Hello, I have an signal handler which activates when an icon in an IconView is activated. As I understand, such event produces a TreePath object. The problem is that whenever this signal is fired, the program segfaults. Here's the code: [CCode (instance_pos = -1)] public void on_filter_selected

glib thread support win32

2012-06-24 Thread Marko Lindqvist
I'm tryin to cross-compile glib-2.32.x to mingw on linux host. I'm using scripts, and configure options, that used to work for earlier versions. Now compilation fails because there's no pthread.h. What is supposed to happen there? 1) Glib should not use pthread.h, but native windows threads. 2)

Re: glib thread support win32

2012-06-24 Thread Sergei Steshenko
- Original Message - From: Marko Lindqvist cazf...@gmail.com To: gtk-list@gnome.org Cc: Sent: Sunday, June 24, 2012 11:27 AM Subject: glib thread support win32 I'm tryin to cross-compile glib-2.32.x to mingw on linux host. I'm using scripts, and configure options, that used

Move toplevel window ignoring screen edges, docks

2012-06-24 Thread Thomas Jollans
Hi, I'm looking for a way to place a window freely, possibly partially outside the confines of the screen, without that window being always-on-top. When calling gtk_window_move on a window of type GTK_WINDOW_TOPLEVEL, the window manager respects the screen edges and panels and place the

Re: glib thread support win32

2012-06-24 Thread Dieter Verfaillie
On Sun, 24 Jun 2012 11:27:36 +0300, Marko Lindqvist wrote: Relevant part of stderr: The following 3 warnings have been there for ages, but: configure: WARNING: I can't find the MACRO to enable thread safety on your platform (normally it's _REENTRANT). I'll not use any flag

missing stamp-gtkmarshalers.h

2012-06-24 Thread lanre
I can't compile gtk+3.4.0. Looks like stamp-gtkmarshalers.his missing from the source bundle. I'm on Centos 6.2 64 bit.Here's the error.make[2]: Leaving directory `/home/lsarumi/Downloads/gtk+-3.4.0/gdk'Making all in gtkmake[2]: Entering directory `/home/lsarumi/Downloads/gtk+-3.4.0/gtk' GEN

Re: missing stamp-gtkmarshalers.h

2012-06-24 Thread Jasper St. Pierre
Looks like your glib version is too old, and you need a newer version of glib-genmarshal. On Sun, Jun 24, 2012 at 7:51 PM, la...@ijebu.com wrote: I can't compile gtk+3.4.0. Looks like stamp-gtkmarshalers.h  is missing from the source bundle.  I'm on Centos 6.2 64 bit. Here's the error.

RE: missing stamp-gtkmarshalers.h

2012-06-24 Thread lanre
Thanks. I actually had the newer version in a prefix directory. even though i included that in the PKG_CONFIG_PATH i neglected to modify PATH and LD_LIBRARY_PATH. That did the trick.but then i go fresh errors. see below. I search the archive and it seems others had the same problem about a month

Re: Issue with Glib 1.260 in Windows 7

2012-06-24 Thread Martin Schlemmer
On 2012/06/23 at 04:55 PM, Torsten Schoenfeld kaffeeti...@gmx.de wrote: On 15.06.2012 17:13, Martin Schlemmer wrote: Might have spoken too soon, or different issue. I get the following backtrace only with 1.260 and not 1.240. To reproduce I simply used the latest Git versions of Glib::Soup