![]() |
![]() |
![]() |
hildon-extras Reference Manual | ![]() |
---|---|---|---|---|
HeArrowedEntryHeArrowedEntry — HildonEntry with an arrowed button to its right |
HeArrowedEntry; GtkWidget* he_arrowed_entry_new (void); GtkWidget* he_arrowed_entry_get_entry (HeArrowedEntry *self); GtkWidget* he_arrowed_entry_get_button (HeArrowedEntry *self);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkHBox +----HeArrowedEntry
The HildonSizeType used is HILDON_SIZE_AUTO_WIDTH
| HILDON_SIZE_FINGER_HEIGHT
.
The HildonEntry in this widget has focus-in/focus-out handlers automatically connected to make sure that the button gets highlighted when the focus is on the HildonEntry.
GtkWidget* he_arrowed_entry_new (void);
Creates a new HeArrowedEntry.
Returns : | a new HildonEntry, cast as GtkWidget |
GtkWidget* he_arrowed_entry_get_entry (HeArrowedEntry *self);
self : |
A HeArrowedEntry |
Returns : | The HildonEntry assigned to the instance. |
GtkWidget* he_arrowed_entry_get_button (HeArrowedEntry *self);
self : |
A HeArrowedEntry |
Returns : | The HildonButton assigned to the instance. |