NEURON
settext.cpp File Reference
#include <../../nrnconf.h>
#include "hoc.h"
#include "gui-redirect.h"

Go to the source code of this file.

Macros

#define Ret(a)   hoc_ret(); hoc_pushx(a);
 

Functions

void hoc_settext (void)
 

Variables

Object **(* nrnpy_gui_helper_ )(const char *name, Object *obj)
 HAVE_IV. More...
 
double(* nrnpy_object_to_double_ )(Object *)
 
int newstyle
 
unsigned int text_style =0
 
unsigned int text_size =1
 
unsigned int text_orient =0
 

Macro Definition Documentation

◆ Ret

#define Ret (   a)    hoc_ret(); hoc_pushx(a);

Definition at line 3 of file settext.cpp.

Function Documentation

◆ hoc_settext()

void hoc_settext ( void  )

Definition at line 12 of file settext.cpp.

Variable Documentation

◆ newstyle

int newstyle

Definition at line 9 of file settext.cpp.

◆ nrnpy_gui_helper_

Object**(* nrnpy_gui_helper_) (const char *name, Object *obj)

HAVE_IV.

Definition at line 13 of file xmenu.cpp.

◆ nrnpy_object_to_double_

double(* nrnpy_object_to_double_) (Object *)

Definition at line 14 of file xmenu.cpp.

◆ text_orient

unsigned int text_orient =0

Definition at line 10 of file settext.cpp.

◆ text_size

unsigned int text_size =1

Definition at line 10 of file settext.cpp.

◆ text_style

unsigned int text_style =0

Definition at line 10 of file settext.cpp.