// GENERATED — DO NOT EDIT
///|
extern "c" fn moonbit_pango_attr_show_new(flags : Int) -> Attribute = "moonbit_pango_attr_show_new"
///|
/// [Upstream documentation](https://gnome.pages.gitlab.gnome.org/pango/Pango/func.attr_show_new.html).
pub fn attr_show_new(flags : ShowFlags) -> Attribute {
moonbit_pango_attr_show_new(flags.to_int())
}