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

« back to all changes in this revision

Viewing changes to docs/reference/gtk/tmpl/gtkseparatortoolitem.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
 
GtkSeparatorToolItem
3
 
 
4
 
<!-- ##### SECTION Short_Description ##### -->
5
 
A toolbar item that separates groups of other toolbar items
6
 
 
7
 
<!-- ##### SECTION Long_Description ##### -->
8
 
<para>
9
 
  A #GtkSeparatorItem is a #GtkToolItem that separates groups of other
10
 
  #GtkToolItems. Depending on the theme, a #GtkSeparatorToolItem will
11
 
  often look like a vertical line on horizontally docked toolbars.
12
 
</para>
13
 
<para>
14
 
If the property "expand" is #TRUE and the property "draw" is #FALSE, a
15
 
#GtkSeparatorToolItem will act as a "spring" that forces other items
16
 
to the ends of the toolbar.
17
 
</para>
18
 
<para>
19
 
  Use gtk_separator_tool_item_new() to create a new #GtkSeparatorToolItem.
20
 
</para>
21
 
 
22
 
<!-- ##### SECTION See_Also ##### -->
23
 
<para>
24
 
  <variablelist>
25
 
    <varlistentry>
26
 
      <term>#GtkToolbar</term>
27
 
      <listitem><para>The toolbar widget</para></listitem>
28
 
    </varlistentry>
29
 
    <varlistentry>
30
 
      <term>#GtkRadioToolButton</term>
31
 
      <listitem><para>A toolbar item containing a radio
32
 
          button</para></listitem>
33
 
    </varlistentry>
34
 
  </variablelist>
35
 
</para>
36
 
 
37
 
<!-- ##### SECTION Stability_Level ##### -->
38
 
 
39
 
 
40
 
<!-- ##### SECTION Image ##### -->
41
 
 
42
 
 
43
 
<!-- ##### STRUCT GtkSeparatorToolItem ##### -->
44
 
<para>
45
 
The #GtkSeparatorToolItem struct contains only private data and
46
 
should only be accessed through the functions described below.
47
 
</para>
48
 
 
49
 
 
50
 
<!-- ##### ARG GtkSeparatorToolItem:draw ##### -->
51
 
<para>
52
 
 
53
 
</para>
54
 
 
55
 
<!-- ##### FUNCTION gtk_separator_tool_item_new ##### -->
56
 
<para>
57
 
 
58
 
</para>
59
 
 
60
 
@void: 
61
 
@Returns: 
62
 
 
63
 
 
64
 
<!-- ##### FUNCTION gtk_separator_tool_item_set_draw ##### -->
65
 
<para>
66
 
 
67
 
</para>
68
 
 
69
 
@item: 
70
 
@draw: 
71
 
 
72
 
 
73
 
<!-- ##### FUNCTION gtk_separator_tool_item_get_draw ##### -->
74
 
<para>
75
 
 
76
 
</para>
77
 
 
78
 
@item: 
79
 
@Returns: 
80
 
 
81