gdk3 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -506,7 +506,7 @@ text (even if the actual text is blank), set <a class="link" href="GtkProgressBa
|
|
506
506
|
</tr>
|
507
507
|
<tr>
|
508
508
|
<td class="parameter_name"><p>show_text</p></td>
|
509
|
-
<td class="parameter_description"><p>whether to show
|
509
|
+
<td class="parameter_description"><p>whether to show text</p></td>
|
510
510
|
<td class="parameter_annotations"> </td>
|
511
511
|
</tr>
|
512
512
|
</tbody>
|
@@ -1198,7 +1198,7 @@ gtk_range_get_min_slider_size (<em class="parameter"><code><a class="link" href=
|
|
1198
1198
|
<a name="gtk-range-get-range-rect"></a><h3>gtk_range_get_range_rect ()</h3>
|
1199
1199
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1200
1200
|
gtk_range_get_range_rect (<em class="parameter"><code><a class="link" href="GtkRange.html" title="GtkRange"><span class="type">GtkRange</span></a> *range</code></em>,
|
1201
|
-
<em class="parameter"><code><
|
1201
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *range_rect</code></em>);</pre>
|
1202
1202
|
<p>This function returns the area that contains the range’s trough
|
1203
1203
|
and its steppers, in widget->window coordinates.</p>
|
1204
1204
|
<p>This function is useful mainly for <a class="link" href="GtkRange.html" title="GtkRange"><span class="type">GtkRange</span></a> subclasses.</p>
|
@@ -907,8 +907,8 @@ is simply a convenience function; it is equivalent to adding the
|
|
907
907
|
unscrollable child to a viewport, then adding the viewport to the
|
908
908
|
scrolled window. If a child has native scrolling, use
|
909
909
|
<a class="link" href="GtkContainer.html#gtk-container-add" title="gtk_container_add ()"><code class="function">gtk_container_add()</code></a> instead of this function.</p>
|
910
|
-
<p>The viewport scrolls the child by moving its <
|
911
|
-
the size of the child to be the size of its toplevel <
|
910
|
+
<p>The viewport scrolls the child by moving its <span class="type">GdkWindow</span>, and takes
|
911
|
+
the size of the child to be the size of its toplevel <span class="type">GdkWindow</span>.
|
912
912
|
This will be very wrong for most widgets that support native scrolling;
|
913
913
|
for example, if you add a widget such as <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a> with a viewport,
|
914
914
|
the whole widget will scroll, including the column headings. Thus,
|
@@ -1128,7 +1128,7 @@ gtk_scrolled_window_set_kinetic_scrolling
|
|
1128
1128
|
<em class="parameter"><code><span class="type">gboolean</span> kinetic_scrolling</code></em>);</pre>
|
1129
1129
|
<p>Turns kinetic scrolling on or off.
|
1130
1130
|
Kinetic scrolling only applies to devices with source
|
1131
|
-
<
|
1131
|
+
<code class="literal">GDK_SOURCE_TOUCHSCREEN</code>.</p>
|
1132
1132
|
<div class="refsect3">
|
1133
1133
|
<a name="gtk-scrolled-window-set-kinetic-scrolling.parameters"></a><h4>Parameters</h4>
|
1134
1134
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -1858,7 +1858,7 @@ bars are placed.</p>
|
|
1858
1858
|
<a name="GtkScrolledWindow--kinetic-scrolling"></a><h3>The <code class="literal">“kinetic-scrolling”</code> property</h3>
|
1859
1859
|
<pre class="programlisting"> “kinetic-scrolling” <span class="type">gboolean</span></pre>
|
1860
1860
|
<p>Whether kinetic scrolling is enabled or not. Kinetic scrolling
|
1861
|
-
only applies to devices with source <
|
1861
|
+
only applies to devices with source <code class="literal">GDK_SOURCE_TOUCHSCREEN</code>.</p>
|
1862
1862
|
<p>Flags: Read / Write</p>
|
1863
1863
|
<p>Default value: TRUE</p>
|
1864
1864
|
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
@@ -360,11 +360,11 @@ toggle button.</p>
|
|
360
360
|
<a name="gtk-search-bar-handle-event"></a><h3>gtk_search_bar_handle_event ()</h3>
|
361
361
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
362
362
|
gtk_search_bar_handle_event (<em class="parameter"><code><a class="link" href="GtkSearchBar.html" title="GtkSearchBar"><span class="type">GtkSearchBar</span></a> *bar</code></em>,
|
363
|
-
<em class="parameter"><code><
|
363
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
|
364
364
|
<p>This function should be called when the top-level
|
365
365
|
window which contains the search bar received a key event.</p>
|
366
366
|
<p>If the key event is handled by the search bar, the bar will
|
367
|
-
be shown, the entry populated with the entered text and <
|
367
|
+
be shown, the entry populated with the entered text and <code class="literal">GDK_EVENT_STOP</code>
|
368
368
|
will be returned. The caller should ensure that events are
|
369
369
|
not propagated further.</p>
|
370
370
|
<p>If no entry has been connected to the search bar, using
|
@@ -443,7 +443,7 @@ immediately with a warning.</p>
|
|
443
443
|
</tr>
|
444
444
|
<tr>
|
445
445
|
<td class="parameter_name"><p>event</p></td>
|
446
|
-
<td class="parameter_description"><p>a <
|
446
|
+
<td class="parameter_description"><p>a <span class="type">GdkEvent</span> containing key press events</p></td>
|
447
447
|
<td class="parameter_annotations"> </td>
|
448
448
|
</tr>
|
449
449
|
</tbody>
|
@@ -451,9 +451,9 @@ immediately with a warning.</p>
|
|
451
451
|
</div>
|
452
452
|
<div class="refsect3">
|
453
453
|
<a name="gtk-search-bar-handle-event.returns"></a><h4>Returns</h4>
|
454
|
-
<p> <
|
454
|
+
<p> <code class="literal">GDK_EVENT_STOP</code> if the key press event resulted
|
455
455
|
in text being entered in the search entry (and revealing
|
456
|
-
the search bar if necessary), <
|
456
|
+
the search bar if necessary), <code class="literal">GDK_EVENT_PROPAGATE</code> otherwise.</p>
|
457
457
|
</div>
|
458
458
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
459
459
|
</div>
|
@@ -167,7 +167,7 @@ empty, and a clear icon when it isn't.</p>
|
|
167
167
|
<a name="gtk-search-entry-handle-event"></a><h3>gtk_search_entry_handle_event ()</h3>
|
168
168
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
169
169
|
gtk_search_entry_handle_event (<em class="parameter"><code><a class="link" href="GtkSearchEntry.html" title="GtkSearchEntry"><span class="type">GtkSearchEntry</span></a> *entry</code></em>,
|
170
|
-
<em class="parameter"><code><
|
170
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
|
171
171
|
<p>This function should be called when the top-level window
|
172
172
|
which contains the search entry received a key event. If
|
173
173
|
the entry is part of a <a class="link" href="GtkSearchBar.html" title="GtkSearchBar"><span class="type">GtkSearchBar</span></a>, it is preferable
|
@@ -175,7 +175,7 @@ to call <a class="link" href="GtkSearchBar.html#gtk-search-bar-handle-event" tit
|
|
175
175
|
reveal the entry in addition to passing the event to this
|
176
176
|
function.</p>
|
177
177
|
<p>If the key event is handled by the search entry and starts
|
178
|
-
or continues a search, <
|
178
|
+
or continues a search, <code class="literal">GDK_EVENT_STOP</code> will be returned.
|
179
179
|
The caller should ensure that the entry is shown in this
|
180
180
|
case, and not propagate the event further.</p>
|
181
181
|
<div class="refsect3">
|
@@ -202,8 +202,8 @@ case, and not propagate the event further.</p>
|
|
202
202
|
</div>
|
203
203
|
<div class="refsect3">
|
204
204
|
<a name="gtk-search-entry-handle-event.returns"></a><h4>Returns</h4>
|
205
|
-
<p> <
|
206
|
-
in a search beginning or continuing, <
|
205
|
+
<p> <code class="literal">GDK_EVENT_STOP</code> if the key press event resulted
|
206
|
+
in a search beginning or continuing, <code class="literal">GDK_EVENT_PROPAGATE</code>
|
207
207
|
otherwise.</p>
|
208
208
|
</div>
|
209
209
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
@@ -720,7 +720,7 @@ no default screen, then returns <code class="literal">NULL</code>. </p>
|
|
720
720
|
<div class="refsect2">
|
721
721
|
<a name="gtk-settings-get-for-screen"></a><h3>gtk_settings_get_for_screen ()</h3>
|
722
722
|
<pre class="programlisting"><a class="link" href="GtkSettings.html" title="Settings"><span class="returnvalue">GtkSettings</span></a> *
|
723
|
-
gtk_settings_get_for_screen (<em class="parameter"><code><
|
723
|
+
gtk_settings_get_for_screen (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
|
724
724
|
<p>Gets the <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object for <em class="parameter"><code>screen</code></em>
|
725
725
|
, creating it if necessary.</p>
|
726
726
|
<div class="refsect3">
|
@@ -733,7 +733,7 @@ gtk_settings_get_for_screen (<em class="parameter"><code><a href="../html/GdkScr
|
|
733
733
|
</colgroup>
|
734
734
|
<tbody><tr>
|
735
735
|
<td class="parameter_name"><p>screen</p></td>
|
736
|
-
<td class="parameter_description"><p>a <
|
736
|
+
<td class="parameter_description"><p>a <span class="type">GdkScreen</span>.</p></td>
|
737
737
|
<td class="parameter_annotations"> </td>
|
738
738
|
</tr></tbody>
|
739
739
|
</table></div>
|
@@ -815,7 +815,7 @@ between 0 and 1.</p>
|
|
815
815
|
</tr>
|
816
816
|
<tr>
|
817
817
|
<td class="parameter_name"><p>property_value</p></td>
|
818
|
-
<td class="parameter_description"><p>a <span class="type">GValue</span> which must hold <
|
818
|
+
<td class="parameter_description"><p>a <span class="type">GValue</span> which must hold <span class="type">GdkColor</span> values.</p></td>
|
819
819
|
<td class="parameter_annotations"> </td>
|
820
820
|
</tr>
|
821
821
|
</tbody>
|
@@ -825,7 +825,7 @@ between 0 and 1.</p>
|
|
825
825
|
<a name="gtk-rc-property-parse-color.returns"></a><h4>Returns</h4>
|
826
826
|
<p> <code class="literal">TRUE</code> if <em class="parameter"><code>gstring</code></em>
|
827
827
|
could be parsed and <em class="parameter"><code>property_value</code></em>
|
828
|
-
has been set to the resulting <
|
828
|
+
has been set to the resulting <span class="type">GdkColor</span>.</p>
|
829
829
|
</div>
|
830
830
|
</div>
|
831
831
|
<hr>
|
@@ -1231,7 +1231,7 @@ the token parsed, or a GSTRING holding an unparsed statement</p></td>
|
|
1231
1231
|
<a name="GtkSettings--color-hash"></a><h3>The <code class="literal">“color-hash”</code> property</h3>
|
1232
1232
|
<pre class="programlisting"> “color-hash” <span class="type">GHashTable</span> *</pre>
|
1233
1233
|
<p>Holds a hash table representation of the <a class="link" href="GtkSettings.html#GtkSettings--gtk-color-scheme" title="The “gtk-color-scheme” property"><span class="type">“gtk-color-scheme”</span></a>
|
1234
|
-
setting, mapping color names to <
|
1234
|
+
setting, mapping color names to <span class="type">GdkColors</span>.</p>
|
1235
1235
|
<p><span class="annotation">[<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
|
1236
1236
|
<div class="warning">
|
1237
1237
|
<p><code class="literal">GtkSettings:color-hash</code> has been deprecated since version 3.8 and should not be used in newly-written code.</p>
|
@@ -1355,7 +1355,7 @@ presses the mnemonic activator.</p>
|
|
1355
1355
|
Color names must be acceptable as identifiers in the
|
1356
1356
|
<a class="link" href="gtk3-Resource-Files.html" title="Resource Files">gtkrc</a> syntax, and
|
1357
1357
|
color specifications must be in the format accepted by
|
1358
|
-
<
|
1358
|
+
<code class="function">gdk_color_parse()</code>.</p>
|
1359
1359
|
<p>Note that due to the way the color tables from different sources are
|
1360
1360
|
merged, color specifications will be converted to hexadecimal form
|
1361
1361
|
when getting this property.</p>
|
@@ -1602,7 +1602,7 @@ last char. 600 is a good value for enabling it.</p>
|
|
1602
1602
|
<pre class="programlisting"> “gtk-error-bell” <span class="type">gboolean</span></pre>
|
1603
1603
|
<p>When <code class="literal">TRUE</code>, keyboard navigation and other input-related errors
|
1604
1604
|
will cause a beep. Since the error bell is implemented using
|
1605
|
-
<
|
1605
|
+
<code class="function">gdk_window_beep()</code>, the windowing system may offer ways to
|
1606
1606
|
configure the error bell in many ways, such as flashing the
|
1607
1607
|
window or similar visual effects.</p>
|
1608
1608
|
<p>Flags: Read / Write</p>
|
@@ -1731,7 +1731,7 @@ to be present on the used input device.</p>
|
|
1731
1731
|
<div class="warning">
|
1732
1732
|
<p><code class="literal">GtkSettings:gtk-keynav-cursor-only</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
|
1733
1733
|
<p>Generally, the behavior for touchscreen input should be
|
1734
|
-
performed dynamically based on <
|
1734
|
+
performed dynamically based on <code class="function">gdk_event_get_source_device()</code>.</p>
|
1735
1735
|
</div>
|
1736
1736
|
<p>Flags: Read / Write</p>
|
1737
1737
|
<p>Default value: FALSE</p>
|
@@ -1879,7 +1879,7 @@ clicking the middle mouse button.</p>
|
|
1879
1879
|
dialog. Available print backends depend on the GTK+ installation,
|
1880
1880
|
and may include "file", "cups", "lpr" or "papi".</p>
|
1881
1881
|
<p>Flags: Read / Write</p>
|
1882
|
-
<p>Default value: "file,lpr"</p>
|
1882
|
+
<p>Default value: "file,lpr,cloudprint"</p>
|
1883
1883
|
<p class="since">Since: 2.10</p>
|
1884
1884
|
</div>
|
1885
1885
|
<hr>
|
@@ -2190,7 +2190,7 @@ functionality.</p>
|
|
2190
2190
|
<div class="warning">
|
2191
2191
|
<p><code class="literal">GtkSettings:gtk-touchscreen-mode</code> has been deprecated since version 3.4. and should not be used in newly-written code.</p>
|
2192
2192
|
<p>Generally, the behavior for touchscreen input should be
|
2193
|
-
performed dynamically based on <
|
2193
|
+
performed dynamically based on <code class="function">gdk_event_get_source_device()</code>.</p>
|
2194
2194
|
</div>
|
2195
2195
|
<p>Flags: Read / Write</p>
|
2196
2196
|
<p>Default value: FALSE</p>
|
@@ -68,7 +68,7 @@
|
|
68
68
|
</tr>
|
69
69
|
<tr>
|
70
70
|
<td class="function_type">
|
71
|
-
<
|
71
|
+
<span class="returnvalue">GdkWindow</span> *
|
72
72
|
</td>
|
73
73
|
<td class="function_name">
|
74
74
|
<a class="link" href="GtkSocket.html#gtk-socket-get-plug-window" title="gtk_socket_get_plug_window ()">gtk_socket_get_plug_window</a> <span class="c_punctuation">()</span>
|
@@ -193,7 +193,7 @@ This protocol has also been implemented in other toolkits, e.g. Qt,
|
|
193
193
|
allowing the same level of integration when embedding a Qt widget
|
194
194
|
in GTK or vice versa.</p>
|
195
195
|
<p>The <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a> and <a class="link" href="GtkSocket.html" title="GtkSocket"><span class="type">GtkSocket</span></a> widgets are only available when GTK+
|
196
|
-
is compiled for the X11 platform and <
|
196
|
+
is compiled for the X11 platform and <code class="literal">GDK_WINDOWING_X11</code> is defined.
|
197
197
|
They can only be used on a <span class="type">GdkX11Display</span>. To use <a class="link" href="GtkPlug.html" title="GtkPlug"><span class="type">GtkPlug</span></a> and
|
198
198
|
<a class="link" href="GtkSocket.html" title="GtkSocket"><span class="type">GtkSocket</span></a>, you need to include the <code class="literal">gtk/gtkx.h</code> header.</p>
|
199
199
|
</div>
|
@@ -282,7 +282,7 @@ before you can make this call.</p>
|
|
282
282
|
<hr>
|
283
283
|
<div class="refsect2">
|
284
284
|
<a name="gtk-socket-get-plug-window"></a><h3>gtk_socket_get_plug_window ()</h3>
|
285
|
-
<pre class="programlisting"><
|
285
|
+
<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
|
286
286
|
gtk_socket_get_plug_window (<em class="parameter"><code><a class="link" href="GtkSocket.html" title="GtkSocket"><span class="type">GtkSocket</span></a> *socket_</code></em>);</pre>
|
287
287
|
<p>Retrieves the window of the plug. Use this to check if the plug has
|
288
288
|
been created inside of the socket.</p>
|
@@ -186,7 +186,7 @@
|
|
186
186
|
</tr>
|
187
187
|
<tr>
|
188
188
|
<td class="function_type">
|
189
|
-
<
|
189
|
+
<span class="returnvalue">GdkScreen</span> *
|
190
190
|
</td>
|
191
191
|
<td class="function_name">
|
192
192
|
<a class="link" href="GtkStatusIcon.html#gtk-status-icon-get-screen" title="gtk_status_icon_get_screen ()">gtk_status_icon_get_screen</a> <span class="c_punctuation">()</span>
|
@@ -364,7 +364,7 @@
|
|
364
364
|
</tr>
|
365
365
|
<tr>
|
366
366
|
<td class="property_type">
|
367
|
-
<
|
367
|
+
<span class="type">GdkScreen</span> *</td>
|
368
368
|
<td class="property_name"><a class="link" href="GtkStatusIcon.html#GtkStatusIcon--screen" title="The “screen” property">screen</a></td>
|
369
369
|
<td class="property_flags">Read / Write</td>
|
370
370
|
</tr>
|
@@ -1135,15 +1135,15 @@ status icon is embedded (see <a class="link" href="GtkStatusIcon.html#gtk-status
|
|
1135
1135
|
<a name="gtk-status-icon-set-screen"></a><h3>gtk_status_icon_set_screen ()</h3>
|
1136
1136
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1137
1137
|
gtk_status_icon_set_screen (<em class="parameter"><code><a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon</code></em>,
|
1138
|
-
<em class="parameter"><code><
|
1138
|
+
<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
|
1139
1139
|
<div class="warning">
|
1140
1140
|
<p><code class="literal">gtk_status_icon_set_screen</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
1141
1141
|
<p>Use <span class="type">GNotification</span> and <a class="link" href="GtkApplication.html" title="GtkApplication"><span class="type">GtkApplication</span></a> to
|
1142
1142
|
provide status notifications; there is no direct replacement
|
1143
|
-
for this function, as GTK typically only has one <
|
1143
|
+
for this function, as GTK typically only has one <span class="type">GdkScreen</span>
|
1144
1144
|
and notifications are managed by the platform</p>
|
1145
1145
|
</div>
|
1146
|
-
<p>Sets the <
|
1146
|
+
<p>Sets the <span class="type">GdkScreen</span> where <em class="parameter"><code>status_icon</code></em>
|
1147
1147
|
is displayed; if
|
1148
1148
|
the icon is already mapped, it will be unmapped, and
|
1149
1149
|
then remapped on the new screen.</p>
|
@@ -1163,7 +1163,7 @@ then remapped on the new screen.</p>
|
|
1163
1163
|
</tr>
|
1164
1164
|
<tr>
|
1165
1165
|
<td class="parameter_name"><p>screen</p></td>
|
1166
|
-
<td class="parameter_description"><p>a <
|
1166
|
+
<td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
|
1167
1167
|
<td class="parameter_annotations"> </td>
|
1168
1168
|
</tr>
|
1169
1169
|
</tbody>
|
@@ -1174,7 +1174,7 @@ then remapped on the new screen.</p>
|
|
1174
1174
|
<hr>
|
1175
1175
|
<div class="refsect2">
|
1176
1176
|
<a name="gtk-status-icon-get-screen"></a><h3>gtk_status_icon_get_screen ()</h3>
|
1177
|
-
<pre class="programlisting"><
|
1177
|
+
<pre class="programlisting"><span class="returnvalue">GdkScreen</span> *
|
1178
1178
|
gtk_status_icon_get_screen (<em class="parameter"><code><a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon</code></em>);</pre>
|
1179
1179
|
<div class="warning">
|
1180
1180
|
<p><code class="literal">gtk_status_icon_get_screen</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
@@ -1182,7 +1182,7 @@ gtk_status_icon_get_screen (<em class="parameter"><code><a class="link" href="Gt
|
|
1182
1182
|
provide status notifications; there is no direct replacement
|
1183
1183
|
for this function, as notifications are managed by the platform</p>
|
1184
1184
|
</div>
|
1185
|
-
<p>Returns the <
|
1185
|
+
<p>Returns the <span class="type">GdkScreen</span> associated with <em class="parameter"><code>status_icon</code></em>
|
1186
1186
|
.</p>
|
1187
1187
|
<div class="refsect3">
|
1188
1188
|
<a name="gtk-status-icon-get-screen.parameters"></a><h4>Parameters</h4>
|
@@ -1201,7 +1201,7 @@ gtk_status_icon_get_screen (<em class="parameter"><code><a class="link" href="Gt
|
|
1201
1201
|
</div>
|
1202
1202
|
<div class="refsect3">
|
1203
1203
|
<a name="gtk-status-icon-get-screen.returns"></a><h4>Returns</h4>
|
1204
|
-
<p>a <
|
1204
|
+
<p>a <span class="type">GdkScreen</span>. </p>
|
1205
1205
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1206
1206
|
</div>
|
1207
1207
|
<p class="since">Since: 2.12</p>
|
@@ -1730,8 +1730,8 @@ to position <em class="parameter"><code>menu</code></em>
|
|
1730
1730
|
<a name="gtk-status-icon-get-geometry"></a><h3>gtk_status_icon_get_geometry ()</h3>
|
1731
1731
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1732
1732
|
gtk_status_icon_get_geometry (<em class="parameter"><code><a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon</code></em>,
|
1733
|
-
<em class="parameter"><code><
|
1734
|
-
<em class="parameter"><code><
|
1733
|
+
<em class="parameter"><code><span class="type">GdkScreen</span> **screen</code></em>,
|
1734
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *area</code></em>,
|
1735
1735
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> *orientation</code></em>);</pre>
|
1736
1736
|
<div class="warning">
|
1737
1737
|
<p><code class="literal">gtk_status_icon_get_geometry</code> has been deprecated since version 3.14 and should not be used in newly-written code.</p>
|
@@ -1921,7 +1921,7 @@ is embedded.</p>
|
|
1921
1921
|
<hr>
|
1922
1922
|
<div class="refsect2">
|
1923
1923
|
<a name="GtkStatusIcon--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
|
1924
|
-
<pre class="programlisting"> “screen” <
|
1924
|
+
<pre class="programlisting"> “screen” <span class="type">GdkScreen</span> *</pre>
|
1925
1925
|
<p>The screen where this status icon will be displayed.</p>
|
1926
1926
|
<p>Flags: Read / Write</p>
|
1927
1927
|
</div>
|
@@ -2052,7 +2052,7 @@ be used by applications and should be wrapped by language bindings.</p>
|
|
2052
2052
|
<a name="GtkStatusIcon-button-press-event"></a><h3>The <code class="literal">“button-press-event”</code> signal</h3>
|
2053
2053
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2054
2054
|
user_function (<a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon,
|
2055
|
-
<
|
2055
|
+
<span class="type">GdkEvent</span> *event,
|
2056
2056
|
<span class="type">gpointer</span> user_data)</pre>
|
2057
2057
|
<p>The ::button-press-event signal will be emitted when a button
|
2058
2058
|
(typically from a mouse) is pressed.</p>
|
@@ -2074,7 +2074,7 @@ and ::popup-menu signals in preference.</p>
|
|
2074
2074
|
</tr>
|
2075
2075
|
<tr>
|
2076
2076
|
<td class="parameter_name"><p>event</p></td>
|
2077
|
-
<td class="parameter_description"><p>the <
|
2077
|
+
<td class="parameter_description"><p>the <span class="type">GdkEventButton</span> which triggered
|
2078
2078
|
this signal. </p></td>
|
2079
2079
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span></td>
|
2080
2080
|
</tr>
|
@@ -2099,7 +2099,7 @@ for the event. <code class="literal">FALSE</code> to propagate the event further
|
|
2099
2099
|
<a name="GtkStatusIcon-button-release-event"></a><h3>The <code class="literal">“button-release-event”</code> signal</h3>
|
2100
2100
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2101
2101
|
user_function (<a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon,
|
2102
|
-
<
|
2102
|
+
<span class="type">GdkEvent</span> *event,
|
2103
2103
|
<span class="type">gpointer</span> user_data)</pre>
|
2104
2104
|
<p>The ::button-release-event signal will be emitted when a button
|
2105
2105
|
(typically from a mouse) is released.</p>
|
@@ -2121,7 +2121,7 @@ and ::popup-menu signals in preference.</p>
|
|
2121
2121
|
</tr>
|
2122
2122
|
<tr>
|
2123
2123
|
<td class="parameter_name"><p>event</p></td>
|
2124
|
-
<td class="parameter_description"><p>the <
|
2124
|
+
<td class="parameter_description"><p>the <span class="type">GdkEventButton</span> which triggered
|
2125
2125
|
this signal. </p></td>
|
2126
2126
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventButton]</span></td>
|
2127
2127
|
</tr>
|
@@ -2286,7 +2286,7 @@ should be shown right now, <code class="literal">FALSE</code> otherwise.</p>
|
|
2286
2286
|
<a name="GtkStatusIcon-scroll-event"></a><h3>The <code class="literal">“scroll-event”</code> signal</h3>
|
2287
2287
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
2288
2288
|
user_function (<a class="link" href="GtkStatusIcon.html" title="GtkStatusIcon"><span class="type">GtkStatusIcon</span></a> *status_icon,
|
2289
|
-
<
|
2289
|
+
<span class="type">GdkEvent</span> *event,
|
2290
2290
|
<span class="type">gpointer</span> user_data)</pre>
|
2291
2291
|
<p>The ::scroll-event signal is emitted when a button in the 4 to 7
|
2292
2292
|
range is pressed. Wheel mice are usually configured to generate
|
@@ -2308,7 +2308,7 @@ button press events for buttons 4 and 5 when the wheel is turned.</p>
|
|
2308
2308
|
</tr>
|
2309
2309
|
<tr>
|
2310
2310
|
<td class="parameter_name"><p>event</p></td>
|
2311
|
-
<td class="parameter_description"><p>the <
|
2311
|
+
<td class="parameter_description"><p>the <span class="type">GdkEventScroll</span> which triggered
|
2312
2312
|
this signal. </p></td>
|
2313
2313
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> Gdk.EventScroll]</span></td>
|
2314
2314
|
</tr>
|
@@ -501,7 +501,7 @@ gtk_style_copy (<em class="parameter"><code><a class="link" href="GtkStyle.html"
|
|
501
501
|
<a name="gtk-style-attach"></a><h3>gtk_style_attach ()</h3>
|
502
502
|
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="returnvalue">GtkStyle</span></a> *
|
503
503
|
gtk_style_attach (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
504
|
-
<em class="parameter"><code><
|
504
|
+
<em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>);</pre>
|
505
505
|
<div class="warning">
|
506
506
|
<p><code class="literal">gtk_style_attach</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
507
507
|
<p>Use <a class="link" href="GtkWidget.html#gtk-widget-style-attach" title="gtk_widget_style_attach ()"><code class="function">gtk_widget_style_attach()</code></a> instead</p>
|
@@ -531,7 +531,7 @@ in the following way:
|
|
531
531
|
</tr>
|
532
532
|
<tr>
|
533
533
|
<td class="parameter_name"><p>window</p></td>
|
534
|
-
<td class="parameter_description"><p>a <
|
534
|
+
<td class="parameter_description"><p>a <span class="type">GdkWindow</span>.</p></td>
|
535
535
|
<td class="parameter_annotations"> </td>
|
536
536
|
</tr>
|
537
537
|
</tbody>
|
@@ -608,7 +608,7 @@ has a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span
|
|
608
608
|
<a name="gtk-style-set-background"></a><h3>gtk_style_set_background ()</h3>
|
609
609
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
610
610
|
gtk_style_set_background (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
611
|
-
<em class="parameter"><code><
|
611
|
+
<em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>,
|
612
612
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state_type</code></em>);</pre>
|
613
613
|
<div class="warning">
|
614
614
|
<p><code class="literal">gtk_style_set_background</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
@@ -634,7 +634,7 @@ specified by <em class="parameter"><code>style</code></em>
|
|
634
634
|
</tr>
|
635
635
|
<tr>
|
636
636
|
<td class="parameter_name"><p>window</p></td>
|
637
|
-
<td class="parameter_description"><p>a <
|
637
|
+
<td class="parameter_description"><p>a <span class="type">GdkWindow</span></p></td>
|
638
638
|
<td class="parameter_annotations"> </td>
|
639
639
|
</tr>
|
640
640
|
<tr>
|
@@ -652,7 +652,7 @@ specified by <em class="parameter"><code>style</code></em>
|
|
652
652
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
653
653
|
gtk_style_apply_default_background (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
654
654
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
655
|
-
<em class="parameter"><code><
|
655
|
+
<em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>,
|
656
656
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state_type</code></em>,
|
657
657
|
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
658
658
|
<em class="parameter"><code><span class="type">gint</span> y</code></em>,
|
@@ -669,7 +669,7 @@ gtk_style_apply_default_background (<em class="parameter"><code><a class="link"
|
|
669
669
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
670
670
|
gtk_style_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="GtkStyle"><span class="type">GtkStyle</span></a> *style</code></em>,
|
671
671
|
<em class="parameter"><code>const <span class="type">gchar</span> *color_name</code></em>,
|
672
|
-
<em class="parameter"><code><
|
672
|
+
<em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
|
673
673
|
<div class="warning">
|
674
674
|
<p><code class="literal">gtk_style_lookup_color</code> has been deprecated since version 3.0 and should not be used in newly-written code.</p>
|
675
675
|
<p>Use <a class="link" href="GtkStyleContext.html#gtk-style-context-lookup-color" title="gtk_style_context_lookup_color ()"><code class="function">gtk_style_context_lookup_color()</code></a> instead</p>
|
@@ -702,7 +702,7 @@ switch occurs.</p>
|
|
702
702
|
</tr>
|
703
703
|
<tr>
|
704
704
|
<td class="parameter_name"><p>color</p></td>
|
705
|
-
<td class="parameter_description"><p>the <
|
705
|
+
<td class="parameter_description"><p>the <span class="type">GdkColor</span> to fill in. </p></td>
|
706
706
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span></td>
|
707
707
|
</tr>
|
708
708
|
</tbody>
|
@@ -2617,7 +2617,7 @@ gtk_paint_resize_grip (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
2617
2617
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state_type</code></em>,
|
2618
2618
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2619
2619
|
<em class="parameter"><code>const <span class="type">gchar</span> *detail</code></em>,
|
2620
|
-
<em class="parameter"><code><
|
2620
|
+
<em class="parameter"><code><span class="type">GdkWindowEdge</span> edge</code></em>,
|
2621
2621
|
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
2622
2622
|
<em class="parameter"><code><span class="type">gint</span> y</code></em>,
|
2623
2623
|
<em class="parameter"><code><span class="type">gint</span> width</code></em>,
|
@@ -2698,7 +2698,7 @@ parameters.</p>
|
|
2698
2698
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2699
2699
|
gtk_draw_insertion_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2700
2700
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
2701
|
-
<em class="parameter"><code>const <
|
2701
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *location</code></em>,
|
2702
2702
|
<em class="parameter"><code><span class="type">gboolean</span> is_primary</code></em>,
|
2703
2703
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
2704
2704
|
<em class="parameter"><code><span class="type">gboolean</span> draw_arrow</code></em>);</pre>
|
@@ -2800,53 +2800,53 @@ cursor. Should be <code class="literal">FALSE</code> unless the cursor is split.
|
|
2800
2800
|
</colgroup>
|
2801
2801
|
<tbody>
|
2802
2802
|
<tr>
|
2803
|
-
<td class="struct_member_name"><p><
|
2804
|
-
<td class="struct_member_description"><p>Set of foreground <
|
2803
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.fg"></a>fg</code></em>[5];</p></td>
|
2804
|
+
<td class="struct_member_description"><p>Set of foreground <span class="type">GdkColor</span></p></td>
|
2805
2805
|
<td class="struct_member_annotations"> </td>
|
2806
2806
|
</tr>
|
2807
2807
|
<tr>
|
2808
|
-
<td class="struct_member_name"><p><
|
2809
|
-
<td class="struct_member_description"><p>Set of background <
|
2808
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.bg"></a>bg</code></em>[5];</p></td>
|
2809
|
+
<td class="struct_member_description"><p>Set of background <span class="type">GdkColor</span></p></td>
|
2810
2810
|
<td class="struct_member_annotations"> </td>
|
2811
2811
|
</tr>
|
2812
2812
|
<tr>
|
2813
|
-
<td class="struct_member_name"><p><
|
2814
|
-
<td class="struct_member_description"><p>Set of light <
|
2813
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.light"></a>light</code></em>[5];</p></td>
|
2814
|
+
<td class="struct_member_description"><p>Set of light <span class="type">GdkColor</span></p></td>
|
2815
2815
|
<td class="struct_member_annotations"> </td>
|
2816
2816
|
</tr>
|
2817
2817
|
<tr>
|
2818
|
-
<td class="struct_member_name"><p><
|
2819
|
-
<td class="struct_member_description"><p>Set of dark <
|
2818
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.dark"></a>dark</code></em>[5];</p></td>
|
2819
|
+
<td class="struct_member_description"><p>Set of dark <span class="type">GdkColor</span></p></td>
|
2820
2820
|
<td class="struct_member_annotations"> </td>
|
2821
2821
|
</tr>
|
2822
2822
|
<tr>
|
2823
|
-
<td class="struct_member_name"><p><
|
2824
|
-
<td class="struct_member_description"><p>Set of mid <
|
2823
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.mid"></a>mid</code></em>[5];</p></td>
|
2824
|
+
<td class="struct_member_description"><p>Set of mid <span class="type">GdkColor</span></p></td>
|
2825
2825
|
<td class="struct_member_annotations"> </td>
|
2826
2826
|
</tr>
|
2827
2827
|
<tr>
|
2828
|
-
<td class="struct_member_name"><p><
|
2829
|
-
<td class="struct_member_description"><p>Set of text <
|
2828
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.text"></a>text</code></em>[5];</p></td>
|
2829
|
+
<td class="struct_member_description"><p>Set of text <span class="type">GdkColor</span></p></td>
|
2830
2830
|
<td class="struct_member_annotations"> </td>
|
2831
2831
|
</tr>
|
2832
2832
|
<tr>
|
2833
|
-
<td class="struct_member_name"><p><
|
2834
|
-
<td class="struct_member_description"><p>Set of base <
|
2833
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.base"></a>base</code></em>[5];</p></td>
|
2834
|
+
<td class="struct_member_description"><p>Set of base <span class="type">GdkColor</span></p></td>
|
2835
2835
|
<td class="struct_member_annotations"> </td>
|
2836
2836
|
</tr>
|
2837
2837
|
<tr>
|
2838
|
-
<td class="struct_member_name"><p><
|
2838
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.text-aa"></a>text_aa</code></em>[5];</p></td>
|
2839
2839
|
<td class="struct_member_description"><p>Color halfway between text/base</p></td>
|
2840
2840
|
<td class="struct_member_annotations"> </td>
|
2841
2841
|
</tr>
|
2842
2842
|
<tr>
|
2843
|
-
<td class="struct_member_name"><p><
|
2844
|
-
<td class="struct_member_description"><p><
|
2843
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.black"></a>black</code></em>;</p></td>
|
2844
|
+
<td class="struct_member_description"><p><span class="type">GdkColor</span> to use for black</p></td>
|
2845
2845
|
<td class="struct_member_annotations"> </td>
|
2846
2846
|
</tr>
|
2847
2847
|
<tr>
|
2848
|
-
<td class="struct_member_name"><p><
|
2849
|
-
<td class="struct_member_description"><p><
|
2848
|
+
<td class="struct_member_name"><p><span class="type">GdkColor</span> <em class="structfield"><code><a name="GtkStyle-struct.white"></a>white</code></em>;</p></td>
|
2849
|
+
<td class="struct_member_description"><p><span class="type">GdkColor</span> to use for white</p></td>
|
2850
2850
|
<td class="struct_member_annotations"> </td>
|
2851
2851
|
</tr>
|
2852
2852
|
<tr>
|