~ubuntu-branches/ubuntu/precise/gtk+2.0/precise-updates

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkseparatormenuitem.sgml

  • Committer: Package Import Robot
  • Author(s): Ken VanDine
  • Date: 2011-12-01 11:40:06 UTC
  • mfrom: (1.14.11)
  • Revision ID: package-import@ubuntu.com-20111201114006-nrmf6qu3pg512veo
Tags: 2.24.8-0ubuntu1
* New upstream release 
  - gtkfilechooser should be more robust to malformed URIs
    in .gtk-bookmarks (LP: #189494)
* debian/patches/010_make_bg_changes_queue_repaint.patch
  - dropped it introduces performance regressions in some gtk2 
    apps (LP: #889019)
* 101_filechooser.patch, 000git_file_chooser.patch: dropped, upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- ##### SECTION Title ##### -->
2
 
GtkSeparatorMenuItem
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
A separator used in menus
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
The #GtkSeparatorMenuItem is a separator used to group
10
 
items within a menu. It displays a horizontal line with a shadow to
11
 
make it appear sunken into the interface.
12
 
</para>
13
 
 
14
 
<!-- ##### SECTION See_Also ##### -->
15
 
<para>
16
 
 
17
 
</para>
18
 
 
19
 
<!-- ##### SECTION Stability_Level ##### -->
20
 
 
21
 
 
22
 
<!-- ##### SECTION Image ##### -->
23
 
 
24
 
 
25
 
<!-- ##### STRUCT GtkSeparatorMenuItem ##### -->
26
 
<para>
27
 
The #GtkSeparatorMenuItem-struct struct contains private data only, and
28
 
should be accessed using the functions below.
29
 
</para>
30
 
 
31
 
 
32
 
<!-- ##### FUNCTION gtk_separator_menu_item_new ##### -->
33
 
<para>
34
 
Creates a new #GtkSeparatorMenuItem.
35
 
</para>
36
 
 
37
 
@void: 
38
 
@Returns: a new #GtkSeparatorMenuItem.
39
 
 
40