| Mex Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
MexProxyMexProxy — An abstract proxy for mapping MexModel content items to arbitrary GObjects. |
struct MexProxy; struct MexProxyClass; MexModel * mex_proxy_get_model (MexProxy *proxy); GType mex_proxy_get_object_type (MexProxy *proxy); MexProxyPrivate;
MexProxy can also be used to limit the number of content items
in the model which are translated to GObjects (see mex_proxy_set_limit()),
and reorder the content in a model (by changing the start point from
which items are added: see mex_proxy_start_at()).