Re: g_date_time_format not utf8 under win?

2016-10-13 Thread Joël Krähemann
Hi you might want to use before gtk_init(): putenv("LC_ALL=C.UTF-8\0"); putenv("LANG=C.UTF-8\0"); Bests, Joël On Tue, Oct 11, 2016 at 9:11 AM, Andrea Zagli wrote: > i use g_date_time_format %A to get the full weekday name > > but under win i saw that the function

Re: GTK menus on Ubuntu

2016-10-13 Thread Allin Cottrell
On Tue, 11 Oct 2016, Jason Benjamin wrote: On Wed, 5 Oct 2016 21:11:41 -0400 (EDT) Allin Cottrell wrote: I'm wondering if anyone knows the machanism whereby Ubuntu "commandeers" the main menu system of a GTK application and sticks it into the global top-of-screen menu bar,

Re: GTK+ with Broadway

2016-10-13 Thread Igor D
Hi Dan, I don't need real time graphing or something like that. It should work only after triggers from user. I don't remember exactly which feature was missed. I'll recheck. Your inputs are optimistic :-) Thanks a lot for the help. Igor On Thu, Oct 13, 2016 at 2:04 PM, Daniel Kasak

Re: GTK+ with Broadway

2016-10-13 Thread Daniel Kasak
On Thu, Oct 13, 2016 at 5:31 PM, Igor D wrote: > Hi, > > Thanks for prompt reply. > > Yes, I have couple of specific concerns: > 1. Performance. I'm not looking for something special but expect something > reasonable. My few experiments show > that performance may be too low.

Re: GTK+ with Broadway

2016-10-13 Thread Igor D
Hi, Thanks for prompt reply. Yes, I have couple of specific concerns: 1. Performance. I'm not looking for something special but expect something reasonable. My few experiments show that performance may be too low. 2. Reduced feature set, comparing to GTK without broadway. I found few minor