Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

VDKEntry Class Reference

This class provides a gtkentry wrapper. More...

#include <entry.h>

Inheritance diagram for VDKEntry:

VDKObject VDKNotCopyAble List of all members.

Public Member Functions

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 Wed Aug 6 11:01:55 2003 for vdk 2.0.3 by doxygen 1.3.2