C# Class Hyena.Query.Gui.FileSizeQueryValueEntry

Inheritance: Hyena.Query.Gui.QueryValueEntry
ファイルを表示 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_oe property

protected ComboBoxText,Gtk combo
return Gtk.ComboBoxText

factors protected_oe static_oe property

protected static FileSizeFactor[] factors
return FileSizeFactor[]

query_value protected_oe property

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

spin_button protected_oe property

protected SpinButton,Gtk spin_button
return Gtk.SpinButton