Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.PositionType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkPositionType
Enum : PositionType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.draw_box_gap (Style style, Window window, StateType state_type, ShadowType shadow_type, Number x, Number y, Number width, Number height, PositionType gap_side, Number gap_x, Number gap_width) : none
Draws a box in window using the given style and state and shadow type, leaving a gap in one side.
Gtk
Method
Gtk.draw_extension (Style style, Window window, StateType state_type, ShadowType shadow_type, Number x, Number y, Number width, Number height, PositionType gap_side) : none
Draws an extension, i.e.
Gtk
Method
Gtk.draw_shadow_gap (Style style, Window window, StateType state_type, ShadowType shadow_type, Number x, Number y, Number width, Number height, PositionType gap_side, Number gap_x, Number gap_width) : none
Draws a shadow around the given rectangle in window using the given style and state and shadow type, leaving a gap in one side.
Gtk
Method
Gtk.paint_box_gap (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Number x, Number y, Number width, Number height, PositionType gap_side, Number gap_x, Number gap_width) : none
Draws a box in window using the given style and state and shadow type, leaving a gap in one side.
Gtk
Method
Gtk.paint_extension (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Number x, Number y, Number width, Number height, PositionType gap_side) : none
Draws an extension, i.e.
Gtk
Method
Gtk.paint_shadow_gap (Style style, Window window, StateType state_type, ShadowType shadow_type, Rectangle area, Widget widget, String detail, Number x, Number y, Number width, Number height, PositionType gap_side, Number gap_x, Number gap_width) : none
Draws a shadow around the given rectangle in window using the given style and state and shadow type, leaving a gap in one side.
Gtk.Button
Property
image_position : Gtk.PositionType
The position of the image relative to the text inside the button.
Gtk.Button
Method
set_image_position (PositionType position) : none
Sets the position of the image relative to the text inside the button.
Gtk.Button
Method
get_image_position () : Gtk.PositionType
Gets the position of the image relative to the text inside the button.
Gtk.HandleBox
Property
handle_position : Gtk.PositionType
Gtk.HandleBox
Property
snap_edge : Gtk.PositionType
Gtk.HandleBox
Method
set_handle_position (PositionType position) : none
Gtk.HandleBox
Method
get_handle_position () : Gtk.PositionType
Gets the handle position of the handle box.
Gtk.HandleBox
Method
set_snap_edge (PositionType edge) : none
Gtk.HandleBox
Method
get_snap_edge () : Gtk.PositionType
Gets the edge used for determining reattachment of the handle box.
Gtk.Notebook
Property
tab_pos : Gtk.PositionType
Gtk.Notebook
Method
set_tab_pos (PositionType pos) : none
Sets the edge at which the tabs for switching pages in the notebook are drawn.
Gtk.Notebook
Method
get_tab_pos () : Gtk.PositionType
Gets the edge at which the tabs for switching pages in the notebook are drawn.
Gtk.Scale
Property
value_pos : Gtk.PositionType
Gtk.Scale
Method
set_value_pos (PositionType pos) : none
Sets the position in which the current value is displayed.
Gtk.Scale
Method
get_value_pos () : Gtk.PositionType
Gets the position in which the current value is displayed.
Gtk.Scale
Method
add_mark (Number value, PositionType position, String markup) : none
Adds a mark at value.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:42 GMT+0800 (HKT)