forked from AuroraMiddleware/gtk
7447ef0fc2
In particular, rename - libraries to lib*-3.0.so - pc files to *-3.0.pc - include paths to /usr/include/gtk-3.0/* - module paths to /usr/lib/gtk-3.0/* - rc files names to gtk-3.0/gtkrc - commandline utilities to *-3.0 - adjust documentation Also change the install location for unix-print headers to /usr/include/gtk-3.0/unix-print/gtk.
41 lines
841 B
Plaintext
41 lines
841 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>
|
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
<!-- ##### SECTION Image ##### -->
|
|
|
|
|
|
<!-- ##### 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>
|
|
|
|
@void:
|
|
@Returns: a new #GtkSeparatorMenuItem.
|
|
|
|
|