You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fw-daemon/vendor/github.com/gotk3/gogtk3/gtk/gtk_deprecated_since_3_14.go.h

31 lines
405 B

static GtkStatusIcon *
toGtkStatusIcon(void *p)
{
return (GTK_STATUS_ICON(p));
}
/*
* deprecated since version 3.14
*/
static GtkAlignment *
toGtkAlignment(void *p)
{
return (GTK_ALIGNMENT(p));
}
static GtkArrow *
toGtkArrow(void *p)
{
return (GTK_ARROW(p));
}
static GtkMisc *
toGtkMisc(void *p)
{
return (GTK_MISC(p));
}
/*
* End deprecated since version 3.14
*/