Hi Todor,
GtkEditable is implemented by GtkEntry, so you can pass a GtkEditable's
"changed" signal to the GtkEntry widget.
- Ardhan
--- ttodo...@gmx.net wrote:
From: Todor Todorov
To: Gtk App Devel List
Subject: Is there a general signal a-la "text-edited" for GtkEntry
Date: Mon,
Thanks Ardhan, I will follow your advice.
~Abhijit
> -Original Message-
> From: Ardhan Madras [mailto:aj...@knac.com]
> Sent: Thursday, October 01, 2009 9:10 PM
> To: Dutta, Abhijit
> Cc: gtk-app-devel-list@gnome.org
> Subject: Re: GTK runtime error
>
> Hi Dutta,
>
> If you installing f
GTK+ 2.18.2 is now available for download at:
ftp://ftp.gtk.org/pub/gtk/2.18/
http://download.gnome.org/sources/gtk+/2.18/
md5 sums:
9477986b58d7ee5e559b96e7a124bead gtk+-2.18.2.tar.bz2
19b402b99c8e69faf344f130c125faed gtk+-2.18.2.tar.gz
sha1 sums:
f33b9c67541de024fa3867ab41de3e25ec6d52d4 g
On 10/05/2009 01:34 PM, Todor Todorov wrote:
> I was looking at the docs for GtkEntry in search of a general signal
> which is emitted when the text in the entry changes - no matter the
> reason.
See GtkEditable::changed:
http://library.gnome.org/devel/gtk/stable/GtkEditable.html#GtkEditable-cha
Hi list
I was looking at the docs for GtkEntry in search of a general signal
which is emitted when the text in the entry changes - no matter the
reason. I would like to escape the situation where I would have to
connect every possible signal like "backspace", "paste-clipboard",
"insert-at-cur
Thanks for your info.
On Mon, Oct 5, 2009 at 5:40 PM, Manu wrote:
> Hi,
>
> this is an issue with GTK+ 2.18.1, it works as expected with
> version 2.18.0. There's already some reports of the problem
> on GTK+ bugzilla and Ubuntu's Launchpad.
>
> Manu.
>
> Simon Chan a écrit :
>>
>> Hi All,
>>
>>
I fix has been committed to git :
http://mail.gnome.org/archives/svn-commits-list/2009-October/msg00871.html
:)
Simon Chan a écrit :
Hi All,
I have written a program which prints a line on the screen when a
button is pressed, just to test my own compiled GTK+ 2.18.1 Library.
The probl
Hi,
this is an issue with GTK+ 2.18.1, it works as expected with
version 2.18.0. There's already some reports of the problem
on GTK+ bugzilla and Ubuntu's Launchpad.
Manu.
Simon Chan a écrit :
Hi All,
I have written a program which prints a line on the screen when a
button is pressed, jus
Hi All,
I have written a program which prints a line on the screen when a
button is pressed, just to test my own compiled GTK+ 2.18.1 Library.
The problem is, I click my mouse on the button, it prints a
message. The second time I click on the exact same spot, it doesn't
work, the button i