Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

VDKEntry Class Reference

This class provides a gtkentry wrapper. More...

#include <entry.h>

Inheritance diagram for VDKEntry:

VDKObject VDKNotCopyAble List of all members.

Public Methods

Public Attributes


Detailed Description

This class provides a gtkentry wrapper.

SIGNALS
EXAMPLES
In ./testvdk/entrieswin.cc


Member Function Documentation

void VDKEntry::SetBackground VDKRgb    rgb,
GtkStateType    state
[virtual]
 

Sets object background

Parameters:
color  a VDKRgb object
state  can be one of the gtk+ widget states

Reimplemented from VDKObject.

void VDKEntry::SetFont VDKFont   font [virtual]
 

Sets object font

Reimplemented from VDKObject.

void VDKEntry::SetForeground VDKRgb    rgb,
GtkStateType    state
[virtual]
 

Sets object foreground

Parameters:
color  a VDKRgb object
state  can be one of the gtk+ widget states

Reimplemented from VDKObject.


Member Data Documentation

VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Editable
 

Enable/disable editing

VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Hidden
 

Enable/disable text visibility

Tip
Use this property set to true to make a "secret" entry field

VDKReadWriteValueProp<VDKEntry,char*> VDKEntry::Text
 

Read/write entry text.

    char* p = "a text";
    entry->Text = p;
    printf("\ntext:%s",(char*) entry->Text);
    fflush(stdout);


The documentation for this class was generated from the following files:
Generated on Sat May 4 22:00:27 2002 for vdk 2.0.1 by doxygen1.2.15