C# Class Hyena.Query.Gui.FileSizeQueryValueEntry

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

Protected Properties

Property Type Description
combo Gtk.ComboBoxText
factors FileSizeFactor[]
query_value Hyena.Query.FileSizeQueryValue
spin_button Gtk.SpinButton

Public Methods

Method Description
FileSizeQueryValueEntry ( ) : System

Protected Methods

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

Method Details

FileSizeQueryValueEntry() public method

public FileSizeQueryValueEntry ( ) : System
return System

HandleValueChanged() protected method

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

Property Details

combo protected property

protected ComboBoxText,Gtk combo
return Gtk.ComboBoxText

factors protected static property

protected static FileSizeFactor[] factors
return FileSizeFactor[]

query_value protected property

protected FileSizeQueryValue,Hyena.Query query_value
return Hyena.Query.FileSizeQueryValue

spin_button protected property

protected SpinButton,Gtk spin_button
return Gtk.SpinButton