C# Class Hyena.Query.Gui.TimeSpanQueryValueEntry

Inheritance: Hyena.Query.Gui.QueryValueEntry
Mostra file Open project: GNOME/hyena

Protected Properties

Property Type Description
combo Gtk.ComboBoxText
factors TimeFactor[]
query_value Hyena.Query.TimeSpanQueryValue
spin_button Gtk.SpinButton

Public Methods

Method Description
TimeSpanQueryValueEntry ( ) : System

Protected Methods

Method Description
HandleValueChanged ( object o, EventArgs args ) : void

Method Details

HandleValueChanged() protected method

protected HandleValueChanged ( object o, EventArgs args ) : void
o object
args System.EventArgs
return void

TimeSpanQueryValueEntry() public method

public TimeSpanQueryValueEntry ( ) : System
return System

Property Details

combo protected_oe property

protected ComboBoxText,Gtk combo
return Gtk.ComboBoxText

factors protected_oe static_oe property

protected static TimeFactor[] factors
return TimeFactor[]

query_value protected_oe property

protected TimeSpanQueryValue,Hyena.Query query_value
return Hyena.Query.TimeSpanQueryValue

spin_button protected_oe property

protected SpinButton,Gtk spin_button
return Gtk.SpinButton