Class Index Cross Index Namespace Index

Class Gnome::DateEdit

Date and time entry widget.
Contained in: Gnome
Derived from: Gtk::HBox
Derived by: none

#include <gtk--/dateedit.h>


public function member index:

DateEdit();
time_t get_date();
int get_flags();
static GtkType get_type();
GnomeDateEdit* gtkobj();
const GnomeDateEdit* gtkobj() const;
static bool isA(Gtk::Object* checkcast);
void set_flags(GnomeDateEditFlags flags);
void set_popup_range(int low_hour, int up_hour);
void set_time(time_t the_time);
virtual ~DateEdit();
 

protected function member index:

explicit DateEdit(GnomeDateEdit* castitem);
virtual void date_changed_impl();
void initialize_class();
virtual void time_changed_impl();
 

private function member index:

DateEdit(const DateEdit&);
DateEdit& operator =(const DateEdit&);
 

Description:

The GnomeDateEdit widget provides a way to enter dates and times with a helper calendar to let the user select the date.


Function Member Descriptions:


Variable Member Descriptions: