#include <entry.h>
Inheritance diagram for VDKEntry:
|
Sets object background
Reimplemented from VDKObject. |
|
Sets object font Reimplemented from VDKObject. |
|
Sets object foreground
Reimplemented from VDKObject. |
|
Enable/disable editing |
|
Enable/disable text visibility
|
|
Read/write entry text. char* p = "a text"; entry->Text = p; printf("\ntext:%s",(char*) entry->Text); fflush(stdout); |