firefox history

2006-04-23 Thread Himanshu Kathuria
I am trying to track the firefox address bar history. can anybody help me in how can i do it or how should i go about it Thanks Himanshu - Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your

active window tracking

2006-04-23 Thread Himanshu Kathuria
I am trying to track the Acive Window on my desktop at any given time. I need this information continuosly in real time. Using the source for XWININFO and XKILL i can now get the list of the windows that are are open and not minimized. But am still not able to get which window is active and

Pango-1.13.0 released [unstable]

2006-04-23 Thread Behdad Esfahbod
Pango-1.13.0 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.11/ or http://download.gnome.org/sources/pango/1.13/ e0ff0a52ef9690be02610508618bccd5 pango-1.13.0.tar.bz2 60166ab4b02c7d5db718cb810b0c2ba8 pango-1.13.0.tar.gz This is a development release leading up to Pango-1.14

implementing plugin types with a common base type

2006-04-23 Thread Philip Kovacs
Hi. I am developing a glib/gobject application that makes use of GTypeModule to load plugins that register service types with GType. I would like to derive these service types from a common gobject type.The question I have is where to define that common base type. I notice that this ba

Re: attaching to a process and injecting events

2006-04-23 Thread Michael Torrie
On Sun, 2006-04-23 at 11:40 -0400, Chris Capon wrote: > Hi all: > Is it possible (relatively easy) to write a tool which can attach to a > running GTK process and inject events into its event handler? > > > I am interested in automating the import of OFX/QFX files into GNUCash > and can't see an

attaching to a process and injecting events

2006-04-23 Thread Chris Capon
Hi all: Is it possible (relatively easy) to write a tool which can attach to a running GTK process and inject events into its event handler? I am interested in automating the import of OFX/QFX files into GNUCash and can't see an easy way other than driving the GUI. To do this there would need to

Re: Retrieving one selected element in a GtkTreeSelection (multiple)?

2006-04-23 Thread Daniel Pekelharing
On Sun, 2006-04-23 at 00:26 -0400, Guy Rouillier wrote: > Looks like gtk_tree_selection_get_selected_rows() is your available > alternative. Just use the first path in the list. > Thanks! I thought my question had been buried by now... ;) I suppose that would be the best route. -- Daniel Pek