summaryrefslogtreecommitdiff
path: root/vapi/custom.vapi
blob: 9aee3db26cc7c76d3764c2fafd421a4c6a6cc727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[CCode (cprefix = "Cc", lower_case_cprefix = "cc_", cheader_filename = "cc-crop-area.h")]
namespace Cc {
    public class CropArea : Gtk.Widget {
        [CCode (has_construct_function = false, type = "GtkWidget*")]
        public CropArea ();
        public void set_min_size (int width, int height);
        public void set_paintable (Gdk.Paintable paintable);
        public Gdk.Paintable get_paintable ();
        public Gdk.Pixbuf create_pixbuf ();
    }
}