Re: Having problems with gtk_editable_copy_clipboard
- From: Havoc Pennington <hp redhat com>
- To: "Bradley F. Hartman" <hartman mcci-arl-va com>
- Cc: otaylor redhat com, gtk-list gnome org
- Subject: Re: Having problems with gtk_editable_copy_clipboard
- Date: 27 Mar 2002 12:56:47 -0500
"Bradley F. Hartman" <hartman mcci-arl-va com> writes:
> I just don't understand why my signal handler is called ~5K times before
> the program dumps core when I select "Copy" after right clicking in the
> text entry field. Any ideas?
>
copy_clipboard signal is emitted when you call
gtk_editable_copy_clipboard(), and you call
gtk_editable_copy_clipboard() from the signal handler.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]