Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

vcf/ApplicationKit/AbstractGTKControl.h File Reference


Namespaces

namespace  VCF

Classes

class  VCF::AbstractGTKControl
 This class serves as a common implementation for various methods of the ControlPeer interface. More...
struct  VCF::AbstractGTKControl::ContainerChild
struct  VCF::AbstractGTKControl::Container
struct  VCF::AbstractGTKControl::ContainerClass

Defines

#define GTK_VCF_CONTAINER(obj)   GTK_CHECK_CAST (obj, AbstractGTKControl::getGTKType (), VCF::AbstractGTKControl::Container)
#define GTK_VCF_CONTAINER_CLASS(klass)   GTK_CHECK_CLASS_CAST (klass, AbstractGTKControl::getGTKType (), VCF::AbstractGTKControl::ContainerClass)
#define GTK_IS_VCF_CONTAINER(obj)   GTK_CHECK_TYPE (obj, AbstractGTKControl::getGTKType ())

Define Documentation

#define GTK_IS_VCF_CONTAINER obj   )     GTK_CHECK_TYPE (obj, AbstractGTKControl::getGTKType ())
 

#define GTK_VCF_CONTAINER obj   )     GTK_CHECK_CAST (obj, AbstractGTKControl::getGTKType (), VCF::AbstractGTKControl::Container)
 

#define GTK_VCF_CONTAINER_CLASS klass   )     GTK_CHECK_CLASS_CAST (klass, AbstractGTKControl::getGTKType (), VCF::AbstractGTKControl::ContainerClass)
 

   Comments or Suggestions?    License Information