Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_MlViewAttributesListPrivate Struct Reference


Data Fields

GtkCList * attributes_view
 visual list of attributes

GtkEntry * name_edit_entry
 The name edition entry of the widget.

GtkEntry * value_edit_entry
 The value edition entry of the widget.

GtkButton * add_attribute_button
 The "add attribute" button of the widget.

GtkButton * remove_attribute_button
 The "remove attribute" button of the widget.

gchar * names_title
 The title of the attributes names column".

gchar * values_title
 The title of the attributes values column.

gint current_selected_row
 the row that is currently selected bu the user.

gboolean editable
 says if the current instance is editable or not.

guint name_edit_entry_changed_handler_id
 The id returned by gtk_signal_connect() when we connect to the "changed" signal of MlViewAttributesListPrivate::name_edit_entry .

guint value_edit_entry_changed_handler_id
 The id returned by gtk_signal_connect() when we connect to the "changed" signal of MlViewAttributesListPrivate::value_edit_entry .

xmlNodePtr current_xml_node
 The current xmlNode that holds the list of attributes being edited.

MlViewAppContextapp_context
 The current application context.

MlViewAttributePickerattribute_picker
 The attribute picker used to populate the list.


Field Documentation

GtkButton* _MlViewAttributesListPrivate::add_attribute_button
 

The "add attribute" button of the widget.

Definition at line 49 of file mlview-attributes-list.c.

MlViewAppContext* _MlViewAttributesListPrivate::app_context
 

The current application context.

Definition at line 89 of file mlview-attributes-list.c.

MlViewAttributePicker* _MlViewAttributesListPrivate::attribute_picker
 

The attribute picker used to populate the list.

Definition at line 95 of file mlview-attributes-list.c.

GtkCList* _MlViewAttributesListPrivate::attributes_view
 

visual list of attributes

Definition at line 40 of file mlview-attributes-list.c.

gint _MlViewAttributesListPrivate::current_selected_row
 

the row that is currently selected bu the user.

Definition at line 61 of file mlview-attributes-list.c.

xmlNodePtr _MlViewAttributesListPrivate::current_xml_node
 

The current xmlNode that holds the list of attributes being edited.

Definition at line 84 of file mlview-attributes-list.c.

gboolean _MlViewAttributesListPrivate::editable
 

says if the current instance is editable or not.

ONLY use the setter to change it !!!

Definition at line 64 of file mlview-attributes-list.c.

GtkEntry* _MlViewAttributesListPrivate::name_edit_entry
 

The name edition entry of the widget.

Definition at line 43 of file mlview-attributes-list.c.

guint _MlViewAttributesListPrivate::name_edit_entry_changed_handler_id
 

The id returned by gtk_signal_connect() when we connect to the "changed" signal of MlViewAttributesListPrivate::name_edit_entry .

This id is used to disconnect the handler from that signal.

Definition at line 71 of file mlview-attributes-list.c.

gchar* _MlViewAttributesListPrivate::names_title
 

The title of the attributes names column".

Definition at line 55 of file mlview-attributes-list.c.

GtkButton* _MlViewAttributesListPrivate::remove_attribute_button
 

The "remove attribute" button of the widget.

Definition at line 52 of file mlview-attributes-list.c.

GtkEntry* _MlViewAttributesListPrivate::value_edit_entry
 

The value edition entry of the widget.

Definition at line 46 of file mlview-attributes-list.c.

guint _MlViewAttributesListPrivate::value_edit_entry_changed_handler_id
 

The id returned by gtk_signal_connect() when we connect to the "changed" signal of MlViewAttributesListPrivate::value_edit_entry .

This id is used to disconnect the handler from that signal.

Definition at line 78 of file mlview-attributes-list.c.

gchar* _MlViewAttributesListPrivate::values_title
 

The title of the attributes values column.

Definition at line 58 of file mlview-attributes-list.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