New upstream version 3.24.14
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<link rel="up" href="NumericEntry.html" title="Numeric and Text Data Entry">
|
||||
<link rel="prev" href="GtkEntry.html" title="GtkEntry">
|
||||
<link rel="next" href="GtkEntryCompletion.html" title="GtkEntryCompletion">
|
||||
<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
|
||||
<meta name="generator" content="GTK-Doc V1.32.1 (XML mode)">
|
||||
<link rel="stylesheet" href="style.css" type="text/css">
|
||||
</head>
|
||||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
||||
@ -38,8 +38,8 @@
|
||||
<a name="GtkEntryBuffer.functions"></a><h2>Functions</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="functions_return">
|
||||
<col class="functions_name">
|
||||
<col width="150px" class="functions_proto_type">
|
||||
<col class="functions_proto_name">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -164,9 +164,9 @@
|
||||
<a name="GtkEntryBuffer.signals"></a><h2>Signals</h2>
|
||||
<div class="informaltable"><table class="informaltable" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="signals_return">
|
||||
<col width="300px" class="signals_name">
|
||||
<col width="200px" class="signals_flags">
|
||||
<col width="150px" class="signal_proto_type">
|
||||
<col width="300px" class="signal_proto_name">
|
||||
<col width="200px" class="signal_proto_flags">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
@ -186,12 +186,12 @@
|
||||
<a name="GtkEntryBuffer.other"></a><h2>Types and Values</h2>
|
||||
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
||||
<colgroup>
|
||||
<col width="150px" class="name">
|
||||
<col class="description">
|
||||
<col width="150px" class="other_proto_type">
|
||||
<col class="other_proto_name">
|
||||
</colgroup>
|
||||
<tbody><tr>
|
||||
<td class="datatype_keyword">struct</td>
|
||||
<td class="function_name"><a class="link" href="GtkEntryBuffer.html#GtkEntryBuffer-struct" title="struct GtkEntryBuffer">GtkEntryBuffer</a></td>
|
||||
<td class="function_name"><a href="https://developer.gnome.org/gtk4/GtkEntryBuffer.html#GtkEntryBuffer-struct">GtkEntryBuffer</a></td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -642,18 +642,12 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkEntryBuffer.other_details"></a><h2>Types and Values</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkEntryBuffer-struct"></a><h3>struct GtkEntryBuffer</h3>
|
||||
<pre class="programlisting">struct GtkEntryBuffer;</pre>
|
||||
</div>
|
||||
</div>
|
||||
<div class="refsect1">
|
||||
<a name="GtkEntryBuffer.property-details"></a><h2>Property Details</h2>
|
||||
<div class="refsect2">
|
||||
<a name="GtkEntryBuffer--length"></a><h3>The <code class="literal">“length”</code> property</h3>
|
||||
<pre class="programlisting"> “length” <span class="type">guint</span></pre>
|
||||
<p>The length (in characters) of the text in buffer.</p>
|
||||
<p>Owner: GtkEntryBuffer</p>
|
||||
<p>Flags: Read</p>
|
||||
<p>Allowed values: <= 65535</p>
|
||||
<p>Default value: 0</p>
|
||||
@ -664,6 +658,7 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
|
||||
<a name="GtkEntryBuffer--max-length"></a><h3>The <code class="literal">“max-length”</code> property</h3>
|
||||
<pre class="programlisting"> “max-length” <span class="type">gint</span></pre>
|
||||
<p>The maximum length (in characters) of the text in the buffer.</p>
|
||||
<p>Owner: GtkEntryBuffer</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Allowed values: [0,65535]</p>
|
||||
<p>Default value: 0</p>
|
||||
@ -674,6 +669,7 @@ gtk_entry_buffer_emit_inserted_text (<em class="parameter"><code><a class="link"
|
||||
<a name="GtkEntryBuffer--text"></a><h3>The <code class="literal">“text”</code> property</h3>
|
||||
<pre class="programlisting"> “text” <span class="type">gchar</span> *</pre>
|
||||
<p>The contents of the buffer.</p>
|
||||
<p>Owner: GtkEntryBuffer</p>
|
||||
<p>Flags: Read / Write</p>
|
||||
<p>Default value: ""</p>
|
||||
<p class="since">Since: 2.18</p>
|
||||
@ -777,6 +773,6 @@ user_function (<a class="link" href="GtkEntryBuffer.html" title="GtkEntryBuffer"
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
<hr>Generated by GTK-Doc V1.29</div>
|
||||
<hr>Generated by GTK-Doc V1.32.1</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user