coan 4.2.4
|
#include "state_utils.h"
Go to the source code of this file.
Data Structures | |
struct | line_edit_public_state_s |
Defines | |
#define | DELETEABLE_CHR ((char)001) |
#define | DELETEABLE_LPAREN ((char)002) |
#define | DELETEABLE_RPAREN ((char)003) |
#define | DELETEABLE(ch) ((ch) < 4) |
Typedefs | |
typedef struct line_edit_public_state_s | line_edit_public_state_t |
Functions | |
void | keywordedit (const char *replacement) |
void | delete_paren (size_t lparen_off, size_t rparen_off) |
void | restore_paren (size_t lparen_off, size_t rparen_off) |
void | restore_all_paren (void) |
void | cut_text (char const *start, char const *end) |
void | truncate_line (size_t off) |
void | line_edit_initor (void) |
void | line_edit_finitor (void) |
Variables | |
line_edit_public_state_t * | line_edit_public_h |
This file provides the Line Edit component interface
Definition in file line_edit.h.