Re: Is Unicode character set a problem when compiling GTK sources?

2015-02-18 Thread John Emmas
On 17/02/2015 20:02, codekiddy wrote: Thanks Arnavion, re-compiling glib, pango and gtk with Multibyte and then re-linking dependent DLL's did not solve anything. stack overflow in gobject.dll damn bug is somewhere, but it denies to show it self. A stack overflow shouldn't be too difficult to

Re: Is Unicode character set a problem when compiling GTK sources?

2015-02-18 Thread Nicola Fontana
Il Tue, 17 Feb 2015 19:09:58 + John Emmas scrisse: > [...] Windows Unicode uses > precisely 2 bytes to represent each character. But UTF-8 can use > anywhere between 1 byte and 4 bytes > [...] Just a side note: Windows uses UTF-16 encoding which is not fixed-length either: it can use 2 or

Re: Is Unicode character set a problem when compiling GTK sources?

2015-02-18 Thread Göran Hasse
All other encodings than UTF-8 should be avoided. Realy... (Note: .NET use UTF-8 internaly). Den 2015-02-18 14:05, Nicola Fontana skrev: > Il Tue, 17 Feb 2015 19:09:58 + John Emmas > scrisse: > >> [...] Windows Unicode uses >> precisely 2 bytes to represent each character. But UTF-8 can us

Re: Size of GtkMenu

2015-02-18 Thread Konstantin P.
Hello. How I can request size change on GtkMenu? gtk_widget_queue_resize() does not working. Let's describe a problem. After user clicked on a button, menu for it will requested from DBus, I am started asynchronously populate GtkMenu on finish request. And after population menu becomes will be very