![]() |
![]() |
![]() |
Evince Programmer's Reference Manual | ![]() |
---|---|---|---|---|
#define EV_SELECTION_IFACE (k) #define EV_IS_SELECTION_IFACE (k) EvSelection; EvSelectionIface; void ev_selection_render_selection (EvSelection *selection, EvRenderContext *rc, GdkPixbuf **pixbuf, EvRectangle *points, EvRectangle *old_points, GdkColor *text, GdkColor *base); GdkRegion* ev_selection_get_selection_map (EvSelection *selection, EvRenderContext *rc); GdkRegion* ev_selection_get_selection_region (EvSelection *selection, EvRenderContext *rc, EvRectangle *points);
#define EV_SELECTION_IFACE(k) (G_TYPE_CHECK_CLASS_CAST((k), EV_TYPE_SELECTION, EvSelectionIface))
k : |
#define EV_IS_SELECTION_IFACE(k) (G_TYPE_CHECK_CLASS_TYPE ((k), EV_TYPE_SELECTION))
k : |
typedef struct { GTypeInterface base_iface; void (* render_selection) (EvSelection *selection, EvRenderContext *rc, GdkPixbuf **pixbuf, EvRectangle *points, EvRectangle *old_points, GdkColor *text, GdkColor *base); GdkRegion * (* get_selection_map) (EvSelection *selection, EvRenderContext *rc); GdkRegion * (* get_selection_region) (EvSelection *selection, EvRenderContext *rc, EvRectangle *points); } EvSelectionIface;
void ev_selection_render_selection (EvSelection *selection, EvRenderContext *rc, GdkPixbuf **pixbuf, EvRectangle *points, EvRectangle *old_points, GdkColor *text, GdkColor *base);
selection : |
|
rc : |
|
pixbuf : |
|
points : |
|
old_points : |
|
text : |
|
base : |
GdkRegion* ev_selection_get_selection_map (EvSelection *selection, EvRenderContext *rc);
selection : |
|
rc : |
|
Returns : |
GdkRegion* ev_selection_get_selection_region (EvSelection *selection, EvRenderContext *rc, EvRectangle *points);
selection : |
|
rc : |
|
points : |
|
Returns : |