Getting Background app into focus

2006-11-28 Thread Kaustubh Atrawalkar
How to get a background running application into focus by another application? I mean there is a gtk application running on which another gtk application is running. Now i need to get that background application into focus from 3rd application like application switcher. I tried to used the gtk_

Re: touchscreen mode (Re: Pluggable widget types and implementations)

2006-11-28 Thread Tristan Van Berkom
Tim Janik wrote: > On Tue, 28 Nov 2006, Tristan Van Berkom wrote: > >> /me strays a little offtopic... >> >> As someone with a background writing applications for the touchscreen, >> I'm happy to see there's been an interest over the last year... my >> personal opinion is that the desktop is not f

touchscreen mode (Re: Pluggable widget types and implementations)

2006-11-28 Thread Tim Janik
On Tue, 28 Nov 2006, Tristan Van Berkom wrote: > /me strays a little offtopic... > > As someone with a background writing applications for the touchscreen, > I'm happy to see there's been an interest over the last year... my > personal opinion is that the desktop is not for the touchscreen, and th

Re: Pluggable widget types and implementations

2006-11-28 Thread Tim Janik
On Tue, 28 Nov 2006, Murray Cumming wrote: > On Tue, 2006-11-28 at 15:03 +, Ross Burton wrote: >> On Tue, 2006-11-28 at 14:53 +0100, Tim Janik wrote: >>> Resulting in gtk_file_selection_new() to return objects of the custom type >>> gtkfileselector_derived_type, and gtk_printer_selection_new()

Re: Pluggable widget types and implementations

2006-11-28 Thread Tim Janik
On Tue, 28 Nov 2006, Ross Burton wrote: > On Tue, 2006-11-28 at 14:53 +0100, Tim Janik wrote: >> Resulting in gtk_file_selection_new() to return objects of the custom type >> gtkfileselector_derived_type, and gtk_printer_selection_new() to return >> objects of the custom type iface_implementation_

Re: Pluggable widget types and implementations

2006-11-28 Thread Murray Cumming
On Tue, 2006-11-28 at 15:03 +, Ross Burton wrote: > On Tue, 2006-11-28 at 14:53 +0100, Tim Janik wrote: > > Resulting in gtk_file_selection_new() to return objects of the custom type > > gtkfileselector_derived_type, and gtk_printer_selection_new() to return > > objects of the custom type ifac

Re: Pluggable widget types and implementations

2006-11-28 Thread Tristan Van Berkom
Ross Burton wrote: > On Tue, 2006-11-28 at 14:53 +0100, Tim Janik wrote: > >>Resulting in gtk_file_selection_new() to return objects of the custom type >>gtkfileselector_derived_type, and gtk_printer_selection_new() to return >>objects of the custom type iface_implementation_type. > > > How wou

Re: Pluggable widget types and implementations

2006-11-28 Thread Ross Burton
On Tue, 2006-11-28 at 14:53 +0100, Tim Janik wrote: > Resulting in gtk_file_selection_new() to return objects of the custom type > gtkfileselector_derived_type, and gtk_printer_selection_new() to return > objects of the custom type iface_implementation_type. How would this interact with libglade/

Re: Pluggable widget types and implementations

2006-11-28 Thread Johan Dahlin
Magnus Bergman wrote: [..] >> Platform and desktop customization needs, especially in the embedded >> market go far beyond the themability support Gtk+ currently offers. >> E.g. for touchscreens, special input methods (hand writing >> recognition or virtual keyboards) need to be implemented, and >

Re: Pluggable widget types and implementations

2006-11-28 Thread Tim Janik
On Tue, 28 Nov 2006, Magnus Bergman wrote: > On Tue, 28 Nov 2006 14:53:33 +0100 (CET) > Tim Janik <[EMAIL PROTECTED]> wrote: > >> Hey all, >> >> this is a proposal for allowing pluggable widget types and >> implementations, assorted bug report: >> http://bugzilla.gnome.org/show_bug.cgi?id=356864 >

Re: Pluggable widget types and implementations

2006-11-28 Thread Magnus Bergman
On Tue, 28 Nov 2006 14:53:33 +0100 (CET) Tim Janik <[EMAIL PROTECTED]> wrote: > Hey all, > > this is a proposal for allowing pluggable widget types and > implementations, assorted bug report: > http://bugzilla.gnome.org/show_bug.cgi?id=356864 > > Platform and desktop customization needs, especia

Pluggable widget types and implementations

2006-11-28 Thread Tim Janik
Hey all, this is a proposal for allowing pluggable widget types and implementations, assorted bug report: http://bugzilla.gnome.org/show_bug.cgi?id=356864 Platform and desktop customization needs, especially in the embedded market go far beyond the themability support Gtk+ currently offers. E.g.