~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/xml/go-format-sel.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-02-16 18:20:31 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216182031-qpnfx8ihozyfd1lz
Tags: 0.6.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#define             <link linkend="IS-GO-FORMAT-SEL:CAPS">IS_GO_FORMAT_SEL</link>                    (o)
27
27
                    <link linkend="GOFormatSel-struct">GOFormatSel</link>;
28
28
<link linkend="GType">GType</link>               <link linkend="go-format-sel-get-type">go_format_sel_get_type</link>              (void);
29
 
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="go-format-sel-new">go_format_sel_new</link>                   (void);
30
 
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="go-format-sel-new-full">go_format_sel_new_full</link>              (<link linkend="gboolean">gboolean</link> use_markup);
 
29
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="go-format-sel-new">go_format_sel_new</link>                   (void);
 
30
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="go-format-sel-new-full">go_format_sel_new_full</link>              (<link linkend="gboolean">gboolean</link> use_markup);
31
31
<link linkend="void">void</link>                <link linkend="go-format-sel-set-focus">go_format_sel_set_focus</link>             (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
32
32
<link linkend="void">void</link>                <link linkend="go-format-sel-set-style-format">go_format_sel_set_style_format</link>      (<link linkend="GOFormatSel">GOFormatSel</link> *gfs,
33
33
                                                         <link linkend="GOFormat">GOFormat</link> *style_format);
34
34
<link linkend="void">void</link>                <link linkend="go-format-sel-set-locale">go_format_sel_set_locale</link>            (<link linkend="GOFormatSel">GOFormatSel</link> *gfs,
35
35
                                                         <link linkend="char">char</link> const *locale);
36
 
<link linkend="GOFormat">GOFormat</link> *          <link linkend="go-format-sel-get-fmt">go_format_sel_get_fmt</link>               (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
37
 
<link linkend="GODateConventions">GODateConventions</link> const * <link linkend="go-format-sel-get-dateconv">go_format_sel_get_dateconv</link>    (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
 
36
<link linkend="GOFormat">GOFormat</link>*           <link linkend="go-format-sel-get-fmt">go_format_sel_get_fmt</link>               (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
 
37
<link linkend="GODateConventions">GODateConventions</link>const * <link linkend="go-format-sel-get-dateconv">go_format_sel_get_dateconv</link>     (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
38
38
<link linkend="void">void</link>                <link linkend="go-format-sel-set-dateconv">go_format_sel_set_dateconv</link>          (<link linkend="GOFormatSel">GOFormatSel</link> *gfs,
39
39
                                                         <link linkend="GODateConventions">GODateConventions</link> const *date_conv);
40
40
<link linkend="void">void</link>                <link linkend="go-format-sel-show-preview">go_format_sel_show_preview</link>          (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
41
41
<link linkend="void">void</link>                <link linkend="go-format-sel-hide-preview">go_format_sel_hide_preview</link>          (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);
42
42
<link linkend="void">void</link>                <link linkend="go-format-sel-editable-enters">go_format_sel_editable_enters</link>       (<link linkend="GOFormatSel">GOFormatSel</link> *gfs,
43
43
                                                         <link linkend="GtkWindow">GtkWindow</link> *window);
44
 
<link linkend="char">char</link> const *        <link linkend="go-format-sel-format-classification">go_format_sel_format_classification</link> (<link linkend="GOFormat">GOFormat</link> const *style_format);
 
44
<link linkend="char">char</link>const *         <link linkend="go-format-sel-format-classification">go_format_sel_format_classification</link> (<link linkend="GOFormat">GOFormat</link> const *style_format);
45
45
</synopsis>
46
46
</refsynopsisdiv>
47
47
 
66
66
<title role="impl_interfaces.title">Implemented Interfaces</title>
67
67
<para>
68
68
GOFormatSel implements
69
 
 <link linkend="AtkImplementorIface">AtkImplementorIface</link> and  <link linkend="GtkBuildable">GtkBuildable</link>.</para>
 
69
 <link linkend="AtkImplementorIface">AtkImplementorIface</link>,  <link linkend="GtkBuildable">GtkBuildable</link> and  <link linkend="GtkOrientable">GtkOrientable</link>.</para>
70
70
 
71
71
</refsect1>
72
72
 
142
142
</variablelist></refsect2>
143
143
<refsect2 id="go-format-sel-new" role="function">
144
144
<title>go_format_sel_new ()</title>
145
 
<indexterm zone="go-format-sel-new"><primary>go_format_sel_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         go_format_sel_new                   (void);</programlisting>
 
145
<indexterm zone="go-format-sel-new"><primary>go_format_sel_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          go_format_sel_new                   (void);</programlisting>
146
146
<para>
147
147
Creates a format selector widget, with general format selected
148
148
by default, and formats using pango markup disabled. See
155
155
</variablelist></refsect2>
156
156
<refsect2 id="go-format-sel-new-full" role="function">
157
157
<title>go_format_sel_new_full ()</title>
158
 
<indexterm zone="go-format-sel-new-full"><primary>go_format_sel_new_full</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         go_format_sel_new_full              (<link linkend="gboolean">gboolean</link> use_markup);</programlisting>
 
158
<indexterm zone="go-format-sel-new-full"><primary>go_format_sel_new_full</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          go_format_sel_new_full              (<link linkend="gboolean">gboolean</link> use_markup);</programlisting>
159
159
<para>
160
160
Creates a format selector widget, with general format selected
161
161
by default. When <parameter>use_markup</parameter> is set to <link linkend="TRUE:CAPS"><literal>TRUE</literal></link>, it shows additional
216
216
</variablelist></refsect2>
217
217
<refsect2 id="go-format-sel-get-fmt" role="function">
218
218
<title>go_format_sel_get_fmt ()</title>
219
 
<indexterm zone="go-format-sel-get-fmt"><primary>go_format_sel_get_fmt</primary></indexterm><programlisting><link linkend="GOFormat">GOFormat</link> *          go_format_sel_get_fmt               (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);</programlisting>
 
219
<indexterm zone="go-format-sel-get-fmt"><primary>go_format_sel_get_fmt</primary></indexterm><programlisting><link linkend="GOFormat">GOFormat</link>*           go_format_sel_get_fmt               (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);</programlisting>
220
220
<para>
221
221
 
222
222
</para><variablelist role="params">
230
230
</variablelist></refsect2>
231
231
<refsect2 id="go-format-sel-get-dateconv" role="function">
232
232
<title>go_format_sel_get_dateconv ()</title>
233
 
<indexterm zone="go-format-sel-get-dateconv"><primary>go_format_sel_get_dateconv</primary></indexterm><programlisting><link linkend="GODateConventions">GODateConventions</link> const * go_format_sel_get_dateconv    (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);</programlisting>
 
233
<indexterm zone="go-format-sel-get-dateconv"><primary>go_format_sel_get_dateconv</primary></indexterm><programlisting><link linkend="GODateConventions">GODateConventions</link>const * go_format_sel_get_dateconv     (<link linkend="GOFormatSel">GOFormatSel</link> *gfs);</programlisting>
234
234
<para>
235
235
 
236
236
</para><variablelist role="params">
300
300
</variablelist></refsect2>
301
301
<refsect2 id="go-format-sel-format-classification" role="function">
302
302
<title>go_format_sel_format_classification ()</title>
303
 
<indexterm zone="go-format-sel-format-classification"><primary>go_format_sel_format_classification</primary></indexterm><programlisting><link linkend="char">char</link> const *        go_format_sel_format_classification (<link linkend="GOFormat">GOFormat</link> const *style_format);</programlisting>
 
303
<indexterm zone="go-format-sel-format-classification"><primary>go_format_sel_format_classification</primary></indexterm><programlisting><link linkend="char">char</link>const *         go_format_sel_format_classification (<link linkend="GOFormat">GOFormat</link> const *style_format);</programlisting>
304
304
<para>
305
305
 
306
306
</para><variablelist role="params">