Re: one function to go...

2012-12-28 Thread Stefan Sauer
On 12/23/2012 10:39 PM, Gary Kline wrote: guys, I need one 'quit' button in a small widget that says via the label = gtk_label_new(File does not exist);, and displays OK with the Enter key icon. Instead of having the user click on a Quit or Close button,

A problem about pango

2012-12-28 Thread yao bo
Hello everyone! My friend asked me a question about how to list all fonts available by pango.I'm not familiar with pango and I read some of the docs of pango but I can't find a function to do this.Do you konw how to do this?Thank you very much! Thanks, Yao

Re: A problem about pango

2012-12-28 Thread Kevin Connor Arpe
This link may be helpful: http://www.lemoda.net/pango/list-fonts/index.html Thanks, Arpe On Fri, Dec 28, 2012 at 8:36 PM, yao bo superpro...@gmail.com wrote: Hello everyone! My friend asked me a question about how to list all fonts available by pango.I'm not familiar with pango and I read

g_regex_new(): Decomposing PCRE regex compile errors

2012-12-28 Thread Kevin Connor Arpe
Hi, I am interested to decompose PCRE regex compile errors. Let me explain by example: Try to compile this regular expression asdf[ via g_regex_new(), I will receive this error: Error while compiling regular expression asdf[ at char 5: missing terminating ] for character class (My locale is some

Re: A problem about pango

2012-12-28 Thread 姚博 yaobo
Oh,thank you very much!___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: glib-mkenums in glib 2

2012-12-28 Thread John Emmas
Thanks for everyone's help with this. The problem with glib-mkenums did indeed turn out to be a missing list of header files. Now that I've added that, things are getting a lot further. MSVC users might be interested to hear that I'm now tantalizingly close to being able to build glib using