blob: e6a8953f2a2a4fd0f969d82cbbf6d90c47422c75 (
plain)
1
2
3
4
5
6
7
8
9
10
|
namespace Ido
{
[CCode (cheader_filename = "libido/idoswitchmenuitem.h")]
public class SwitchMenuItem : Gtk.CheckMenuItem
{
[CCode (has_construct_function = false)]
public SwitchMenuItem ();
public Gtk.Container content_area { get; }
}
}
|