New modes for GtkProgressBar

2011-10-31 Thread Rhishikesh
Hi All,
I have been working on a gtk+ based project in which we had to design some
customised UI widget using GTK+.
As part of that project, we have created two new modes of appearence and
operation for the GtkProgressBar widget. I have attached the screen shots
of both of those modes with this mail.

Please provide feedback as to how useful these would be to incorporate into
the default gtkprogressbar widget code.

First mode would be an activity mode which could be used for showing
ongoing indeterminate activity
The second mode could be used for any situation where a sort of seekbar is
required (video playback progress etc.)

Thanks in advance
Rhi

-- 
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning

Maverick
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Filter functions and client side windowing

2011-10-31 Thread Rhishikesh
Hi guys,
Gentle reminder.

Any help on this any help at all would be really useful

Thanks

On Fri, Oct 21, 2011 at 2:08 PM, Rhishikesh  wrote:

> Hi
> I have been using the GdkFilterFunction mechanism in my library for
> snooping and processing certain events coming from the Xserver.
> My code involves the correct detection of the corresponding gdk-window on
> which the XEvent originated. Since the migration to client side windowing,
> that mechanism has changed and so every XEvent is reported only on the
> single Xwindow.
> I would like to know if there is a method or api which can give me the
> appropriate gdkwindow in the filter function.
>
> Sorry to be posting this question so late considering that the client side
> windowing was introduced ages ago. But i would really like to know if
> somebody has faced a similar situation and how it can resolved.
>
> Thanks
> Rhi
>
> --
> Programming today is a race between software engineers striving to build
> bigger and better idiot-proof programs, and the Universe trying to produce
> bigger and better idiots. So far, the Universe is winning
>
> Maverick
>



-- 
Programming today is a race between software engineers striving to build
bigger and better idiot-proof programs, and the Universe trying to produce
bigger and better idiots. So far, the Universe is winning

Maverick
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: New modes for GtkProgressBar

2011-10-31 Thread Milan Bouchet-Valat
Le lundi 31 octobre 2011 à 15:54 +0530, Rhishikesh a écrit :

> First mode would be an activity mode which could be used for showing
> ongoing indeterminate activity
...and wouldn't you use a GtkSpinner for this? ;-)


Cheers
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: New modes for GtkProgressBar

2011-10-31 Thread Bastien Nocera
On Mon, 2011-10-31 at 17:44 +0100, Milan Bouchet-Valat wrote:
> Le lundi 31 octobre 2011 à 15:54 +0530, Rhishikesh a écrit :
> 
> > First mode would be an activity mode which could be used for showing
> > ongoing indeterminate activity
> ...and wouldn't you use a GtkSpinner for this? ;-)

Or the "activity mode" of GtkProgressBar, if you want to switch that
progress bar to a determinate progress. See gtk_progress_bar_pulse().

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list