#include <vdkcomboentry.h>
Inheritance diagram for VDKComboEntry:
|
Constructor
|
|
Sets object background
Reimplemented from VDKObject. |
|
Sets object font Reimplemented from VDKObject. |
|
Sets object foreground
Reimplemented from VDKObject. |
|
Same as Editable property in VDKEntry. Setting it to false allows you to provide a read-only list to select from, without the user being able to enter text. |
|
Sets/gets the index of the currently selected item in the dropdown list or -1 if no item is selected. |
|
Sets/gets widget dropdown list.
|
|
Sets underlying GtkListStore model as sortable. Once the model has been sorted, it can't go back to the default state. A possible work around to this problem is here:
|
|
Sets/gets sorting order. Applicable only if Sorted property is true. can be either GTK_SORT_ASCENDING (default) or GTK_SORT_DESCENDING |
|
gets underlying GtkListStore model that can be accessed in order to manipulate widget dropdown list if needed. |
|
Set/Get the text in the Entry
|