Text editing and UTF-8 conversion

2010-07-15 Thread Keith Maika
Hello everyone, I've recently decided to fix up / continue some work on an app I started a while go to learn GTK+. It is a simple text editor like notepad. One of the things I wanted to try and allow for the new version is large file support, but I'm having some issues in this area. I'm u

GtkEntryCompletion Question?

2010-07-15 Thread Çetin Tanrıöver
Hi to everyone in the mailing list.I have a question about GtkEntryCompletion.I searched it but i couldn't figure out. My question is; how can i get-handle all the resulted text given by the GtkEntryCompletion after i typed some key? To be clear Suppose that i have "Completion,Computer,Condition"

Re: text on a curved baseline?

2010-07-15 Thread Dov Grobgeld
What do you mean with drawing text? Through the text property of the label widget? Then the answer is indeed no. But you can always create a drawing area and draw whatever you want with cairo in the expose event. You will then have no problem drawing in a circle as you can loop over each character

text on a curved baseline?

2010-07-15 Thread N James Bridge
Hi this is a beginner's question... can you make text follow a curved baseline? Looks like no. James ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list