Re: Formatting dates according to the region

2012-04-17 Thread Thomas Stover
On Mon, Apr 16, 2012 at 12:13 PM, Michael Cronenworth m...@cchtml.com wrote: Look at the documentation for g_date_time_format(). You will find the other format specifiers that you want. %a, %A, %b, %B, and %c look helpful for you. Thanks for your suggestion, but the trouble I have with

Accessibility in GTK+ under Windows - licensing question

2012-04-17 Thread Евгений Филиппов
Hello everyone, I'd be happy to add support for Microsoft layers in GTK+, but there is a problem with Windows SDK's license. The uiautomation.h and other UI Automation (UIA) headers cannot probably be distributed with GTK+. These headers are part of Windows SDK. Windows SDK for Windows 7 and

Re: Accessibility in GTK+ under Windows - licensing question

2012-04-17 Thread Jernej Simončič
On Tue, 17 Apr 2012 20:17:41 +0900, Евгений Филиппов wrote: Is this possible? My concern is this WSDK EULA. The VirtIO drivers for Qemu-KVM build with the Windows Driver Kit, and they include the following in the license: ,- | |This software is licensed under the GNU General Public

Re: Accessibility in GTK+ under Windows - licensing question

2012-04-17 Thread Evgeniy Philippov
Evgeniy wrote: ... Is this possible? My concern is this WSDK EULA. Jernej Simončič wrote: The VirtIO drivers for Qemu-KVM build with the Windows Driver Kit, and they include the following in the license: ... Okay. Is it possible to include my possible future UIA code into GTK+ codebase if I

Re: the start-up process of gtk+ 3

2012-04-17 Thread Matthias Clasen
2012/4/12 subhero subh...@163.com: Dear Everyone:  Recently I want to know how the gtk+ 3 choice the x11 backend. But i don't know anything about the process. For example ,here is a hello world program: To find out, you should grep for GDK_BACKEND in the source code. (GDK_BACKEND is the name