Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_View_Imp_Gtk1Widget.h File Reference


Defines

#define CP_VIEW_GTK_WIDGET(obj)   GTK_CHECK_CAST( obj, CP_View_GtkWidget_get_type(), CP_View_GtkWidget )
#define CP_View_GtkWidget_CLASS(klass)   GTK_CHECK_CLASS_CAST( klass, CP_View_GtkWidget_get_type(), CP_View_GtkWidgetClass )
#define IS_CP_VIEW_GTK_WIDGET(obj)   GTK_CHECK_TYPE( obj, CP_View_GtkWidget_get_type() )

Typedefs

typedef _CP_View_GtkWidget CP_View_GtkWidget
typedef _CP_View_GtkWidgetClass CP_View_GtkWidgetClass

Functions

GtkWidget * CP_View_GtkWidget_new (CP_View_Imp_Gtk *inDestView)
GtkType CP_View_GtkWidget_get_type (void)

Define Documentation

#define CP_VIEW_GTK_WIDGET obj   )     GTK_CHECK_CAST( obj, CP_View_GtkWidget_get_type(), CP_View_GtkWidget )
 

#define CP_View_GtkWidget_CLASS klass   )     GTK_CHECK_CLASS_CAST( klass, CP_View_GtkWidget_get_type(), CP_View_GtkWidgetClass )
 

#define IS_CP_VIEW_GTK_WIDGET obj   )     GTK_CHECK_TYPE( obj, CP_View_GtkWidget_get_type() )
 


Typedef Documentation

typedef struct _CP_View_GtkWidget CP_View_GtkWidget
 

typedef struct _CP_View_GtkWidgetClass CP_View_GtkWidgetClass
 


Function Documentation

GtkWidget* CP_View_GtkWidget_new CP_View_Imp_Gtk inDestView  ) 
 

Allocate a new Gtk1 widget of our class type. This is called by the various CP_View classes when they need to create a custom view implementation widget to implement a non Gtk view.

Parameters:
inDestView The CP_View_Imp class that we are providing support for.
Exceptions:
none 
Returns:
GtkWidget * The created widget.

GtkType CP_View_GtkWidget_get_type void   ) 
 

Returns the unique type of widget for this class. If the widget has not been registered first, it is registered to get a unique type with the Gtk object system.

Exceptions:
none 
Returns:
void


Generated on Sat Sep 17 20:01:18 2005 for CPLAT by  doxygen 1.4.0