C# Class Hyena.Widgets.RatingAccessible

Inheritance: Atk.Object, Atk.Value, Atk.ValueImplementor
Show file Open project: GNOME/hyena

Public Methods

Method Description
GetCurrentValue ( GLib &val ) : void
GetMaximumValue ( GLib &val ) : void
GetMinimumIncrement ( GLib &val ) : void
GetMinimumValue ( GLib &val ) : void
RatingAccessible ( GLib widget ) : System
RatingAccessible ( IntPtr raw ) : System
SetCurrentValue ( GLib val ) : bool

Method Details

GetCurrentValue() public method

public GetCurrentValue ( GLib &val ) : void
val GLib
return void

GetMaximumValue() public method

public GetMaximumValue ( GLib &val ) : void
val GLib
return void

GetMinimumIncrement() public method

public GetMinimumIncrement ( GLib &val ) : void
val GLib
return void

GetMinimumValue() public method

public GetMinimumValue ( GLib &val ) : void
val GLib
return void

RatingAccessible() public method

public RatingAccessible ( GLib widget ) : System
widget GLib
return System

RatingAccessible() public method

public RatingAccessible ( IntPtr raw ) : System
raw System.IntPtr
return System

SetCurrentValue() public method

public SetCurrentValue ( GLib val ) : bool
val GLib
return bool