I think we use a few of these populatePopup is used to add various things to 
the context menu for instance.  I think moveCursor is used for hiding the 
autocomplete window if it is shown.

On 3 May 2010, at 18:44, Axel Simon wrote:

> Hi Jürgen,
> 
> yes, I've removed these signals since they are, as far as I can see, internal 
> and are not useful in user applications. So apparently I was wrong. Can you 
> give an example on how these signals are useful (doesn't have to include 
> code)?
> 
> BTW, Andy pushed a patch in which the signals are all named incorrectly and 
> thus won't work. Andy, please make sure you get the underscore / hyphen right 
> in the names. If in doubt, check the signals names in the corresponding C 
> files.
> 
> Cheers,
> Axel.
> 
> On 02.05.2010, at 12:04, Jürgen Nicklisch-Franken wrote:
> 
>> Dear gtk2hs developers.
>> I'm missing almost all signals in TextView:
>> old version:
>> 
>> -- * Signals
>> backspace,
>> copyClipboard,
>> cutClipboard,
>> deleteFromCursor,
>> insertAtCursor,
>> moveCursor,
>> moveViewport,
>> moveFocus,
>> pageHorizontally,
>> pasteClipboard,
>> populatePopup,
>> setAnchor,
>> setScrollAdjustments,
>> toggleCursorVisible,
>> toggleOverwrite,
>> 
>> -- * Deprecated
>> 
>> onBackspace,
>> afterBackspace,
>> onCopyClipboard,
>> afterCopyClipboard,
>> onCutClipboard,
>> afterCutClipboard,
>> onDeleteFromCursor,
>> afterDeleteFromCursor,
>> onInsertAtCursor,
>> afterInsertAtCursor,
>> onMoveCursor,
>> afterMoveCursor,
>> onMoveViewport,
>> afterMoveViewport,
>> onMoveFocus,
>> afterMoveFocus,
>> onPageHorizontally,
>> afterPageHorizontally,
>> onPasteClipboard,
>> afterPasteClipboard,
>> onPopulatePopup,
>> afterPopulatePopup,
>> onSetAnchor,
>> afterSetAnchor,
>> onSetScrollAdjustments,
>> afterSetScrollAdjustments,
>> onToggleCursorVisible,
>> afterToggleCursorVisible,
>> onToggleOverwrite,
>> afterToggleOverwrite
>> 
>> in the new version all that remains is:
>> -- * Signals
>> populatePopup,
>> setAnchor,
>> setTextViewScrollAdjustments,
>> 
>> I CAN'T live with this. Please fix
>> Jürgen
>> 
>> 
>> ------------------------------------------------------------------------------
>> _______________________________________________
>> Gtk2hs-devel mailing list
>> Gtk2hs-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel
> 


------------------------------------------------------------------------------
_______________________________________________
Gtk2hs-devel mailing list
Gtk2hs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to