vdk 2.4.0
|
This class provides a gtkentry wrapper. More...
#include <entry.h>
Public Member Functions | |
void | SetCompletion (char **completion_list) |
void | AddCompletionItem (char *completion_item) |
void | RemoveCompletionItem (char *completion_item) |
virtual void | SetBackground (VDKRgb rgb, GtkStateType state) |
virtual void | SetForeground (VDKRgb rgb, GtkStateType state) |
virtual void | SetFont (VDKFont *font) |
![]() | |
VDKRgb | GetBackground (GtkStateType state=GTK_STATE_NORMAL) |
VDKRgb | GetForeground (GtkStateType state=GTK_STATE_NORMAL) |
VDKObject (VDKForm *owner=NULL) | |
VDKObject (VDKForm *owner, GtkWidget *widget) | |
virtual | ~VDKObject () |
bool | Destroy () |
virtual int | isA () |
VDKForm * | Owner () |
virtual GtkWidget * | Widget () |
GtkWidget * | ConnectingWidget () |
GtkWidget * | WrappedWidget () |
VDKFont * | GetFont () |
void | SetVisible (bool visible) |
bool | GetVisible () |
void | SetCursor (VDKCursorType) |
VDKCursorType | GetCursor () |
void | SetSize (int w, int h) |
void | SetUsize (VDKPoint s) |
virtual void | SetTip (char *) |
virtual void | Add (VDKObject *obj, int justify=l_justify, int expand=TRUE, int fill=TRUE, int padding=0) |
ItemList & | Items () |
void | Draw (GdkRectangle *area=NULL) |
virtual void | Setup () |
void | SignalEmit (int signal) |
void | SignalEmit (char *sig) |
void | SignalEmitParent (int signal) |
void | SignalEmitParent (char *sig) |
void | GrabFocus () |
VDKObject * | Parent (VDKObject *p=NULL) |
int | SignalConnect (VDKObject *obj, char *signal, bool(VDKObject::*method)(VDKObject *), bool gtk=true, bool after=false) |
int | SignalConnect (char *signal, bool(VDKObject::*method)(VDKObject *), bool gtk=true, bool after=false) |
bool | SignalDisconnect (int connection) |
int | EventConnect (VDKObject *obj, char *event, bool(VDKObject::*method)(VDKObject *, GdkEvent *), bool after=false) |
int | EventConnect (char *, bool(VDKObject::*)(VDKObject *, GdkEvent *), bool after=false) |
bool | EventDisconnect (int connection) |
Public Attributes | |
VDKReadWriteValueProp < VDKEntry, char * > | Text |
VDKReadWriteValueProp < VDKEntry, bool > | Editable |
VDKReadWriteValueProp < VDKEntry, bool > | Hidden |
![]() | |
VDKReadWriteValueProp < VDKObject, VDKRgb > | NormalBackground |
VDKReadWriteValueProp < VDKObject, VDKFont * > | Font |
SizeObjectProp | Usize |
VDKReadWriteValueProp < VDKObject, bool > | Enabled |
VDKReadWriteValueProp < VDKObject, VDKCursorType > | Cursor |
VDKReadWriteValueProp < VDKObject, bool > | Visible |
Additional Inherited Members | |
![]() | |
VDKObjectSignal | s_clicked |
GtkWidget * | widget |
GtkWidget * | sigwid |
VDKObject * | parent |
This class provides a gtkentry wrapper.
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 |
|
virtual |
void VDKEntry::SetCompletion | ( | char ** | completion_list | ) |
Enables word completion
completion_list | a NULL terminating string array |
|
virtual |
VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Editable |
Enable/disable editing
VDKReadWriteValueProp<VDKEntry,bool> VDKEntry::Hidden |
Enable/disable text visibility
VDKReadWriteValueProp<VDKEntry,char*> VDKEntry::Text |
Read/write entry text.