mainGContainer - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 9850
System Name: gcontainer
Name: GContainer
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

Developing applications using gobject-based libraries, I noticed too often I need container for my own types. While the UI problems are partially solved by GtkContainer, I ever messed a more generic way to do the same thing for no UI objects.

libgcontainer is a little library that provides the following types:

  • GChildable, an interface for object that can be child of another object;
  • GChild, a base class implementing GChildable;
  • GContainerable, an interface for object that can have children;
  • GContainer, a base class implementing GChildable and GContainerable managing children trought a GSList (similar to GtkContainer);
  • GBin, a base class implementing GChildable and GContainerable which can have only one child (similar to GtkBin).

Registration Date: Tue 03 Jun 2008 07:08:31 PM UTC
License: GNU Lesser General Public License
Development Status: 4 - Beta

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code