Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class 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::AddCompletionItem char *  completion_item  ) 
 

Add a completion word to completion list

Parameters:
completion_item 

void VDKEntry::RemoveCompletionItem char *  completion_item  ) 
 

Remove a completion word from completion list

Parameters:
completion_item 

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::SetCompletion char **  completion_list  ) 
 

Enables word completion

Parameters:
completion_list a NULL terminating string array

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 Sep 3 12:10:19 2005 for vdk 2.4.0 by  doxygen 1.4.4