) from the user. A simple note contains information text and an OK button to be clicked. Additional features such as progress bars or animation can also be included.
|
Public Member Functions |
const HildonNote* | gobj () const |
| Provides access to the underlying C GtkObject.
|
HildonNote* | gobj () |
| Provides access to the underlying C GtkObject.
|
| Note (const Glib::ustring& description, const Gtk::StockID& stock_id, const Gtk::ProgressBar& progress_bar) |
| Note (NoteType note_type, const Glib::ustring& description=Glib::ustring(), const Gtk::StockID& stock_id=Gtk::StockID()) |
| Note (NoteType note_type, Gtk::Window& parent, const Glib::ustring& description=Glib::ustring(), const Gtk::StockID& stock_id=Gtk::StockID()) |
| Note (const Glib::ustring& description, const Gtk::StockID& stock_id=Gtk::StockID()) |
| Note (Gtk::Window& parent, const Glib::ustring& description, const Gtk::StockID& stock_id) |
| Note (Gtk::Window& parent, const Glib::ustring& description) |
| Note () |
void | set_button_text (const Glib::ustring& textOk, const Glib::ustring& textCancel) |
| Sets the button texts to be used by this hildon_note widget.
|
void | set_button_text (const Glib::ustring& text) |
| Sets the button text to be used by the hildon_note widget.
|
virtual | ~Note () |
Related Functions |
(Note that these are not member functions.)
|
Hildon::Note* | wrap (HildonNote* object, bool take_copy=false) |