forked from AuroraMiddleware/gtk
82a3cc699d
* gtk/gtk-sections.txt, gtk/tmpl/gtkspinbutton.sgml, gtk/tmpl/gtkseparatormenuitem.sgml, gtk/tmpl/gtknotebook.sgml, gtk/tmpl/gtkstatusbar.sgml, gtk/tmpl/gtkradiobutton.sgml, gtk/tmpl/gtkradiomenuitem.sgml: Updates. * gdk-pixbuf/gdk-pixbuf-sections.txt, gdk-pixbuf/tmpl/gdk-pixbuf.sgml: Follow recent API changes.
34 lines
750 B
Plaintext
34 lines
750 B
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkSeparatorMenuItem
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
a separator used in menus.
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
The #GtkSeparatorMenuItem is a separator used to group
|
|
items within a menu. It displays a horizontal line with a shadow to
|
|
make it appear sunken into the interface.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkSeparatorMenuItem ##### -->
|
|
<para>
|
|
The #GtkSeparatorMenuItem-struct struct contains private data only, and
|
|
should be accessed using the functions below.
|
|
</para>
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_separator_menu_item_new ##### -->
|
|
<para>
|
|
Creates a new #GtkSeparatorMenuItem.
|
|
</para>
|
|
|
|
@Returns: a new #GtkSeparatorMenuItem.
|
|
|
|
|