app: use a GimpContainerTreeStore for GimpContainerEntry
again results in lots of removal of duplicated code.
This commit is contained in:
@ -22,14 +22,6 @@
|
||||
#define __GIMP_CONTAINER_ENTRY_H__
|
||||
|
||||
|
||||
enum
|
||||
{
|
||||
GIMP_CONTAINER_ENTRY_COLUMN_RENDERER,
|
||||
GIMP_CONTAINER_ENTRY_COLUMN_NAME,
|
||||
GIMP_CONTAINER_ENTRY_N_COLUMNS
|
||||
};
|
||||
|
||||
|
||||
#define GIMP_TYPE_CONTAINER_ENTRY (gimp_container_entry_get_type ())
|
||||
#define GIMP_CONTAINER_ENTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIMP_TYPE_CONTAINER_ENTRY, GimpContainerEntry))
|
||||
#define GIMP_CONTAINER_ENTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GIMP_TYPE_CONTAINER_ENTRY, GimpContainerEntryClass))
|
||||
|
Reference in New Issue
Block a user