DataEntry
Object Hierarchy:
Description:
[ CCode ( type_id = "gdaui_data_entry_get_type ()" ) ]
public interface DataEntry : Widget
All known implementing classes:
Content:
Static methods:
Methods:
- public abstract bool can_expand (bool horiz)
Used for the layout of GdaDataEntry
widgets in
containers: queries if this requires horizontal or vertical expansion, depending on horiz
- public abstract bool contents_valid () throws Error
- public abstract ValueAttribute get_attributes ()
Retrieves the parameters of the GdauiDataEntry widget.
- public abstract bool get_editable ()
Tells if this can be edited by the
user
- public abstract unowned DataHandler get_handler ()
Fetch the GdaDataHandler the GdauiDataEntry is using
- public abstract unowned Value? get_ref_value ()
- public unowned Value? get_reference_value ()
Fetch the reference value held in the
DataEntry widget
- public abstract unowned Value? get_value ()
Fetch the value held in the GdauiDataEntry widget.
- public abstract Type get_value_type ()
Fetch the type of data the GdauiDataEntry handles
- public abstract void grab_focus ()
Makes this grab the focus for the
window it's in
- public abstract void set_attributes (ValueAttribute attrs, ValueAttribute mask)
Sets the parameters of the DataEntry.
- public void set_default_value (Value? value)
Sets the default value for the GdauiDataEntry which gets displayed
when the user forces the default value.
- public abstract void set_editable (bool editable)
Set if this can be modified or not
by the user
- public abstract void set_ref_value (Value value)
- public void set_reference_current ()
Tells that the current value in this
is to be considered as the reference value
- public void set_reference_value (Value? value)
Push a value into the GdauiDataEntry in the same way as
set_value but also sets this value as the reference value.
- public abstract void set_unknown_color (double red, double green, double blue, double alpha)
Defines the color to be used when this
displays an invalid value.
- public abstract void set_value (Value? value)
Push a value into the DataEntry.
- public abstract void set_value_default (Value value)
- public abstract void set_value_type (Type type)
Sets the type of value the GdauiDataEntry will handle.
- public abstract bool validate () throws Error
Tests the validity of this's
contents.
Signals:
Inherited Members:
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
- add_child
- construct_child
- custom_finished
- custom_tag_end
- custom_tag_start
- get_internal_child
- get_name
- parser_finished
- set_buildable_property
- set_name