KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /usr/share/gtk-doc/html/libgnomeui/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/gtk-doc/html/libgnomeui/GnomeDateEdit.html
<!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.69.1">
<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="GnomeColorPicker.html" title="GnomeColorPicker">
<link rel="next" href="libgnomeui-gnome-dialog-util.html" title="gnome-dialog-util">
<meta name="generator" content="GTK-Doc V1.7 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="GNOME UI Library (libgnomeui)">
</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="GnomeColorPicker.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="libgnomeui-gnome-dialog-util.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="#id3003249" class="shortcut">Top</a>
                  &#160;|&#160;
                  <a href="#id3003858" class="shortcut">Description</a>
                  &#160;|&#160;
                  <a href="#id3003580" class="shortcut">Object Hierarchy</a>
                  &#160;|&#160;
                  <a href="#id3003649" class="shortcut">Implemented Interfaces</a>
                  &#160;|&#160;
                  <a href="#id3003672" class="shortcut">Properties</a>
                  &#160;|&#160;
                  <a href="#id3003776" 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="id3003249"></a><span class="refentrytitle">GnomeDateEdit</span>
</h2>
<p>GnomeDateEdit &#8212; </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>;
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*  <a href="GnomeDateEdit.html#gnome-date-edit-new">gnome_date_edit_new</a>             (time_t the_time,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show_time,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> use_24_format);
<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*  <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="id3003580"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">

  <a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject"
>GObject</a>
   +----<a
href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
>GInitiallyUnowned</a>
         +----<a
href="/usr/share/gtk-doc/html/gtk/GtkObject.html"
>GtkObject</a>
               +----<a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>
                     +----<a
href="/usr/share/gtk-doc/html/gtk/GtkContainer.html"
>GtkContainer</a>
                           +----<a
href="/usr/share/gtk-doc/html/gtk/GtkBox.html"
>GtkBox</a>
                                 +----<a
href="/usr/share/gtk-doc/html/gtk/GtkHBox.html"
>GtkHBox</a>
                                       +----GnomeDateEdit
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3003649"></a><h2>Implemented Interfaces</h2>
<p>
GnomeDateEdit implements
 AtkImplementorIface.</p>
</div>
<div class="refsect1" lang="en">
<a name="id3003672"></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>"         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
>gulong</a>                : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--lower-hour">lower-hour</a>"           <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                  : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--time">time</a>"                 <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
>gulong</a>                : Read / Write
  "<a href="GnomeDateEdit.html#GnomeDateEdit--upper-hour">upper-hour</a>"           <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                  : Read / Write
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3003776"></a><h2>Signals</h2>
<pre class="synopsis">

"<a href="GnomeDateEdit.html#GnomeDateEdit-date-changed">date-changed</a>"
            void        user_function      (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                            <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>       user_data)      : Run first
"<a href="GnomeDateEdit.html#GnomeDateEdit-time-changed">time-changed</a>"
            void        user_function      (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                            <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>       user_data)      : Run first
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id3003858"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id3003872"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id3003882"></a><h3>
<a name="GnomeDateEditFlags"></a>enum GnomeDateEditFlags</h3>
<a class="indexterm" name="id3003895"></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="id3003915"></a><h3>
<a name="GnomeDateEdit-struct"></a>GnomeDateEdit</h3>
<a class="indexterm" name="id3003928"></a><pre class="programlisting">typedef struct _GnomeDateEdit GnomeDateEdit;</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3003944"></a><h3>
<a name="gnome-date-edit-new"></a>gnome_date_edit_new ()</h3>
<a class="indexterm" name="id3003956"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*  gnome_date_edit_new             (time_t the_time,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> show_time,
                                             <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"
>gboolean</a> 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="id3004086"></a><h3>
<a name="gnome-date-edit-new-flags"></a>gnome_date_edit_new_flags ()</h3>
<a class="indexterm" name="id3004100"></a><pre class="programlisting"><a
href="/usr/share/gtk-doc/html/gtk/GtkWidget.html"
>GtkWidget</a>*  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="id3004198"></a><h3>
<a name="gnome-date-edit-construct"></a>gnome_date_edit_construct ()</h3>
<a class="indexterm" name="id3004212"></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="id3004315"></a><h3>
<a name="gnome-date-edit-set-time"></a>gnome_date_edit_set_time ()</h3>
<a class="indexterm" name="id3004329"></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="id3004415"></a><h3>
<a name="gnome-date-edit-get-time"></a>gnome_date_edit_get_time ()</h3>
<a class="indexterm" name="id3004428"></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="id3004489"></a><h3>
<a name="gnome-date-edit-set-popup-range"></a>gnome_date_edit_set_popup_range ()</h3>
<a class="indexterm" name="id3004503"></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="id3004597"></a><h3>
<a name="gnome-date-edit-set-flags"></a>gnome_date_edit_set_flags ()</h3>
<a class="indexterm" name="id3004611"></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="id3004685"></a><h3>
<a name="gnome-date-edit-get-flags"></a>gnome_date_edit_get_flags ()</h3>
<a class="indexterm" name="id3004698"></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="id3004760"></a><h3>
<a name="gnome-date-edit-get-initial-time"></a>gnome_date_edit_get_initial_time ()</h3>
<a class="indexterm" name="id3004774"></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="id3004846"></a><h3>
<a name="gnome-date-edit-get-date"></a>gnome_date_edit_get_date ()</h3>
<a class="indexterm" name="id3004862"></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="id3004943"></a><h2>Property Details</h2>
<div class="refsect2" lang="en">
<a name="id3004954"></a><h3>
<a name="GnomeDateEdit--dateedit-flags"></a>The "<code class="literal">dateedit-flags</code>" property</h3>
<a class="indexterm" name="id3004970"></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="id3004998"></a><h3>
<a name="GnomeDateEdit--initial-time"></a>The "<code class="literal">initial-time</code>" property</h3>
<a class="indexterm" name="id3005014"></a><pre class="programlisting">  "initial-time"         <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
>gulong</a>                : Read / Write</pre>
<p>The initial time.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3005037"></a><h3>
<a name="GnomeDateEdit--lower-hour"></a>The "<code class="literal">lower-hour</code>" property</h3>
<a class="indexterm" name="id3005054"></a><pre class="programlisting">  "lower-hour"           <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                  : 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="id3005084"></a><h3>
<a name="GnomeDateEdit--time"></a>The "<code class="literal">time</code>" property</h3>
<a class="indexterm" name="id3005100"></a><pre class="programlisting">  "time"                 <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"
>gulong</a>                : Read / Write</pre>
<p>The time currently selected.</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id3005124"></a><h3>
<a name="GnomeDateEdit--upper-hour"></a>The "<code class="literal">upper-hour</code>" property</h3>
<a class="indexterm" name="id3005140"></a><pre class="programlisting">  "upper-hour"           <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"
>gint</a>                  : 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="id3005172"></a><h2>Signal Details</h2>
<div class="refsect2" lang="en">
<a name="id3005182"></a><h3>
<a name="GnomeDateEdit-date-changed"></a>The "date-changed" signal</h3>
<a class="indexterm" name="id3005193"></a><pre class="programlisting">void        user_function                  (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                            <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>       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="id3005261"></a><h3>
<a name="GnomeDateEdit-time-changed"></a>The "time-changed" signal</h3>
<a class="indexterm" name="id3005272"></a><pre class="programlisting">void        user_function                  (<a href="GnomeDateEdit.html" title="GnomeDateEdit">GnomeDateEdit</a> *dateedit,
                                            <a
href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"
>gpointer</a>       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>

Anon7 - 2021