File: GnomeDateEdit.html

package info (click to toggle)
libgnomeui 2.20.1.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,400 kB
  • ctags: 7,371
  • sloc: ansic: 40,799; xml: 19,721; sh: 8,821; makefile: 443
file content (567 lines) | stat: -rw-r--r-- 24,252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>GnomeDateEdit</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
<link rel="start" href="index.html" title="GNOME UI Library Reference Manual">
<link rel="up" href="fixme.html" title="Miscellaneous Widgets">
<link rel="prev" href="fixme.html" title="Miscellaneous Widgets">
<link rel="next" href="GnomeHRef.html" title="GnomeHRef">
<meta name="generator" content="GTK-Doc V1.8 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="part" href="pt01.html" title="Part&#160;I.&#160;GNOME UI Library (libgnomeui)">
<link rel="chapter" href="initialization.html" title="Initialization and Session Management">
<link rel="chapter" href="application-mgmt.html" title="Application Management">
<link rel="chapter" href="druids.html" title="Druids">
<link rel="chapter" href="fixme.html" title="Miscellaneous Widgets">
<link rel="chapter" href="miscellaneous.html" title="Miscellaneous Utility Functions and Macros">
<link rel="chapter" href="deprecated.html" title="Deprecated Modules">
<link rel="chapter" href="libgnomeui-objects.html" title="Object Hierarchy">
<link rel="index" href="ix01.html" title="Index">
<link rel="index" href="ix02.html" title="Index of deprecated symbols">
<link rel="index" href="ix03.html" title="Index of new symbols in 2.2">
<link rel="index" href="ix04.html" title="Index of new symbols in 2.4">
<link rel="index" href="ix05.html" title="Index of new symbols in 2.6">
<link rel="index" href="ix06.html" title="Index of new symbols in 2.8">
<link rel="index" href="ix07.html" title="Index of new symbols in 2.10">
<link rel="index" href="ix08.html" title="Index of new symbols in 2.12">
<link rel="index" href="ix09.html" title="Index of new symbols in 2.14">
<link rel="index" href="ix10.html" title="Index of new symbols in 2.16">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="fixme.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="fixme.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GNOME UI Library Reference Manual</th>
<td><a accesskey="n" href="GnomeHRef.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2644017" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id2644594" class="shortcut">Description</a>
                  &#160;|&#160;
                  <a href="#id2644352" class="shortcut">Object Hierarchy</a>
                  &#160;|&#160;
                  <a href="#id2644421" class="shortcut">Implemented Interfaces</a>
                  &#160;|&#160;
                  <a href="#id2644451" class="shortcut">Properties</a>
                  &#160;|&#160;
                  <a href="#id2644556" class="shortcut">Signals</a></nobr></td></tr>
</table>
<div class="refentry" lang="en">
<a name="GnomeDateEdit"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2>
<a name="id2644017"></a><span class="refentrytitle">GnomeDateEdit</span>
</h2>
<p>GnomeDateEdit</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">

#include &lt;libgnomeui/libgnomeui.h&gt;


enum                <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a>;
                    <a href="GnomeDateEdit.html#GnomeDateEdit-struct">GnomeDateEdit</a>;
GtkWidget*          <a href="GnomeDateEdit.html#gnome-date-edit-new">gnome_date_edit_new</a>                 (time_t the_time,
                                                         gboolean show_time,
                                                         gboolean use_24_format);
GtkWidget*          <a href="GnomeDateEdit.html#gnome-date-edit-new-flags">gnome_date_edit_new_flags</a>           (time_t the_time,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);
void                <a href="GnomeDateEdit.html#gnome-date-edit-construct">gnome_date_edit_construct</a>           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         time_t the_time,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);
void                <a href="GnomeDateEdit.html#gnome-date-edit-set-time">gnome_date_edit_set_time</a>            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         time_t the_time);
time_t              <a href="GnomeDateEdit.html#gnome-date-edit-get-time">gnome_date_edit_get_time</a>            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);
void                <a href="GnomeDateEdit.html#gnome-date-edit-set-popup-range">gnome_date_edit_set_popup_range</a>     (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         int low_hour,
                                                         int up_hour);
void                <a href="GnomeDateEdit.html#gnome-date-edit-set-flags">gnome_date_edit_set_flags</a>           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);
int                 <a href="GnomeDateEdit.html#gnome-date-edit-get-flags">gnome_date_edit_get_flags</a>           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);
time_t              <a href="GnomeDateEdit.html#gnome-date-edit-get-initial-time">gnome_date_edit_get_initial_time</a>    (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);
time_t              <a href="GnomeDateEdit.html#gnome-date-edit-get-date">gnome_date_edit_get_date</a>            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);


</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644352"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkHBox
                                       +----GnomeDateEdit
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644421"></a><h2>Implemented Interfaces</h2>
<p>
GnomeDateEdit implements
 AtkImplementorIface and  GtkBuildable.</p>
</div>
<div class="refsect1" lang="en">
<a name="id2644451"></a><h2>Properties</h2>
<pre class="synopsis">

  "<a href="GnomeDateEdit.html#GnomeDateEdit--dateedit-flags">dateedit-flags</a>"           <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a>    : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--initial-time">initial-time</a>"             gulong                : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--lower-hour">lower-hour</a>"               gint                  : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--time">time</a>"                     gulong                : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--upper-hour">upper-hour</a>"               gint                  : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644556"></a><h2>Signals</h2>
<pre class="synopsis">

  "<a href="GnomeDateEdit.html#GnomeDateEdit-date-changed">date-changed</a>"                                   : Run First
  "<a href="GnomeDateEdit.html#GnomeDateEdit-time-changed">time-changed</a>"                                   : Run First
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2644594"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2644608"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2644618"></a><h3>
<a name="GnomeDateEditFlags"></a>enum GnomeDateEditFlags</h3>
<a class="indexterm" name="id2644631"></a><pre class="programlisting">typedef enum {
	GNOME_DATE_EDIT_SHOW_TIME             = 1 &lt;&lt; 0,
	GNOME_DATE_EDIT_24_HR                 = 1 &lt;&lt; 1,
	GNOME_DATE_EDIT_WEEK_STARTS_ON_MONDAY = 1 &lt;&lt; 2
} GnomeDateEditFlags;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644651"></a><h3>
<a name="GnomeDateEdit-struct"></a>GnomeDateEdit</h3>
<a class="indexterm" name="id2644664"></a><pre class="programlisting">typedef struct _GnomeDateEdit GnomeDateEdit;</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644680"></a><h3>
<a name="gnome-date-edit-new"></a>gnome_date_edit_new ()</h3>
<a class="indexterm" name="id2644692"></a><pre class="programlisting">GtkWidget*          gnome_date_edit_new                 (time_t the_time,
                                                         gboolean show_time,
                                                         gboolean use_24_format);</pre>
<p>
Creates a new <a href="GnomeDateEdit.html" title="GnomeDateEdit"><span class="type">GnomeDateEdit</span></a> widget which can be used
to provide an easy to use way for entering dates and times.
If <em class="parameter"><code>the_time</code></em> is 0 then current time is used.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>the_time</code></em>&#160;:</span></td>
<td> date and time to be displayed on the widget
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>show_time</code></em>&#160;:</span></td>
<td> whether time should be displayed
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>use_24_format</code></em>&#160;:</span></td>
<td> whether 24-hour format is desired for the time display.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> a new <a href="GnomeDateEdit.html" title="GnomeDateEdit"><span class="type">GnomeDateEdit</span></a> widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644822"></a><h3>
<a name="gnome-date-edit-new-flags"></a>gnome_date_edit_new_flags ()</h3>
<a class="indexterm" name="id2644836"></a><pre class="programlisting">GtkWidget*          gnome_date_edit_new_flags           (time_t the_time,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);</pre>
<p>
Creates a new <a href="GnomeDateEdit.html" title="GnomeDateEdit"><span class="type">GnomeDateEdit</span></a> widget with the
specified flags. If <em class="parameter"><code>the_time</code></em> is 0 then current time is used.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>the_time</code></em>&#160;:</span></td>
<td> The initial time for the date editor.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td> A bitmask of GnomeDateEditFlags values.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> the newly-created date editor widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2644935"></a><h3>
<a name="gnome-date-edit-construct"></a>gnome_date_edit_construct ()</h3>
<a class="indexterm" name="id2644949"></a><pre class="programlisting">void                gnome_date_edit_construct           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         time_t the_time,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);</pre>
<p>
For language bindings and subclassing only</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The <a href="GnomeDateEdit.html" title="GnomeDateEdit"><span class="type">GnomeDateEdit</span></a> object to construct
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>the_time</code></em>&#160;:</span></td>
<td> The initial time for the date editor.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td> A bitmask of GnomeDateEditFlags values.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645053"></a><h3>
<a name="gnome-date-edit-set-time"></a>gnome_date_edit_set_time ()</h3>
<a class="indexterm" name="id2645066"></a><pre class="programlisting">void                gnome_date_edit_set_time            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         time_t the_time);</pre>
<p>
Changes the displayed date and time in the GnomeDateEdit
widget to be the one represented by <em class="parameter"><code>the_time</code></em>.  If <em class="parameter"><code>the_time</code></em> is 0
then current time is used.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> the GnomeDateEdit widget
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>the_time</code></em>&#160;:</span></td>
<td> The time and date that should be set on the widget
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645153"></a><h3>
<a name="gnome-date-edit-get-time"></a>gnome_date_edit_get_time ()</h3>
<a class="indexterm" name="id2645166"></a><pre class="programlisting">time_t              gnome_date_edit_get_time            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);</pre>
<p>
</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The GnomeDateEdit widget
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>the time entered in the GnomeDateEdit widget
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645227"></a><h3>
<a name="gnome-date-edit-set-popup-range"></a>gnome_date_edit_set_popup_range ()</h3>
<a class="indexterm" name="id2645241"></a><pre class="programlisting">void                gnome_date_edit_set_popup_range     (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         int low_hour,
                                                         int up_hour);</pre>
<p>
Sets the range of times that will be provide by the time popup
selectors.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The GnomeDateEdit widget
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>low_hour</code></em>&#160;:</span></td>
<td> low boundary for the time-range display popup.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>up_hour</code></em>&#160;:</span></td>
<td>  upper boundary for the time-range display popup.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645336"></a><h3>
<a name="gnome-date-edit-set-flags"></a>gnome_date_edit_set_flags ()</h3>
<a class="indexterm" name="id2645350"></a><pre class="programlisting">void                gnome_date_edit_set_flags           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde,
                                                         <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a> flags);</pre>
<p>
Changes the display flags on an existing date editor widget.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The date editor widget whose flags should be changed.
</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>flags</code></em>&#160;:</span></td>
<td> The new bitmask of GnomeDateEditFlags values.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645424"></a><h3>
<a name="gnome-date-edit-get-flags"></a>gnome_date_edit_get_flags ()</h3>
<a class="indexterm" name="id2645438"></a><pre class="programlisting">int                 gnome_date_edit_get_flags           (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);</pre>
<p>
Queries the display flags on a date editor widget.</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The date editor whose flags should be queried.
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td> The current display flags for the specified date editor widget.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645500"></a><h3>
<a name="gnome-date-edit-get-initial-time"></a>gnome_date_edit_get_initial_time ()</h3>
<a class="indexterm" name="id2645513"></a><pre class="programlisting">time_t              gnome_date_edit_get_initial_time    (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);</pre>
<p>
Queries the initial time that was set using the
<a href="GnomeDateEdit.html#gnome-date-edit-set-time"><span class="type">gnome_date_edit_set_time</span></a> or during creation</p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The date editor whose initial time should be queried
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>  The initial time in seconds (standard time_t format)
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645585"></a><h3>
<a name="gnome-date-edit-get-date"></a>gnome_date_edit_get_date ()</h3>
<a class="indexterm" name="id2645601"></a><pre class="programlisting">time_t              gnome_date_edit_get_date            (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *gde);</pre>
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p><code class="literal">gnome_date_edit_get_date</code> is deprecated and should not be used in newly-written code.</p>
</div>
<p>
Deprecated, use <a href="GnomeDateEdit.html#gnome-date-edit-get-time"><span class="type">gnome_date_edit_get_time</span></a></p>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>gde</code></em>&#160;:</span></td>
<td> The GnomeDateEdit widget
</td>
</tr>
<tr>
<td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2645682"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id2645693"></a><h3>
<a name="GnomeDateEdit--dateedit-flags"></a>The <code class="literal">"dateedit-flags"</code> property</h3>
<a class="indexterm" name="id2645710"></a><pre class="programlisting">  "dateedit-flags"           <a href="GnomeDateEdit.html#GnomeDateEditFlags">GnomeDateEditFlags</a>    : Read / Write</pre>
<p>Flags for how DateEdit looks.</p>
<p>Default value: GNOME_DATE_EDIT_SHOW_TIME</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645737"></a><h3>
<a name="GnomeDateEdit--initial-time"></a>The <code class="literal">"initial-time"</code> property</h3>
<a class="indexterm" name="id2645753"></a><pre class="programlisting">  "initial-time"             gulong                : Read / Write</pre>
<p>The initial time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645776"></a><h3>
<a name="GnomeDateEdit--lower-hour"></a>The <code class="literal">"lower-hour"</code> property</h3>
<a class="indexterm" name="id2645793"></a><pre class="programlisting">  "lower-hour"               gint                  : Read / Write</pre>
<p>Lower hour in the time popup selector.</p>
<p>Allowed values: [0,24]</p>
<p>Default value: 7</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645823"></a><h3>
<a name="GnomeDateEdit--time"></a>The <code class="literal">"time"</code> property</h3>
<a class="indexterm" name="id2645839"></a><pre class="programlisting">  "time"                     gulong                : Read / Write</pre>
<p>The time currently selected.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2645863"></a><h3>
<a name="GnomeDateEdit--upper-hour"></a>The <code class="literal">"upper-hour"</code> property</h3>
<a class="indexterm" name="id2645879"></a><pre class="programlisting">  "upper-hour"               gint                  : Read / Write</pre>
<p>Upper hour in the time popup selector.</p>
<p>Allowed values: [0,24]</p>
<p>Default value: 19</p>
</div>
</div>
<div class="refsect1" lang="en">
<a name="id2645911"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id2645921"></a><h3>
<a name="GnomeDateEdit-date-changed"></a>The <code class="literal">"date-changed"</code> signal</h3>
<a class="indexterm" name="id2645938"></a><pre class="programlisting">void                user_function                      (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                                        gpointer       user_data)      : Run First</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>dateedit</code></em>&#160;:</span></td>
<td>the object which received the signal.

</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2646006"></a><h3>
<a name="GnomeDateEdit-time-changed"></a>The <code class="literal">"time-changed"</code> signal</h3>
<a class="indexterm" name="id2646023"></a><pre class="programlisting">void                user_function                      (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                                        gpointer       user_data)      : Run First</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><span class="term"><em class="parameter"><code>dateedit</code></em>&#160;:</span></td>
<td>the object which received the signal.

</td>
</tr>
<tr>
<td><span class="term"><em class="parameter"><code>user_data</code></em>&#160;:</span></td>
<td>user data set when the signal handler was connected.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</body>
</html>