#include "gnoclVTE.h"Functions | |
| static int | vteFunc (ClientData data, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
| static int | configure (Tcl_Interp *interp, GtkWidget *term, GnoclOption options[]) |
| Configure the vte widget based upon parameters passed to the calling function. | |
| int | gnoclVTECmd (ClientData data, Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]) |
Variables | |
| static GnoclOption | vteOptions [] |
| static int configure | ( | Tcl_Interp * | interp, | |
| GtkWidget * | term, | |||
| GnoclOption | options[] | |||
| ) | [static] |
Configure the vte widget based upon parameters passed to the calling function.
| int gnoclVTECmd | ( | ClientData | data, | |
| Tcl_Interp * | interp, | |||
| int | objc, | |||
| Tcl_Obj *const | objv[] | |||
| ) |
gnoclVTECmd
| static int vteFunc | ( | ClientData | data, | |
| Tcl_Interp * | interp, | |||
| int | objc, | |||
| Tcl_Obj *const | objv[] | |||
| ) | [static] |
vteFunc
GnoclOption vteOptions[] [static] |
Widget options
1.5.6