[Version (since = "4.14")]
public void set_year (int year);
public void unmark_day (uint day);
+ [NoAccessorMethod]
public int day { get; set; }
+ [NoAccessorMethod]
public int month { get; set; }
public bool show_day_names { get; set; }
public bool show_heading { get; set; }
public bool show_week_numbers { get; set; }
+ [NoAccessorMethod]
public int year { get; set; }
public signal void day_selected ();
public signal void next_month ();
BuildableParser skip
// Backwards compatibility
+Calendar
+ // gtk4 < 4.14
+ .day no_accessor_method
+ .month no_accessor_method
+ .year no_accessor_method
EntryBuffer
.new.initial_chars type="uint8[]?" array_length_idx=1
.emit_inserted_text.chars type="uint8[]" array_length_idx=2