#include <entry.h>
void VDKEntry::SetCompletion | ( | char ** | completion_list | ) |
Enables word completion
completion_list | a NULL terminating string array |
void VDKEntry::AddCompletionItem | ( | char * | completion_item | ) |
Add a completion word to completion list
completion_item |
void VDKEntry::RemoveCompletionItem | ( | char * | completion_item | ) |
Remove a completion word from completion list
completion_item |
void VDKEntry::SetBackground | ( | VDKRgb | color, | |
GtkStateType | state | |||
) | [virtual] |
void VDKEntry::SetForeground | ( | VDKRgb | color, | |
GtkStateType | state | |||
) | [virtual] |
VDKReadWriteValueProp<VDKEntry,char*> VDKEntry::Text |
Read/write entry text.
char* p = "a text"; entry->Text = p; printf("\ntext:%s",(char*) entry->Text); fflush(stdout);
VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Editable |
Enable/disable editing
VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Hidden |
Enable/disable text visibility