Re: Cross platform development

2017-03-18 Thread pelzflorian (Florian Pelz)
On 03/18/2017 04:03 PM, Michael Torrie wrote: > On 03/18/2017 07:37 AM, Dirk Gottschalk via gtk-app-devel-list wrote: >> The only chance is, to grab the DLLs from MinGW via objdump ore some >> similar, like recommended and pack them into the applications working >> directory, because Windows

Re: Cross platform development

2017-03-18 Thread pelzflorian (Florian Pelz)
On 03/18/2017 11:25 AM, Lucas Levrel via gtk-app-devel-list wrote: > Le 17 mars 2017, à 23:02, Dirk Gottschalk via gtk-app-devel-list a écrit : > >> I'm developing a multi platform application with GTK+ for Windows and >> Linux. >> >> >> IIRC is GTK+ and it's dependencies not linkable statically,

Re: Cross platform development

2017-03-18 Thread pelzflorian (Florian Pelz)
On 03/18/2017 08:07 AM, pelzflorian (Florian Pelz) wrote: > gedit deploys msys2 but removes a bunch of files it does not need. This > way, the binary will end up in a bin/ directory though. Of course you > can make a link or a bat script for launching it in the main directory. &

Re: Cross platform development

2017-03-18 Thread pelzflorian (Florian Pelz)
On 03/18/2017 04:07 AM, Michael Torrie wrote: > I think some programs stick their binary and libraries in a bin folder, > and GTK can still find it's files. It's more typical for windows apps > to put the EXE in the toplevel folder though. > gedit deploys msys2 but removes a bunch of files it

Re: gtk+-3.10.4 bundle and gtk+3.6 or what bundle for application 1 -10

2016-11-22 Thread pelzflorian (Florian Pelz)
On 11/22/2016 12:04 AM, songqing shan wrote: > Hi, > > > I would like to have anyone to help me. > > > I use MinGW+msys and gtk+-3.10.4 bundle to compile examples on the >

Re: Getting focus

2016-08-25 Thread pelzflorian (Florian Pelz)
I believe shell integration is the only clean way to do a Wayland-compatible guake. Am I wrong? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

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 <herminio.hernande...@gmail.com> To: pelzflorian (Florian Pelz) <pelzflor...@pelzflorian.de> On 06/30, pelzflorian (Florian Pelz) wr

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

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