Re: Scrolling text in Gtk

2009-09-17 Thread pankaj.chikhale
vailable at >> www.gtkbook.com >> >> - Micah Carrick >> >> Developer - http://www.micahcarrick.com >> GTK+ Forums - http://www.gtkforums.com >> >> >> >> Tuvok wrote: >>> Hi, >>> >>> What I need to do, is

Re: Scrolling text in Gtk

2009-09-17 Thread pankaj.chikhale
www.micahcarrick.com > GTK+ Forums - http://www.gtkforums.com > > > > Tuvok wrote: >> Hi, >> >> What I need to do, is to make a bar with scrolling text inside it (like >> the bars with stock prices on tv). >> >> I've tried two methods, both of

Re: Scrolling text in Gtk

2008-05-28 Thread Gian Mario Tagliaretti
On Mon, May 26, 2008 at 3:23 PM, Tuvok <[EMAIL PROTECTED]> wrote: > What I need to do, is to make a bar with scrolling text inside it (like > the bars with stock prices on tv). A more modern canvas library such as goocanvas comes with animation support, it should be really trivial

Re: Scrolling text in Gtk

2008-05-28 Thread Micah Carrick
per - http://www.micahcarrick.com GTK+ Forums - http://www.gtkforums.com Tuvok wrote: > Hi, > > What I need to do, is to make a bar with scrolling text inside it (like > the bars with stock prices on tv). > > I've tried two methods, both of which are very slow. I'v

Scrolling text in Gtk

2008-05-26 Thread Tuvok
Hi, What I need to do, is to make a bar with scrolling text inside it (like the bars with stock prices on tv). I've tried two methods, both of which are very slow. I've done it with Canvas and with Cairo. Below follows code. Did I do something wrong? Is there a way to make this code

Re: scrolling text

2005-12-29 Thread Daniel Pekelharing
If you are familiar with OpenGL, you could try using GtkGLExt, (assuming that you want to write your own one, and that it must use Gtk +) http://gtkglext.sourceforge.net/ It would not be hard to make opengl scroll text... - Just a suggestion, that's what I would do.. Hope this helps, Daniel On

scrolling text

2005-12-29 Thread Jerry Geis
I am looking for an app to scroll text right to left full screen with no flicker. very smooth scroll. Any suggestions. jerry ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Auto Scrolling Text

2005-02-23 Thread Harring Figueiredo
--- Andrew Gatt <[EMAIL PROTECTED]> wrote: > Hi, > > Does anyone know how to create a text widget, that if > you set text wider than the widget it will > automatically scroll the text held in the buffer? Or > point me in the right direction of an example? > > Thanks > Andrew gFTP has this f

Re: Auto Scrolling Text

2005-02-22 Thread Maciej Katafiasz
Dnia 22-02-2005, wto o godzinie 12:47 +, Andrew Gatt napisaƂ: > Does anyone know how to create a text widget, that if > you set text wider than the widget it will > automatically scroll the text held in the buffer? Or > point me in the right direction of an example? Check out Gnu Gadu (http://

Auto Scrolling Text

2005-02-22 Thread Andrew Gatt
Hi, Does anyone know how to create a text widget, that if you set text wider than the widget it will automatically scroll the text held in the buffer? Or point me in the right direction of an example? Thanks Andrew ___ gtk-app-devel-list mailing list gt