geany
1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
![]() ![]() |
#include <keyword.h>
Public Attributes | |
int | value |
bool | addingUnlessExisting |
const char * | keywords [] |
bool keywordGroup::addingUnlessExisting |
Definition at line 35 of file keyword.h.
Referenced by addKeywordGroup().
const char* keywordGroup::keywords[] |
Definition at line 36 of file keyword.h.
Referenced by addKeywordGroup().
int keywordGroup::value |
Definition at line 34 of file keyword.h.
Referenced by addKeywordGroup().