gdk3 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +25 -0
- data/Rakefile +6 -6
- data/gdk3.gemspec +41 -0
- data/lib/gdk3/cursor.rb +13 -0
- data/lib/gdk3/loader.rb +23 -5
- data/test/test-gdk-cursor.rb +17 -1
- data/vendor/local/bin/gtk-builder-tool.exe +0 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-query-settings.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +1 -1
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +2 -2
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +2 -2
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +1 -1
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
- data/vendor/local/share/aclocal/gtk-3.0.m4 +6 -13
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +14 -6
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +11 -11
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +1 -1
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +275 -275
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +7 -1
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +1 -1
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- metadata +7 -60
@@ -157,13 +157,13 @@
|
|
157
157
|
</tr>
|
158
158
|
<tr>
|
159
159
|
<td class="property_type">
|
160
|
-
<
|
160
|
+
<span class="type">GdkColor</span> *</td>
|
161
161
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--background-gdk" title="The “background-gdk” property">background-gdk</a></td>
|
162
162
|
<td class="property_flags">Read / Write</td>
|
163
163
|
</tr>
|
164
164
|
<tr>
|
165
165
|
<td class="property_type">
|
166
|
-
<
|
166
|
+
<span class="type">GdkRGBA</span> *</td>
|
167
167
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--background-rgba" title="The “background-rgba” property">background-rgba</a></td>
|
168
168
|
<td class="property_flags">Read / Write</td>
|
169
169
|
</tr>
|
@@ -239,13 +239,13 @@
|
|
239
239
|
</tr>
|
240
240
|
<tr>
|
241
241
|
<td class="property_type">
|
242
|
-
<
|
242
|
+
<span class="type">GdkColor</span> *</td>
|
243
243
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--foreground-gdk" title="The “foreground-gdk” property">foreground-gdk</a></td>
|
244
244
|
<td class="property_flags">Read / Write</td>
|
245
245
|
</tr>
|
246
246
|
<tr>
|
247
247
|
<td class="property_type">
|
248
|
-
<
|
248
|
+
<span class="type">GdkRGBA</span> *</td>
|
249
249
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--foreground-rgba" title="The “foreground-rgba” property">foreground-rgba</a></td>
|
250
250
|
<td class="property_flags">Read / Write</td>
|
251
251
|
</tr>
|
@@ -329,13 +329,13 @@
|
|
329
329
|
</tr>
|
330
330
|
<tr>
|
331
331
|
<td class="property_type">
|
332
|
-
<
|
332
|
+
<span class="type">GdkColor</span> *</td>
|
333
333
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-gdk" title="The “paragraph-background-gdk” property">paragraph-background-gdk</a></td>
|
334
334
|
<td class="property_flags">Read / Write</td>
|
335
335
|
</tr>
|
336
336
|
<tr>
|
337
337
|
<td class="property_type">
|
338
|
-
<
|
338
|
+
<span class="type">GdkRGBA</span> *</td>
|
339
339
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-rgba" title="The “paragraph-background-rgba” property">paragraph-background-rgba</a></td>
|
340
340
|
<td class="property_flags">Read / Write</td>
|
341
341
|
</tr>
|
@@ -436,7 +436,7 @@
|
|
436
436
|
</tr>
|
437
437
|
<tr>
|
438
438
|
<td class="property_type">
|
439
|
-
<
|
439
|
+
<span class="type">GdkRGBA</span> *</td>
|
440
440
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--strikethrough-rgba" title="The “strikethrough-rgba” property">strikethrough-rgba</a></td>
|
441
441
|
<td class="property_flags">Read / Write</td>
|
442
442
|
</tr>
|
@@ -478,7 +478,7 @@
|
|
478
478
|
</tr>
|
479
479
|
<tr>
|
480
480
|
<td class="property_type">
|
481
|
-
<
|
481
|
+
<span class="type">GdkRGBA</span> *</td>
|
482
482
|
<td class="property_name"><a class="link" href="GtkTextTag.html#GtkTextTag--underline-rgba" title="The “underline-rgba” property">underline-rgba</a></td>
|
483
483
|
<td class="property_flags">Read / Write</td>
|
484
484
|
</tr>
|
@@ -689,7 +689,7 @@ automatically.</p>
|
|
689
689
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
690
690
|
gtk_text_tag_event (<em class="parameter"><code><a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag</code></em>,
|
691
691
|
<em class="parameter"><code><span class="type">GObject</span> *event_object</code></em>,
|
692
|
-
<em class="parameter"><code><
|
692
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>,
|
693
693
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>);</pre>
|
694
694
|
<p>Emits the “event” signal on the <a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a>.</p>
|
695
695
|
<div class="refsect3">
|
@@ -1108,13 +1108,13 @@ baseline +/- ascent/descent (font height).</p></td>
|
|
1108
1108
|
</colgroup>
|
1109
1109
|
<tbody>
|
1110
1110
|
<tr>
|
1111
|
-
<td class="struct_member_name"><p><
|
1112
|
-
<td class="struct_member_description"><p>Background <
|
1111
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkTextAppearance.bg-color"></a>bg_color</code></em>;</p></td>
|
1112
|
+
<td class="struct_member_description"><p>Background <span class="type">GdkColor</span>.</p></td>
|
1113
1113
|
<td class="struct_member_annotations"> </td>
|
1114
1114
|
</tr>
|
1115
1115
|
<tr>
|
1116
|
-
<td class="struct_member_name"><p><
|
1117
|
-
<td class="struct_member_description"><p>Foreground <
|
1116
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkTextAppearance.fg-color"></a>fg_color</code></em>;</p></td>
|
1117
|
+
<td class="struct_member_description"><p>Foreground <span class="type">GdkColor</span>.</p></td>
|
1118
1118
|
<td class="struct_member_annotations"> </td>
|
1119
1119
|
</tr>
|
1120
1120
|
<tr>
|
@@ -1155,8 +1155,8 @@ part of a <a class="link" href="GtkTextTag.html#GtkTextAttributes" title="struct
|
|
1155
1155
|
<td class="struct_member_annotations"> </td>
|
1156
1156
|
</tr>
|
1157
1157
|
<tr>
|
1158
|
-
<td class="struct_member_name"><p><
|
1159
|
-
<td class="struct_member_description"><p><
|
1158
|
+
<td class="struct_member_name"><p><span class="type">GdkRGBA</span> *<em class="structfield"><code><a name="GtkTextAppearance.rgba"></a>rgba</code></em>[2];</p></td>
|
1159
|
+
<td class="struct_member_description"><p><span class="type">GdkRGBA</span></p></td>
|
1160
1160
|
<td class="struct_member_annotations"> </td>
|
1161
1161
|
</tr>
|
1162
1162
|
</tbody>
|
@@ -1206,8 +1206,8 @@ the margins override one another (the default).</p>
|
|
1206
1206
|
<hr>
|
1207
1207
|
<div class="refsect2">
|
1208
1208
|
<a name="GtkTextTag--background-gdk"></a><h3>The <code class="literal">“background-gdk”</code> property</h3>
|
1209
|
-
<pre class="programlisting"> “background-gdk” <
|
1210
|
-
<p>Background color as a <
|
1209
|
+
<pre class="programlisting"> “background-gdk” <span class="type">GdkColor</span> *</pre>
|
1210
|
+
<p>Background color as a <span class="type">GdkColor</span>.</p>
|
1211
1211
|
<div class="warning">
|
1212
1212
|
<p><code class="literal">GtkTextTag:background-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
1213
1213
|
<p>Use <a class="link" href="GtkTextTag.html#GtkTextTag--background-rgba" title="The “background-rgba” property"><span class="type">“background-rgba”</span></a> instead.</p>
|
@@ -1217,8 +1217,8 @@ the margins override one another (the default).</p>
|
|
1217
1217
|
<hr>
|
1218
1218
|
<div class="refsect2">
|
1219
1219
|
<a name="GtkTextTag--background-rgba"></a><h3>The <code class="literal">“background-rgba”</code> property</h3>
|
1220
|
-
<pre class="programlisting"> “background-rgba” <
|
1221
|
-
<p>Background color as a <
|
1220
|
+
<pre class="programlisting"> “background-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1221
|
+
<p>Background color as a <span class="type">GdkRGBA</span>.</p>
|
1222
1222
|
<p>Flags: Read / Write</p>
|
1223
1223
|
<p class="since">Since: <a class="link" href="api-index-3-2.html#api-index-3.2">3.2</a></p>
|
1224
1224
|
</div>
|
@@ -1334,8 +1334,8 @@ the internals of <span class="type">PangoFontDescription</span>.</p>
|
|
1334
1334
|
<hr>
|
1335
1335
|
<div class="refsect2">
|
1336
1336
|
<a name="GtkTextTag--foreground-gdk"></a><h3>The <code class="literal">“foreground-gdk”</code> property</h3>
|
1337
|
-
<pre class="programlisting"> “foreground-gdk” <
|
1338
|
-
<p>Foreground color as a <
|
1337
|
+
<pre class="programlisting"> “foreground-gdk” <span class="type">GdkColor</span> *</pre>
|
1338
|
+
<p>Foreground color as a <span class="type">GdkColor</span>.</p>
|
1339
1339
|
<div class="warning">
|
1340
1340
|
<p><code class="literal">GtkTextTag:foreground-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
1341
1341
|
<p>Use <a class="link" href="GtkTextTag.html#GtkTextTag--foreground-rgba" title="The “foreground-rgba” property"><span class="type">“foreground-rgba”</span></a> instead.</p>
|
@@ -1345,8 +1345,8 @@ the internals of <span class="type">PangoFontDescription</span>.</p>
|
|
1345
1345
|
<hr>
|
1346
1346
|
<div class="refsect2">
|
1347
1347
|
<a name="GtkTextTag--foreground-rgba"></a><h3>The <code class="literal">“foreground-rgba”</code> property</h3>
|
1348
|
-
<pre class="programlisting"> “foreground-rgba” <
|
1349
|
-
<p>Foreground color as a <
|
1348
|
+
<pre class="programlisting"> “foreground-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1349
|
+
<p>Foreground color as a <span class="type">GdkRGBA</span>.</p>
|
1350
1350
|
<p>Flags: Read / Write</p>
|
1351
1351
|
<p class="since">Since: <a class="link" href="api-index-3-2.html#api-index-3.2">3.2</a></p>
|
1352
1352
|
</div>
|
@@ -1488,8 +1488,8 @@ locale, see also <a class="link" href="gtk3-General.html#gtk-get-default-languag
|
|
1488
1488
|
<hr>
|
1489
1489
|
<div class="refsect2">
|
1490
1490
|
<a name="GtkTextTag--paragraph-background-gdk"></a><h3>The <code class="literal">“paragraph-background-gdk”</code> property</h3>
|
1491
|
-
<pre class="programlisting"> “paragraph-background-gdk” <
|
1492
|
-
<p>The paragraph background color as a <
|
1491
|
+
<pre class="programlisting"> “paragraph-background-gdk” <span class="type">GdkColor</span> *</pre>
|
1492
|
+
<p>The paragraph background color as a <span class="type">GdkColor</span>.</p>
|
1493
1493
|
<div class="warning">
|
1494
1494
|
<p><code class="literal">GtkTextTag:paragraph-background-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
1495
1495
|
<p>Use <a class="link" href="GtkTextTag.html#GtkTextTag--paragraph-background-rgba" title="The “paragraph-background-rgba” property"><span class="type">“paragraph-background-rgba”</span></a> instead.</p>
|
@@ -1500,8 +1500,8 @@ locale, see also <a class="link" href="gtk3-General.html#gtk-get-default-languag
|
|
1500
1500
|
<hr>
|
1501
1501
|
<div class="refsect2">
|
1502
1502
|
<a name="GtkTextTag--paragraph-background-rgba"></a><h3>The <code class="literal">“paragraph-background-rgba”</code> property</h3>
|
1503
|
-
<pre class="programlisting"> “paragraph-background-rgba” <
|
1504
|
-
<p>The paragraph background color as a <
|
1503
|
+
<pre class="programlisting"> “paragraph-background-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1504
|
+
<p>The paragraph background color as a <span class="type">GdkRGBA</span>.</p>
|
1505
1505
|
<p>Flags: Read / Write</p>
|
1506
1506
|
<p class="since">Since: <a class="link" href="api-index-3-2.html#api-index-3.2">3.2</a></p>
|
1507
1507
|
</div>
|
@@ -1667,7 +1667,7 @@ locale, see also <a class="link" href="gtk3-General.html#gtk-get-default-languag
|
|
1667
1667
|
<hr>
|
1668
1668
|
<div class="refsect2">
|
1669
1669
|
<a name="GtkTextTag--strikethrough-rgba"></a><h3>The <code class="literal">“strikethrough-rgba”</code> property</h3>
|
1670
|
-
<pre class="programlisting"> “strikethrough-rgba” <
|
1670
|
+
<pre class="programlisting"> “strikethrough-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1671
1671
|
<p>This property modifies the color of strikeouts. If not set, strikeouts
|
1672
1672
|
will use the forground color.</p>
|
1673
1673
|
<p>Flags: Read / Write</p>
|
@@ -1732,7 +1732,7 @@ will use the forground color.</p>
|
|
1732
1732
|
<hr>
|
1733
1733
|
<div class="refsect2">
|
1734
1734
|
<a name="GtkTextTag--underline-rgba"></a><h3>The <code class="literal">“underline-rgba”</code> property</h3>
|
1735
|
-
<pre class="programlisting"> “underline-rgba” <
|
1735
|
+
<pre class="programlisting"> “underline-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1736
1736
|
<p>This property modifies the color of underlines. If not set, underlines
|
1737
1737
|
will use the forground color.</p>
|
1738
1738
|
<p>If <a class="link" href="GtkTextTag.html#GtkTextTag--underline" title="The “underline” property"><span class="type">“underline”</span></a> is set to <code class="literal">PANGO_UNDERLINE_ERROR</code>, an alternate
|
@@ -1815,7 +1815,7 @@ will always override those defaults.</p>
|
|
1815
1815
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1816
1816
|
user_function (<a class="link" href="GtkTextTag.html" title="GtkTextTag"><span class="type">GtkTextTag</span></a> *tag,
|
1817
1817
|
<span class="type">GObject</span> *object,
|
1818
|
-
<
|
1818
|
+
<span class="type">GdkEvent</span> *event,
|
1819
1819
|
<a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter,
|
1820
1820
|
<span class="type">gpointer</span> user_data)</pre>
|
1821
1821
|
<p>The ::event signal is emitted when an event occurs on a region of the
|
@@ -206,7 +206,7 @@
|
|
206
206
|
</tr>
|
207
207
|
<tr>
|
208
208
|
<td class="function_type">
|
209
|
-
<
|
209
|
+
<span class="returnvalue">GdkWindow</span> *
|
210
210
|
</td>
|
211
211
|
<td class="function_name">
|
212
212
|
<a class="link" href="GtkTextView.html#gtk-text-view-get-window" title="gtk_text_view_get_window ()">gtk_text_view_get_window</a> <span class="c_punctuation">()</span>
|
@@ -785,7 +785,7 @@
|
|
785
785
|
</colgroup>
|
786
786
|
<tbody><tr>
|
787
787
|
<td class="property_type">
|
788
|
-
<
|
788
|
+
<span class="type">GdkColor</span> *</td>
|
789
789
|
<td class="property_name"><a class="link" href="GtkTextView.html#GtkTextView--s-error-underline-color" title="The “error-underline-color” style property">error-underline-color</a></td>
|
790
790
|
<td class="property_flags">Read</td>
|
791
791
|
</tr></tbody>
|
@@ -1414,7 +1414,7 @@ buffer, it it isn’t there already.</p>
|
|
1414
1414
|
<a name="gtk-text-view-get-visible-rect"></a><h3>gtk_text_view_get_visible_rect ()</h3>
|
1415
1415
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1416
1416
|
gtk_text_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1417
|
-
<em class="parameter"><code><
|
1417
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *visible_rect</code></em>);</pre>
|
1418
1418
|
<p>Fills <em class="parameter"><code>visible_rect</code></em>
|
1419
1419
|
with the currently-visible
|
1420
1420
|
region of the buffer, in buffer coordinates. Convert to window coordinates
|
@@ -1448,7 +1448,7 @@ with <a class="link" href="GtkTextView.html#gtk-text-view-buffer-to-window-coord
|
|
1448
1448
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1449
1449
|
gtk_text_view_get_iter_location (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1450
1450
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1451
|
-
<em class="parameter"><code><
|
1451
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *location</code></em>);</pre>
|
1452
1452
|
<p>Gets a rectangle which roughly contains the character at <em class="parameter"><code>iter</code></em>
|
1453
1453
|
.
|
1454
1454
|
The rectangle position is in buffer coordinates; use
|
@@ -1489,8 +1489,8 @@ coordinates to coordinates for one of the windows in the text view.</p>
|
|
1489
1489
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1490
1490
|
gtk_text_view_get_cursor_locations (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1491
1491
|
<em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
|
1492
|
-
<em class="parameter"><code><
|
1493
|
-
<em class="parameter"><code><
|
1492
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *strong</code></em>,
|
1493
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *weak</code></em>);</pre>
|
1494
1494
|
<p>Given an <em class="parameter"><code>iter</code></em>
|
1495
1495
|
within a text layout, determine the positions of the
|
1496
1496
|
strong and weak cursors if the insertion point is at that
|
@@ -1883,10 +1883,10 @@ coordinates, storing the result in (<em class="parameter"><code>buffer_x</code><
|
|
1883
1883
|
<hr>
|
1884
1884
|
<div class="refsect2">
|
1885
1885
|
<a name="gtk-text-view-get-window"></a><h3>gtk_text_view_get_window ()</h3>
|
1886
|
-
<pre class="programlisting"><
|
1886
|
+
<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
|
1887
1887
|
gtk_text_view_get_window (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1888
1888
|
<em class="parameter"><code><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="type">GtkTextWindowType</span></a> win</code></em>);</pre>
|
1889
|
-
<p>Retrieves the <
|
1889
|
+
<p>Retrieves the <span class="type">GdkWindow</span> corresponding to an area of the text view;
|
1890
1890
|
possible windows include the overall widget window, child windows
|
1891
1891
|
on the left, right, top, bottom, and the window that displays the
|
1892
1892
|
text buffer. Windows are <code class="literal">NULL</code> and nonexistent if their width or
|
@@ -1916,7 +1916,7 @@ realized.</p>
|
|
1916
1916
|
</div>
|
1917
1917
|
<div class="refsect3">
|
1918
1918
|
<a name="gtk-text-view-get-window.returns"></a><h4>Returns</h4>
|
1919
|
-
<p>a <
|
1919
|
+
<p>a <span class="type">GdkWindow</span>, or <code class="literal">NULL</code>. </p>
|
1920
1920
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1921
1921
|
</div>
|
1922
1922
|
</div>
|
@@ -1925,7 +1925,7 @@ realized.</p>
|
|
1925
1925
|
<a name="gtk-text-view-get-window-type"></a><h3>gtk_text_view_get_window_type ()</h3>
|
1926
1926
|
<pre class="programlisting"><a class="link" href="GtkTextView.html#GtkTextWindowType" title="enum GtkTextWindowType"><span class="returnvalue">GtkTextWindowType</span></a>
|
1927
1927
|
gtk_text_view_get_window_type (<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
1928
|
-
<em class="parameter"><code><
|
1928
|
+
<em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>);</pre>
|
1929
1929
|
<p>Usually used to find out which window an event corresponds to.</p>
|
1930
1930
|
<p>If you connect to an event signal on <em class="parameter"><code>text_view</code></em>
|
1931
1931
|
, this function
|
@@ -3492,7 +3492,7 @@ and should be freed with <a class="link" href="GtkTextTag.html#gtk-text-attribut
|
|
3492
3492
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
3493
3493
|
gtk_text_view_im_context_filter_keypress
|
3494
3494
|
(<em class="parameter"><code><a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> *text_view</code></em>,
|
3495
|
-
<em class="parameter"><code><
|
3495
|
+
<em class="parameter"><code><span class="type">GdkEventKey</span> *event</code></em>);</pre>
|
3496
3496
|
<p>Allow the <a class="link" href="GtkTextView.html" title="GtkTextView"><span class="type">GtkTextView</span></a> input method to internally handle key press
|
3497
3497
|
and release events. If this function returns <code class="literal">TRUE</code>, then no further
|
3498
3498
|
processing should be done for this key event. See
|
@@ -3529,7 +3529,7 @@ and the default key event handling of the <a class="link" href="GtkTextView.html
|
|
3529
3529
|
<span class="cbracket">{</span>
|
3530
3530
|
<span class="normal"> </span><span class="usertype">guint</span><span class="normal"> keyval</span><span class="symbol">;</span>
|
3531
3531
|
|
3532
|
-
<span class="normal"> </span><span class="function"
|
3532
|
+
<span class="normal"> </span><span class="function">gdk_event_get_keyval</span><span class="normal"> </span><span class="symbol">((</span><span class="normal">GdkEvent</span><span class="symbol">*)</span><span class="normal">event</span><span class="symbol">,</span><span class="normal"> </span><span class="symbol">&</span><span class="normal">keyval</span><span class="symbol">);</span>
|
3533
3533
|
|
3534
3534
|
<span class="normal"> </span><span class="keyword">if</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">keyval </span><span class="symbol">==</span><span class="normal"> GDK_KEY_Return </span><span class="symbol">||</span><span class="normal"> keyval </span><span class="symbol">==</span><span class="normal"> GDK_KEY_KP_Enter</span><span class="symbol">)</span>
|
3535
3535
|
<span class="normal"> </span><span class="cbracket">{</span>
|
@@ -4337,7 +4337,7 @@ to the padding from the theme.</p>
|
|
4337
4337
|
<a name="GtkTextView.style-property-details"></a><h2>Style Property Details</h2>
|
4338
4338
|
<div class="refsect2">
|
4339
4339
|
<a name="GtkTextView--s-error-underline-color"></a><h3>The <code class="literal">“error-underline-color”</code> style property</h3>
|
4340
|
-
<pre class="programlisting"> “error-underline-color” <
|
4340
|
+
<pre class="programlisting"> “error-underline-color” <span class="type">GdkColor</span> *</pre>
|
4341
4341
|
<p>Color with which to draw error-indication underlines.</p>
|
4342
4342
|
<p>Flags: Read</p>
|
4343
4343
|
</div>
|
@@ -4569,8 +4569,8 @@ extended at <em class="parameter"><code>location</code></em>
|
|
4569
4569
|
</div>
|
4570
4570
|
<div class="refsect3">
|
4571
4571
|
<a name="GtkTextView-extend-selection.returns"></a><h4>Returns</h4>
|
4572
|
-
<p> <
|
4573
|
-
event. <
|
4572
|
+
<p> <code class="literal">GDK_EVENT_STOP</code> to stop other handlers from being invoked for the
|
4573
|
+
event. <code class="literal">GDK_EVENT_PROPAGATE</code> to propagate the event further.</p>
|
4574
4574
|
</div>
|
4575
4575
|
<p>Flags: Run Last</p>
|
4576
4576
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
@@ -82,7 +82,7 @@
|
|
82
82
|
</tr>
|
83
83
|
<tr>
|
84
84
|
<td class="function_type">
|
85
|
-
<
|
85
|
+
<span class="returnvalue">GdkScreen</span> *
|
86
86
|
</td>
|
87
87
|
<td class="function_name">
|
88
88
|
<a class="link" href="GtkThemingEngine.html#gtk-theming-engine-get-screen" title="gtk_theming_engine_get_screen ()">gtk_theming_engine_get_screen</a> <span class="c_punctuation">()</span>
|
@@ -471,10 +471,10 @@ done with it. </p></td>
|
|
471
471
|
<hr>
|
472
472
|
<div class="refsect2">
|
473
473
|
<a name="gtk-theming-engine-get-screen"></a><h3>gtk_theming_engine_get_screen ()</h3>
|
474
|
-
<pre class="programlisting"><
|
474
|
+
<pre class="programlisting"><span class="returnvalue">GdkScreen</span> *
|
475
475
|
gtk_theming_engine_get_screen (<em class="parameter"><code><a class="link" href="GtkThemingEngine.html" title="GtkThemingEngine"><span class="type">GtkThemingEngine</span></a> *engine</code></em>);</pre>
|
476
476
|
<div class="warning"><p><code class="literal">gtk_theming_engine_get_screen</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
477
|
-
<p>Returns the <
|
477
|
+
<p>Returns the <span class="type">GdkScreen</span> to which <em class="parameter"><code>engine</code></em>
|
478
478
|
currently rendering to.</p>
|
479
479
|
<div class="refsect3">
|
480
480
|
<a name="gtk-theming-engine-get-screen.parameters"></a><h4>Parameters</h4>
|
@@ -493,7 +493,7 @@ gtk_theming_engine_get_screen (<em class="parameter"><code><a class="link" href=
|
|
493
493
|
</div>
|
494
494
|
<div class="refsect3">
|
495
495
|
<a name="gtk-theming-engine-get-screen.returns"></a><h4>Returns</h4>
|
496
|
-
<p>a <
|
496
|
+
<p>a <span class="type">GdkScreen</span>, or <code class="literal">NULL</code>. </p>
|
497
497
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
498
498
|
</div>
|
499
499
|
</div>
|
@@ -677,7 +677,7 @@ rendered element.</p>
|
|
677
677
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
678
678
|
gtk_theming_engine_get_color (<em class="parameter"><code><a class="link" href="GtkThemingEngine.html" title="GtkThemingEngine"><span class="type">GtkThemingEngine</span></a> *engine</code></em>,
|
679
679
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
680
|
-
<em class="parameter"><code><
|
680
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
681
681
|
<div class="warning"><p><code class="literal">gtk_theming_engine_get_color</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
682
682
|
<p>Gets the foreground color for a given state.</p>
|
683
683
|
<div class="refsect3">
|
@@ -716,7 +716,7 @@ gtk_theming_engine_get_color (<em class="parameter"><code><a class="link" href="
|
|
716
716
|
gtk_theming_engine_get_background_color
|
717
717
|
(<em class="parameter"><code><a class="link" href="GtkThemingEngine.html" title="GtkThemingEngine"><span class="type">GtkThemingEngine</span></a> *engine</code></em>,
|
718
718
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
719
|
-
<em class="parameter"><code><
|
719
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
720
720
|
<div class="warning"><p><code class="literal">gtk_theming_engine_get_background_color</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
721
721
|
<p>Gets the background color for a given state.</p>
|
722
722
|
<div class="refsect3">
|
@@ -754,7 +754,7 @@ gtk_theming_engine_get_background_color
|
|
754
754
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
755
755
|
gtk_theming_engine_get_border_color (<em class="parameter"><code><a class="link" href="GtkThemingEngine.html" title="GtkThemingEngine"><span class="type">GtkThemingEngine</span></a> *engine</code></em>,
|
756
756
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
757
|
-
<em class="parameter"><code><
|
757
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
758
758
|
<div class="warning"><p><code class="literal">gtk_theming_engine_get_border_color</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
759
759
|
<p>Gets the border color for a given state.</p>
|
760
760
|
<div class="refsect3">
|
@@ -1032,7 +1032,7 @@ to the flags affecting the region.</p>
|
|
1032
1032
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1033
1033
|
gtk_theming_engine_lookup_color (<em class="parameter"><code><a class="link" href="GtkThemingEngine.html" title="GtkThemingEngine"><span class="type">GtkThemingEngine</span></a> *engine</code></em>,
|
1034
1034
|
<em class="parameter"><code>const <span class="type">gchar</span> *color_name</code></em>,
|
1035
|
-
<em class="parameter"><code><
|
1035
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
1036
1036
|
<div class="warning"><p><code class="literal">gtk_theming_engine_lookup_color</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p></div>
|
1037
1037
|
<p>Looks up and resolves a color name in the current style’s color map.</p>
|
1038
1038
|
<div class="refsect3">
|
@@ -429,7 +429,7 @@ signal handler of the drag target.</p>
|
|
429
429
|
<span class="function"><a href="GtkToolPalette.html#gtk-tool-palette-add-drag-dest">gtk_tool_palette_add_drag_dest</a></span><span class="normal"> </span><span class="symbol">(</span><span class="function">GTK_TOOL_PALETTE</span><span class="normal"> </span><span class="symbol">(</span><span class="normal">palette</span><span class="symbol">),</span><span class="normal"> target</span><span class="symbol">,</span>
|
430
430
|
<span class="normal"> <a href="gtk3-Drag-and-Drop.html#GTK-DEST-DEFAULT-ALL:CAPS">GTK_DEST_DEFAULT_ALL</a></span><span class="symbol">,</span>
|
431
431
|
<span class="normal"> <a href="GtkToolPalette.html#GTK-TOOL-PALETTE-DRAG-ITEMS:CAPS">GTK_TOOL_PALETTE_DRAG_ITEMS</a></span><span class="symbol">,</span>
|
432
|
-
<span class="normal">
|
432
|
+
<span class="normal"> GDK_ACTION_COPY</span><span class="symbol">);</span></pre></td>
|
433
433
|
</tr>
|
434
434
|
</tbody>
|
435
435
|
</table>
|
@@ -857,7 +857,7 @@ gtk_tool_palette_add_drag_dest (<em class="parameter"><code><a class="link" href
|
|
857
857
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
858
858
|
<em class="parameter"><code><a class="link" href="gtk3-Drag-and-Drop.html#GtkDestDefaults" title="enum GtkDestDefaults"><span class="type">GtkDestDefaults</span></a> flags</code></em>,
|
859
859
|
<em class="parameter"><code><a class="link" href="GtkToolPalette.html#GtkToolPaletteDragTargets" title="enum GtkToolPaletteDragTargets"><span class="type">GtkToolPaletteDragTargets</span></a> targets</code></em>,
|
860
|
-
<em class="parameter"><code><
|
860
|
+
<em class="parameter"><code><span class="type">GdkDragAction</span> actions</code></em>);</pre>
|
861
861
|
<p>Sets <em class="parameter"><code>palette</code></em>
|
862
862
|
as drag source (see <a class="link" href="GtkToolPalette.html#gtk-tool-palette-set-drag-source" title="gtk_tool_palette_set_drag_source ()"><code class="function">gtk_tool_palette_set_drag_source()</code></a>)
|
863
863
|
and sets <em class="parameter"><code>widget</code></em>
|
@@ -898,7 +898,7 @@ should support</p></td>
|
|
898
898
|
</tr>
|
899
899
|
<tr>
|
900
900
|
<td class="parameter_name"><p>actions</p></td>
|
901
|
-
<td class="parameter_description"><p>the <
|
901
|
+
<td class="parameter_description"><p>the <span class="type">GdkDragActions</span> which the widget should suppport</p></td>
|
902
902
|
<td class="parameter_annotations"> </td>
|
903
903
|
</tr>
|
904
904
|
</tbody>
|
@@ -451,7 +451,7 @@ and <a class="link" href="GtkTooltip.html#gtk-tooltip-set-icon" title="gtk_toolt
|
|
451
451
|
<div class="refsect2">
|
452
452
|
<a name="gtk-tooltip-trigger-tooltip-query"></a><h3>gtk_tooltip_trigger_tooltip_query ()</h3>
|
453
453
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
454
|
-
gtk_tooltip_trigger_tooltip_query (<em class="parameter"><code><
|
454
|
+
gtk_tooltip_trigger_tooltip_query (<em class="parameter"><code><span class="type">GdkDisplay</span> *display</code></em>);</pre>
|
455
455
|
<p>Triggers a new tooltip query on <em class="parameter"><code>display</code></em>
|
456
456
|
, in order to update the current
|
457
457
|
visible tooltip, or to show/hide the current tooltip. This function is
|
@@ -467,7 +467,7 @@ key press.</p>
|
|
467
467
|
</colgroup>
|
468
468
|
<tbody><tr>
|
469
469
|
<td class="parameter_name"><p>display</p></td>
|
470
|
-
<td class="parameter_description"><p>a <
|
470
|
+
<td class="parameter_description"><p>a <span class="type">GdkDisplay</span></p></td>
|
471
471
|
<td class="parameter_annotations"> </td>
|
472
472
|
</tr></tbody>
|
473
473
|
</table></div>
|
@@ -479,7 +479,7 @@ key press.</p>
|
|
479
479
|
<a name="gtk-tooltip-set-tip-area"></a><h3>gtk_tooltip_set_tip_area ()</h3>
|
480
480
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
481
481
|
gtk_tooltip_set_tip_area (<em class="parameter"><code><a class="link" href="GtkTooltip.html" title="GtkTooltip"><span class="type">GtkTooltip</span></a> *tooltip</code></em>,
|
482
|
-
<em class="parameter"><code>const <
|
482
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *rect</code></em>);</pre>
|
483
483
|
<p>Sets the area of the widget, where the contents of this tooltip apply,
|
484
484
|
to be <em class="parameter"><code>rect</code></em>
|
485
485
|
(in widget coordinates). This is especially useful for
|
@@ -504,7 +504,7 @@ functions for this: <a class="link" href="GtkTreeView.html#gtk-tree-view-set-too
|
|
504
504
|
</tr>
|
505
505
|
<tr>
|
506
506
|
<td class="parameter_name"><p>rect</p></td>
|
507
|
-
<td class="parameter_description"><p>a <
|
507
|
+
<td class="parameter_description"><p>a <span class="type">GdkRectangle</span></p></td>
|
508
508
|
<td class="parameter_annotations"> </td>
|
509
509
|
</tr>
|
510
510
|
</tbody>
|
@@ -510,7 +510,7 @@
|
|
510
510
|
</tr>
|
511
511
|
<tr>
|
512
512
|
<td class="function_type">
|
513
|
-
<
|
513
|
+
<span class="returnvalue">GdkWindow</span> *
|
514
514
|
</td>
|
515
515
|
<td class="function_name">
|
516
516
|
<a class="link" href="GtkTreeView.html#gtk-tree-view-get-bin-window" title="gtk_tree_view_get_bin_window ()">gtk_tree_view_get_bin_window</a> <span class="c_punctuation">()</span>
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
</tr>
|
1024
1024
|
<tr>
|
1025
1025
|
<td class="property_type">
|
1026
|
-
<
|
1026
|
+
<span class="type">GdkColor</span> *</td>
|
1027
1027
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-even-row-color" title="The “even-row-color” style property">even-row-color</a></td>
|
1028
1028
|
<td class="property_flags">Read</td>
|
1029
1029
|
</tr>
|
@@ -1055,7 +1055,7 @@
|
|
1055
1055
|
</tr>
|
1056
1056
|
<tr>
|
1057
1057
|
<td class="property_type">
|
1058
|
-
<
|
1058
|
+
<span class="type">GdkColor</span> *</td>
|
1059
1059
|
<td class="property_name"><a class="link" href="GtkTreeView.html#GtkTreeView--s-odd-row-color" title="The “odd-row-color” style property">odd-row-color</a></td>
|
1060
1060
|
<td class="property_flags">Read</td>
|
1061
1061
|
</tr>
|
@@ -3515,7 +3515,7 @@ cell can be placed, or <code class="literal">NULL</code>. </p></td>
|
|
3515
3515
|
gtk_tree_view_get_cell_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3516
3516
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3517
3517
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3518
|
-
<em class="parameter"><code><
|
3518
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *rect</code></em>);</pre>
|
3519
3519
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3520
3520
|
row specified by <em class="parameter"><code>path</code></em>
|
3521
3521
|
and the column specified by <em class="parameter"><code>column</code></em>
|
@@ -3575,7 +3575,7 @@ realized.</p>
|
|
3575
3575
|
gtk_tree_view_get_background_area (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3576
3576
|
<em class="parameter"><code><a class="link" href="GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>,
|
3577
3577
|
<em class="parameter"><code><a class="link" href="GtkTreeViewColumn.html" title="GtkTreeViewColumn"><span class="type">GtkTreeViewColumn</span></a> *column</code></em>,
|
3578
|
-
<em class="parameter"><code><
|
3578
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *rect</code></em>);</pre>
|
3579
3579
|
<p>Fills the bounding rectangle in bin_window coordinates for the cell at the
|
3580
3580
|
row specified by <em class="parameter"><code>path</code></em>
|
3581
3581
|
and the column specified by <em class="parameter"><code>column</code></em>
|
@@ -3633,7 +3633,7 @@ itself, excluding surrounding borders and the tree expander area.</p>
|
|
3633
3633
|
<a name="gtk-tree-view-get-visible-rect"></a><h3>gtk_tree_view_get_visible_rect ()</h3>
|
3634
3634
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3635
3635
|
gtk_tree_view_get_visible_rect (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
3636
|
-
<em class="parameter"><code><
|
3636
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *visible_rect</code></em>);</pre>
|
3637
3637
|
<p>Fills <em class="parameter"><code>visible_rect</code></em>
|
3638
3638
|
with the currently-visible region of the
|
3639
3639
|
buffer, in tree coordinates. Convert to bin_window coordinates with
|
@@ -3714,7 +3714,7 @@ and <em class="parameter"><code>end_path</code></em>
|
|
3714
3714
|
<hr>
|
3715
3715
|
<div class="refsect2">
|
3716
3716
|
<a name="gtk-tree-view-get-bin-window"></a><h3>gtk_tree_view_get_bin_window ()</h3>
|
3717
|
-
<pre class="programlisting"><
|
3717
|
+
<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
|
3718
3718
|
gtk_tree_view_get_bin_window (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>);</pre>
|
3719
3719
|
<p>Returns the window that <em class="parameter"><code>tree_view</code></em>
|
3720
3720
|
renders to.
|
@@ -3738,7 +3738,7 @@ to confirm that the event on <em class="parameter"><code>tree_view</code></em>
|
|
3738
3738
|
</div>
|
3739
3739
|
<div class="refsect3">
|
3740
3740
|
<a name="gtk-tree-view-get-bin-window.returns"></a><h4>Returns</h4>
|
3741
|
-
<p>A <
|
3741
|
+
<p>A <span class="type">GdkWindow</span>, or <code class="literal">NULL</code> when <em class="parameter"><code>tree_view</code></em>
|
3742
3742
|
hasn’t been realized yet. </p>
|
3743
3743
|
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
3744
3744
|
</div>
|
@@ -4056,7 +4056,7 @@ tree (the full scrollable area of the tree).</p>
|
|
4056
4056
|
gtk_tree_view_enable_model_drag_dest (<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4057
4057
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4058
4058
|
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
4059
|
-
<em class="parameter"><code><
|
4059
|
+
<em class="parameter"><code><span class="type">GdkDragAction</span> actions</code></em>);</pre>
|
4060
4060
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4061
4061
|
into a drop destination for automatic DND. Calling
|
4062
4062
|
this method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <code class="literal">FALSE</code>.</p>
|
@@ -4102,10 +4102,10 @@ widget</p></td>
|
|
4102
4102
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4103
4103
|
gtk_tree_view_enable_model_drag_source
|
4104
4104
|
(<em class="parameter"><code><a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> *tree_view</code></em>,
|
4105
|
-
<em class="parameter"><code><
|
4105
|
+
<em class="parameter"><code><span class="type">GdkModifierType</span> start_button_mask</code></em>,
|
4106
4106
|
<em class="parameter"><code>const <a class="link" href="gtk3-Selections.html#GtkTargetEntry" title="struct GtkTargetEntry"><span class="type">GtkTargetEntry</span></a> *targets</code></em>,
|
4107
4107
|
<em class="parameter"><code><span class="type">gint</span> n_targets</code></em>,
|
4108
|
-
<em class="parameter"><code><
|
4108
|
+
<em class="parameter"><code><span class="type">GdkDragAction</span> actions</code></em>);</pre>
|
4109
4109
|
<p>Turns <em class="parameter"><code>tree_view</code></em>
|
4110
4110
|
into a drag source for automatic DND. Calling this
|
4111
4111
|
method sets <a class="link" href="GtkTreeView.html#GtkTreeView--reorderable" title="The “reorderable” property"><span class="type">“reorderable”</span></a> to <code class="literal">FALSE</code>.</p>
|
@@ -5876,7 +5876,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5876
5876
|
<hr>
|
5877
5877
|
<div class="refsect2">
|
5878
5878
|
<a name="GtkTreeView--s-even-row-color"></a><h3>The <code class="literal">“even-row-color”</code> style property</h3>
|
5879
|
-
<pre class="programlisting"> “even-row-color” <
|
5879
|
+
<pre class="programlisting"> “even-row-color” <span class="type">GdkColor</span> *</pre>
|
5880
5880
|
<p>Color to use for even rows.</p>
|
5881
5881
|
<p>Flags: Read</p>
|
5882
5882
|
</div>
|
@@ -5926,7 +5926,7 @@ in <a class="link" href="GtkComboBox.html" title="GtkComboBox"><span class="type
|
|
5926
5926
|
<hr>
|
5927
5927
|
<div class="refsect2">
|
5928
5928
|
<a name="GtkTreeView--s-odd-row-color"></a><h3>The <code class="literal">“odd-row-color”</code> style property</h3>
|
5929
|
-
<pre class="programlisting"> “odd-row-color” <
|
5929
|
+
<pre class="programlisting"> “odd-row-color” <span class="type">GdkColor</span> *</pre>
|
5930
5930
|
<p>Color to use for odd rows.</p>
|
5931
5931
|
<p>Flags: Read</p>
|
5932
5932
|
</div>
|