blob: 13ba858d5f97f0ae395d0fa1a79719a429542b0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!-- ##### 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.
|