1 | <refentry id="libgnomeprintui-gnome-print-copies"> |
---|
2 | <refmeta> |
---|
3 | <refentrytitle>gnome-print-copies</refentrytitle> |
---|
4 | <manvolnum>3</manvolnum> |
---|
5 | <refmiscinfo>LIBGNOMEPRINTUI Library</refmiscinfo> |
---|
6 | </refmeta> |
---|
7 | |
---|
8 | <refnamediv> |
---|
9 | <refname>gnome-print-copies</refname><refpurpose></refpurpose> |
---|
10 | </refnamediv> |
---|
11 | |
---|
12 | <refsynopsisdiv><title>Synopsis</title> |
---|
13 | <anchor id="GnomePrintCopiesSelector"/> |
---|
14 | <synopsis> |
---|
15 | |
---|
16 | |
---|
17 | |
---|
18 | struct <link linkend="GnomePrintCopiesSelector-struct">GnomePrintCopiesSelector</link>; |
---|
19 | struct <link linkend="GnomePrintCopiesSelectorClass">GnomePrintCopiesSelectorClass</link>; |
---|
20 | <link linkend="GtkWidget">GtkWidget</link>* <link linkend="gnome-print-copies-selector-new">gnome_print_copies_selector_new</link> (void); |
---|
21 | <link linkend="void">void</link> <link linkend="gnome-print-copies-selector-set-copies">gnome_print_copies_selector_set_copies</link> |
---|
22 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc, |
---|
23 | <link linkend="gint">gint</link> copies, |
---|
24 | <link linkend="gboolean">gboolean</link> collate); |
---|
25 | <link linkend="gint">gint</link> <link linkend="gnome-print-copies-selector-get-copies">gnome_print_copies_selector_get_copies</link> |
---|
26 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc); |
---|
27 | <link linkend="gboolean">gboolean</link> <link linkend="gnome-print-copies-selector-get-collate">gnome_print_copies_selector_get_collate</link> |
---|
28 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc); |
---|
29 | |
---|
30 | </synopsis> |
---|
31 | </refsynopsisdiv> |
---|
32 | |
---|
33 | <refsect1> |
---|
34 | <title>Object Hierarchy</title> |
---|
35 | <synopsis> |
---|
36 | |
---|
37 | <link linkend="GObject">GObject</link> |
---|
38 | +----<link linkend="GtkObject">GtkObject</link> |
---|
39 | +----<link linkend="GtkWidget">GtkWidget</link> |
---|
40 | +----<link linkend="GtkContainer">GtkContainer</link> |
---|
41 | +----<link linkend="GtkBox">GtkBox</link> |
---|
42 | +----<link linkend="GtkVBox">GtkVBox</link> |
---|
43 | +----GnomePrintCopiesSelector |
---|
44 | </synopsis> |
---|
45 | |
---|
46 | </refsect1> |
---|
47 | |
---|
48 | |
---|
49 | |
---|
50 | <refsect1> |
---|
51 | <title>Implemented Interfaces</title> |
---|
52 | <para> |
---|
53 | GnomePrintCopiesSelector implements |
---|
54 | <link linkend="AtkImplementorIface">AtkImplementorIface</link>.</para> |
---|
55 | |
---|
56 | </refsect1> |
---|
57 | |
---|
58 | |
---|
59 | |
---|
60 | <refsect1> |
---|
61 | <title>Signal Prototypes</title> |
---|
62 | <synopsis> |
---|
63 | |
---|
64 | "<link linkend="GnomePrintCopiesSelector-collate-set">collate-set</link>" |
---|
65 | <link linkend="void">void</link> user_function (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *printcopiesselector, |
---|
66 | <link linkend="gboolean">gboolean</link> arg1, |
---|
67 | <link linkend="gpointer">gpointer</link> user_data); |
---|
68 | "<link linkend="GnomePrintCopiesSelector-copies-set">copies-set</link>" |
---|
69 | <link linkend="void">void</link> user_function (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *printcopiesselector, |
---|
70 | <link linkend="gint">gint</link> arg1, |
---|
71 | <link linkend="gpointer">gpointer</link> user_data); |
---|
72 | </synopsis> |
---|
73 | </refsect1> |
---|
74 | |
---|
75 | |
---|
76 | <refsect1> |
---|
77 | <title>Description</title> |
---|
78 | <para> |
---|
79 | |
---|
80 | </para> |
---|
81 | </refsect1> |
---|
82 | |
---|
83 | <refsect1> |
---|
84 | <title>Details</title> |
---|
85 | <refsect2> |
---|
86 | <title><anchor id="GnomePrintCopiesSelector-struct"/>struct GnomePrintCopiesSelector</title> |
---|
87 | <indexterm><primary>GnomePrintCopiesSelector</primary></indexterm><programlisting>struct GnomePrintCopiesSelector;</programlisting> |
---|
88 | <para> |
---|
89 | |
---|
90 | </para></refsect2> |
---|
91 | <refsect2> |
---|
92 | <title><anchor id="GnomePrintCopiesSelectorClass"/>struct GnomePrintCopiesSelectorClass</title> |
---|
93 | <indexterm><primary>GnomePrintCopiesSelectorClass</primary></indexterm><programlisting>struct GnomePrintCopiesSelectorClass;</programlisting> |
---|
94 | <para> |
---|
95 | |
---|
96 | </para></refsect2> |
---|
97 | <refsect2> |
---|
98 | <title><anchor id="gnome-print-copies-selector-new"/>gnome_print_copies_selector_new ()</title> |
---|
99 | <indexterm><primary>gnome_print_copies_selector_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>* gnome_print_copies_selector_new (void);</programlisting> |
---|
100 | <para> |
---|
101 | Create a new GnomePrintCopies widget.</para> |
---|
102 | <para> |
---|
103 | |
---|
104 | </para><variablelist role="params"> |
---|
105 | <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> A new GnomePrintCopies widget. |
---|
106 | </simpara></listitem></varlistentry> |
---|
107 | </variablelist></refsect2> |
---|
108 | <refsect2> |
---|
109 | <title><anchor id="gnome-print-copies-selector-set-copies"/>gnome_print_copies_selector_set_copies ()</title> |
---|
110 | <indexterm><primary>gnome_print_copies_selector_set_copies</primary></indexterm><programlisting><link linkend="void">void</link> gnome_print_copies_selector_set_copies |
---|
111 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc, |
---|
112 | <link linkend="gint">gint</link> copies, |
---|
113 | <link linkend="gboolean">gboolean</link> collate);</programlisting> |
---|
114 | <para> |
---|
115 | |
---|
116 | </para><variablelist role="params"> |
---|
117 | <varlistentry><term><parameter>gpc</parameter> :</term> |
---|
118 | <listitem><simpara> |
---|
119 | </simpara></listitem></varlistentry> |
---|
120 | <varlistentry><term><parameter>copies</parameter> :</term> |
---|
121 | <listitem><simpara> |
---|
122 | </simpara></listitem></varlistentry> |
---|
123 | <varlistentry><term><parameter>collate</parameter> :</term> |
---|
124 | <listitem><simpara> |
---|
125 | |
---|
126 | |
---|
127 | </simpara></listitem></varlistentry> |
---|
128 | </variablelist></refsect2> |
---|
129 | <refsect2> |
---|
130 | <title><anchor id="gnome-print-copies-selector-get-copies"/>gnome_print_copies_selector_get_copies ()</title> |
---|
131 | <indexterm><primary>gnome_print_copies_selector_get_copies</primary></indexterm><programlisting><link linkend="gint">gint</link> gnome_print_copies_selector_get_copies |
---|
132 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc);</programlisting> |
---|
133 | <para> |
---|
134 | |
---|
135 | </para><variablelist role="params"> |
---|
136 | <varlistentry><term><parameter>gpc</parameter> :</term> |
---|
137 | <listitem><simpara> |
---|
138 | </simpara></listitem></varlistentry> |
---|
139 | <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> |
---|
140 | |
---|
141 | |
---|
142 | </simpara></listitem></varlistentry> |
---|
143 | </variablelist></refsect2> |
---|
144 | <refsect2> |
---|
145 | <title><anchor id="gnome-print-copies-selector-get-collate"/>gnome_print_copies_selector_get_collate ()</title> |
---|
146 | <indexterm><primary>gnome_print_copies_selector_get_collate</primary></indexterm><programlisting><link linkend="gboolean">gboolean</link> gnome_print_copies_selector_get_collate |
---|
147 | (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *gpc);</programlisting> |
---|
148 | <para> |
---|
149 | |
---|
150 | </para><variablelist role="params"> |
---|
151 | <varlistentry><term><parameter>gpc</parameter> :</term> |
---|
152 | <listitem><simpara> |
---|
153 | </simpara></listitem></varlistentry> |
---|
154 | <varlistentry><term><emphasis>Returns</emphasis> :</term><listitem><simpara> |
---|
155 | |
---|
156 | |
---|
157 | </simpara></listitem></varlistentry> |
---|
158 | </variablelist></refsect2> |
---|
159 | |
---|
160 | </refsect1> |
---|
161 | |
---|
162 | <refsect1> |
---|
163 | <title>Signals</title> |
---|
164 | <refsect2><title><anchor id="GnomePrintCopiesSelector-collate-set"/>The "collate-set" signal</title> |
---|
165 | <programlisting><link linkend="void">void</link> user_function (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *printcopiesselector, |
---|
166 | <link linkend="gboolean">gboolean</link> arg1, |
---|
167 | <link linkend="gpointer">gpointer</link> user_data);</programlisting> |
---|
168 | <para> |
---|
169 | |
---|
170 | </para><variablelist role="params"> |
---|
171 | <varlistentry><term><parameter>printcopiesselector</parameter> :</term> |
---|
172 | <listitem><simpara>the object which received the signal. |
---|
173 | </simpara></listitem></varlistentry> |
---|
174 | <varlistentry><term><parameter>arg1</parameter> :</term> |
---|
175 | <listitem><simpara> |
---|
176 | |
---|
177 | </simpara></listitem></varlistentry> |
---|
178 | <varlistentry><term><parameter>user_data</parameter> :</term> |
---|
179 | <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> |
---|
180 | </variablelist></refsect2><refsect2><title><anchor id="GnomePrintCopiesSelector-copies-set"/>The "copies-set" signal</title> |
---|
181 | <programlisting><link linkend="void">void</link> user_function (<link linkend="GnomePrintCopiesSelector">GnomePrintCopiesSelector</link> *printcopiesselector, |
---|
182 | <link linkend="gint">gint</link> arg1, |
---|
183 | <link linkend="gpointer">gpointer</link> user_data);</programlisting> |
---|
184 | <para> |
---|
185 | |
---|
186 | </para><variablelist role="params"> |
---|
187 | <varlistentry><term><parameter>printcopiesselector</parameter> :</term> |
---|
188 | <listitem><simpara>the object which received the signal. |
---|
189 | </simpara></listitem></varlistentry> |
---|
190 | <varlistentry><term><parameter>arg1</parameter> :</term> |
---|
191 | <listitem><simpara> |
---|
192 | </simpara></listitem></varlistentry> |
---|
193 | <varlistentry><term><parameter>user_data</parameter> :</term> |
---|
194 | <listitem><simpara>user data set when the signal handler was connected.</simpara></listitem></varlistentry> |
---|
195 | </variablelist></refsect2> |
---|
196 | </refsect1> |
---|
197 | |
---|
198 | |
---|
199 | |
---|
200 | </refentry> |
---|