Mercurial > pidgin
view doc/gtklog-signals.dox @ 30379:242bcf6b1258
Applied and slightly modified Sadrul's patch (http://pidgin.im/~sadrul/pp/icq-list.patch.txt)
for making the Visible/Invisible list editors support in-place editing.
The end result looks like this: http://pidgin.im/~sadrul/ss/icq-list.png
This dialog has some rough edges, so I commit it as a separate revision
and return to it later.
author | ivan.komarov@soc.pidgin.im |
---|---|
date | Thu, 08 Jul 2010 14:58:55 +0000 |
parents | e0613cf8c493 |
children |
line wrap: on
line source
/** @page gtklog-signals GtkLog Signals @signals @signal log-displaying @endsignals @see gtklog.h <hr> @signaldef log-displaying @signalproto void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log); @endsignalproto @signaldesc Emitted when a log is being displayed. @param viewer The log viewer @param log The log being displayed @endsignaldef */ // vim: syntax=c.doxygen tw=75 et