Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Class Gtk.Adjustment

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkAdjustment
Class : Adjustment
Extends: Gtk.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gladeui.Placeholder
Signal
set_scroll_adjustments (Placeholder self, Adjustment object, Adjustment p0) : none
GooCanvas.Canvas
Signal
set_scroll_adjustments (Canvas self, Adjustment object, Adjustment p0) : none
Gtk.CList
Signal
set_scroll_adjustments (CList self, Adjustment object, Adjustment p0) : none
Gtk.CList
Method
set_hadjustment (Adjustment adjustment) : none
Gtk.CList
Method
set_vadjustment (Adjustment adjustment) : none
Gtk.CList
Method
get_hadjustment () : Gtk.Adjustment
Gtk.CList
Method
get_vadjustment () : Gtk.Adjustment
Gtk.CellRendererSpin
Property
adjustment : Gtk.Adjustment
The adjustment that holds the value of the spinbutton.
Gtk.Container
Method
set_focus_vadjustment (Adjustment adjustment) : none
Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget.
Gtk.Container
Method
get_focus_vadjustment () : Gtk.Adjustment
Retrieves the vertical focus adjustment for the container.
Gtk.Container
Method
set_focus_hadjustment (Adjustment adjustment) : none
Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget.
Gtk.Container
Method
get_focus_hadjustment () : Gtk.Adjustment
Retrieves the horizontal focus adjustment for the container.
Gtk.Entry
Method
set_cursor_hadjustment (Adjustment adjustment) : none
Hooks up an adjustment to the cursor position in an entry, so that when the cursor is moved, the adjustment is scrolled to show that position.
Gtk.Entry
Method
get_cursor_hadjustment () : Gtk.Adjustment
Retrieves the horizontal cursor adjustment for the entry.
Gtk.HScale
Method
new Gtk.HScale.c_new (Adjustment adjustment) : Gtk.HScale
Create a new Gtk.HScale
Gtk.HScrollbar
Method
new Gtk.HScrollbar.c_new (Adjustment adjustment) : Gtk.HScrollbar
Create a new Gtk.HScrollbar
Gtk.IconView
Signal
set_scroll_adjustments (IconView self, Adjustment object, Adjustment p0) : none
Gtk.Layout
Property
hadjustment : Gtk.Adjustment
Gtk.Layout
Property
vadjustment : Gtk.Adjustment
Gtk.Layout
Signal
set_scroll_adjustments (Layout self, Adjustment object, Adjustment p0) : none
Gtk.Layout
Method
new Gtk.Layout.c_new (Adjustment hadjustment, Adjustment vadjustment) : Gtk.Layout
Create a new Gtk.Layout
Gtk.Layout
Method
get_hadjustment () : Gtk.Adjustment
This function should only be called after the layout has been placed in a GtkScrolledWindow or otherwise configured for scrolling.
Gtk.Layout
Method
get_vadjustment () : Gtk.Adjustment
This function should only be called after the layout has been placed in a GtkScrolledWindow or otherwise configured for scrolling.
Gtk.Layout
Method
set_hadjustment (Adjustment adjustment) : none
Sets the horizontal scroll adjustment for the layout.
Gtk.Layout
Method
set_vadjustment (Adjustment adjustment) : none
Sets the vertical scroll adjustment for the layout.
Gtk.Progress
Method
set_adjustment (Adjustment adjustment) : none
Gtk.ProgressBar
Property
adjustment : Gtk.Adjustment
Gtk.ProgressBar
Method
new Gtk.ProgressBar.with_adjustment (Adjustment adjustment) : Gtk.ProgressBar
Create a new Gtk.ProgressBar
Gtk.Range
Property
adjustment : Gtk.Adjustment
Gtk.Range
Method
set_adjustment (Adjustment adjustment) : none
Sets the adjustment to be used as the "model" object for this range widget.
Gtk.Range
Method
get_adjustment () : Gtk.Adjustment
Get the GtkAdjustment which is the "model" object for GtkRange.
Gtk.ScaleButton
Property
adjustment : Gtk.Adjustment
Gtk.ScaleButton
Method
get_adjustment () : Gtk.Adjustment
Gets the GtkAdjustment associated with the GtkScaleButton's scale.
Gtk.ScaleButton
Method
set_adjustment (Adjustment adjustment) : none
Sets the GtkAdjustment to be used as a model for the GtkScaleButton's scale.
Gtk.ScrolledWindow
Property
hadjustment : Gtk.Adjustment
Gtk.ScrolledWindow
Property
vadjustment : Gtk.Adjustment
Gtk.ScrolledWindow
Method
new Gtk.ScrolledWindow.c_new (Adjustment hadjustment, Adjustment vadjustment) : Gtk.ScrolledWindow
Create a new Gtk.ScrolledWindow
Gtk.ScrolledWindow
Method
set_hadjustment (Adjustment hadjustment) : none
Sets the GtkAdjustment for the horizontal scrollbar.
Gtk.ScrolledWindow
Method
set_vadjustment (Adjustment vadjustment) : none
Sets the GtkAdjustment for the vertical scrollbar.
Gtk.ScrolledWindow
Method
get_hadjustment () : Gtk.Adjustment
Returns the horizontal scrollbar's adjustment, used to connect the horizontal scrollbar to the child widget's horizontal scroll functionality.
Gtk.ScrolledWindow
Method
get_vadjustment () : Gtk.Adjustment
Returns the vertical scrollbar's adjustment, used to connect the vertical scrollbar to the child widget's vertical scroll functionality.
Gtk.SpinButton
Property
adjustment : Gtk.Adjustment
Gtk.SpinButton
Method
new Gtk.SpinButton.c_new (Adjustment adjustment, Number climb_rate, Number digits) : Gtk.SpinButton
Create a new Gtk.SpinButton
Gtk.SpinButton
Method
configure (Adjustment adjustment, Number climb_rate, Number digits) : none
Changes the properties of an existing spin button.
Gtk.SpinButton
Method
set_adjustment (Adjustment adjustment) : none
Replaces the GtkAdjustment associated with spin_button.
Gtk.SpinButton
Method
get_adjustment () : Gtk.Adjustment
Get the adjustment associated with a GtkSpinButton
Gtk.TextView
Signal
set_scroll_adjustments (TextView self, Adjustment object, Adjustment p0) : none
Gtk.TextView
Method
get_hadjustment () : Gtk.Adjustment
Gets the horizontal-scrolling GtkAdjustment.
Gtk.TextView
Method
get_vadjustment () : Gtk.Adjustment
Gets the vertical-scrolling GtkAdjustment.
Gtk.ToolPalette
Signal
set_scroll_adjustments (ToolPalette self, Adjustment hadjustment, Adjustment vadjustment) : none
Set the scroll adjustments for the viewport.
Gtk.ToolPalette
Method
get_hadjustment () : Gtk.Adjustment
Gets the horizontal adjustment of the tool palette.
Gtk.ToolPalette
Method
get_vadjustment () : Gtk.Adjustment
Gets the vertical adjustment of the tool palette.
Gtk.TreeView
Property
hadjustment : Gtk.Adjustment
Gtk.TreeView
Property
vadjustment : Gtk.Adjustment
Gtk.TreeView
Signal
set_scroll_adjustments (TreeView self, Adjustment object, Adjustment p0) : none
Gtk.TreeView
Method
get_hadjustment () : Gtk.Adjustment
Gets the GtkAdjustment currently being used for the horizontal aspect.
Gtk.TreeView
Method
set_hadjustment (Adjustment adjustment) : none
Sets the GtkAdjustment for the current horizontal aspect.
Gtk.TreeView
Method
get_vadjustment () : Gtk.Adjustment
Gets the GtkAdjustment currently being used for the vertical aspect.
Gtk.TreeView
Method
set_vadjustment (Adjustment adjustment) : none
Sets the GtkAdjustment for the current vertical aspect.
Gtk.VScale
Method
new Gtk.VScale.c_new (Adjustment adjustment) : Gtk.VScale
Create a new Gtk.VScale
Gtk.VScrollbar
Method
new Gtk.VScrollbar.c_new (Adjustment adjustment) : Gtk.VScrollbar
Create a new Gtk.VScrollbar
Gtk.Viewport
Property
hadjustment : Gtk.Adjustment
Gtk.Viewport
Property
vadjustment : Gtk.Adjustment
Gtk.Viewport
Signal
set_scroll_adjustments (Viewport self, Adjustment object, Adjustment p0) : none
Gtk.Viewport
Method
new Gtk.Viewport.c_new (Adjustment hadjustment, Adjustment vadjustment) : Gtk.Viewport
Create a new Gtk.Viewport
Gtk.Viewport
Method
get_hadjustment () : Gtk.Adjustment
Returns the horizontal adjustment of the viewport.
Gtk.Viewport
Method
get_vadjustment () : Gtk.Adjustment
Returns the vertical adjustment of the viewport.
Gtk.Viewport
Method
set_hadjustment (Adjustment adjustment) : none
Sets the horizontal adjustment of the viewport.
Gtk.Viewport
Method
set_vadjustment (Adjustment adjustment) : none
Sets the vertical adjustment of the viewport.
Gtk.Widget
Method
set_scroll_adjustments (Adjustment hadjustment, Adjustment vadjustment) : Boolean
For widgets that support scrolling, sets the scroll adjustments and returns TRUE.
GtkClutter.Scrollable
Property
hadjustment : Gtk.Adjustment
The GtkAdjustment that determines the value of the horizontal position for this scrollable actor.
GtkClutter.Scrollable
Property
vadjustment : Gtk.Adjustment
The GtkAdjustment that determines the value of the vertical position for this scrollable actor.
GtkClutter.Scrollable
Method
set_adjustments (Adjustment h_adjust, Adjustment v_adjust) : none
Sets the horizontal and vertical adjustments used to determine the position of the scrollable actor.
GtkClutter.Scrollable
Method
get_adjustments (Adjustment h_adjust, Adjustment v_adjust) : none
Retrieves the horizontal and vertical adjustments used to determine the position of the scrollable actor.
GtkClutter.Viewport
Method
new GtkClutter.Viewport.c_new (Adjustment h_adjust, Adjustment v_adjust, Adjustment z_adjust) : GtkClutter.Viewport
Create a new GtkClutter.Viewport
GtkClutter.Zoomable
Property
zadjustment : Gtk.Adjustment
The GtkAdjustment that determines the value of the zoom factor for this zoomable actor
GtkClutter.Zoomable
Method
set_adjustment (Adjustment z_adjust) : none
Sets the adjustment used to determine the zoom factor of the zoomable actor
GtkClutter.Zoomable
Method
get_adjustment () : Gtk.Adjustment
Retrieves the adjustment used to determine the zoom factor of the zoomable actor
Vte.Terminal
Signal
set_scroll_adjustments (Terminal self, Adjustment object, Adjustment p0) : none
Vte.Terminal
Method
get_adjustment () : Gtk.Adjustment
WebKit.WebView
Signal
set_scroll_adjustments (WebView self, Adjustment object, Adjustment p0) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:06 GMT+0800 (HKT)