Fwd: Re: accessor functions in gtk3

2016-06-30 Thread pelzflorian (Florian Pelz)
This too. Forwarded Message Subject: Re: accessor functions in gtk3 Date: Thu, 30 Jun 2016 14:38:49 -0700 From: Herminio Hernandez Jr To: pelzflorian (Florian Pelz) On 06/30, pelzflorian (Florian Pelz) wrote: > On 06/30/2016 07:25 AM, Herminio Hernandez Jr wrote: >

Fwd: Re: accessor functions in gtk3

2016-06-30 Thread pelzflorian (Florian Pelz)
This apparently should have been sent to the list. Forwarded Message Subject: Re: accessor functions in gtk3 Date: Thu, 30 Jun 2016 22:30:10 +0200 From: Nicolas Soubeiran To: pelzflor...@pelzflorian.de Hi, If I don't know about the im context (I do not see any accessor,

Re: accessor functions in gtk3

2016-06-30 Thread pelzflorian (Florian Pelz)
On 06/30/2016 07:25 AM, Herminio Hernandez Jr wrote: > The error I got was that 'im_context' was no a member of the struct GtkEntry. > I believe the accessor function that I should use is > gtk_entry_im_context_filter_keypress (). However I am having a hard time > trying to figure out how to imp

accessor functions in gtk3

2016-06-29 Thread Herminio Hernandez Jr
I am currently working migrating a web browser names luakit from gtk2 to gtk3. I have ran ito places where the code needed to changed to use accessor functions per https://developer.gnome.org/gtk3/stable/gtk-migrating-2-to-3.html#id-1.6.3.3.5";> the gtk2 to gtk3 migration guide. I have for the