swamigui Reference Manual | ||||
---|---|---|---|---|
Top | Description |
typedef struct { GtkVBox parent_instance; GtkWidget *glade_widg; /* toplevel glade widget for python editor */ GtkTextBuffer *srcbuf; /* source editor buffer (GtkSourceBuffer or GtkTextBuffer depending on support libs) */ GtkWidget *srcview; /* source editor GtkSourceView */ GtkTextBuffer *conbuf; /* python output text buffer */ GtkWidget *conview; /* python console GtkTextBuffer */ GtkWidget *comboscripts; /* scripts combo box */ } SwamiguiPythonView;
GtkWidget * swamigui_python_view_new ();
Create a new GUI python view shell widget.
Returns : |
New swami GUI python view. |