gtk :: GtkSeparator :: defaultinit
# A separator widget
# See: https://developer.gnome.org/gtk3/stable/GtkSeparator.html
extern class GtkSeparator `{GtkSeparator *`}
super GtkWidget
new (orientation: GtkOrientation) `{
return (GtkSeparator *)gtk_separator_new(orientation);
`}
end
lib/gtk/v3_4/gtk_widgets_ext.nit:78,1--87,3