guchar * sometimes a utf8, sometimes utf16?

2018-06-01 Thread Leo Ufimtsev
Hello guys, The following method: guchar * webkit_web_resource_get_data_finish(..) Sometimes returns utf8 and sometimes utf16. Is there a way to tell them apart? Thank you. -- Leo Ufimtsev, Software Engineer, Red Hat ___ gtk-app-devel-list mailing

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
gt; > > > -- > Göran Hasse > Raditex Control AB > Boo 229 > 715 91 ODENSBACKEN > http://www.rscada.se > OrgNr: 556611-8773 > email: gor...@raditex.nu > tel: 019-450105 > mob: 070-5530148 > Lat: 59.18805083 Long: 15.50300449 > URL: http://alturl.com/3e6hf

Re: Beginners guide

2018-04-24 Thread Leo Ufimtsev
cessible to others. > > regards > > Jim Reilly. > > > ___ > gtk-list mailing list > gtk-list@gnome.org > https://mail.gnome.org/mailman/listinfo/gtk-list > > -- Leo Ufimtsev, Software Engineer, Red Hat ___

Re: gnulib license confirmation in glib2.0

2016-12-27 Thread Leo Mar
he headers, including verify.h, making them LGPLv2.1+ >So i'd say that we're factually in the clear, just need to fix the licensing >information in verify.h Thanks for the confirmation. Regards, On Mon, Dec 26, 2016 at 7:57 PM, LRN <lrn1...@gmail.com> wrote: > On 26.12.2016 16:

gnulib license confirmation in glib2.0

2016-12-26 Thread Leo Mar
Hi, I found GPLv3 header file in glib 2.48 https://github.com/GNOME/glib/blob/master/glib/gnulib/verify.h and this file in included in https://github.com/GNOME/glib/blob/master/glib/gnulib/vasnprintf.c which makes glib2.0 package as GPLv3. And found this behavior is controlled from following

Re: GTK, can GtkNotebook have a single control and all tabs pointing to it?

2015-03-08 Thread Leo Ufimtsev
?id=250471 Thank you Leo Ufimtsev | Intern Software Engineer @ Eclipse Team - Original Message - From: Gergely Polonkai gerg...@polonkai.eu To: Leo Ufimtsev lufim...@redhat.com Cc: gtk-app gtk-app-devel-list@gnome.org Sent: Monday, February 9, 2015 12:36:18 PM Subject: Re: GTK, can

GTK, can GtkNotebook have a single control and all tabs pointing to it?

2015-02-09 Thread Leo Ufimtsev
set a parent on widget which has a parent Theoretically speaking, can a GtkNotebook have tabs that all point to the same control? (and we just listen to tab-changing events)? Or is this impossible by principle of widget-hierarchy? Thank you Leo Ufimtsev | Intern Software Engineer @ Eclipse Team

Errors in gdkdrawable-win32.c

2011-12-27 Thread Leo Alekseyev
no previous experience dealing with cursors in GTK, so I am stuck at the moment. If the list has any suggestions about getting cursors rendered from bitmaps in latest GTK under Windows, I'd love to hear them! --Leo ___ gtk-list mailing list gtk-list

Re: Re: Not understanding the principles of drawing areas and primitives etc... Colors?

2006-03-11 Thread Leo -
and colormaps for a widget and then draw a red line on it...2006/3/9, Paul Davis [EMAIL PROTECTED] : On Thu, 2006-03-09 at 19:39 +0100, Leo - wrote: I want to be able to draw lines on a gtkDrawingArea, with a color the user selects (r,g,b), however I don't understand how I would do. The whole business

Not understanding the principles of drawing areas and primitives etc...

2006-03-09 Thread Leo -
I want to be able to draw lines on a gtkDrawingArea, with a color the user selects (r,g,b), however I don't understand how I would do. The whole business with gdkGC's and gdcColors seems very alien. If somebody could point me to a tutorial (the scribble one isn't enough since that one doesn't use

Problem: Fetching keypresses from a gtkcomboboxentry

2006-02-26 Thread Leo -
I'm developing an app where the user is supposed to enter text commands, which are executed upon pressing enter and kept in a history. For this task I have selected a GtkComboBoxEntry (the entry art is the input and the drop down menu keeps the history) but I have problems detecting enter (or