gdk3 3.2.5-x64-mingw32 → 3.2.6-x64-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
@@ -71,7 +71,7 @@
|
|
71
71
|
<td class="property_flags">Read / Write</td>
|
72
72
|
</tr>
|
73
73
|
<tr>
|
74
|
-
<td class="property_type"><
|
74
|
+
<td class="property_type"><span class="type">GdkModifierType</span></td>
|
75
75
|
<td class="property_name"><a class="link" href="GtkCellRendererAccel.html#GtkCellRendererAccel--accel-mods" title="The “accel-mods” property">accel-mods</a></td>
|
76
76
|
<td class="property_flags">Read / Write</td>
|
77
77
|
</tr>
|
@@ -226,7 +226,7 @@ in the same way as they are in menus.</p>
|
|
226
226
|
<hr>
|
227
227
|
<div class="refsect2">
|
228
228
|
<a name="GtkCellRendererAccel--accel-mods"></a><h3>The <code class="literal">“accel-mods”</code> property</h3>
|
229
|
-
<pre class="programlisting"> “accel-mods” <
|
229
|
+
<pre class="programlisting"> “accel-mods” <span class="type">GdkModifierType</span></pre>
|
230
230
|
<p>The modifier mask of the accelerator.</p>
|
231
231
|
<p>Flags: Read / Write</p>
|
232
232
|
<p class="since">Since: 2.10</p>
|
@@ -290,7 +290,7 @@ user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRe
|
|
290
290
|
user_function (<a class="link" href="GtkCellRendererAccel.html" title="GtkCellRendererAccel"><span class="type">GtkCellRendererAccel</span></a> *accel,
|
291
291
|
<span class="type">gchar</span> *path_string,
|
292
292
|
<span class="type">guint</span> accel_key,
|
293
|
-
<
|
293
|
+
<span class="type">GdkModifierType</span> accel_mods,
|
294
294
|
<span class="type">guint</span> hardware_keycode,
|
295
295
|
<span class="type">gpointer</span> user_data)</pre>
|
296
296
|
<p>Gets emitted when the user has selected a new accelerator.</p>
|
@@ -94,13 +94,13 @@
|
|
94
94
|
</tr>
|
95
95
|
<tr>
|
96
96
|
<td class="property_type">
|
97
|
-
<
|
97
|
+
<span class="type">GdkColor</span> *</td>
|
98
98
|
<td class="property_name"><a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-gdk" title="The “background-gdk” property">background-gdk</a></td>
|
99
99
|
<td class="property_flags">Read / Write</td>
|
100
100
|
</tr>
|
101
101
|
<tr>
|
102
102
|
<td class="property_type">
|
103
|
-
<
|
103
|
+
<span class="type">GdkRGBA</span> *</td>
|
104
104
|
<td class="property_name"><a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-rgba" title="The “background-rgba” property">background-rgba</a></td>
|
105
105
|
<td class="property_flags">Read / Write</td>
|
106
106
|
</tr>
|
@@ -160,13 +160,13 @@
|
|
160
160
|
</tr>
|
161
161
|
<tr>
|
162
162
|
<td class="property_type">
|
163
|
-
<
|
163
|
+
<span class="type">GdkColor</span> *</td>
|
164
164
|
<td class="property_name"><a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-gdk" title="The “foreground-gdk” property">foreground-gdk</a></td>
|
165
165
|
<td class="property_flags">Read / Write</td>
|
166
166
|
</tr>
|
167
167
|
<tr>
|
168
168
|
<td class="property_type">
|
169
|
-
<
|
169
|
+
<span class="type">GdkRGBA</span> *</td>
|
170
170
|
<td class="property_name"><a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-rgba" title="The “foreground-rgba” property">foreground-rgba</a></td>
|
171
171
|
<td class="property_flags">Read / Write</td>
|
172
172
|
</tr>
|
@@ -482,8 +482,8 @@ on the other hand, sets the horizontal alignment of the whole text.</p>
|
|
482
482
|
<hr>
|
483
483
|
<div class="refsect2">
|
484
484
|
<a name="GtkCellRendererText--background-gdk"></a><h3>The <code class="literal">“background-gdk”</code> property</h3>
|
485
|
-
<pre class="programlisting"> “background-gdk” <
|
486
|
-
<p>Background color as a <
|
485
|
+
<pre class="programlisting"> “background-gdk” <span class="type">GdkColor</span> *</pre>
|
486
|
+
<p>Background color as a <span class="type">GdkColor</span></p>
|
487
487
|
<div class="warning">
|
488
488
|
<p><code class="literal">GtkCellRendererText:background-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
489
489
|
<p>Use <a class="link" href="GtkCellRendererText.html#GtkCellRendererText--background-rgba" title="The “background-rgba” property"><span class="type">“background-rgba”</span></a> instead.</p>
|
@@ -493,8 +493,8 @@ on the other hand, sets the horizontal alignment of the whole text.</p>
|
|
493
493
|
<hr>
|
494
494
|
<div class="refsect2">
|
495
495
|
<a name="GtkCellRendererText--background-rgba"></a><h3>The <code class="literal">“background-rgba”</code> property</h3>
|
496
|
-
<pre class="programlisting"> “background-rgba” <
|
497
|
-
<p>Background color as a <
|
496
|
+
<pre class="programlisting"> “background-rgba” <span class="type">GdkRGBA</span> *</pre>
|
497
|
+
<p>Background color as a <span class="type">GdkRGBA</span></p>
|
498
498
|
<p>Flags: Read / Write</p>
|
499
499
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
500
500
|
</div>
|
@@ -584,8 +584,8 @@ for another way of making the text fit into a given width.</p>
|
|
584
584
|
<hr>
|
585
585
|
<div class="refsect2">
|
586
586
|
<a name="GtkCellRendererText--foreground-gdk"></a><h3>The <code class="literal">“foreground-gdk”</code> property</h3>
|
587
|
-
<pre class="programlisting"> “foreground-gdk” <
|
588
|
-
<p>Foreground color as a <
|
587
|
+
<pre class="programlisting"> “foreground-gdk” <span class="type">GdkColor</span> *</pre>
|
588
|
+
<p>Foreground color as a <span class="type">GdkColor</span></p>
|
589
589
|
<div class="warning">
|
590
590
|
<p><code class="literal">GtkCellRendererText:foreground-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
591
591
|
<p>Use <a class="link" href="GtkCellRendererText.html#GtkCellRendererText--foreground-rgba" title="The “foreground-rgba” property"><span class="type">“foreground-rgba”</span></a> instead.</p>
|
@@ -595,8 +595,8 @@ for another way of making the text fit into a given width.</p>
|
|
595
595
|
<hr>
|
596
596
|
<div class="refsect2">
|
597
597
|
<a name="GtkCellRendererText--foreground-rgba"></a><h3>The <code class="literal">“foreground-rgba”</code> property</h3>
|
598
|
-
<pre class="programlisting"> “foreground-rgba” <
|
599
|
-
<p>Foreground color as a <
|
598
|
+
<pre class="programlisting"> “foreground-rgba” <span class="type">GdkRGBA</span> *</pre>
|
599
|
+
<p>Foreground color as a <span class="type">GdkRGBA</span></p>
|
600
600
|
<p>Flags: Read / Write</p>
|
601
601
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
602
602
|
</div>
|
@@ -190,13 +190,13 @@
|
|
190
190
|
</tr>
|
191
191
|
<tr>
|
192
192
|
<td class="property_type">
|
193
|
-
<
|
193
|
+
<span class="type">GdkColor</span> *</td>
|
194
194
|
<td class="property_name"><a class="link" href="GtkCellView.html#GtkCellView--background-gdk" title="The “background-gdk” property">background-gdk</a></td>
|
195
195
|
<td class="property_flags">Read / Write</td>
|
196
196
|
</tr>
|
197
197
|
<tr>
|
198
198
|
<td class="property_type">
|
199
|
-
<
|
199
|
+
<span class="type">GdkRGBA</span> *</td>
|
200
200
|
<td class="property_name"><a class="link" href="GtkCellView.html#GtkCellView--background-rgba" title="The “background-rgba” property">background-rgba</a></td>
|
201
201
|
<td class="property_flags">Read / Write</td>
|
202
202
|
</tr>
|
@@ -623,7 +623,7 @@ the model row pointed to by <em class="parameter"><code>path</code></em>
|
|
623
623
|
<a name="gtk-cell-view-set-background-color"></a><h3>gtk_cell_view_set_background_color ()</h3>
|
624
624
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
625
625
|
gtk_cell_view_set_background_color (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
626
|
-
<em class="parameter"><code>const <
|
626
|
+
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
627
627
|
<div class="warning">
|
628
628
|
<p><code class="literal">gtk_cell_view_set_background_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
629
629
|
<p>Use <a class="link" href="GtkCellView.html#gtk-cell-view-set-background-rgba" title="gtk_cell_view_set_background_rgba ()"><code class="function">gtk_cell_view_set_background_rgba()</code></a> instead.</p>
|
@@ -659,7 +659,7 @@ gtk_cell_view_set_background_color (<em class="parameter"><code><a class="link"
|
|
659
659
|
<a name="gtk-cell-view-set-background-rgba"></a><h3>gtk_cell_view_set_background_rgba ()</h3>
|
660
660
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
661
661
|
gtk_cell_view_set_background_rgba (<em class="parameter"><code><a class="link" href="GtkCellView.html" title="GtkCellView"><span class="type">GtkCellView</span></a> *cell_view</code></em>,
|
662
|
-
<em class="parameter"><code>const <
|
662
|
+
<em class="parameter"><code>const <span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
663
663
|
<p>Sets the background color of <em class="parameter"><code>cell_view</code></em>
|
664
664
|
.</p>
|
665
665
|
<div class="refsect3">
|
@@ -858,8 +858,8 @@ the entire <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span c
|
|
858
858
|
<hr>
|
859
859
|
<div class="refsect2">
|
860
860
|
<a name="GtkCellView--background-gdk"></a><h3>The <code class="literal">“background-gdk”</code> property</h3>
|
861
|
-
<pre class="programlisting"> “background-gdk” <
|
862
|
-
<p>The background color as a <
|
861
|
+
<pre class="programlisting"> “background-gdk” <span class="type">GdkColor</span> *</pre>
|
862
|
+
<p>The background color as a <span class="type">GdkColor</span></p>
|
863
863
|
<div class="warning">
|
864
864
|
<p><code class="literal">GtkCellView:background-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
865
865
|
<p>Use <a class="link" href="GtkCellView.html#GtkCellView--background-rgba" title="The “background-rgba” property"><span class="type">“background-rgba”</span></a> instead.</p>
|
@@ -869,8 +869,8 @@ the entire <a class="link" href="GtkTreeModel.html" title="GtkTreeModel"><span c
|
|
869
869
|
<hr>
|
870
870
|
<div class="refsect2">
|
871
871
|
<a name="GtkCellView--background-rgba"></a><h3>The <code class="literal">“background-rgba”</code> property</h3>
|
872
|
-
<pre class="programlisting"> “background-rgba” <
|
873
|
-
<p>The background color as a <
|
872
|
+
<pre class="programlisting"> “background-rgba” <span class="type">GdkRGBA</span> *</pre>
|
873
|
+
<p>The background color as a <span class="type">GdkRGBA</span></p>
|
874
874
|
<p>Flags: Read / Write</p>
|
875
875
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
876
876
|
</div>
|
@@ -165,13 +165,13 @@
|
|
165
165
|
</tr>
|
166
166
|
<tr>
|
167
167
|
<td class="property_type">
|
168
|
-
<
|
168
|
+
<span class="type">GdkColor</span> *</td>
|
169
169
|
<td class="property_name"><a class="link" href="GtkColorButton.html#GtkColorButton--color" title="The “color” property">color</a></td>
|
170
170
|
<td class="property_flags">Read / Write</td>
|
171
171
|
</tr>
|
172
172
|
<tr>
|
173
173
|
<td class="property_type">
|
174
|
-
<
|
174
|
+
<span class="type">GdkRGBA</span> *</td>
|
175
175
|
<td class="property_name"><a class="link" href="GtkColorButton.html#GtkColorButton--rgba" title="The “rgba” property">rgba</a></td>
|
176
176
|
<td class="property_flags">Read / Write</td>
|
177
177
|
</tr>
|
@@ -277,7 +277,7 @@ color when the user finishes.</p>
|
|
277
277
|
<div class="refsect2">
|
278
278
|
<a name="gtk-color-button-new-with-color"></a><h3>gtk_color_button_new_with_color ()</h3>
|
279
279
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
280
|
-
gtk_color_button_new_with_color (<em class="parameter"><code>const <
|
280
|
+
gtk_color_button_new_with_color (<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
281
281
|
<div class="warning">
|
282
282
|
<p><code class="literal">gtk_color_button_new_with_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
283
283
|
<p>Use <a class="link" href="GtkColorButton.html#gtk-color-button-new-with-rgba" title="gtk_color_button_new_with_rgba ()"><code class="function">gtk_color_button_new_with_rgba()</code></a> instead.</p>
|
@@ -293,7 +293,7 @@ gtk_color_button_new_with_color (<em class="parameter"><code>const <a href="../h
|
|
293
293
|
</colgroup>
|
294
294
|
<tbody><tr>
|
295
295
|
<td class="parameter_name"><p>color</p></td>
|
296
|
-
<td class="parameter_description"><p>A <
|
296
|
+
<td class="parameter_description"><p>A <span class="type">GdkColor</span> to set the current color with</p></td>
|
297
297
|
<td class="parameter_annotations"> </td>
|
298
298
|
</tr></tbody>
|
299
299
|
</table></div>
|
@@ -308,7 +308,7 @@ gtk_color_button_new_with_color (<em class="parameter"><code>const <a href="../h
|
|
308
308
|
<div class="refsect2">
|
309
309
|
<a name="gtk-color-button-new-with-rgba"></a><h3>gtk_color_button_new_with_rgba ()</h3>
|
310
310
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> *
|
311
|
-
gtk_color_button_new_with_rgba (<em class="parameter"><code>const <
|
311
|
+
gtk_color_button_new_with_rgba (<em class="parameter"><code>const <span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
312
312
|
<p>Creates a new color button.</p>
|
313
313
|
<div class="refsect3">
|
314
314
|
<a name="gtk-color-button-new-with-rgba.parameters"></a><h4>Parameters</h4>
|
@@ -320,7 +320,7 @@ gtk_color_button_new_with_rgba (<em class="parameter"><code>const <a href="../ht
|
|
320
320
|
</colgroup>
|
321
321
|
<tbody><tr>
|
322
322
|
<td class="parameter_name"><p>rgba</p></td>
|
323
|
-
<td class="parameter_description"><p>A <
|
323
|
+
<td class="parameter_description"><p>A <span class="type">GdkRGBA</span> to set the current color with</p></td>
|
324
324
|
<td class="parameter_annotations"> </td>
|
325
325
|
</tr></tbody>
|
326
326
|
</table></div>
|
@@ -336,7 +336,7 @@ gtk_color_button_new_with_rgba (<em class="parameter"><code>const <a href="../ht
|
|
336
336
|
<a name="gtk-color-button-set-color"></a><h3>gtk_color_button_set_color ()</h3>
|
337
337
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
338
338
|
gtk_color_button_set_color (<em class="parameter"><code><a class="link" href="GtkColorButton.html" title="GtkColorButton"><span class="type">GtkColorButton</span></a> *button</code></em>,
|
339
|
-
<em class="parameter"><code>const <
|
339
|
+
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
340
340
|
<div class="warning">
|
341
341
|
<p><code class="literal">gtk_color_button_set_color</code> is deprecated and should not be used in newly-written code.</p>
|
342
342
|
<p>Use <a class="link" href="GtkColorChooser.html#gtk-color-chooser-set-rgba" title="gtk_color_chooser_set_rgba ()"><code class="function">gtk_color_chooser_set_rgba()</code></a> instead.</p>
|
@@ -359,7 +359,7 @@ gtk_color_button_set_color (<em class="parameter"><code><a class="link" href="Gt
|
|
359
359
|
</tr>
|
360
360
|
<tr>
|
361
361
|
<td class="parameter_name"><p>color</p></td>
|
362
|
-
<td class="parameter_description"><p>A <
|
362
|
+
<td class="parameter_description"><p>A <span class="type">GdkColor</span> to set the current color with</p></td>
|
363
363
|
<td class="parameter_annotations"> </td>
|
364
364
|
</tr>
|
365
365
|
</tbody>
|
@@ -372,7 +372,7 @@ gtk_color_button_set_color (<em class="parameter"><code><a class="link" href="Gt
|
|
372
372
|
<a name="gtk-color-button-get-color"></a><h3>gtk_color_button_get_color ()</h3>
|
373
373
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
374
374
|
gtk_color_button_get_color (<em class="parameter"><code><a class="link" href="GtkColorButton.html" title="GtkColorButton"><span class="type">GtkColorButton</span></a> *button</code></em>,
|
375
|
-
<em class="parameter"><code><
|
375
|
+
<em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
|
376
376
|
<div class="warning">
|
377
377
|
<p><code class="literal">gtk_color_button_get_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
378
378
|
<p>Use <a class="link" href="GtkColorChooser.html#gtk-color-chooser-get-rgba" title="gtk_color_chooser_get_rgba ()"><code class="function">gtk_color_chooser_get_rgba()</code></a> instead.</p>
|
@@ -395,7 +395,7 @@ gtk_color_button_get_color (<em class="parameter"><code><a class="link" href="Gt
|
|
395
395
|
</tr>
|
396
396
|
<tr>
|
397
397
|
<td class="parameter_name"><p>color</p></td>
|
398
|
-
<td class="parameter_description"><p>a <
|
398
|
+
<td class="parameter_description"><p>a <span class="type">GdkColor</span> to fill in with the current color. </p></td>
|
399
399
|
<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>
|
400
400
|
</tr>
|
401
401
|
</tbody>
|
@@ -475,7 +475,7 @@ gtk_color_button_get_alpha (<em class="parameter"><code><a class="link" href="Gt
|
|
475
475
|
<a name="gtk-color-button-set-rgba"></a><h3>gtk_color_button_set_rgba ()</h3>
|
476
476
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
477
477
|
gtk_color_button_set_rgba (<em class="parameter"><code><a class="link" href="GtkColorButton.html" title="GtkColorButton"><span class="type">GtkColorButton</span></a> *button</code></em>,
|
478
|
-
<em class="parameter"><code>const <
|
478
|
+
<em class="parameter"><code>const <span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
479
479
|
<div class="warning">
|
480
480
|
<p><code class="literal">gtk_color_button_set_rgba</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
481
481
|
<p>Use <a class="link" href="GtkColorChooser.html#gtk-color-chooser-set-rgba" title="gtk_color_chooser_set_rgba ()"><code class="function">gtk_color_chooser_set_rgba()</code></a> instead.</p>
|
@@ -499,7 +499,7 @@ gtk_color_button_set_rgba (<em class="parameter"><code><a class="link" href="Gtk
|
|
499
499
|
</tr>
|
500
500
|
<tr>
|
501
501
|
<td class="parameter_name"><p>rgba</p></td>
|
502
|
-
<td class="parameter_description"><p>a <
|
502
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to set the current color with</p></td>
|
503
503
|
<td class="parameter_annotations"> </td>
|
504
504
|
</tr>
|
505
505
|
</tbody>
|
@@ -512,7 +512,7 @@ gtk_color_button_set_rgba (<em class="parameter"><code><a class="link" href="Gtk
|
|
512
512
|
<a name="gtk-color-button-get-rgba"></a><h3>gtk_color_button_get_rgba ()</h3>
|
513
513
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
514
514
|
gtk_color_button_get_rgba (<em class="parameter"><code><a class="link" href="GtkColorButton.html" title="GtkColorButton"><span class="type">GtkColorButton</span></a> *button</code></em>,
|
515
|
-
<em class="parameter"><code><
|
515
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
516
516
|
<div class="warning">
|
517
517
|
<p><code class="literal">gtk_color_button_get_rgba</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
518
518
|
<p>Use <a class="link" href="GtkColorChooser.html#gtk-color-chooser-get-rgba" title="gtk_color_chooser_get_rgba ()"><code class="function">gtk_color_chooser_get_rgba()</code></a> instead.</p>
|
@@ -536,7 +536,7 @@ gtk_color_button_get_rgba (<em class="parameter"><code><a class="link" href="Gtk
|
|
536
536
|
</tr>
|
537
537
|
<tr>
|
538
538
|
<td class="parameter_name"><p>rgba</p></td>
|
539
|
-
<td class="parameter_description"><p>a <
|
539
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to fill in with the current color. </p></td>
|
540
540
|
<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>
|
541
541
|
</tr>
|
542
542
|
</tbody>
|
@@ -690,7 +690,7 @@ gtk_color_button_get_title (<em class="parameter"><code><a class="link" href="Gt
|
|
690
690
|
<hr>
|
691
691
|
<div class="refsect2">
|
692
692
|
<a name="GtkColorButton--color"></a><h3>The <code class="literal">“color”</code> property</h3>
|
693
|
-
<pre class="programlisting"> “color” <
|
693
|
+
<pre class="programlisting"> “color” <span class="type">GdkColor</span> *</pre>
|
694
694
|
<p>The selected color.</p>
|
695
695
|
<div class="warning">
|
696
696
|
<p><code class="literal">GtkColorButton:color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
@@ -702,7 +702,7 @@ gtk_color_button_get_title (<em class="parameter"><code><a class="link" href="Gt
|
|
702
702
|
<hr>
|
703
703
|
<div class="refsect2">
|
704
704
|
<a name="GtkColorButton--rgba"></a><h3>The <code class="literal">“rgba”</code> property</h3>
|
705
|
-
<pre class="programlisting"> “rgba” <
|
705
|
+
<pre class="programlisting"> “rgba” <span class="type">GdkRGBA</span> *</pre>
|
706
706
|
<p>The RGBA color.</p>
|
707
707
|
<p>Flags: Read / Write</p>
|
708
708
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -98,7 +98,7 @@
|
|
98
98
|
<tbody>
|
99
99
|
<tr>
|
100
100
|
<td class="property_type">
|
101
|
-
<
|
101
|
+
<span class="type">GdkRGBA</span> *</td>
|
102
102
|
<td class="property_name"><a class="link" href="GtkColorChooser.html#GtkColorChooser--rgba" title="The “rgba” property">rgba</a></td>
|
103
103
|
<td class="property_flags">Read / Write</td>
|
104
104
|
</tr>
|
@@ -175,7 +175,7 @@ allowed to have alpha (translucency).</p>
|
|
175
175
|
<a name="gtk-color-chooser-get-rgba"></a><h3>gtk_color_chooser_get_rgba ()</h3>
|
176
176
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
177
177
|
gtk_color_chooser_get_rgba (<em class="parameter"><code><a class="link" href="GtkColorChooser.html" title="GtkColorChooser"><span class="type">GtkColorChooser</span></a> *chooser</code></em>,
|
178
|
-
<em class="parameter"><code><
|
178
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
179
179
|
<p>Gets the currently-selected color.</p>
|
180
180
|
<div class="refsect3">
|
181
181
|
<a name="gtk-color-chooser-get-rgba.parameters"></a><h4>Parameters</h4>
|
@@ -193,7 +193,7 @@ gtk_color_chooser_get_rgba (<em class="parameter"><code><a class="link" href="Gt
|
|
193
193
|
</tr>
|
194
194
|
<tr>
|
195
195
|
<td class="parameter_name"><p>color</p></td>
|
196
|
-
<td class="parameter_description"><p>a <
|
196
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to fill in with the current color. </p></td>
|
197
197
|
<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>
|
198
198
|
</tr>
|
199
199
|
</tbody>
|
@@ -206,7 +206,7 @@ gtk_color_chooser_get_rgba (<em class="parameter"><code><a class="link" href="Gt
|
|
206
206
|
<a name="gtk-color-chooser-set-rgba"></a><h3>gtk_color_chooser_set_rgba ()</h3>
|
207
207
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
208
208
|
gtk_color_chooser_set_rgba (<em class="parameter"><code><a class="link" href="GtkColorChooser.html" title="GtkColorChooser"><span class="type">GtkColorChooser</span></a> *chooser</code></em>,
|
209
|
-
<em class="parameter"><code>const <
|
209
|
+
<em class="parameter"><code>const <span class="type">GdkRGBA</span> *color</code></em>);</pre>
|
210
210
|
<p>Sets the color.</p>
|
211
211
|
<div class="refsect3">
|
212
212
|
<a name="gtk-color-chooser-set-rgba.parameters"></a><h4>Parameters</h4>
|
@@ -299,7 +299,7 @@ gtk_color_chooser_add_palette (<em class="parameter"><code><a class="link" href=
|
|
299
299
|
<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>,
|
300
300
|
<em class="parameter"><code><span class="type">gint</span> colors_per_line</code></em>,
|
301
301
|
<em class="parameter"><code><span class="type">gint</span> n_colors</code></em>,
|
302
|
-
<em class="parameter"><code><
|
302
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *colors</code></em>);</pre>
|
303
303
|
<p>Adds a palette to the color chooser. If <em class="parameter"><code>orientation</code></em>
|
304
304
|
is horizontal,
|
305
305
|
the colors are grouped in rows, with <em class="parameter"><code>colors_per_line</code></em>
|
@@ -370,9 +370,9 @@ be displayed in rows, <a class="link" href="gtk3-Standard-Enumerations.html#GTK-
|
|
370
370
|
<a name="GtkColorChooser.property-details"></a><h2>Property Details</h2>
|
371
371
|
<div class="refsect2">
|
372
372
|
<a name="GtkColorChooser--rgba"></a><h3>The <code class="literal">“rgba”</code> property</h3>
|
373
|
-
<pre class="programlisting"> “rgba” <
|
373
|
+
<pre class="programlisting"> “rgba” <span class="type">GdkRGBA</span> *</pre>
|
374
374
|
<p>The ::rgba property contains the currently selected color,
|
375
|
-
as a <
|
375
|
+
as a <span class="type">GdkRGBA</span> struct. The property can be set to change
|
376
376
|
the current selection programmatically.</p>
|
377
377
|
<p>Flags: Read / Write</p>
|
378
378
|
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
@@ -382,7 +382,7 @@ the current selection programmatically.</p>
|
|
382
382
|
<a name="GtkColorChooser--use-alpha"></a><h3>The <code class="literal">“use-alpha”</code> property</h3>
|
383
383
|
<pre class="programlisting"> “use-alpha” <span class="type">gboolean</span></pre>
|
384
384
|
<p>When ::use-alpha is <code class="literal">TRUE</code>, colors may have alpha (translucency)
|
385
|
-
information. When it is <code class="literal">FALSE</code>, the <
|
385
|
+
information. When it is <code class="literal">FALSE</code>, the <span class="type">GdkRGBA</span> struct obtained
|
386
386
|
via the <a class="link" href="GtkColorChooser.html#GtkColorChooser--rgba" title="The “rgba” property"><span class="type">“rgba”</span></a> property will be forced to have
|
387
387
|
alpha == 1.</p>
|
388
388
|
<p>Implementations are expected to show alpha by rendering the color
|
@@ -398,7 +398,7 @@ over a non-uniform background (like a checkerboard pattern).</p>
|
|
398
398
|
<a name="GtkColorChooser-color-activated"></a><h3>The <code class="literal">“color-activated”</code> signal</h3>
|
399
399
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
400
400
|
user_function (<a class="link" href="GtkColorChooser.html" title="GtkColorChooser"><span class="type">GtkColorChooser</span></a> *chooser,
|
401
|
-
<
|
401
|
+
<span class="type">GdkRGBA</span> *color,
|
402
402
|
<span class="type">gpointer</span> user_data)</pre>
|
403
403
|
<p>Emitted when a color is activated from the color chooser.
|
404
404
|
This usually happens when the user clicks a color swatch,
|
@@ -246,13 +246,13 @@
|
|
246
246
|
</tr>
|
247
247
|
<tr>
|
248
248
|
<td class="property_type">
|
249
|
-
<
|
249
|
+
<span class="type">GdkColor</span> *</td>
|
250
250
|
<td class="property_name"><a class="link" href="GtkColorSelection.html#GtkColorSelection--current-color" title="The “current-color” property">current-color</a></td>
|
251
251
|
<td class="property_flags">Read / Write</td>
|
252
252
|
</tr>
|
253
253
|
<tr>
|
254
254
|
<td class="property_type">
|
255
|
-
<
|
255
|
+
<span class="type">GdkRGBA</span> *</td>
|
256
256
|
<td class="property_name"><a class="link" href="GtkColorSelection.html#GtkColorSelection--current-rgba" title="The “current-rgba” property">current-rgba</a></td>
|
257
257
|
<td class="property_flags">Read / Write</td>
|
258
258
|
</tr>
|
@@ -535,7 +535,7 @@ the original opacity to be <em class="parameter"><code>alpha</code></em>
|
|
535
535
|
<a name="gtk-color-selection-get-current-color"></a><h3>gtk_color_selection_get_current_color ()</h3>
|
536
536
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
537
537
|
gtk_color_selection_get_current_color (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
538
|
-
<em class="parameter"><code><
|
538
|
+
<em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
|
539
539
|
<div class="warning">
|
540
540
|
<p><code class="literal">gtk_color_selection_get_current_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
541
541
|
<p>Use <a class="link" href="GtkColorSelection.html#gtk-color-selection-get-current-rgba" title="gtk_color_selection_get_current_rgba ()"><code class="function">gtk_color_selection_get_current_rgba()</code></a> instead.</p>
|
@@ -558,7 +558,7 @@ gtk_color_selection_get_current_color (<em class="parameter"><code><a class="lin
|
|
558
558
|
</tr>
|
559
559
|
<tr>
|
560
560
|
<td class="parameter_name"><p>color</p></td>
|
561
|
-
<td class="parameter_description"><p>a <
|
561
|
+
<td class="parameter_description"><p>a <span class="type">GdkColor</span> to fill in with the current color. </p></td>
|
562
562
|
<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>
|
563
563
|
</tr>
|
564
564
|
</tbody>
|
@@ -570,7 +570,7 @@ gtk_color_selection_get_current_color (<em class="parameter"><code><a class="lin
|
|
570
570
|
<a name="gtk-color-selection-set-current-color"></a><h3>gtk_color_selection_set_current_color ()</h3>
|
571
571
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
572
572
|
gtk_color_selection_set_current_color (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
573
|
-
<em class="parameter"><code>const <
|
573
|
+
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
574
574
|
<div class="warning">
|
575
575
|
<p><code class="literal">gtk_color_selection_set_current_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
576
576
|
<p>Use <a class="link" href="GtkColorSelection.html#gtk-color-selection-set-current-rgba" title="gtk_color_selection_set_current_rgba ()"><code class="function">gtk_color_selection_set_current_rgba()</code></a> instead.</p>
|
@@ -596,7 +596,7 @@ the original color to be <em class="parameter"><code>color</code></em>
|
|
596
596
|
</tr>
|
597
597
|
<tr>
|
598
598
|
<td class="parameter_name"><p>color</p></td>
|
599
|
-
<td class="parameter_description"><p>a <
|
599
|
+
<td class="parameter_description"><p>a <span class="type">GdkColor</span> to set the current color with</p></td>
|
600
600
|
<td class="parameter_annotations"> </td>
|
601
601
|
</tr>
|
602
602
|
</tbody>
|
@@ -672,7 +672,7 @@ as it might seem confusing to have that alpha change.</p>
|
|
672
672
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
673
673
|
gtk_color_selection_get_previous_color
|
674
674
|
(<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
675
|
-
<em class="parameter"><code><
|
675
|
+
<em class="parameter"><code><span class="type">GdkColor</span> *color</code></em>);</pre>
|
676
676
|
<div class="warning">
|
677
677
|
<p><code class="literal">gtk_color_selection_get_previous_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
678
678
|
<p>Use <a class="link" href="GtkColorSelection.html#gtk-color-selection-get-previous-rgba" title="gtk_color_selection_get_previous_rgba ()"><code class="function">gtk_color_selection_get_previous_rgba()</code></a> instead.</p>
|
@@ -695,7 +695,7 @@ gtk_color_selection_get_previous_color
|
|
695
695
|
</tr>
|
696
696
|
<tr>
|
697
697
|
<td class="parameter_name"><p>color</p></td>
|
698
|
-
<td class="parameter_description"><p>a <
|
698
|
+
<td class="parameter_description"><p>a <span class="type">GdkColor</span> to fill in with the original color value. </p></td>
|
699
699
|
<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>
|
700
700
|
</tr>
|
701
701
|
</tbody>
|
@@ -708,7 +708,7 @@ gtk_color_selection_get_previous_color
|
|
708
708
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
709
709
|
gtk_color_selection_set_previous_color
|
710
710
|
(<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
711
|
-
<em class="parameter"><code>const <
|
711
|
+
<em class="parameter"><code>const <span class="type">GdkColor</span> *color</code></em>);</pre>
|
712
712
|
<div class="warning">
|
713
713
|
<p><code class="literal">gtk_color_selection_set_previous_color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
714
714
|
<p>Use <a class="link" href="GtkColorSelection.html#gtk-color-selection-set-previous-rgba" title="gtk_color_selection_set_previous_rgba ()"><code class="function">gtk_color_selection_set_previous_rgba()</code></a> instead.</p>
|
@@ -735,7 +735,7 @@ set this color the first time it is called.</p>
|
|
735
735
|
</tr>
|
736
736
|
<tr>
|
737
737
|
<td class="parameter_name"><p>color</p></td>
|
738
|
-
<td class="parameter_description"><p>a <
|
738
|
+
<td class="parameter_description"><p>a <span class="type">GdkColor</span> to set the previous color with</p></td>
|
739
739
|
<td class="parameter_annotations"> </td>
|
740
740
|
</tr>
|
741
741
|
</tbody>
|
@@ -747,7 +747,7 @@ set this color the first time it is called.</p>
|
|
747
747
|
<a name="gtk-color-selection-get-current-rgba"></a><h3>gtk_color_selection_get_current_rgba ()</h3>
|
748
748
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
749
749
|
gtk_color_selection_get_current_rgba (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
750
|
-
<em class="parameter"><code><
|
750
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
751
751
|
<div class="warning"><p><code class="literal">gtk_color_selection_get_current_rgba</code> is deprecated and should not be used in newly-written code.</p></div>
|
752
752
|
<p>Sets <em class="parameter"><code>rgba</code></em>
|
753
753
|
to be the current color in the GtkColorSelection widget.</p>
|
@@ -767,7 +767,7 @@ gtk_color_selection_get_current_rgba (<em class="parameter"><code><a class="link
|
|
767
767
|
</tr>
|
768
768
|
<tr>
|
769
769
|
<td class="parameter_name"><p>rgba</p></td>
|
770
|
-
<td class="parameter_description"><p>a <
|
770
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to fill in with the current color. </p></td>
|
771
771
|
<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>
|
772
772
|
</tr>
|
773
773
|
</tbody>
|
@@ -780,7 +780,7 @@ gtk_color_selection_get_current_rgba (<em class="parameter"><code><a class="link
|
|
780
780
|
<a name="gtk-color-selection-set-current-rgba"></a><h3>gtk_color_selection_set_current_rgba ()</h3>
|
781
781
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
782
782
|
gtk_color_selection_set_current_rgba (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
783
|
-
<em class="parameter"><code>const <
|
783
|
+
<em class="parameter"><code>const <span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
784
784
|
<div class="warning"><p><code class="literal">gtk_color_selection_set_current_rgba</code> is deprecated and should not be used in newly-written code.</p></div>
|
785
785
|
<p>Sets the current color to be <em class="parameter"><code>rgba</code></em>
|
786
786
|
.</p>
|
@@ -803,7 +803,7 @@ the original color to be <em class="parameter"><code>rgba</code></em>
|
|
803
803
|
</tr>
|
804
804
|
<tr>
|
805
805
|
<td class="parameter_name"><p>rgba</p></td>
|
806
|
-
<td class="parameter_description"><p>A <
|
806
|
+
<td class="parameter_description"><p>A <span class="type">GdkRGBA</span> to set the current color with</p></td>
|
807
807
|
<td class="parameter_annotations"> </td>
|
808
808
|
</tr>
|
809
809
|
</tbody>
|
@@ -816,7 +816,7 @@ the original color to be <em class="parameter"><code>rgba</code></em>
|
|
816
816
|
<a name="gtk-color-selection-get-previous-rgba"></a><h3>gtk_color_selection_get_previous_rgba ()</h3>
|
817
817
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
818
818
|
gtk_color_selection_get_previous_rgba (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
819
|
-
<em class="parameter"><code><
|
819
|
+
<em class="parameter"><code><span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
820
820
|
<div class="warning"><p><code class="literal">gtk_color_selection_get_previous_rgba</code> is deprecated and should not be used in newly-written code.</p></div>
|
821
821
|
<p>Fills <em class="parameter"><code>rgba</code></em>
|
822
822
|
in with the original color value.</p>
|
@@ -836,7 +836,7 @@ gtk_color_selection_get_previous_rgba (<em class="parameter"><code><a class="lin
|
|
836
836
|
</tr>
|
837
837
|
<tr>
|
838
838
|
<td class="parameter_name"><p>rgba</p></td>
|
839
|
-
<td class="parameter_description"><p>a <
|
839
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to fill in with the original color value. </p></td>
|
840
840
|
<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>
|
841
841
|
</tr>
|
842
842
|
</tbody>
|
@@ -849,7 +849,7 @@ gtk_color_selection_get_previous_rgba (<em class="parameter"><code><a class="lin
|
|
849
849
|
<a name="gtk-color-selection-set-previous-rgba"></a><h3>gtk_color_selection_set_previous_rgba ()</h3>
|
850
850
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
851
851
|
gtk_color_selection_set_previous_rgba (<em class="parameter"><code><a class="link" href="GtkColorSelection.html" title="GtkColorSelection"><span class="type">GtkColorSelection</span></a> *colorsel</code></em>,
|
852
|
-
<em class="parameter"><code>const <
|
852
|
+
<em class="parameter"><code>const <span class="type">GdkRGBA</span> *rgba</code></em>);</pre>
|
853
853
|
<div class="warning"><p><code class="literal">gtk_color_selection_set_previous_rgba</code> is deprecated and should not be used in newly-written code.</p></div>
|
854
854
|
<p>Sets the “previous” color to be <em class="parameter"><code>rgba</code></em>
|
855
855
|
.</p>
|
@@ -873,7 +873,7 @@ set this color the first time it is called.</p>
|
|
873
873
|
</tr>
|
874
874
|
<tr>
|
875
875
|
<td class="parameter_name"><p>rgba</p></td>
|
876
|
-
<td class="parameter_description"><p>a <
|
876
|
+
<td class="parameter_description"><p>a <span class="type">GdkRGBA</span> to set the previous color with</p></td>
|
877
877
|
<td class="parameter_annotations"> </td>
|
878
878
|
</tr>
|
879
879
|
</tbody>
|
@@ -916,11 +916,11 @@ a color around, and <code class="literal">FALSE</code> if the selection has stop
|
|
916
916
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
917
917
|
gtk_color_selection_palette_from_string
|
918
918
|
(<em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
|
919
|
-
<em class="parameter"><code><
|
919
|
+
<em class="parameter"><code><span class="type">GdkColor</span> **colors</code></em>,
|
920
920
|
<em class="parameter"><code><span class="type">gint</span> *n_colors</code></em>);</pre>
|
921
921
|
<div class="warning"><p><code class="literal">gtk_color_selection_palette_from_string</code> is deprecated and should not be used in newly-written code.</p></div>
|
922
922
|
<p>Parses a color palette string; the string is a colon-separated
|
923
|
-
list of color names readable by <
|
923
|
+
list of color names readable by <code class="function">gdk_color_parse()</code>.</p>
|
924
924
|
<div class="refsect3">
|
925
925
|
<a name="gtk-color-selection-palette-from-string.parameters"></a><h4>Parameters</h4>
|
926
926
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -938,7 +938,7 @@ list of color names readable by <a href="../html/gdk3-Colors.html#gdk-color-pars
|
|
938
938
|
<tr>
|
939
939
|
<td class="parameter_name"><p>colors</p></td>
|
940
940
|
<td class="parameter_description"><p>return location for
|
941
|
-
allocated array of <
|
941
|
+
allocated array of <span class="type">GdkColor</span>. </p></td>
|
942
942
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_colors]</span></td>
|
943
943
|
</tr>
|
944
944
|
<tr>
|
@@ -958,7 +958,7 @@ allocated array of <a href="../html/gdk3-Colors.html#GdkColor"><span class="type
|
|
958
958
|
<div class="refsect2">
|
959
959
|
<a name="gtk-color-selection-palette-to-string"></a><h3>gtk_color_selection_palette_to_string ()</h3>
|
960
960
|
<pre class="programlisting"><span class="returnvalue">gchar</span> *
|
961
|
-
gtk_color_selection_palette_to_string (<em class="parameter"><code>const <
|
961
|
+
gtk_color_selection_palette_to_string (<em class="parameter"><code>const <span class="type">GdkColor</span> *colors</code></em>,
|
962
962
|
<em class="parameter"><code><span class="type">gint</span> n_colors</code></em>);</pre>
|
963
963
|
<div class="warning"><p><code class="literal">gtk_color_selection_palette_to_string</code> is deprecated and should not be used in newly-written code.</p></div>
|
964
964
|
<p>Encodes a palette as a string, useful for persistent storage.</p>
|
@@ -993,7 +993,7 @@ gtk_color_selection_palette_to_string (<em class="parameter"><code>const <a href
|
|
993
993
|
<div class="refsect2">
|
994
994
|
<a name="GtkColorSelectionChangePaletteFunc"></a><h3>GtkColorSelectionChangePaletteFunc ()</h3>
|
995
995
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
996
|
-
<span class="c_punctuation">(</span>*GtkColorSelectionChangePaletteFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <
|
996
|
+
<span class="c_punctuation">(</span>*GtkColorSelectionChangePaletteFunc<span class="c_punctuation">)</span> (<em class="parameter"><code>const <span class="type">GdkColor</span> *colors</code></em>,
|
997
997
|
<em class="parameter"><code><span class="type">gint</span> n_colors</code></em>);</pre>
|
998
998
|
<div class="warning"><p><code class="literal">GtkColorSelectionChangePaletteFunc</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p></div>
|
999
999
|
<div class="refsect3">
|
@@ -1058,8 +1058,8 @@ GtkColorSelection widgets will be modified.</p>
|
|
1058
1058
|
<a name="GtkColorSelectionChangePaletteWithScreenFunc"></a><h3>GtkColorSelectionChangePaletteWithScreenFunc ()</h3>
|
1059
1059
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1060
1060
|
<span class="c_punctuation">(</span>*GtkColorSelectionChangePaletteWithScreenFunc<span class="c_punctuation">)</span>
|
1061
|
-
(<em class="parameter"><code><
|
1062
|
-
<em class="parameter"><code>const <
|
1061
|
+
(<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>,
|
1062
|
+
<em class="parameter"><code>const <span class="type">GdkColor</span> *colors</code></em>,
|
1063
1063
|
<em class="parameter"><code><span class="type">gint</span> n_colors</code></em>);</pre>
|
1064
1064
|
<div class="warning"><p><code class="literal">GtkColorSelectionChangePaletteWithScreenFunc</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p></div>
|
1065
1065
|
<div class="refsect3">
|
@@ -1132,7 +1132,7 @@ GtkColorSelection widgets will be modified.</p>
|
|
1132
1132
|
<hr>
|
1133
1133
|
<div class="refsect2">
|
1134
1134
|
<a name="GtkColorSelection--current-color"></a><h3>The <code class="literal">“current-color”</code> property</h3>
|
1135
|
-
<pre class="programlisting"> “current-color” <
|
1135
|
+
<pre class="programlisting"> “current-color” <span class="type">GdkColor</span> *</pre>
|
1136
1136
|
<p>The current GdkColor color.</p>
|
1137
1137
|
<div class="warning">
|
1138
1138
|
<p><code class="literal">GtkColorSelection:current-color</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
@@ -1143,7 +1143,7 @@ GtkColorSelection widgets will be modified.</p>
|
|
1143
1143
|
<hr>
|
1144
1144
|
<div class="refsect2">
|
1145
1145
|
<a name="GtkColorSelection--current-rgba"></a><h3>The <code class="literal">“current-rgba”</code> property</h3>
|
1146
|
-
<pre class="programlisting"> “current-rgba” <
|
1146
|
+
<pre class="programlisting"> “current-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1147
1147
|
<p>The current RGBA color.</p>
|
1148
1148
|
<p>Flags: Read / Write</p>
|
1149
1149
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|