Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
On 24 Jun 2003 23:31:07 +0200 Soeren Sandmann <[EMAIL PROTECTED]> wrote: > > The variant that I use is > > > > 14 > > > 8 > > > false > > > > Ie. antialias, but only when the size is below

list-widget for gtk+

2003-06-24 Thread kingpepe
Hi! I'm searching for a list-widget for gtk+ (c++), like windows uses it to list up files in a file manager in detail mode. Can anyone help me?? Reply to my private address, please: [EMAIL PROTECTED] Thanks! -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie

Getting value from gtkadjustment

2003-06-24 Thread Shiraz Baig
I am trying to assign a color value to an item, through gtkadjustment. The min and max values are 0,256. But I cannot get any numerical value from anywhere. I tried adj->value, but it does not give the value that I require. Could anyone suggest, how to get a numerical value of the position of th

Re: GTK+-2.2.2 gc behavior

2003-06-24 Thread George M. Gallant
Owen, I use the gdk_set_line_attributes() to set the line thickness and end style. George Owen Taylor wrote: On Tue, 2003-06-24 at 19:44, George M. Gallant wrote: I am observing an odd behavior when using the widget->style->black_gc and either rulers or scrollbars. The line thickness of

Re: GTK+-2.2.2 gc behavior

2003-06-24 Thread Owen Taylor
On Tue, 2003-06-24 at 19:44, George M. Gallant wrote: > I am observing an odd behavior when using the widget->style->black_gc > and either ulers or scrollbars. The line thickness of the rulers and the > arrow heads of the scrollbars seem to follow the line thickness of my > drwaing area. I am perf

GTK+-2.2.2 gc behavior

2003-06-24 Thread George M. Gallant
I am observing an odd behavior when using the widget->style->black_gc and either ulers or scrollbars. The line thickness of the rulers and the arrow heads of the scrollbars seem to follow the line thickness of my drwaing area. I am performing a zoom in/out on a drawing by first writting to a pixm

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Soeren Sandmann
Geoff <[EMAIL PROTECTED]> writes: > Thanks for that edscott. As you will see from my reply to > Sven, setting GDK_USE_XFT=0 fixes the problem for the time > being. If the antialiasing is responsible for what I see, > then I hate it. I will have a look at the pango options. The variant that I u

GTK+ and gcc 2.95.3

2003-06-24 Thread Luiz Rafael Culik Guimaes
How to compile gtk with gcc 2.95.3 Regards Luiz --- UOL, o melhor da Internet http://www.uol.com.br/ ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: GTK+ and Java

2003-06-24 Thread Peter \"Firefly\" Lund
On Tue, 24 Jun 2003, Fahad Khalid wrote: > Please let me know if there is any support for Java in GTK+. Try google. You might feel lucky. -Peter Give a man a fish, and you'll feed him for a day; Give him a religion, and he'll starve to death while praying for a fish __

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
On Tue, 24 Jun 2003 15:09:24 -0400 Havoc Pennington <[EMAIL PROTECTED]> wrote: > With GNOME 2.2 you could also just go to > Preferences->Fonts and disable AA in there. > I will bear that in mind. Sometimes I miss the convenience of a desktop - and I run more gnome-apps than anythign else, but

GTK+ and Java

2003-06-24 Thread Fahad Khalid
Hi All, Please let me know if there is any support for Java in GTK+. Kindly also tell of any method available to get those libraries used from java. Thankyou Fahad _ Win Rs. 10,000 - Participate in online games and quizes at

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Havoc Pennington
On Tue, Jun 24, 2003 at 12:53:23PM -0400, Jesse Pavel wrote: > If you'd like to use Xft2 (which I suppose you'll have to in 2.4), > but don't want anti-aliased fonts, you can have Xft2 turn off the > antialiasing by following the instructions at > > http://www.xfree86.org/~dawes/4.3.0/fonts2.htm

GTK+

2003-06-24 Thread bazzie2
Ok, have gotten the issue with glib straightened out. Had to move glibconfig from where it was installed from the tarbal and place it in /usr/local/lib/glib-2.2(mkdir glib-2.2). Adjusted the PKG_CONFIG_PATH and the LD_LIBRARY_PATH. All the dependents loaded now without complaining. BUT, I

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
On Tue, 24 Jun 2003 12:53:23 -0400 Jesse Pavel <[EMAIL PROTECTED]> wrote: > If you'd like to use Xft2 (which I suppose you'll have to > in 2.4), but don't want anti-aliased fonts, you can have > Xft2 turn off the antialiasing by following the > instructions at > > http://www.xfree86.org/~dawes/4

what to use instead of gnome pixmap

2003-06-24 Thread Ottavio Campana
I've tried using gnome pixmap for an application that receives the data through a socket, writes it in a file (it's a targa image), and loads it in the pixmap. Then it loops. I've read that the gnome pixmap is deprecated (and I have got some weirdy problems with it). What should I use i

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Jesse Pavel
Geoff on June 24, 2003 wrote: > > Thank-you very much for that Sven. I already have freetype > 2.1.4 (which seems to be current), with the bytecode > interpreter enabled. I set GDK_USE_XFT=0 and (as you > anticipated), everything went back to normal, so at least I > know that I can use th

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
On 24 Jun 2003 10:14:15 -0500 edscott wilson garcia <[EMAIL PROTECTED]> wrote: > > The "fuzzy" fonts are supposed to look better, called > antialised. Pango is doing the font rendering so you can > probably eliminate them by configuring or recompiling > pango. Thanks for that edscott. As yo

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
On Tue, 24 Jun 2003 17:13:48 +0200 Sven Neumann <[EMAIL PROTECTED]> wrote: > GTK+-2.2 by default uses Xft2 to render antialiased fonts > while GTK+-2.0 defaulted to the old-fashioned X11 core > fonts. If you really don't like the new font rendering, > you can set the environment variable GDK_US

Re: Fuzzy fonts under 2.2.2?

2003-06-24 Thread Sven Neumann
Hi, Geoff <[EMAIL PROTECTED]> writes: > I just upgraded from gtk+-2.0.9 to 2.2.2. I don't run > gnome, but I think I have all necessary libraries. I am > running Xfree 4.3 and the icewm WM. > > I am no expert on fonts. I work mostly in arial, and I > immediately noticed that the font seems to

Fuzzy fonts under 2.2.2?

2003-06-24 Thread Geoff
Hello, Sorry if this is a really stupid question, but I am puzzled. I just upgraded from gtk+-2.0.9 to 2.2.2. I don't run gnome, but I think I have all necessary libraries. I am running Xfree 4.3 and the icewm WM. I am no expert on fonts. I work mostly in arial, and I immediately noticed that

Encoding other than UTF-8 ?

2003-06-24 Thread Viveka Nathan K
Hi all.. How can I use the encoding other than UTF-8, in GNOME ? If I set the LOCALE to en_US.ISO-8859-1, it saves the file in UTF-8 format only. How can I change it ?  Applications like 'gtk2edit' are having the options to store in different encodings, but in  'gedit', I couldnt do tha