gtkTreeRowReferenceNewProxy: gtkTreeRowReferenceNewProxy
Usage
gtkTreeRowReferenceNewProxy(proxy, model, path)
Details
These functions must be called exactly once per proxy when the
corresponding signal on the model is emitted. This single call
updates all row references for that proxy. Since built-in GTK+
objects like GtkTreeView
already use this mechanism internally,
using them as the proxy object will produce unpredictable results.
Further more, passing the same object as model
and proxy
doesn't work for reasons of internal implementation.
This type of row reference is primarily meant by structures that need to
carefully monitor exactly when a row reference updates itself, and is not
generally needed by most applications.