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
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

keywordGroup Struct Reference

#include <keyword.h>

Public Attributes

int value
 
bool addingUnlessExisting
 
const char * keywords []
 

Detailed Description

Definition at line 33 of file keyword.h.

Member Data Documentation

◆ addingUnlessExisting

bool keywordGroup::addingUnlessExisting

Definition at line 35 of file keyword.h.

Referenced by addKeywordGroup().

◆ keywords

const char* keywordGroup::keywords[]

Definition at line 36 of file keyword.h.

Referenced by addKeywordGroup().

◆ value

int keywordGroup::value

Definition at line 34 of file keyword.h.

Referenced by addKeywordGroup().


The documentation for this struct was generated from the following file: