progress popup and flushing events

2010-01-09 Thread Chris Bare
I'm trying to display a popup status window while my application does a search. It works, but only appears after the search is done because I'm not flushing the requests and processing the events. What is the right way to do that in GTK? -- Chris Bare ch...@ba

how to catch window manager close

2010-01-08 Thread Chris Bare
al:9162): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkAboutDialog' I want to be able to catch the close even and just hide the window. -- Chris Bare ch...@bareflix.com ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnom

searching text

2010-01-05 Thread Chris Bare
ple way to convert mark into an offset into data? I realize that won't work right with non-ascii characters. #2 is there yet another set of gtk objects that will give me regex and case insensitive searches using an official api? -- Chris Bare ch...@bareflix.com __