Help with Gtk TreeModel RowReference problem...

2009-07-07 Thread Freddie Unpenstein
Howdy folks... I'm stuck trying to find a non-horribly-hackish way to do something... So here goes... I have a ListStore containing records (rows) of the usual kinda thing, date, description, a few other fields. Selecting a row in the TreeView, brings up a dialog with that records details,

Re: one question about glib

2009-07-07 Thread Tor Lillqvist
When replying to a message on a mailing list (especially one about Open Source software), please reply to the mailing list, not to the message sender. The very point with public mailing lists is that discussion threads are kept public and archived for others to see. I am adding gtk-app-devel-list

one question about glib

2009-07-07 Thread Leao
Hello, List! Recently, I am writing a little program with gtk+ on win32 platform. In this program I use g_spawn_async_with_pipes(NULL,cmd_line,NULL,G_SPAWN_SEARCH_PATH,NULL,NULL,NULL,NULL,std_out,NULL,NULL); to call gcc and as a result the command line has executed successfully .However when I

Re: Simulating mouse input with gdk_event_put()?

2009-07-07 Thread neoTheSavior
I am a newbie in Gtk word. I am also want to emulate Mouse click event at given X, Y coordinates. Any help will be greatly appriciated. Thanks Bugzilla from d...@kegel.com wrote: I have figured out how to inject synthetic, or fake, keyboard events using gdk_event_put(), but I'm having