Re: Having problems with gtk_editable_copy_clipboard



"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]