Defines | Functions | Variables

plplot_widgetmodule.c File Reference

#include <Python.h>
#include <arrayobject.h>
#include "plplot.h"
#include "plplotP.h"

Go to the source code of this file.

Defines

#define TRY(E)   if ( !( E ) ) return NULL

Functions

PLDLLIMPEXP_PLPLOT_WIDGETMODULE
void 
initplplot_widget (void)

Variables

static PyMethodDef plplot_widget_methods []

Define Documentation

#define TRY (   E  )     if ( !( E ) ) return NULL

Definition at line 15 of file plplot_widgetmodule.c.


Function Documentation

PLDLLIMPEXP_PLPLOT_WIDGETMODULE void initplplot_widget ( void   ) 

Definition at line 68 of file plplot_widgetmodule.c.


Variable Documentation

PyMethodDef plplot_widget_methods[] [static]
Initial value:
 {




    { NULL,        NULL,                    0, NULL          }
}

Definition at line 60 of file plplot_widgetmodule.c.