Look and feel of Progressbars

2002-04-27 Thread Janos Blazi
Why is the PROGRESS.DISCRETE style deprecated? In my opinion those little blocks (displayed in different colour) look much, much better than the new continous style which in my opinion looks a bit dull. A good example is the new version of Pan. Would it not be sensible to allow for both styles?

Re: need help install GTK

2002-04-27 Thread Sven Neumann
Hi, Mathew Kohel [EMAIL PROTECTED] writes: Running ldconfig solved by problem. Does ldconfig need to be ran every time a new library is compiled or just when a new path is added to ld.so.conf? everytime a new library is installed in one of the paths listed in ld.so.conf and not handled by

pango 1.0.1 freetype 2.1.0 problem

2002-04-27 Thread Christian Quast
Hi, I have a problem compiling pango 1.0.1 with freetype 2.1.0 installed. At least I think that the problemis caused by freetype 2.1.0 because compiling pango with freetype 2.0.9 installed everthing worked fine. I've attached the compiling log I made ... Any help would be nice -- Christian

Re: gtkhtml reference

2002-04-27 Thread Neil Hodge
Yanko: Thanks for the info. Neil On Fri, 2002-04-26 at 03:29, Yanko Kaneti wrote: usually /usr/share/gnome/html/gtkhtml/index.html from your installed copy Cheers Yanko ___ gtk-list mailing list [EMAIL PROTECTED]

Scrollable large GdkWindows in GTK+ 2.0 - confusion!

2002-04-27 Thread james donohue
Hi all, Could somebody help me to understand the meaning of this intriguing quote: This means that you can implement scrolling by simply creating a huge GdkWindow and calling gdk_window_scroll() to move it around. gdk_window_scroll() will perform a fast, flicker-free scroll. Look at GtkTextView

Re: pango 1.0.1 freetype 2.1.0 problem

2002-04-27 Thread Sven Neumann
Hi, Christian Quast [EMAIL PROTECTED] writes: I have a problem compiling pango 1.0.1 with freetype 2.1.0 installed. At least I think that the problemis caused by freetype 2.1.0 because compiling pango with freetype 2.0.9 installed everthing worked fine. try to use pango from CVS (make sure

Re: Porting GDK?

2002-04-27 Thread Sven Neumann
Hi, Roy Wood [EMAIL PROTECTED] writes: I am investigating the feasibility of porting gdk and then gtk on top of SDL, the cross-platform graphics framebuffer library (http://www.libsdl.org/). Judging by the code in the fbdev and win32 ports, it looks like it's simply a matter of grinding

Re: Look and feel of Progressbars

2002-04-27 Thread Havoc Pennington
Janos Blazi [EMAIL PROTECTED] writes: Why is the PROGRESS.DISCRETE style deprecated? Because apps should not be hardcoding the application author's aesthetic preferences, they should be following the theme. If you like blocks, install a theme that draws blocks on your personal workstation.

Re: Scrollable large GdkWindows in GTK+ 2.0 - confusion!

2002-04-27 Thread Owen Taylor
james donohue [EMAIL PROTECTED] writes: Hi all, Could somebody help me to understand the meaning of this intriguing quote: This means that you can implement scrolling by simply creating a huge GdkWindow and calling gdk_window_scroll() to move it around. gdk_window_scroll() will perform

Re: Porting GDK?

2002-04-27 Thread Roy Wood
you might want to have a look at the DirectFB port (http://www.directfb.org/gtk.xml) Perhaps it is a better starting point for your porting efforts. But then, why would one want to port GTK+ to SDL if there's already a port to DirectFB ...? SDL runs on just about anything-- MacOS, Windows,

Re: Porting GDK?

2002-04-27 Thread rsteinke
From: Roy Wood [EMAIL PROTECTED] you might want to have a look at the DirectFB port (http://www.directfb.org/gtk.xml) Perhaps it is a better starting point for your porting efforts. But then, why would one want to port GTK+ to SDL if there's already a port to DirectFB ...? SDL runs on