Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_MlViewAttributePickerPrivate Struct Reference

The private instance members of MlViewAttributePicker. More...


Data Fields

GtkCombo * name_edit_entry
 the entry used to edit attribute name

GtkCombo * type_edit_entry
 the entry used to edit attribute type

GtkEntry * value_edit_entry
 the entry used to edit the attribute value

GtkList * values_list
 The attribute values list.

GtkButton * set_value_button
 used to set attr value to the selected attr val

GtkButton * add_to_value_button
 adding a string to the attr value

GtkTable * value_list_table
GList * names_completion_list
 the list of possible attr names

GList * values_completion_list
 the list of possible attribute values

xmlNode * current_xml_node
 the current xml node

gchar * current_attribute_value
 the current selected attribute value

MlViewAppContextapp_context
 The app context passed to this object at creation time.


Detailed Description

The private instance members of MlViewAttributePicker.

Theses member should not be accessed directly. They must only be accessed through the available accessors.

Definition at line 40 of file mlview-attribute-picker.c.


Field Documentation

GtkButton* _MlViewAttributePickerPrivate::add_to_value_button
 

adding a string to the attr value

Definition at line 57 of file mlview-attribute-picker.c.

MlViewAppContext* _MlViewAttributePickerPrivate::app_context
 

The app context passed to this object at creation time.

Definition at line 74 of file mlview-attribute-picker.c.

gchar* _MlViewAttributePickerPrivate::current_attribute_value
 

the current selected attribute value

Definition at line 71 of file mlview-attribute-picker.c.

xmlNode* _MlViewAttributePickerPrivate::current_xml_node
 

the current xml node

Definition at line 68 of file mlview-attribute-picker.c.

GtkCombo* _MlViewAttributePickerPrivate::name_edit_entry
 

the entry used to edit attribute name

Definition at line 42 of file mlview-attribute-picker.c.

GList* _MlViewAttributePickerPrivate::names_completion_list
 

the list of possible attr names

Definition at line 62 of file mlview-attribute-picker.c.

GtkButton* _MlViewAttributePickerPrivate::set_value_button
 

used to set attr value to the selected attr val

Definition at line 54 of file mlview-attribute-picker.c.

GtkCombo* _MlViewAttributePickerPrivate::type_edit_entry
 

the entry used to edit attribute type

Definition at line 45 of file mlview-attribute-picker.c.

GtkEntry* _MlViewAttributePickerPrivate::value_edit_entry
 

the entry used to edit the attribute value

Definition at line 48 of file mlview-attribute-picker.c.

GtkTable* _MlViewAttributePickerPrivate::value_list_table
 

Definition at line 59 of file mlview-attribute-picker.c.

GList* _MlViewAttributePickerPrivate::values_completion_list
 

the list of possible attribute values

Definition at line 65 of file mlview-attribute-picker.c.

GtkList* _MlViewAttributePickerPrivate::values_list
 

The attribute values list.

Definition at line 51 of file mlview-attribute-picker.c.


The documentation for this struct was generated from the following file:
Generated on Sat Jul 6 09:57:41 2002 for Gnome-MlView by doxygen1.2.16