Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ShadowType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkShadowType
Enum : ShadowType
Used to change the appearance of an outline typically provided by a GtkFrame.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk
Method
Gtk.paint_arrow (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, ArrowType arrow_type, gboolean fill, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws an arrow in the given rectangle on cr using the given
parameters.
Gtk
Method
Gtk.paint_box (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a box on cr with the given parameters.
Gtk
Method
Gtk.paint_box_gap (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height, PositionType gap_side, gint32 gap_x, gint32 gap_width) : none
Draws a box in cr using the given style and state and shadow type,
leaving a gap in one side.
Gtk
Method
Gtk.paint_check (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a check button indicator in the given rectangle on cr with
the given parameters.
Gtk
Method
Gtk.paint_diamond (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a diamond in the given rectangle on window using the given
parameters.
Gtk
Method
Gtk.paint_extension (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height, PositionType gap_side) : none
Draws an extension, i.e.
Gtk
Method
Gtk.paint_flat_box (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a flat box on cr with the given parameters.
Gtk
Method
Gtk.paint_handle (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height, Orientation orientation) : none
Draws a handle as used in GtkHandleBox and GtkPaned.
Gtk
Method
Gtk.paint_option (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a radio button indicator in the given rectangle on cr with
the given parameters.
Gtk
Method
Gtk.paint_shadow (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws a shadow around the given rectangle in cr
using the given style and state and shadow type.
Gtk
Method
Gtk.paint_shadow_gap (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height, PositionType gap_side, gint32 gap_x, gint32 gap_width) : none
Draws a shadow around the given rectangle in cr
using the given style and state and shadow type, leaving a
gap in one side.
Gtk
Method
Gtk.paint_slider (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height, Orientation orientation) : none
Draws a slider in the given rectangle on cr using the
given style and orientation.
Gtk
Method
Gtk.paint_tab (Style style, Context cr, StateType state_type, ShadowType shadow_type, Widget widget, String detail, gint32 x, gint32 y, gint32 width, gint32 height) : none
Draws an option menu tab (i.e.
Gtk.Arrow
Property
shadow_type : Gtk.ShadowType
Gtk.Arrow
Method
new Gtk.Arrow.c_new (ArrowType arrow_type, ShadowType shadow_type) : Gtk.Widget
Create a new Gtk.Arrow
Gtk.Arrow
Method
set (ArrowType arrow_type, ShadowType shadow_type) : none
Sets the direction and style of the GtkArrow, arrow.
Gtk.Entry
Property
shadow_type : Gtk.ShadowType
Which kind of shadow to draw around the entry when
GtkEntry:has-frame is set to TRUE.
Gtk.Frame
Property
shadow_type : Gtk.ShadowType
Gtk.Frame
Method
get_shadow_type () : Gtk.ShadowType
Retrieves the shadow type of the frame.
Gtk.Frame
Method
set_shadow_type (ShadowType type) : none
Sets the shadow type for frame.
Gtk.HandleBox
Property
shadow_type : Gtk.ShadowType
Gtk.HandleBox
Method
get_shadow_type () : Gtk.ShadowType
Gets the type of shadow drawn around the handle box.
Gtk.HandleBox
Method
set_shadow_type (ShadowType type) : none
Gtk.ScrolledWindow
Property
shadow_type : Gtk.ShadowType
Gtk.ScrolledWindow
Method
get_shadow_type () : Gtk.ShadowType
Gets the shadow type of the scrolled window.
Gtk.ScrolledWindow
Method
set_shadow_type (ShadowType type) : none
Changes the type of shadow drawn around the contents of
Gtk.Viewport
Property
shadow_type : Gtk.ShadowType
Gtk.Viewport
Method
get_shadow_type () : Gtk.ShadowType
Gets the shadow type of the GtkViewport.
Gtk.Viewport
Method
set_shadow_type (ShadowType type) : none
Sets the shadow type of the viewport.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:16:00 GMT+0800 (HKT)