Name

struct _EConfigTarget — configuration context.

Synopsis

struct _EConfigTarget {
  struct _EConfig * config;
  struct _GtkWidget * widget;
  guint32 type;
};  

Members

config

The parent object.

widget

A target-specific parent widget.

type

The type of target, defined by implementing classes.

Description

The base target object is used as the parent and placeholder for configuration context for a given configuration window. It is subclassed by implementing classes to provide domain-specific context.

Description

The base target object is used as the parent and placeholder for configuration context for a given configuration window. It is subclassed by implementing classes to provide domain-specific context.