public class CalendarPopup : Dialog, Implementor, Buildable {
public weak int day { get; set; } ;
public weak uint max_year { set; } ;
public weak uint min_year { set; } ;
public weak int month { get; set; } ;
public weak int year { get; set; } ;
public CalendarPopup ( Gtk.Window parent,
uint year,
uint month,
uint day ) ;
public void get_date ( uint year,
uint month,
uint day ) ;
public void set_date ( uint year,
uint month,
uint day ) ;
}

public CalendarPopup ( Gtk.Window parent,
uint year,
uint month,
uint day ) ;
public weak int day { get; set; } ;
public weak uint max_year { set; } ;
public weak uint min_year { set; } ;
public weak int month { get; set; } ;
public weak int year { get; set; } ;
public void get_date ( uint year,
uint month,
uint day ) ;
public void set_date ( uint year,
uint month,
uint day ) ;
Created by Valadoc