Main Page
Widgets
Namespaces
Book
Gtk::Calendar Class Reference
[Widgets]
Inheritance diagram for Gtk::Calendar:
[legend]List of all members.
Detailed Description
Display a calendar and/or allow the user to select a date.
This is a widget that displays a calendar, one month at a time.
The month and year currently displayed can be altered with select_month(). The exact day can be selected from the displayed month using select_day().
The way in which the calendar itself is displayed can be altered using set_display_options().
The selected date can be retrieved from a GtkCalendar using get_date().
If performing many 'mark' operations, the calendar can be frozen to prevent flicker, using freeze(), and 'thawed' again using thaw().
Constructor & Destructor Documentation
virtual Gtk::Calendar::~Calendar |
( |
|
) |
[virtual] |
|
Gtk::Calendar::Calendar |
( |
|
) |
|
|
Member Function Documentation
void Gtk::Calendar::clear_marks |
( |
|
) |
|
|
void Gtk::Calendar::freeze |
( |
|
) |
|
|
void Gtk::Calendar::get_date |
( |
guint& |
year, |
|
|
guint& |
month, |
|
|
guint& |
day |
|
) |
const |
|
|
Returns the current display options of calendar .
- Returns:
- The display options.
Since: 2.4. |
const GtkCalendar* Gtk::Calendar::gobj |
( |
|
) |
const [inline] |
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget.
|
GtkCalendar* Gtk::Calendar::gobj |
( |
|
) |
[inline] |
|
|
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Widget.
|
int Gtk::Calendar::mark_day |
( |
guint |
day |
) |
|
|
virtual void Gtk::Calendar::on_day_selected |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_day_selected_double_click |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_month_changed |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_next_month |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_next_year |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_prev_month |
( |
|
) |
[protected, virtual] |
|
virtual void Gtk::Calendar::on_prev_year |
( |
|
) |
[protected, virtual] |
|
void Gtk::Calendar::select_day |
( |
guint |
day |
) |
|
|
int Gtk::Calendar::select_month |
( |
guint |
month, |
|
|
guint |
year |
|
) |
|
|
|
Sets display options (whether to display the heading and the month headings).
Since: 2.4 - Parameters:
-
| flags | The display options to set. |
|
void Gtk::Calendar::thaw |
( |
|
) |
|
|
int Gtk::Calendar::unmark_day |
( |
guint |
day |
) |
|
|
Friends And Related Function Documentation
Gtk::Calendar* wrap |
( |
GtkCalendar* |
object, |
|
|
bool |
take_copy = false |
|
) |
[related] |
|
|
- Parameters:
-
| object | The C instance |
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns:
- A C++ instance that wraps this C instance.
|
The documentation for this class was generated from the following file:
Generated for gtkmm 2.4 by
Doxygen 1.3.8 © 1997-2001