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: 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


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
attachment: progress_bar_activity.pngattachment: progress_bar_knob_mode.png___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-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-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-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-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list