Top | ![]() |
![]() |
![]() |
![]() |
GimpScrolledPreviewGimpScrolledPreview — A widget providing a GimpPreview enhanced by scrolling capabilities. |
void | gimp_scrolled_preview_set_position () |
void | gimp_scrolled_preview_set_policy () |
void | gimp_scrolled_preview_freeze () |
void | gimp_scrolled_preview_thaw () |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GimpPreview ╰── GimpScrolledPreview
GimpScrolledPreview implements AtkImplementorIface, GtkBuildable and GtkOrientable.
void gimp_scrolled_preview_set_position (GimpScrolledPreview *preview
,gint x
,gint y
);
Since GIMP 2.4
void gimp_scrolled_preview_set_policy (GimpScrolledPreview *preview
,GtkPolicyType hscrollbar_policy
,GtkPolicyType vscrollbar_policy
);
preview |
||
hscrollbar_policy |
policy for horizontal scrollbar |
|
vscrollbar_policy |
policy for vertical scrollbar |
Since GIMP 2.4
void
gimp_scrolled_preview_freeze (GimpScrolledPreview *preview
);
While the preview
is frozen, it is not going to redraw itself in
response to scroll events.
This function should only be used to implement widgets derived from GimpScrolledPreview. There is no point in calling this from a plug-in.
Since GIMP 2.4
void
gimp_scrolled_preview_thaw (GimpScrolledPreview *preview
);
While the preview
is frozen, it is not going to redraw itself in
response to scroll events.
This function should only be used to implement widgets derived from GimpScrolledPreview. There is no point in calling this from a plug-in.
Since GIMP 2.4