Mozilla/mozilla/widget/src/photon/PtRawDrawContainer.h
Jerry.Kirk%Nexwarecorp.com 6799e545e2 - These files bring the Photon UI uptodate.
- They still include lots of debug that will be cleaned out later
-  once everything works.


git-svn-id: svn://10.0.0.236/trunk@33461 18797224-902f-48f8-a5cc-f745e15eee43
1999-06-03 01:13:06 +00:00

18 lines
399 B
C

/* PtRawDrawContainer.h - widget header file */
#include <Pt.h>
/* widget resources */
#define RDC_DRAW_FUNC Pt_RESOURCE( Pt_USER( 0 ), 0 )
/* widget instance structure */
typedef struct raw_draw_container_widget
{
PtContainerWidget_t container;
void (*draw_f)( PtWidget_t *, PhTile_t * );
} RawDrawContainerWidget;
/* widget class pointer */
extern PtWidgetClassRef_t *PtRawDrawContainer;