Hello,
I just started developing GTK+ Applications.
But now I get the following error message and a broken Text when clicking back
in to the GTKEntry widget:
(gtk-keygen:18220): Pango-CRITICAL **: pango_layout_get_cursor_pos: assertion
'index >= 0 && index <= layout->length' failed
Here is t
Hello Norbert,
thank you very much for your answer.
It did not solve the Problem, but it made me think about my string
handling in the callback function. The field throwing the error was the
input, not the output.
I just split the string using the pointer of the input and not copying
it before m
Hello,
I'm developing a multi platform application with GTK+ for Windows and
Linux.
I'am using autotools and MinGW from my distributions Repository
(Fedora).
Now my questions:
1. Which DLLs do i have to copy from the bin directory of MinGW for my
GTK+-Application. I don't want to install MinGW
Hi Florian,
Am Samstag, den 18.03.2017, 11:42 +0100 schrieb pelzflorian (Florian
Pelz):
> Note that if your application is not libre software (it should be,
> please make it libre!), then static linking means you need to provide
> your application’s source code or compiled object files upon user
Hi Lucas.
Am Sonntag, den 19.03.2017, 10:44 +0100 schrieb Lucas Levrel via gtk-
app-devel-list:
> Le 18 mars 2017, à 14:37, Dirk Gottschalk via gtk-app-devel-list a
> écrit :
>
> > Am Samstag, den 18.03.2017, 11:42 +0100 schrieb pelzflorian
> > (Florian
> > Pelz):
&
Hi.
Am Samstag, den 18.03.2017, 10:07 -0600 schrieb Michael Torrie:
> On 03/18/2017 09:16 AM, pelzflorian (Florian Pelz) wrote:
> > MSYS2 ships with the pacman package manager. After you have
> > followed the
> > instructions on the website, launch the MSYS2 shell from the MSYS2
> > folder and the