#include <caption.h>
Inheritance diagram for Hildon::Caption:

Public Member Functions | |
| virtual | ~Caption () |
| HildonCaption * | gobj () |
| Provides access to the underlying C GtkObject. | |
| const HildonCaption * | gobj () const |
| Provides access to the underlying C GtkObject. | |
| Caption (Gtk::SizeGroup &group, const Glib::ustring &value, Gtk::Widget &child, Gtk::Widget &icon, CaptionStatus flag=CAPTION_OPTIONAL) | |
| bool | is_mandatory () const |
| Query Hildon::Caption whether this captioned control is a mandatory one. | |
| void | set_status (CaptionStatus flag) |
| Sets Hildon::Caption status. | |
| CaptionStatus | get_status () const |
| Gets Hildon::Caption status. | |
| void | set_icon_image (Gtk::Widget &icon) |
| Sets the icon to be used by this hildon_caption widget. | |
| Gtk::Widget * | get_icon_image () |
| Gets icon of Hildon::Caption. | |
| const Gtk::Widget * | get_icon_image () const |
| Gets icon of Hildon::Caption. | |
| void | set_label (const Glib::ustring &label) |
| Sets the label text that appears before the control. | |
| Glib::ustring | get_label () const |
| Gets label of Hildon::Caption. | |
| void | set_separator (const Glib::ustring &separator) |
| Sets the separator character that appears after the label. | |
| Glib::ustring | get_separator () const |
| Gets separator string of Hildon::Caption. | |
| void | set_label_alignment (float alignment) |
| Sets the vertical alignment to be used for the text part of the caption. | |
| float | get_label_alignment () const |
| Gets current vertical alignment for the text part. | |
| void | set_child_expand (bool expand=true) |
| Sets child expandability. | |
| bool | get_child_expand () const |
| Gets childs expandability. | |
| Glib::SignalProxy0< void > | signal_activate () |
Related Functions | |
| (Note that these are not member functions.) | |
| Hildon::Caption * | wrap (HildonCaption *object, bool take_copy=false) |
|
|
|
|
||||||||||||||||||||||||
|
|
|
|
Gets childs expandability. Returns : wheter the child is expandable or not. |
|
|
Gets icon of Hildon::Caption.
Returns : the Gtk::Image that is being used as the icon by the hildon_caption, or |
|
|
Gets icon of Hildon::Caption.
Returns : the Gtk::Image that is being used as the icon by the hildon_caption, or |
|
|
Gets label of Hildon::Caption. Returns : the text currently being used as the label of the caption control. The string is owned by the label and the caller should never free or modify this value. |
|
|
Gets current vertical alignment for the text part.
|
|
|
Gets separator string of Hildon::Caption. Returns : the text currently being used as the separator of the caption control. The string is owned by the caption control and the caller should never free or modify this value. |
|
|
Gets Hildon::Caption status. Returns : one of the values from Hildon::CaptionStatus |
|
|
Provides access to the underlying C GtkObject.
|
|
|
Provides access to the underlying C GtkObject.
|
|
|
Query Hildon::Caption whether this captioned control is a mandatory one. Returns : is this captioned control a mandatory one? |
|
|
Sets child expandability.
|
|
|
Sets the icon to be used by this hildon_caption widget.
|
|
|
Sets the label text that appears before the control. Separator character is added to the end of the label string. By default the separator is ":".
|
|
|
Sets the vertical alignment to be used for the text part of the caption. Applications need to align the child control themselves. Since: 0.12.0
|
|
|
Sets the separator character that appears after the label. The default seaparator character is ":" separately.
|
|
|
Sets Hildon::Caption status.
|
|
|
|
|
||||||||||||
|
|
1.4.6