![]() |
![]() |
![]() |
Mex Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
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
); void mex_proxy_set_model (MexProxy *proxy
,MexModel *model
);
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()
).
struct MexProxyClass { GObjectClass parent_class; void (*object_created) (MexProxy *proxy, MexContent *content, GObject *object); void (*object_removed) (MexProxy *proxy, MexContent *content, GObject *object); };
"object-type"
property"object-type" GType* : Read / Write / Construct Only
GType for creating GObjects.
Allowed values: GObject