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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkhseparator.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
 
GtkHSeparator
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
A horizontal separator
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
The #GtkHSeparator widget is a horizontal separator, used to group the
10
 
widgets within a window. It displays a horizontal line with a shadow to
11
 
make it appear sunken into the interface.
12
 
</para>
13
 
<note>
14
 
<para>
15
 
The #GtkHSeparator widget is not used as a separator within menus.
16
 
To create a separator in a menu create an empty #GtkSeparatorMenuItem 
17
 
widget using gtk_separator_menu_item_new() and add it to the menu with 
18
 
gtk_menu_shell_append().
19
 
</para>
20
 
</note>
21
 
 
22
 
<!-- ##### SECTION See_Also ##### -->
23
 
<para>
24
 
<variablelist>
25
 
<varlistentry>
26
 
<term>#GtkVSeparator</term>
27
 
<listitem><para>a vertical separator.</para></listitem>
28
 
</varlistentry>
29
 
</variablelist>
30
 
</para>
31
 
 
32
 
<!-- ##### SECTION Stability_Level ##### -->
33
 
 
34
 
 
35
 
<!-- ##### SECTION Image ##### -->
36
 
 
37
 
 
38
 
<!-- ##### STRUCT GtkHSeparator ##### -->
39
 
<para>
40
 
The #GtkHSeparator-struct struct contains private data only, and
41
 
should be accessed using the functions below.
42
 
</para>
43
 
 
44
 
 
45
 
<!-- ##### FUNCTION gtk_hseparator_new ##### -->
46
 
<para>
47
 
Creates a new #GtkHSeparator.
48
 
</para>
49
 
 
50
 
@void: 
51
 
@Returns: a new #GtkHSeparator.
52
 
 
53