implement command completion popup
This commit is contained in:
@ -35,6 +35,8 @@ public:
|
||||
|
||||
int id_count(const char *idtype);
|
||||
int id_name(const char *idtype, int idx, char *buf, int buflen);
|
||||
int style_count(const char *keyword);
|
||||
int style_name(const char *keyword, int idx, char *buf, int buflen);
|
||||
int variable_info(int idx, char *buf, int buflen);
|
||||
|
||||
double get_thermo(const char *keyword);
|
||||
|
||||
Reference in New Issue
Block a user