Re: signal_connect with GtkTextBuffer
- From: Havoc Pennington <hp redhat com>
- To: vishnu pobox com
- Cc: Sebastian Knappe <sebastian online de>, gtk-app-devel-list gnome org
- Subject: Re: signal_connect with GtkTextBuffer
- Date: 13 Sep 2001 12:29:07 -0400
vishnu pobox com writes:
On Wed, Sep 12, 2001 at 11:17:56PM +0000, Sebastian Knappe wrote:
I want to add an Callback to an Multiline Text Editor wich is called
everytime the text is changed.
RTFM: you need "delete-range" and "insert-text".
"changed" should also be working.
g_signal_connect (buffer, "changed", callback, user_data) should work
fine.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]