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
@@ -7733,13 +7733,21 @@ interval after the last presentation time, and later than @base_time.</doc>
|
|
7733
7733
|
<doc xml:space="preserve">base time for determining a presentaton time</doc>
|
7734
7734
|
<type name="gint64" c:type="gint64"/>
|
7735
7735
|
</parameter>
|
7736
|
-
<parameter name="refresh_interval_return"
|
7737
|
-
|
7738
|
-
|
7739
|
-
|
7736
|
+
<parameter name="refresh_interval_return"
|
7737
|
+
direction="out"
|
7738
|
+
caller-allocates="0"
|
7739
|
+
transfer-ownership="full"
|
7740
|
+
optional="1"
|
7741
|
+
allow-none="1">
|
7742
|
+
<doc xml:space="preserve">a location to store the
|
7743
|
+
determined refresh interval, or %NULL. A default refresh interval of
|
7744
|
+
1/60th of a second will be stored if no history is present.</doc>
|
7740
7745
|
<type name="gint64" c:type="gint64*"/>
|
7741
7746
|
</parameter>
|
7742
|
-
<parameter name="presentation_time_return"
|
7747
|
+
<parameter name="presentation_time_return"
|
7748
|
+
direction="out"
|
7749
|
+
caller-allocates="0"
|
7750
|
+
transfer-ownership="full">
|
7743
7751
|
<doc xml:space="preserve">a location to store the next
|
7744
7752
|
candidate presentation time after the given base time.
|
7745
7753
|
0 will be will be stored if no history is present.</doc>
|
@@ -19072,7 +19080,7 @@ using gdk_property_change().</doc>
|
|
19072
19080
|
glib:get-type="gdk_rgba_get_type"
|
19073
19081
|
c:symbol-prefix="rgba">
|
19074
19082
|
<doc xml:space="preserve">A #GdkRGBA is used to represent a (possibly translucent)
|
19075
|
-
color, in a way that is compatible with
|
19083
|
+
color, in a way that is compatible with cairo’s notion of color.</doc>
|
19076
19084
|
<field name="red" writable="1">
|
19077
19085
|
<doc xml:space="preserve">The intensity of the red channel from 0.0 to 1.0 inclusive</doc>
|
19078
19086
|
<type name="gdouble" c:type="gdouble"/>
|
@@ -10189,7 +10189,7 @@ container that has been allocated.</doc>
|
|
10189
10189
|
<doc xml:space="preserve">the widget should fill the space allocated to it.</doc>
|
10190
10190
|
</member>
|
10191
10191
|
</bitfield>
|
10192
|
-
<constant name="BINARY_AGE" value="
|
10192
|
+
<constant name="BINARY_AGE" value="2230" c:type="GTK_BINARY_AGE">
|
10193
10193
|
<doc xml:space="preserve">Like gtk_get_binary_age(), but from the headers used at
|
10194
10194
|
application compile time, rather than from the library linked
|
10195
10195
|
against at application run time.</doc>
|
@@ -46419,8 +46419,8 @@ you should use the #GtkGLArea::create-context signal.</doc>
|
|
46419
46419
|
<implements name="Buildable"/>
|
46420
46420
|
<constructor name="new" c:identifier="gtk_gl_area_new" version="3.16">
|
46421
46421
|
<doc xml:space="preserve">Creates a new #GtkGLArea widget.</doc>
|
46422
|
-
<return-value transfer-ownership="
|
46423
|
-
<doc xml:space="preserve">
|
46422
|
+
<return-value transfer-ownership="none">
|
46423
|
+
<doc xml:space="preserve">a new #GtkGLArea</doc>
|
46424
46424
|
<type name="Widget" c:type="GtkWidget*"/>
|
46425
46425
|
</return-value>
|
46426
46426
|
</constructor>
|
@@ -52105,7 +52105,7 @@ replaced by the slave corresponding to the new context id.</doc>
|
|
52105
52105
|
signal in case of conversion failure.</doc>
|
52106
52106
|
<type name="gint" c:type="gint"/>
|
52107
52107
|
</constant>
|
52108
|
-
<constant name="INTERFACE_AGE" value="
|
52108
|
+
<constant name="INTERFACE_AGE" value="30" c:type="GTK_INTERFACE_AGE">
|
52109
52109
|
<doc xml:space="preserve">Like gtk_get_interface_age(), but from the headers used at
|
52110
52110
|
application compile time, rather than from the library linked
|
52111
52111
|
against at application run time.</doc>
|
@@ -65036,7 +65036,7 @@ against at application run time.</doc>
|
|
65036
65036
|
<doc xml:space="preserve">The maximum length of sequences in compose tables.</doc>
|
65037
65037
|
<type name="gint" c:type="gint"/>
|
65038
65038
|
</constant>
|
65039
|
-
<constant name="MICRO_VERSION" value="
|
65039
|
+
<constant name="MICRO_VERSION" value="30" c:type="GTK_MICRO_VERSION">
|
65040
65040
|
<doc xml:space="preserve">Like gtk_get_micro_version(), but from the headers used at
|
65041
65041
|
application compile time, rather than from the library linked
|
65042
65042
|
against at application run time.</doc>
|
@@ -69657,7 +69657,7 @@ subnode is invisible in this case.</doc>
|
|
69657
69657
|
version="3.16"
|
69658
69658
|
writable="1"
|
69659
69659
|
transfer-ownership="none">
|
69660
|
-
<doc xml:space="preserve">
|
69660
|
+
<doc xml:space="preserve">Whether to render the button contents centered instead of left-aligned.
|
69661
69661
|
This property should be set for title-like items.</doc>
|
69662
69662
|
<type name="gboolean" c:type="gboolean"/>
|
69663
69663
|
</property>
|
@@ -81390,7 +81390,7 @@ text (even if the actual text is blank), set #GtkProgressBar:show-text to
|
|
81390
81390
|
<type name="ProgressBar" c:type="GtkProgressBar*"/>
|
81391
81391
|
</instance-parameter>
|
81392
81392
|
<parameter name="show_text" transfer-ownership="none">
|
81393
|
-
<doc xml:space="preserve">whether to show
|
81393
|
+
<doc xml:space="preserve">whether to show text</doc>
|
81394
81394
|
<type name="gboolean" c:type="gboolean"/>
|
81395
81395
|
</parameter>
|
81396
81396
|
</parameters>
|
@@ -135466,9 +135466,9 @@ When %FALSE is returned, the caller should continue with keyboard
|
|
135466
135466
|
navigation outside the widget, e.g. by calling
|
135467
135467
|
gtk_widget_child_focus() on the widget’s toplevel.
|
135468
135468
|
|
135469
|
-
The default ::keynav-failed handler returns %
|
135469
|
+
The default ::keynav-failed handler returns %FALSE for
|
135470
135470
|
%GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other
|
135471
|
-
values of #GtkDirectionType it returns %
|
135471
|
+
values of #GtkDirectionType it returns %TRUE.
|
135472
135472
|
|
135473
135473
|
Whenever the default handler returns %TRUE, it also calls
|
135474
135474
|
gtk_widget_error_bell() to notify the user of the failed keyboard
|
@@ -139617,9 +139617,9 @@ When %FALSE is returned, the caller should continue with keyboard
|
|
139617
139617
|
navigation outside the widget, e.g. by calling
|
139618
139618
|
gtk_widget_child_focus() on the widget’s toplevel.
|
139619
139619
|
|
139620
|
-
The default ::keynav-failed handler returns %
|
139620
|
+
The default ::keynav-failed handler returns %FALSE for
|
139621
139621
|
%GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other
|
139622
|
-
values of #GtkDirectionType it returns %
|
139622
|
+
values of #GtkDirectionType it returns %TRUE.
|
139623
139623
|
|
139624
139624
|
Whenever the default handler returns %TRUE, it also calls
|
139625
139625
|
gtk_widget_error_bell() to notify the user of the failed keyboard
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GAIL Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
Version 3.22.
|
18
|
+
Version 3.22.30
|
19
19
|
|
20
20
|
The latest version of this documentation can be found on-line at
|
21
21
|
<a class="ulink" href="http://developer.gnome.org/gail-libgail-util/unstable/" target="_top">http://developer.gnome.org/gail-libgail-util/unstable/</a>.
|
@@ -523,17 +523,17 @@ interval after the last presentation time, and later than <em class="parameter">
|
|
523
523
|
</tr>
|
524
524
|
<tr>
|
525
525
|
<td class="parameter_name"><p>refresh_interval_return</p></td>
|
526
|
-
<td class="parameter_description"><p>a location to store the
|
527
|
-
interval, or <code class="literal">NULL</code>. A default refresh interval of
|
528
|
-
a second will be stored if no history is present
|
529
|
-
<td class="parameter_annotations">
|
526
|
+
<td class="parameter_description"><p>a location to store the
|
527
|
+
determined refresh interval, or <code class="literal">NULL</code>. A default refresh interval of
|
528
|
+
1/60th of a second will be stored if no history is present. </p></td>
|
529
|
+
<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="NULL may be passed instead of a pointer to a location."><span class="acronym">optional</span></acronym>]</span></td>
|
530
530
|
</tr>
|
531
531
|
<tr>
|
532
532
|
<td class="parameter_name"><p>presentation_time_return</p></td>
|
533
533
|
<td class="parameter_description"><p>a location to store the next
|
534
534
|
candidate presentation time after the given base time.
|
535
|
-
0 will be will be stored if no history is present
|
536
|
-
<td class="parameter_annotations">
|
535
|
+
0 will be will be stored if no history is present. </p></td>
|
536
|
+
<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>
|
537
537
|
</tr>
|
538
538
|
</tbody>
|
539
539
|
</table></div>
|
@@ -341,7 +341,7 @@ different representation.</p>
|
|
341
341
|
} GdkRGBA;
|
342
342
|
</pre>
|
343
343
|
<p>A <a class="link" href="gdk3-RGBA-Colors.html#GdkRGBA" title="GdkRGBA"><span class="type">GdkRGBA</span></a> is used to represent a (possibly translucent)
|
344
|
-
color, in a way that is compatible with
|
344
|
+
color, in a way that is compatible with cairo’s notion of color.</p>
|
345
345
|
<div class="refsect3">
|
346
346
|
<a name="GdkRGBA.members"></a><h4>Members</h4>
|
347
347
|
<div class="informaltable"><table class="informaltable" width="100%" border="0">
|
@@ -15,7 +15,7 @@
|
|
15
15
|
<div>
|
16
16
|
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GDK 3 Reference Manual</p></th></tr></table></div>
|
17
17
|
<div><p class="releaseinfo">
|
18
|
-
This document is for the GDK 3 library, version 3.22.
|
18
|
+
This document is for the GDK 3 library, version 3.22.30
|
19
19
|
|
20
20
|
The latest versions can be found online at
|
21
21
|
<a class="ulink" href="https://developer.gnome.org/gdk3/" target="_top">https://developer.gnome.org/gdk3/</a>.
|
@@ -236,7 +236,7 @@ though it is almost always used to display just one accelerator key.</p>
|
|
236
236
|
<span class="comment">// GtkMenuItem accelerators. We just need to make sure we use</span>
|
237
237
|
<span class="comment">// GTK_ACCEL_VISIBLE here.</span>
|
238
238
|
<span class="function"><a href="GtkWidget.html#gtk-widget-add-accelerator">gtk_widget_add_accelerator</a></span><span class="normal"> </span><span class="symbol">(</span><span class="normal">save_item</span><span class="symbol">,</span><span class="normal"> </span><span class="string">"activate"</span><span class="symbol">,</span><span class="normal"> accel_group</span><span class="symbol">,</span>
|
239
|
-
<span class="normal"> GDK_KEY_s</span><span class="symbol">,</span><span class="normal">
|
239
|
+
<span class="normal"> GDK_KEY_s</span><span class="symbol">,</span><span class="normal"> GDK_CONTROL_MASK</span><span class="symbol">,</span><span class="normal"> <a href="gtk3-Keyboard-Accelerators.html#GTK-ACCEL-VISIBLE:CAPS">GTK_ACCEL_VISIBLE</a></span><span class="symbol">);</span></pre></td>
|
240
240
|
</tr>
|
241
241
|
</tbody>
|
242
242
|
</table>
|
@@ -422,7 +422,7 @@ be needed by applications.</p>
|
|
422
422
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
423
423
|
gtk_accel_label_set_accel (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
424
424
|
<em class="parameter"><code><span class="type">guint</span> accelerator_key</code></em>,
|
425
|
-
<em class="parameter"><code><
|
425
|
+
<em class="parameter"><code><span class="type">GdkModifierType</span> accelerator_mods</code></em>);</pre>
|
426
426
|
<p>Manually sets a keyval and modifier mask as the accelerator rendered
|
427
427
|
by <em class="parameter"><code>accel_label</code></em>
|
428
428
|
.</p>
|
@@ -465,7 +465,7 @@ used regardless of any associated accel closure or widget.</p>
|
|
465
465
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
466
466
|
gtk_accel_label_get_accel (<em class="parameter"><code><a class="link" href="GtkAccelLabel.html" title="GtkAccelLabel"><span class="type">GtkAccelLabel</span></a> *accel_label</code></em>,
|
467
467
|
<em class="parameter"><code><span class="type">guint</span> *accelerator_key</code></em>,
|
468
|
-
<em class="parameter"><code><
|
468
|
+
<em class="parameter"><code><span class="type">GdkModifierType</span> *accelerator_mods</code></em>);</pre>
|
469
469
|
<p>Gets the keyval and modifier mask set with
|
470
470
|
<a class="link" href="GtkAccelLabel.html#gtk-accel-label-set-accel" title="gtk_accel_label_set_accel ()"><code class="function">gtk_accel_label_set_accel()</code></a>.</p>
|
471
471
|
<div class="refsect3">
|
@@ -403,7 +403,7 @@ as <code class="literal">TRUE</code>, strings like “FALSE”, “f”, “no
|
|
403
403
|
as <code class="literal">FALSE</code>), enumerations (can be specified by their name, nick or
|
404
404
|
integer value), flags (can be specified by their name, nick, integer
|
405
405
|
value, optionally combined with “|”, e.g. “GTK_VISIBLE|GTK_REALIZED”)
|
406
|
-
and colors (in a format understood by <
|
406
|
+
and colors (in a format understood by <code class="function">gdk_rgba_parse()</code>).</p>
|
407
407
|
<p>GVariants can be specified in the format understood by <code class="function">g_variant_parse()</code>,
|
408
408
|
and pixbufs can be specified as a filename of an image file to load.</p>
|
409
409
|
<p>Objects can be referred to by their name and by default refer to
|
@@ -1634,7 +1634,7 @@ calls <code class="function">g_value_init()</code> on the <em class="parameter">
|
|
1634
1634
|
argument, so it need not be
|
1635
1635
|
initialised beforehand.</p>
|
1636
1636
|
<p>This function can handle char, uchar, boolean, int, uint, long,
|
1637
|
-
ulong, enum, flags, float, double, string, <
|
1637
|
+
ulong, enum, flags, float, double, string, <span class="type">GdkColor</span>, <span class="type">GdkRGBA</span> and
|
1638
1638
|
<a class="link" href="GtkAdjustment.html" title="GtkAdjustment"><span class="type">GtkAdjustment</span></a> type values. Support for <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> type values is
|
1639
1639
|
still to come.</p>
|
1640
1640
|
<p>Upon errors <code class="literal">FALSE</code> will be returned and <em class="parameter"><code>error</code></em>
|
@@ -269,7 +269,7 @@
|
|
269
269
|
</tr>
|
270
270
|
<tr>
|
271
271
|
<td class="function_type">
|
272
|
-
<
|
272
|
+
<span class="returnvalue">GdkWindow</span> *
|
273
273
|
</td>
|
274
274
|
<td class="function_name">
|
275
275
|
<a class="link" href="GtkButton.html#gtk-button-get-event-window" title="gtk_button_get_event_window ()">gtk_button_get_event_window</a> <span class="c_punctuation">()</span>
|
@@ -1368,7 +1368,7 @@ setting and always show the image, if available.</p>
|
|
1368
1368
|
<hr>
|
1369
1369
|
<div class="refsect2">
|
1370
1370
|
<a name="gtk-button-get-event-window"></a><h3>gtk_button_get_event_window ()</h3>
|
1371
|
-
<pre class="programlisting"><
|
1371
|
+
<pre class="programlisting"><span class="returnvalue">GdkWindow</span> *
|
1372
1372
|
gtk_button_get_event_window (<em class="parameter"><code><a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a> *button</code></em>);</pre>
|
1373
1373
|
<p>Returns the button’s event window if it is realized, <code class="literal">NULL</code> otherwise.
|
1374
1374
|
This function should be rarely needed.</p>
|
@@ -1038,8 +1038,8 @@ the cell renderers of a <a class="link" href="GtkCellArea.html" title="GtkCellAr
|
|
1038
1038
|
<a name="GtkCellAllocCallback"></a><h3>GtkCellAllocCallback ()</h3>
|
1039
1039
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
1040
1040
|
<span class="c_punctuation">(</span>*GtkCellAllocCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *renderer</code></em>,
|
1041
|
-
<em class="parameter"><code>const <
|
1042
|
-
<em class="parameter"><code>const <
|
1041
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1042
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_background</code></em>,
|
1043
1043
|
<em class="parameter"><code><span class="type">gpointer</span> data</code></em>);</pre>
|
1044
1044
|
<p>The type of the callback functions used for iterating over the
|
1045
1045
|
cell renderers and their allocated areas inside a <a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a>,
|
@@ -1273,8 +1273,8 @@ gtk_cell_area_foreach (<em class="parameter"><code><a class="link" href="GtkCell
|
|
1273
1273
|
gtk_cell_area_foreach_alloc (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
1274
1274
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
1275
1275
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1276
|
-
<em class="parameter"><code>const <
|
1277
|
-
<em class="parameter"><code>const <
|
1276
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1277
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *background_area</code></em>,
|
1278
1278
|
<em class="parameter"><code><a class="link" href="GtkCellArea.html#GtkCellAllocCallback" title="GtkCellAllocCallback ()"><span class="type">GtkCellAllocCallback</span></a> callback</code></em>,
|
1279
1279
|
<em class="parameter"><code><span class="type">gpointer</span> callback_data</code></em>);</pre>
|
1280
1280
|
<p>Calls <em class="parameter"><code>callback</code></em>
|
@@ -1342,8 +1342,8 @@ relative coordinates of the background area</p></td>
|
|
1342
1342
|
gtk_cell_area_event (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
1343
1343
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
1344
1344
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1345
|
-
<em class="parameter"><code><
|
1346
|
-
<em class="parameter"><code>const <
|
1345
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>,
|
1346
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1347
1347
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>);</pre>
|
1348
1348
|
<p>Delegates event handling to a <a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a>.</p>
|
1349
1349
|
<div class="refsect3">
|
@@ -1373,7 +1373,7 @@ is rendering to</p></td>
|
|
1373
1373
|
</tr>
|
1374
1374
|
<tr>
|
1375
1375
|
<td class="parameter_name"><p>event</p></td>
|
1376
|
-
<td class="parameter_description"><p>the <
|
1376
|
+
<td class="parameter_description"><p>the <span class="type">GdkEvent</span> to handle</p></td>
|
1377
1377
|
<td class="parameter_annotations"> </td>
|
1378
1378
|
</tr>
|
1379
1379
|
<tr>
|
@@ -1407,8 +1407,8 @@ gtk_cell_area_render (<em class="parameter"><code><a class="link" href="GtkCellA
|
|
1407
1407
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
1408
1408
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1409
1409
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
1410
|
-
<em class="parameter"><code>const <
|
1411
|
-
<em class="parameter"><code>const <
|
1410
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *background_area</code></em>,
|
1411
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1412
1412
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>,
|
1413
1413
|
<em class="parameter"><code><span class="type">gboolean</span> paint_focus</code></em>);</pre>
|
1414
1414
|
<p>Renders <em class="parameter"><code>area</code></em>
|
@@ -1485,8 +1485,8 @@ gtk_cell_area_get_cell_allocation (<em class="parameter"><code><a class="link" h
|
|
1485
1485
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
1486
1486
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1487
1487
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *renderer</code></em>,
|
1488
|
-
<em class="parameter"><code>const <
|
1489
|
-
<em class="parameter"><code><
|
1488
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1489
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *allocation</code></em>);</pre>
|
1490
1490
|
<p>Derives the allocation of <em class="parameter"><code>renderer</code></em>
|
1491
1491
|
inside <em class="parameter"><code>area</code></em>
|
1492
1492
|
if <em class="parameter"><code>area</code></em>
|
@@ -1549,10 +1549,10 @@ for this row</p></td>
|
|
1549
1549
|
gtk_cell_area_get_cell_at_position (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
1550
1550
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
1551
1551
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
1552
|
-
<em class="parameter"><code>const <
|
1552
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
1553
1553
|
<em class="parameter"><code><span class="type">gint</span> x</code></em>,
|
1554
1554
|
<em class="parameter"><code><span class="type">gint</span> y</code></em>,
|
1555
|
-
<em class="parameter"><code><
|
1555
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *alloc_area</code></em>);</pre>
|
1556
1556
|
<p>Gets the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> at <em class="parameter"><code>x</code></em>
|
1557
1557
|
and <em class="parameter"><code>y</code></em>
|
1558
1558
|
coordinates inside <em class="parameter"><code>area</code></em>
|
@@ -2696,7 +2696,7 @@ can do anything when activated.</p>
|
|
2696
2696
|
gtk_cell_area_activate (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
2697
2697
|
<em class="parameter"><code><a class="link" href="GtkCellAreaContext.html" title="GtkCellAreaContext"><span class="type">GtkCellAreaContext</span></a> *context</code></em>,
|
2698
2698
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
2699
|
-
<em class="parameter"><code>const <
|
2699
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
2700
2700
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>,
|
2701
2701
|
<em class="parameter"><code><span class="type">gboolean</span> edit_only</code></em>);</pre>
|
2702
2702
|
<p>Activates <em class="parameter"><code>area</code></em>
|
@@ -3150,8 +3150,8 @@ to edit the currently edited cell.</p>
|
|
3150
3150
|
gtk_cell_area_activate_cell (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
3151
3151
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3152
3152
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *renderer</code></em>,
|
3153
|
-
<em class="parameter"><code><
|
3154
|
-
<em class="parameter"><code>const <
|
3153
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>,
|
3154
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
3155
3155
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>);</pre>
|
3156
3156
|
<p>This is used by <a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> subclasses when handling events
|
3157
3157
|
to activate cells, the base <a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> class activates cells
|
@@ -3185,12 +3185,12 @@ to activate</p></td>
|
|
3185
3185
|
</tr>
|
3186
3186
|
<tr>
|
3187
3187
|
<td class="parameter_name"><p>event</p></td>
|
3188
|
-
<td class="parameter_description"><p>the <
|
3188
|
+
<td class="parameter_description"><p>the <span class="type">GdkEvent</span> for which cell activation should occur</p></td>
|
3189
3189
|
<td class="parameter_annotations"> </td>
|
3190
3190
|
</tr>
|
3191
3191
|
<tr>
|
3192
3192
|
<td class="parameter_name"><p>cell_area</p></td>
|
3193
|
-
<td class="parameter_description"><p>the <
|
3193
|
+
<td class="parameter_description"><p>the <span class="type">GdkRectangle</span> in <em class="parameter"><code>widget</code></em>
|
3194
3194
|
relative coordinates
|
3195
3195
|
of <em class="parameter"><code>renderer</code></em>
|
3196
3196
|
for the current row.</p></td>
|
@@ -3254,8 +3254,8 @@ edit widget.</p>
|
|
3254
3254
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3255
3255
|
gtk_cell_area_inner_cell_area (<em class="parameter"><code><a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area</code></em>,
|
3256
3256
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3257
|
-
<em class="parameter"><code>const <
|
3258
|
-
<em class="parameter"><code><
|
3257
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
3258
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *inner_area</code></em>);</pre>
|
3259
3259
|
<p>This is a convenience function for <a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> implementations
|
3260
3260
|
to get the inner area where a given <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> will be
|
3261
3261
|
rendered. It removes any padding previously added by <a class="link" href="GtkCellArea.html#gtk-cell-area-request-renderer" title="gtk_cell_area_request_renderer ()"><code class="function">gtk_cell_area_request_renderer()</code></a>.</p>
|
@@ -3662,7 +3662,7 @@ a result of a call <a class="link" href="GtkCellArea.html#gtk-cell-area-activate
|
|
3662
3662
|
user_function (<a class="link" href="GtkCellArea.html" title="GtkCellArea"><span class="type">GtkCellArea</span></a> *area,
|
3663
3663
|
<a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *renderer,
|
3664
3664
|
<a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="type">GtkCellEditable</span></a> *editable,
|
3665
|
-
<
|
3665
|
+
<span class="type">GdkRectangle</span> *cell_area,
|
3666
3666
|
<span class="type">gchar</span> *path,
|
3667
3667
|
<span class="type">gpointer</span> user_data)</pre>
|
3668
3668
|
<p>Indicates that editing has started on <em class="parameter"><code>renderer</code></em>
|
@@ -3696,7 +3696,7 @@ should be added to the owning cell-layouting widget at <em class="parameter"><co
|
|
3696
3696
|
</tr>
|
3697
3697
|
<tr>
|
3698
3698
|
<td class="parameter_name"><p>cell_area</p></td>
|
3699
|
-
<td class="parameter_description"><p>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> relative <
|
3699
|
+
<td class="parameter_description"><p>the <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> relative <span class="type">GdkRectangle</span> coordinates
|
3700
3700
|
where <em class="parameter"><code>editable</code></em>
|
3701
3701
|
should be added</p></td>
|
3702
3702
|
<td class="parameter_annotations"> </td>
|
@@ -162,10 +162,10 @@ when editing the contents of a <a class="link" href="GtkTreeView.html" title="Gt
|
|
162
162
|
<a name="gtk-cell-editable-start-editing"></a><h3>gtk_cell_editable_start_editing ()</h3>
|
163
163
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
164
164
|
gtk_cell_editable_start_editing (<em class="parameter"><code><a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="type">GtkCellEditable</span></a> *cell_editable</code></em>,
|
165
|
-
<em class="parameter"><code><
|
165
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>);</pre>
|
166
166
|
<p>Begins editing on a <em class="parameter"><code>cell_editable</code></em>
|
167
167
|
. <em class="parameter"><code>event</code></em>
|
168
|
-
is the <
|
168
|
+
is the <span class="type">GdkEvent</span> that began
|
169
169
|
the editing process. It may be <code class="literal">NULL</code>, in the instance that editing was
|
170
170
|
initiated through programatic means.</p>
|
171
171
|
<div class="refsect3">
|
@@ -184,7 +184,7 @@ initiated through programatic means.</p>
|
|
184
184
|
</tr>
|
185
185
|
<tr>
|
186
186
|
<td class="parameter_name"><p>event</p></td>
|
187
|
-
<td class="parameter_description"><p>A <
|
187
|
+
<td class="parameter_description"><p>A <span class="type">GdkEvent</span>, or <code class="literal">NULL</code>. </p></td>
|
188
188
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
|
189
189
|
</tr>
|
190
190
|
</tbody>
|
@@ -262,13 +262,13 @@
|
|
262
262
|
</tr>
|
263
263
|
<tr>
|
264
264
|
<td class="property_type">
|
265
|
-
<
|
265
|
+
<span class="type">GdkColor</span> *</td>
|
266
266
|
<td class="property_name"><a class="link" href="GtkCellRenderer.html#GtkCellRenderer--cell-background-gdk" title="The “cell-background-gdk” property">cell-background-gdk</a></td>
|
267
267
|
<td class="property_flags">Read / Write</td>
|
268
268
|
</tr>
|
269
269
|
<tr>
|
270
270
|
<td class="property_type">
|
271
|
-
<
|
271
|
+
<span class="type">GdkRGBA</span> *</td>
|
272
272
|
<td class="property_name"><a class="link" href="GtkCellRenderer.html#GtkCellRenderer--cell-background-rgba" title="The “cell-background-rgba” property">cell-background-rgba</a></td>
|
273
273
|
<td class="property_flags">Read / Write</td>
|
274
274
|
</tr>
|
@@ -485,8 +485,8 @@ The type must be a subtype of <span class="type">GtkRendererCellAccessible</span
|
|
485
485
|
gtk_cell_renderer_get_aligned_area (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
486
486
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
487
487
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>,
|
488
|
-
<em class="parameter"><code>const <
|
489
|
-
<em class="parameter"><code><
|
488
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
489
|
+
<em class="parameter"><code><span class="type">GdkRectangle</span> *aligned_area</code></em>);</pre>
|
490
490
|
<p>Gets the aligned area used by <em class="parameter"><code>cell</code></em>
|
491
491
|
inside <em class="parameter"><code>cell_area</code></em>
|
492
492
|
. Used for finding
|
@@ -537,7 +537,7 @@ that would acually be used to render. </p></td>
|
|
537
537
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
538
538
|
gtk_cell_renderer_get_size (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
539
539
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
540
|
-
<em class="parameter"><code>const <
|
540
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
541
541
|
<em class="parameter"><code><span class="type">gint</span> *x_offset</code></em>,
|
542
542
|
<em class="parameter"><code><span class="type">gint</span> *y_offset</code></em>,
|
543
543
|
<em class="parameter"><code><span class="type">gint</span> *width</code></em>,
|
@@ -614,8 +614,8 @@ in <em class="parameter"><code>x_offset</code></em>
|
|
614
614
|
gtk_cell_renderer_render (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
615
615
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
616
616
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
617
|
-
<em class="parameter"><code>const <
|
618
|
-
<em class="parameter"><code>const <
|
617
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *background_area</code></em>,
|
618
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
619
619
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>);</pre>
|
620
620
|
<p>Invokes the virtual render function of the <a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a>. The three
|
621
621
|
passed-in rectangles are areas in <em class="parameter"><code>cr</code></em>
|
@@ -680,11 +680,11 @@ padding on the sides)</p></td>
|
|
680
680
|
<a name="gtk-cell-renderer-activate"></a><h3>gtk_cell_renderer_activate ()</h3>
|
681
681
|
<pre class="programlisting"><span class="returnvalue">gboolean</span>
|
682
682
|
gtk_cell_renderer_activate (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
683
|
-
<em class="parameter"><code><
|
683
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>,
|
684
684
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
685
685
|
<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
|
686
|
-
<em class="parameter"><code>const <
|
687
|
-
<em class="parameter"><code>const <
|
686
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *background_area</code></em>,
|
687
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
688
688
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>);</pre>
|
689
689
|
<p>Passes an activate event to the cell renderer for possible processing.
|
690
690
|
Some cell renderers may use events; for example, <a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>
|
@@ -705,7 +705,7 @@ toggles when it gets a mouse click.</p>
|
|
705
705
|
</tr>
|
706
706
|
<tr>
|
707
707
|
<td class="parameter_name"><p>event</p></td>
|
708
|
-
<td class="parameter_description"><p>a <
|
708
|
+
<td class="parameter_description"><p>a <span class="type">GdkEvent</span></p></td>
|
709
709
|
<td class="parameter_annotations"> </td>
|
710
710
|
</tr>
|
711
711
|
<tr>
|
@@ -747,11 +747,11 @@ e.g. for <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class
|
|
747
747
|
<a name="gtk-cell-renderer-start-editing"></a><h3>gtk_cell_renderer_start_editing ()</h3>
|
748
748
|
<pre class="programlisting"><a class="link" href="GtkCellEditable.html" title="GtkCellEditable"><span class="returnvalue">GtkCellEditable</span></a> *
|
749
749
|
gtk_cell_renderer_start_editing (<em class="parameter"><code><a class="link" href="GtkCellRenderer.html" title="GtkCellRenderer"><span class="type">GtkCellRenderer</span></a> *cell</code></em>,
|
750
|
-
<em class="parameter"><code><
|
750
|
+
<em class="parameter"><code><span class="type">GdkEvent</span> *event</code></em>,
|
751
751
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
752
752
|
<em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
|
753
|
-
<em class="parameter"><code>const <
|
754
|
-
<em class="parameter"><code>const <
|
753
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *background_area</code></em>,
|
754
|
+
<em class="parameter"><code>const <span class="type">GdkRectangle</span> *cell_area</code></em>,
|
755
755
|
<em class="parameter"><code><a class="link" href="GtkCellRenderer.html#GtkCellRendererState" title="enum GtkCellRendererState"><span class="type">GtkCellRendererState</span></a> flags</code></em>);</pre>
|
756
756
|
<p>Passes an activate event to the cell renderer for possible processing.</p>
|
757
757
|
<div class="refsect3">
|
@@ -770,7 +770,7 @@ gtk_cell_renderer_start_editing (<em class="parameter"><code><a class="link" hre
|
|
770
770
|
</tr>
|
771
771
|
<tr>
|
772
772
|
<td class="parameter_name"><p>event</p></td>
|
773
|
-
<td class="parameter_description"><p>a <
|
773
|
+
<td class="parameter_description"><p>a <span class="type">GdkEvent</span>. </p></td>
|
774
774
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>]</span></td>
|
775
775
|
</tr>
|
776
776
|
<tr>
|
@@ -1796,8 +1796,8 @@ inside <em class="parameter"><code>cell_area</code></em>
|
|
1796
1796
|
<hr>
|
1797
1797
|
<div class="refsect2">
|
1798
1798
|
<a name="GtkCellRenderer--cell-background-gdk"></a><h3>The <code class="literal">“cell-background-gdk”</code> property</h3>
|
1799
|
-
<pre class="programlisting"> “cell-background-gdk” <
|
1800
|
-
<p>Cell background as a <
|
1799
|
+
<pre class="programlisting"> “cell-background-gdk” <span class="type">GdkColor</span> *</pre>
|
1800
|
+
<p>Cell background as a <span class="type">GdkColor</span></p>
|
1801
1801
|
<div class="warning">
|
1802
1802
|
<p><code class="literal">GtkCellRenderer:cell-background-gdk</code> has been deprecated since version 3.4 and should not be used in newly-written code.</p>
|
1803
1803
|
<p>Use <a class="link" href="GtkCellRenderer.html#GtkCellRenderer--cell-background-rgba" title="The “cell-background-rgba” property"><span class="type">“cell-background-rgba”</span></a> instead.</p>
|
@@ -1807,8 +1807,8 @@ inside <em class="parameter"><code>cell_area</code></em>
|
|
1807
1807
|
<hr>
|
1808
1808
|
<div class="refsect2">
|
1809
1809
|
<a name="GtkCellRenderer--cell-background-rgba"></a><h3>The <code class="literal">“cell-background-rgba”</code> property</h3>
|
1810
|
-
<pre class="programlisting"> “cell-background-rgba” <
|
1811
|
-
<p>Cell background as a <
|
1810
|
+
<pre class="programlisting"> “cell-background-rgba” <span class="type">GdkRGBA</span> *</pre>
|
1811
|
+
<p>Cell background as a <span class="type">GdkRGBA</span></p>
|
1812
1812
|
<p>Flags: Read / Write</p>
|
1813
1813
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
1814
1814
|
</div>
|