GimpUi.ScrolledPreview¶
- Subclasses:
 
Methods¶
- Inherited:
 GimpUi.Preview (20), Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
Properties¶
Child Properties¶
- Inherited:
 
Style Properties¶
- Inherited:
 
Signals¶
- Inherited:
 GimpUi.Preview (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Fields¶
- Inherited:
 GimpUi.Preview (1), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent_instance  | 
r  | 
Class Details¶
- class GimpUi.ScrolledPreview(*args, **kwargs)¶
 - Bases:
 - Abstract:
 Yes
- Structure:
 
A widget providing a
GimpUi.Previewenhanced by scrolling capabilities.- freeze()¶
 While the self 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
GimpUi.ScrolledPreview. There is no point in calling this from a plug-in.New in version 2.4.
- get_adjustments()¶
 - Returns:
 - hadj:
 Horizontal adjustment
- vadj:
 Vertical adjustment
- Return type:
 (hadj:
Gtk.Adjustment, vadj:Gtk.Adjustment)
- set_policy(hscrollbar_policy, vscrollbar_policy)¶
 - Parameters:
 hscrollbar_policy (
Gtk.PolicyType) – policy for horizontal scrollbarvscrollbar_policy (
Gtk.PolicyType) – policy for vertical scrollbar
New in version 2.4.
- set_position(x, y)¶
 - 
New in version 2.4.
 
- thaw()¶
 While the self 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
GimpUi.ScrolledPreview. There is no point in calling this from a plug-in.New in version 2.4.