Whole document tree
    

Whole document tree

ETableConfig

ETableConfig

Name

ETableConfig -- 

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBin
                     +----GtkWindow
                           +----GnomeDialog
                                 +----ETableConfig

Description

Details

ETableConfig

typedef struct {
	GnomeDialog base;

	ETableSpecification *spec;
	ETableState         *state;

	GtkWidget *sort_label;
	GtkWidget *group_label;

	GtkWidget *sort_dialog;
	GtkWidget *group_dialog;

	int sorting_changed_id;
	int grouping_changed_id;
} ETableConfig;


E_TABLE_CONFIG_TYPE

#define E_TABLE_CONFIG_TYPE        (e_table_config_get_type ())



e_table_config_construct ()

GtkWidget*  e_table_config_construct        (ETableConfig *etco,
                                             ETableSpecification *spec,
                                             ETableState *state);