gdk3 3.0.7-x64-mingw32 → 3.0.8-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/Rakefile +3 -4
- 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/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-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/gtk-win32-3.0.def +7 -7
- 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 +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-x-firmware.png} +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.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/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/km/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.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/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/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/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.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/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.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/ug/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.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 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- 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 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -6,9 +6,9 @@
|
|
6
6
|
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
|
7
7
|
<link rel="home" href="index.html" title="GTK+ 3 Reference Manual">
|
8
8
|
<link rel="up" href="theming.html" title="Part IV. Theming in GTK+">
|
9
|
-
<link rel="prev" href="
|
9
|
+
<link rel="prev" href="chap-css-properties.html" title="GTK+ CSS">
|
10
10
|
<link rel="next" href="GtkCssProvider.html" title="GtkCssProvider">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -22,7 +22,7 @@
|
|
22
22
|
</td>
|
23
23
|
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
|
24
24
|
<td><a accesskey="u" href="theming.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
|
25
|
-
<td><a accesskey="p" href="
|
25
|
+
<td><a accesskey="p" href="chap-css-properties.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
|
26
26
|
<td><a accesskey="n" href="GtkCssProvider.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
|
27
27
|
</tr></table>
|
28
28
|
<div class="refentry">
|
@@ -115,7 +115,7 @@
|
|
115
115
|
</tr>
|
116
116
|
<tr>
|
117
117
|
<td class="function_type">
|
118
|
-
<a href="http://developer.gnome.org/
|
118
|
+
<a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
119
119
|
</td>
|
120
120
|
<td class="function_name">
|
121
121
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-screen" title="gtk_style_context_get_screen ()">gtk_style_context_get_screen</a> <span class="c_punctuation">()</span>
|
@@ -123,7 +123,7 @@
|
|
123
123
|
</tr>
|
124
124
|
<tr>
|
125
125
|
<td class="function_type">
|
126
|
-
<a href="http://developer.gnome.org/
|
126
|
+
<a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
|
127
127
|
</td>
|
128
128
|
<td class="function_name">
|
129
129
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-frame-clock" title="gtk_style_context_get_frame_clock ()">gtk_style_context_get_frame_clock</a> <span class="c_punctuation">()</span>
|
@@ -226,7 +226,7 @@
|
|
226
226
|
</td>
|
227
227
|
</tr>
|
228
228
|
<tr>
|
229
|
-
<td class="function_type">const <span class="returnvalue">PangoFontDescription</span> *
|
229
|
+
<td class="function_type">const <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span class="returnvalue">PangoFontDescription</span></a> *
|
230
230
|
</td>
|
231
231
|
<td class="function_name">
|
232
232
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get-font" title="gtk_style_context_get_font ()">gtk_style_context_get_font</a> <span class="c_punctuation">()</span>
|
@@ -490,6 +490,14 @@
|
|
490
490
|
</tr>
|
491
491
|
<tr>
|
492
492
|
<td class="function_type">
|
493
|
+
<span class="returnvalue">char</span> *
|
494
|
+
</td>
|
495
|
+
<td class="function_name">
|
496
|
+
<a class="link" href="GtkStyleContext.html#gtk-style-context-to-string" title="gtk_style_context_to_string ()">gtk_style_context_to_string</a> <span class="c_punctuation">()</span>
|
497
|
+
</td>
|
498
|
+
</tr>
|
499
|
+
<tr>
|
500
|
+
<td class="function_type">
|
493
501
|
<a class="link" href="GtkStyleContext.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> *
|
494
502
|
</td>
|
495
503
|
<td class="function_name">
|
@@ -533,6 +541,14 @@
|
|
533
541
|
<span class="returnvalue">void</span>
|
534
542
|
</td>
|
535
543
|
<td class="function_name">
|
544
|
+
<a class="link" href="GtkStyleContext.html#gtk-render-background-get-clip" title="gtk_render_background_get_clip ()">gtk_render_background_get_clip</a> <span class="c_punctuation">()</span>
|
545
|
+
</td>
|
546
|
+
</tr>
|
547
|
+
<tr>
|
548
|
+
<td class="function_type">
|
549
|
+
<span class="returnvalue">void</span>
|
550
|
+
</td>
|
551
|
+
<td class="function_name">
|
536
552
|
<a class="link" href="GtkStyleContext.html#gtk-render-check" title="gtk_render_check ()">gtk_render_check</a> <span class="c_punctuation">()</span>
|
537
553
|
</td>
|
538
554
|
</tr>
|
@@ -626,7 +642,7 @@
|
|
626
642
|
</tr>
|
627
643
|
<tr>
|
628
644
|
<td class="function_type">
|
629
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
645
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
630
646
|
</td>
|
631
647
|
<td class="function_name">
|
632
648
|
<a class="link" href="GtkStyleContext.html#gtk-render-icon-pixbuf" title="gtk_render_icon_pixbuf ()">gtk_render_icon_pixbuf</a> <span class="c_punctuation">()</span>
|
@@ -675,7 +691,7 @@
|
|
675
691
|
</tr>
|
676
692
|
<tr>
|
677
693
|
<td class="property_type">
|
678
|
-
<a href="http://developer.gnome.org/
|
694
|
+
<a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *</td>
|
679
695
|
<td class="property_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext--paint-clock" title="The “paint-clock” property">paint-clock</a></td>
|
680
696
|
<td class="property_flags">Read / Write</td>
|
681
697
|
</tr>
|
@@ -687,7 +703,7 @@
|
|
687
703
|
</tr>
|
688
704
|
<tr>
|
689
705
|
<td class="property_type">
|
690
|
-
<a href="http://developer.gnome.org/
|
706
|
+
<a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</td>
|
691
707
|
<td class="property_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext--screen" title="The “screen” property">screen</a></td>
|
692
708
|
<td class="property_flags">Read / Write</td>
|
693
709
|
</tr>
|
@@ -1126,6 +1142,10 @@
|
|
1126
1142
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GtkRegionFlags" title="enum GtkRegionFlags">GtkRegionFlags</a></td>
|
1127
1143
|
</tr>
|
1128
1144
|
<tr>
|
1145
|
+
<td class="datatype_keyword">enum</td>
|
1146
|
+
<td class="function_name"><a class="link" href="GtkStyleContext.html#GtkStyleContextPrintFlags" title="enum GtkStyleContextPrintFlags">GtkStyleContextPrintFlags</a></td>
|
1147
|
+
</tr>
|
1148
|
+
<tr>
|
1129
1149
|
<td class="datatype_keyword">struct</td>
|
1130
1150
|
<td class="function_name"><a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder">GtkBorder</a></td>
|
1131
1151
|
</tr>
|
@@ -1136,7 +1156,7 @@
|
|
1136
1156
|
<a name="GtkStyleContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
1137
1157
|
<pre class="screen"> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html">GBoxed</a>
|
1138
1158
|
<span class="lineart">╰──</span> GtkBorder
|
1139
|
-
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
1159
|
+
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject-struct">GObject</a>
|
1140
1160
|
<span class="lineart">╰──</span> GtkStyleContext
|
1141
1161
|
</pre>
|
1142
1162
|
</div>
|
@@ -1150,14 +1170,14 @@
|
|
1150
1170
|
<p><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> is an object that stores styling information affecting
|
1151
1171
|
a widget defined by <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>.</p>
|
1152
1172
|
<p>In order to construct the final style information, <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>
|
1153
|
-
queries information from all attached <a href="GtkStyleProvider.html"><span class="type">GtkStyleProviders</span></a>. Style providers
|
1173
|
+
queries information from all attached <a href="GtkStyleProvider.html#GtkStyleProvider-struct"><span class="type">GtkStyleProviders</span></a>. Style providers
|
1154
1174
|
can be either attached explicitly to the context through
|
1155
1175
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-add-provider" title="gtk_style_context_add_provider ()"><code class="function">gtk_style_context_add_provider()</code></a>, or to the screen through
|
1156
1176
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-add-provider-for-screen" title="gtk_style_context_add_provider_for_screen ()"><code class="function">gtk_style_context_add_provider_for_screen()</code></a>. The resulting style is a
|
1157
1177
|
combination of all providers’ information in priority order.</p>
|
1158
1178
|
<p>For GTK+ widgets, any <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned by
|
1159
1179
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a> will already have a <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>, a
|
1160
|
-
<a href="http://developer.gnome.org/
|
1180
|
+
<a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> and RTL/LTR information set. The style context will also be
|
1161
1181
|
updated automatically if any of these settings change on the widget.</p>
|
1162
1182
|
<p>If you are using the theming layer standalone, you will need to set a
|
1163
1183
|
widget path and a screen yourself to the created style context through
|
@@ -1165,41 +1185,27 @@ widget path and a screen yourself to the created style context through
|
|
1165
1185
|
as updating the context yourself using <a class="link" href="GtkStyleContext.html#gtk-style-context-invalidate" title="gtk_style_context_invalidate ()"><code class="function">gtk_style_context_invalidate()</code></a>
|
1166
1186
|
whenever any of the conditions change, such as a change in the
|
1167
1187
|
<a class="link" href="GtkSettings.html#GtkSettings--gtk-theme-name" title="The “gtk-theme-name” property"><span class="type">“gtk-theme-name”</span></a> setting or a hierarchy change in the rendered
|
1168
|
-
widget.</p>
|
1188
|
+
widget. See the “Foreign drawing“ example in gtk3-demo.</p>
|
1169
1189
|
<div class="refsect2">
|
1170
1190
|
<a name="gtkstylecontext-classes"></a><h3>Style Classes</h3>
|
1171
|
-
<p>Widgets can add style classes to their context, which can be used
|
1172
|
-
|
1173
|
-
|
1191
|
+
<p>Widgets can add style classes to their context, which can be used to associate
|
1192
|
+
different styles by class. The documentation for individual widgets lists
|
1193
|
+
which style classes it uses itself, and which style classes may be added by
|
1194
|
+
applications to affect their appearance.</p>
|
1195
|
+
<p>GTK+ defines macros for a number of style classes.</p>
|
1174
1196
|
</div>
|
1175
1197
|
<hr>
|
1176
1198
|
<div class="refsect2">
|
1177
|
-
<a name="id-1.5.
|
1199
|
+
<a name="id-1.5.4.10.7"></a><h3>Style Regions</h3>
|
1178
1200
|
<p>Widgets can also add regions with flags to their context. This feature is
|
1179
1201
|
deprecated and will be removed in a future GTK+ update. Please use style
|
1180
1202
|
classes instead.</p>
|
1181
|
-
<p>
|
1182
|
-
<div class="refsect3">
|
1183
|
-
<a name="id-1.5.2.10.7.4"></a><h4>row</h4>
|
1184
|
-
<p>Used by <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>. Can be used with the flags: <code class="literal">even</code>, <code class="literal">odd</code>.</p>
|
1185
|
-
</div>
|
1186
|
-
<div class="refsect3">
|
1187
|
-
<a name="id-1.5.2.10.7.5"></a><h4>column</h4>
|
1188
|
-
<p>Used by <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>. Can be used with the flags: <code class="literal">first</code>, <code class="literal">last</code>, <code class="literal">sorted</code>.</p>
|
1189
|
-
</div>
|
1190
|
-
<div class="refsect3">
|
1191
|
-
<a name="id-1.5.2.10.7.6"></a><h4>column-header</h4>
|
1192
|
-
<p>Used by <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</p>
|
1193
|
-
</div>
|
1194
|
-
<div class="refsect3">
|
1195
|
-
<a name="id-1.5.2.10.7.7"></a><h4>tab</h4>
|
1196
|
-
<p>Used by <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>. Can be used with the flags: <code class="literal">even</code>, <code class="literal">odd</code>, <code class="literal">first</code>, <code class="literal">last</code>.</p>
|
1197
|
-
</div>
|
1203
|
+
<p>GTK+ defines macros for a number of style regions.</p>
|
1198
1204
|
</div>
|
1199
1205
|
<hr>
|
1200
1206
|
<div class="refsect2">
|
1201
|
-
<a name="id-1.5.
|
1202
|
-
<p>If you are developing a library with custom <a href="GtkWidget.html"><span class="type">GtkWidgets</span></a> that
|
1207
|
+
<a name="id-1.5.4.10.8"></a><h3>Custom styling in UI libraries and applications</h3>
|
1208
|
+
<p>If you are developing a library with custom <a href="GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidgets</span></a> that
|
1203
1209
|
render differently than standard components, you may need to add a
|
1204
1210
|
<a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> yourself with the <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-FALLBACK:CAPS" title="GTK_STYLE_PROVIDER_PRIORITY_FALLBACK"><code class="literal">GTK_STYLE_PROVIDER_PRIORITY_FALLBACK</code></a>
|
1205
1211
|
priority, either a <a class="link" href="GtkCssProvider.html" title="GtkCssProvider"><span class="type">GtkCssProvider</span></a> or a custom object implementing the
|
@@ -1225,10 +1231,10 @@ won’t be attached to any widget, so you may want
|
|
1225
1231
|
to call <a class="link" href="GtkStyleContext.html#gtk-style-context-set-path" title="gtk_style_context_set_path ()"><code class="function">gtk_style_context_set_path()</code></a> yourself.</p>
|
1226
1232
|
<p>This function is only useful when using the theming layer
|
1227
1233
|
separated from GTK+, if you are using <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> to
|
1228
|
-
theme <a href="GtkWidget.html"><span class="type">GtkWidgets</span></a>, use <a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>
|
1234
|
+
theme <a href="GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidgets</span></a>, use <a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>
|
1229
1235
|
in order to get a style context ready to theme the widget.</p>
|
1230
1236
|
<div class="refsect3">
|
1231
|
-
<a name="
|
1237
|
+
<a name="gtk-style-context-new.returns"></a><h4>Returns</h4>
|
1232
1238
|
<p> A newly created <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a>.</p>
|
1233
1239
|
</div>
|
1234
1240
|
</div>
|
@@ -1250,7 +1256,7 @@ to affect the style of all widgets, use
|
|
1250
1256
|
added through this function takes precedence over another added
|
1251
1257
|
through <a class="link" href="GtkStyleContext.html#gtk-style-context-add-provider-for-screen" title="gtk_style_context_add_provider_for_screen ()"><code class="function">gtk_style_context_add_provider_for_screen()</code></a>.</p>
|
1252
1258
|
<div class="refsect3">
|
1253
|
-
<a name="
|
1259
|
+
<a name="gtk-style-context-add-provider.parameters"></a><h4>Parameters</h4>
|
1254
1260
|
<div class="informaltable"><table width="100%" border="0">
|
1255
1261
|
<colgroup>
|
1256
1262
|
<col width="150px" class="parameters_name">
|
@@ -1287,12 +1293,12 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
|
|
1287
1293
|
<a name="gtk-style-context-add-provider-for-screen"></a><h3>gtk_style_context_add_provider_for_screen ()</h3>
|
1288
1294
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1289
1295
|
gtk_style_context_add_provider_for_screen
|
1290
|
-
(<em class="parameter"><code><a href="http://developer.gnome.org/
|
1296
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
1291
1297
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
|
1292
1298
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> priority</code></em>);</pre>
|
1293
1299
|
<p>Adds a global style provider to <em class="parameter"><code>screen</code></em>
|
1294
1300
|
, which will be used
|
1295
|
-
in style construction for all <a href="GtkStyleContext.html"><span class="type">GtkStyleContexts</span></a> under <em class="parameter"><code>screen</code></em>
|
1301
|
+
in style construction for all <a href="GtkStyleContext.html#GtkStyleContext-struct"><span class="type">GtkStyleContexts</span></a> under <em class="parameter"><code>screen</code></em>
|
1296
1302
|
.</p>
|
1297
1303
|
<p>GTK+ uses this to make styling information from <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a>
|
1298
1304
|
available.</p>
|
@@ -1300,7 +1306,7 @@ available.</p>
|
|
1300
1306
|
added through <a class="link" href="GtkStyleContext.html#gtk-style-context-add-provider" title="gtk_style_context_add_provider ()"><code class="function">gtk_style_context_add_provider()</code></a> takes precedence
|
1301
1307
|
over another added through this function.</p>
|
1302
1308
|
<div class="refsect3">
|
1303
|
-
<a name="
|
1309
|
+
<a name="gtk-style-context-add-provider-for-screen.parameters"></a><h4>Parameters</h4>
|
1304
1310
|
<div class="informaltable"><table width="100%" border="0">
|
1305
1311
|
<colgroup>
|
1306
1312
|
<col width="150px" class="parameters_name">
|
@@ -1310,7 +1316,7 @@ over another added through this function.</p>
|
|
1310
1316
|
<tbody>
|
1311
1317
|
<tr>
|
1312
1318
|
<td class="parameter_name"><p>screen</p></td>
|
1313
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
1319
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
|
1314
1320
|
<td class="parameter_annotations"> </td>
|
1315
1321
|
</tr>
|
1316
1322
|
<tr>
|
@@ -1342,8 +1348,9 @@ gtk_style_context_get (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
1342
1348
|
<p>Retrieves several style property values from <em class="parameter"><code>context</code></em>
|
1343
1349
|
for a
|
1344
1350
|
given state.</p>
|
1351
|
+
<p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> for details.</p>
|
1345
1352
|
<div class="refsect3">
|
1346
|
-
<a name="
|
1353
|
+
<a name="gtk-style-context-get.parameters"></a><h4>Parameters</h4>
|
1347
1354
|
<div class="informaltable"><table width="100%" border="0">
|
1348
1355
|
<colgroup>
|
1349
1356
|
<col width="150px" class="parameters_name">
|
@@ -1384,7 +1391,7 @@ gtk_style_context_get_direction (<em class="parameter"><code><a class="link" hre
|
|
1384
1391
|
</div>
|
1385
1392
|
<p>Returns the widget direction used for rendering.</p>
|
1386
1393
|
<div class="refsect3">
|
1387
|
-
<a name="
|
1394
|
+
<a name="gtk-style-context-get-direction.parameters"></a><h4>Parameters</h4>
|
1388
1395
|
<div class="informaltable"><table width="100%" border="0">
|
1389
1396
|
<colgroup>
|
1390
1397
|
<col width="150px" class="parameters_name">
|
@@ -1399,7 +1406,7 @@ gtk_style_context_get_direction (<em class="parameter"><code><a class="link" hre
|
|
1399
1406
|
</table></div>
|
1400
1407
|
</div>
|
1401
1408
|
<div class="refsect3">
|
1402
|
-
<a name="
|
1409
|
+
<a name="gtk-style-context-get-direction.returns"></a><h4>Returns</h4>
|
1403
1410
|
<p> the widget direction</p>
|
1404
1411
|
</div>
|
1405
1412
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1411,7 +1418,7 @@ gtk_style_context_get_direction (<em class="parameter"><code><a class="link" hre
|
|
1411
1418
|
gtk_style_context_get_junction_sides (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1412
1419
|
<p>Returns the sides where rendered elements connect visually with others.</p>
|
1413
1420
|
<div class="refsect3">
|
1414
|
-
<a name="
|
1421
|
+
<a name="gtk-style-context-get-junction-sides.parameters"></a><h4>Parameters</h4>
|
1415
1422
|
<div class="informaltable"><table width="100%" border="0">
|
1416
1423
|
<colgroup>
|
1417
1424
|
<col width="150px" class="parameters_name">
|
@@ -1426,7 +1433,7 @@ gtk_style_context_get_junction_sides (<em class="parameter"><code><a class="link
|
|
1426
1433
|
</table></div>
|
1427
1434
|
</div>
|
1428
1435
|
<div class="refsect3">
|
1429
|
-
<a name="
|
1436
|
+
<a name="gtk-style-context-get-junction-sides.returns"></a><h4>Returns</h4>
|
1430
1437
|
<p> the junction sides</p>
|
1431
1438
|
</div>
|
1432
1439
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1439,7 +1446,7 @@ gtk_style_context_get_parent (<em class="parameter"><code><a class="link" href="
|
|
1439
1446
|
<p>Gets the parent context set via <a class="link" href="GtkStyleContext.html#gtk-style-context-set-parent" title="gtk_style_context_set_parent ()"><code class="function">gtk_style_context_set_parent()</code></a>.
|
1440
1447
|
See that function for details.</p>
|
1441
1448
|
<div class="refsect3">
|
1442
|
-
<a name="
|
1449
|
+
<a name="gtk-style-context-get-parent.parameters"></a><h4>Parameters</h4>
|
1443
1450
|
<div class="informaltable"><table width="100%" border="0">
|
1444
1451
|
<colgroup>
|
1445
1452
|
<col width="150px" class="parameters_name">
|
@@ -1454,9 +1461,9 @@ See that function for details.</p>
|
|
1454
1461
|
</table></div>
|
1455
1462
|
</div>
|
1456
1463
|
<div class="refsect3">
|
1457
|
-
<a name="
|
1464
|
+
<a name="gtk-style-context-get-parent.returns"></a><h4>Returns</h4>
|
1458
1465
|
<p> the parent context or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
1459
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1466
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1460
1467
|
</div>
|
1461
1468
|
<p class="since">Since: <a class="link" href="api-index-3-4.html#api-index-3.4">3.4</a></p>
|
1462
1469
|
</div>
|
@@ -1467,7 +1474,7 @@ See that function for details.</p>
|
|
1467
1474
|
gtk_style_context_get_path (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1468
1475
|
<p>Returns the widget path used for style matching.</p>
|
1469
1476
|
<div class="refsect3">
|
1470
|
-
<a name="
|
1477
|
+
<a name="gtk-style-context-get-path.parameters"></a><h4>Parameters</h4>
|
1471
1478
|
<div class="informaltable"><table width="100%" border="0">
|
1472
1479
|
<colgroup>
|
1473
1480
|
<col width="150px" class="parameters_name">
|
@@ -1482,7 +1489,7 @@ gtk_style_context_get_path (<em class="parameter"><code><a class="link" href="Gt
|
|
1482
1489
|
</table></div>
|
1483
1490
|
</div>
|
1484
1491
|
<div class="refsect3">
|
1485
|
-
<a name="
|
1492
|
+
<a name="gtk-style-context-get-path.returns"></a><h4>Returns</h4>
|
1486
1493
|
<p> A <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>. </p>
|
1487
1494
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1488
1495
|
</div>
|
@@ -1498,11 +1505,19 @@ gtk_style_context_get_property (<em class="parameter"><code><a class="link" href
|
|
1498
1505
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *value</code></em>);</pre>
|
1499
1506
|
<p>Gets a style property from <em class="parameter"><code>context</code></em>
|
1500
1507
|
for the given state.</p>
|
1508
|
+
<p>Note that not all CSS properties that are supported by GTK+ can be
|
1509
|
+
retrieved in this way, since they may not be representable as <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>.
|
1510
|
+
GTK+ defines macros for a number of properties that can be used
|
1511
|
+
with this function.</p>
|
1512
|
+
<p>Note that passing a state other than the current state of <em class="parameter"><code>context</code></em>
|
1513
|
+
|
1514
|
+
is not recommended unless the style context has been saved with
|
1515
|
+
<a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gtk_style_context_save ()"><code class="function">gtk_style_context_save()</code></a>.</p>
|
1501
1516
|
<p>When <em class="parameter"><code>value</code></em>
|
1502
1517
|
is no longer needed, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> must be called
|
1503
1518
|
to free any allocated memory.</p>
|
1504
1519
|
<div class="refsect3">
|
1505
|
-
<a name="
|
1520
|
+
<a name="gtk-style-context-get-property.parameters"></a><h4>Parameters</h4>
|
1506
1521
|
<div class="informaltable"><table width="100%" border="0">
|
1507
1522
|
<colgroup>
|
1508
1523
|
<col width="150px" class="parameters_name">
|
@@ -1538,12 +1553,12 @@ to free any allocated memory.</p>
|
|
1538
1553
|
<hr>
|
1539
1554
|
<div class="refsect2">
|
1540
1555
|
<a name="gtk-style-context-get-screen"></a><h3>gtk_style_context_get_screen ()</h3>
|
1541
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
1556
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
|
1542
1557
|
gtk_style_context_get_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1543
|
-
<p>Returns the <a href="http://developer.gnome.org/
|
1558
|
+
<p>Returns the <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> to which <em class="parameter"><code>context</code></em>
|
1544
1559
|
is attached.</p>
|
1545
1560
|
<div class="refsect3">
|
1546
|
-
<a name="
|
1561
|
+
<a name="gtk-style-context-get-screen.parameters"></a><h4>Parameters</h4>
|
1547
1562
|
<div class="informaltable"><table width="100%" border="0">
|
1548
1563
|
<colgroup>
|
1549
1564
|
<col width="150px" class="parameters_name">
|
@@ -1558,20 +1573,20 @@ gtk_style_context_get_screen (<em class="parameter"><code><a class="link" href="
|
|
1558
1573
|
</table></div>
|
1559
1574
|
</div>
|
1560
1575
|
<div class="refsect3">
|
1561
|
-
<a name="
|
1562
|
-
<p> a <a href="http://developer.gnome.org/
|
1576
|
+
<a name="gtk-style-context-get-screen.returns"></a><h4>Returns</h4>
|
1577
|
+
<p> a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. </p>
|
1563
1578
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1564
1579
|
</div>
|
1565
1580
|
</div>
|
1566
1581
|
<hr>
|
1567
1582
|
<div class="refsect2">
|
1568
1583
|
<a name="gtk-style-context-get-frame-clock"></a><h3>gtk_style_context_get_frame_clock ()</h3>
|
1569
|
-
<pre class="programlisting"><a href="http://developer.gnome.org/
|
1584
|
+
<pre class="programlisting"><a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
|
1570
1585
|
gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1571
|
-
<p>Returns the <a href="http://developer.gnome.org/
|
1586
|
+
<p>Returns the <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> to which <em class="parameter"><code>context</code></em>
|
1572
1587
|
is attached.</p>
|
1573
1588
|
<div class="refsect3">
|
1574
|
-
<a name="
|
1589
|
+
<a name="gtk-style-context-get-frame-clock.parameters"></a><h4>Parameters</h4>
|
1575
1590
|
<div class="informaltable"><table width="100%" border="0">
|
1576
1591
|
<colgroup>
|
1577
1592
|
<col width="150px" class="parameters_name">
|
@@ -1586,11 +1601,11 @@ gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" h
|
|
1586
1601
|
</table></div>
|
1587
1602
|
</div>
|
1588
1603
|
<div class="refsect3">
|
1589
|
-
<a name="
|
1590
|
-
<p> a <a href="http://developer.gnome.org/
|
1604
|
+
<a name="gtk-style-context-get-frame-clock.returns"></a><h4>Returns</h4>
|
1605
|
+
<p> a <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1591
1606
|
if <em class="parameter"><code>context</code></em>
|
1592
1607
|
does not have an attached frame clock. </p>
|
1593
|
-
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1608
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1594
1609
|
</div>
|
1595
1610
|
<p class="since">Since: <a class="link" href="api-index-3-8.html#api-index-3.8">3.8</a></p>
|
1596
1611
|
</div>
|
@@ -1599,9 +1614,13 @@ does not have an attached frame clock. </p>
|
|
1599
1614
|
<a name="gtk-style-context-get-state"></a><h3>gtk_style_context_get_state ()</h3>
|
1600
1615
|
<pre class="programlisting"><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="returnvalue">GtkStateFlags</span></a>
|
1601
1616
|
gtk_style_context_get_state (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
1602
|
-
<p>Returns the state used
|
1617
|
+
<p>Returns the state used for style matching.</p>
|
1618
|
+
<p>This method should only be used to retrieve the <a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a>
|
1619
|
+
to pass to <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> methods, like <a class="link" href="GtkStyleContext.html#gtk-style-context-get-padding" title="gtk_style_context_get_padding ()"><code class="function">gtk_style_context_get_padding()</code></a>.
|
1620
|
+
If you need to retrieve the current state of a <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>, use
|
1621
|
+
<a class="link" href="GtkWidget.html#gtk-widget-get-state-flags" title="gtk_widget_get_state_flags ()"><code class="function">gtk_widget_get_state_flags()</code></a>.</p>
|
1603
1622
|
<div class="refsect3">
|
1604
|
-
<a name="
|
1623
|
+
<a name="gtk-style-context-get-state.parameters"></a><h4>Parameters</h4>
|
1605
1624
|
<div class="informaltable"><table width="100%" border="0">
|
1606
1625
|
<colgroup>
|
1607
1626
|
<col width="150px" class="parameters_name">
|
@@ -1616,7 +1635,7 @@ gtk_style_context_get_state (<em class="parameter"><code><a class="link" href="G
|
|
1616
1635
|
</table></div>
|
1617
1636
|
</div>
|
1618
1637
|
<div class="refsect3">
|
1619
|
-
<a name="
|
1638
|
+
<a name="gtk-style-context-get-state.returns"></a><h4>Returns</h4>
|
1620
1639
|
<p> the state flags</p>
|
1621
1640
|
</div>
|
1622
1641
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -1631,7 +1650,7 @@ gtk_style_context_get_style (<em class="parameter"><code><a class="link" href="G
|
|
1631
1650
|
according to the
|
1632
1651
|
current style.</p>
|
1633
1652
|
<div class="refsect3">
|
1634
|
-
<a name="
|
1653
|
+
<a name="gtk-style-context-get-style.parameters"></a><h4>Parameters</h4>
|
1635
1654
|
<div class="informaltable"><table width="100%" border="0">
|
1636
1655
|
<colgroup>
|
1637
1656
|
<col width="150px" class="parameters_name">
|
@@ -1666,7 +1685,7 @@ gtk_style_context_get_style_property (<em class="parameter"><code><a class="link
|
|
1666
1685
|
is no longer needed, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html#g-value-unset"><code class="function">g_value_unset()</code></a> must be called
|
1667
1686
|
to free any allocated memory.</p>
|
1668
1687
|
<div class="refsect3">
|
1669
|
-
<a name="
|
1688
|
+
<a name="gtk-style-context-get-style-property.parameters"></a><h4>Parameters</h4>
|
1670
1689
|
<div class="informaltable"><table width="100%" border="0">
|
1671
1690
|
<colgroup>
|
1672
1691
|
<col width="150px" class="parameters_name">
|
@@ -1703,7 +1722,7 @@ gtk_style_context_get_style_valist (<em class="parameter"><code><a class="link"
|
|
1703
1722
|
according to the
|
1704
1723
|
current style.</p>
|
1705
1724
|
<div class="refsect3">
|
1706
|
-
<a name="
|
1725
|
+
<a name="gtk-style-context-get-style-valist.parameters"></a><h4>Parameters</h4>
|
1707
1726
|
<div class="informaltable"><table width="100%" border="0">
|
1708
1727
|
<colgroup>
|
1709
1728
|
<col width="150px" class="parameters_name">
|
@@ -1735,8 +1754,9 @@ gtk_style_context_get_valist (<em class="parameter"><code><a class="link" href="
|
|
1735
1754
|
<em class="parameter"><code><span class="type">va_list</span> args</code></em>);</pre>
|
1736
1755
|
<p>Retrieves several style property values from <em class="parameter"><code>context</code></em>
|
1737
1756
|
for a given state.</p>
|
1757
|
+
<p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> for details.</p>
|
1738
1758
|
<div class="refsect3">
|
1739
|
-
<a name="
|
1759
|
+
<a name="gtk-style-context-get-valist.parameters"></a><h4>Parameters</h4>
|
1740
1760
|
<div class="informaltable"><table width="100%" border="0">
|
1741
1761
|
<colgroup>
|
1742
1762
|
<col width="150px" class="parameters_name">
|
@@ -1784,7 +1804,7 @@ reasons.</p>
|
|
1784
1804
|
<p>Shorthand CSS properties cannot be queried for a location and will
|
1785
1805
|
always return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
1786
1806
|
<div class="refsect3">
|
1787
|
-
<a name="
|
1807
|
+
<a name="gtk-style-context-get-section.parameters"></a><h4>Parameters</h4>
|
1788
1808
|
<div class="informaltable"><table width="100%" border="0">
|
1789
1809
|
<colgroup>
|
1790
1810
|
<col width="150px" class="parameters_name">
|
@@ -1806,8 +1826,11 @@ always return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
|
|
1806
1826
|
</table></div>
|
1807
1827
|
</div>
|
1808
1828
|
<div class="refsect3">
|
1809
|
-
<a name="
|
1810
|
-
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the section where value
|
1829
|
+
<a name="gtk-style-context-get-section.returns"></a><h4>Returns</h4>
|
1830
|
+
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or the section where a value
|
1831
|
+
for <em class="parameter"><code>property</code></em>
|
1832
|
+
was defined. </p>
|
1833
|
+
<p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
1811
1834
|
</div>
|
1812
1835
|
</div>
|
1813
1836
|
<hr>
|
@@ -1816,10 +1839,12 @@ always return <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/
|
|
1816
1839
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1817
1840
|
gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1818
1841
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1819
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1842
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1820
1843
|
<p>Gets the foreground color for a given state.</p>
|
1844
|
+
<p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> and
|
1845
|
+
<a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-COLOR:CAPS" title="GTK_STYLE_PROPERTY_COLOR"><span class="type">GTK_STYLE_PROPERTY_COLOR</span></a> for details.</p>
|
1821
1846
|
<div class="refsect3">
|
1822
|
-
<a name="
|
1847
|
+
<a name="gtk-style-context-get-color.parameters"></a><h4>Parameters</h4>
|
1823
1848
|
<div class="informaltable"><table width="100%" border="0">
|
1824
1849
|
<colgroup>
|
1825
1850
|
<col width="150px" class="parameters_name">
|
@@ -1854,7 +1879,7 @@ gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="G
|
|
1854
1879
|
gtk_style_context_get_background_color
|
1855
1880
|
(<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1856
1881
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1857
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1882
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1858
1883
|
<div class="warning">
|
1859
1884
|
<p><code class="literal">gtk_style_context_get_background_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
1860
1885
|
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.</p>
|
@@ -1868,7 +1893,7 @@ to use the returned value to draw the background with it; the correct way to
|
|
1868
1893
|
achieve this result is to use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead, along with CSS
|
1869
1894
|
style classes to modify the color to be rendered.</p>
|
1870
1895
|
<div class="refsect3">
|
1871
|
-
<a name="
|
1896
|
+
<a name="gtk-style-context-get-background-color.parameters"></a><h4>Parameters</h4>
|
1872
1897
|
<div class="informaltable"><table width="100%" border="0">
|
1873
1898
|
<colgroup>
|
1874
1899
|
<col width="150px" class="parameters_name">
|
@@ -1902,14 +1927,14 @@ style classes to modify the color to be rendered.</p>
|
|
1902
1927
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
1903
1928
|
gtk_style_context_get_border_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1904
1929
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1905
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
1930
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
1906
1931
|
<div class="warning">
|
1907
1932
|
<p><code class="literal">gtk_style_context_get_border_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
|
1908
|
-
<p>Use <code class="function">
|
1933
|
+
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-frame" title="gtk_render_frame ()"><code class="function">gtk_render_frame()</code></a> instead.</p>
|
1909
1934
|
</div>
|
1910
1935
|
<p>Gets the border color for a given state.</p>
|
1911
1936
|
<div class="refsect3">
|
1912
|
-
<a name="
|
1937
|
+
<a name="gtk-style-context-get-border-color.parameters"></a><h4>Parameters</h4>
|
1913
1938
|
<div class="informaltable"><table width="100%" border="0">
|
1914
1939
|
<colgroup>
|
1915
1940
|
<col width="150px" class="parameters_name">
|
@@ -1944,10 +1969,11 @@ gtk_style_context_get_border_color (<em class="parameter"><code><a class="link"
|
|
1944
1969
|
gtk_style_context_get_border (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
1945
1970
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1946
1971
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *border</code></em>);</pre>
|
1947
|
-
<p>Gets the border for a given state as a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a
|
1948
|
-
See <a class="link" href="GtkStyleContext.html#
|
1972
|
+
<p>Gets the border for a given state as a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>.</p>
|
1973
|
+
<p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> and
|
1974
|
+
<a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-BORDER-WIDTH:CAPS" title="GTK_STYLE_PROPERTY_BORDER_WIDTH"><span class="type">GTK_STYLE_PROPERTY_BORDER_WIDTH</span></a> for details.</p>
|
1949
1975
|
<div class="refsect3">
|
1950
|
-
<a name="
|
1976
|
+
<a name="gtk-style-context-get-border.parameters"></a><h4>Parameters</h4>
|
1951
1977
|
<div class="informaltable"><table width="100%" border="0">
|
1952
1978
|
<colgroup>
|
1953
1979
|
<col width="150px" class="parameters_name">
|
@@ -1983,9 +2009,10 @@ gtk_style_context_get_padding (<em class="parameter"><code><a class="link" href=
|
|
1983
2009
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
1984
2010
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *padding</code></em>);</pre>
|
1985
2011
|
<p>Gets the padding for a given state as a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>.
|
1986
|
-
See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-PADDING:CAPS" title="GTK_STYLE_PROPERTY_PADDING"><
|
2012
|
+
See <a class="link" href="GtkStyleContext.html#gtk-style-context-get" title="gtk_style_context_get ()"><code class="function">gtk_style_context_get()</code></a> and <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-PADDING:CAPS" title="GTK_STYLE_PROPERTY_PADDING"><span class="type">GTK_STYLE_PROPERTY_PADDING</span></a>
|
2013
|
+
for details.</p>
|
1987
2014
|
<div class="refsect3">
|
1988
|
-
<a name="
|
2015
|
+
<a name="gtk-style-context-get-padding.parameters"></a><h4>Parameters</h4>
|
1989
2016
|
<div class="informaltable"><table width="100%" border="0">
|
1990
2017
|
<colgroup>
|
1991
2018
|
<col width="150px" class="parameters_name">
|
@@ -2021,9 +2048,10 @@ gtk_style_context_get_margin (<em class="parameter"><code><a class="link" href="
|
|
2021
2048
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
|
2022
2049
|
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *margin</code></em>);</pre>
|
2023
2050
|
<p>Gets the margin for a given state as a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>.
|
2024
|
-
See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-MARGIN:CAPS" title="GTK_STYLE_PROPERTY_MARGIN"><
|
2051
|
+
See <code class="function">gtk_style_property_get()</code> and <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-MARGIN:CAPS" title="GTK_STYLE_PROPERTY_MARGIN"><span class="type">GTK_STYLE_PROPERTY_MARGIN</span></a>
|
2052
|
+
for details.</p>
|
2025
2053
|
<div class="refsect3">
|
2026
|
-
<a name="
|
2054
|
+
<a name="gtk-style-context-get-margin.parameters"></a><h4>Parameters</h4>
|
2027
2055
|
<div class="informaltable"><table width="100%" border="0">
|
2028
2056
|
<colgroup>
|
2029
2057
|
<col width="150px" class="parameters_name">
|
@@ -2054,7 +2082,7 @@ See <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-MARGIN:CAPS" t
|
|
2054
2082
|
<hr>
|
2055
2083
|
<div class="refsect2">
|
2056
2084
|
<a name="gtk-style-context-get-font"></a><h3>gtk_style_context_get_font ()</h3>
|
2057
|
-
<pre class="programlisting">const <span class="returnvalue">PangoFontDescription</span> *
|
2085
|
+
<pre class="programlisting">const <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span class="returnvalue">PangoFontDescription</span></a> *
|
2058
2086
|
gtk_style_context_get_font (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2059
2087
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>);</pre>
|
2060
2088
|
<div class="warning">
|
@@ -2066,7 +2094,7 @@ gtk_style_context_get_font (<em class="parameter"><code><a class="link" href="Gt
|
|
2066
2094
|
object is const and will remain valid until the
|
2067
2095
|
<a class="link" href="GtkStyleContext.html#GtkStyleContext-changed" title="The “changed” signal"><span class="type">“changed”</span></a> signal happens.</p>
|
2068
2096
|
<div class="refsect3">
|
2069
|
-
<a name="
|
2097
|
+
<a name="gtk-style-context-get-font.parameters"></a><h4>Parameters</h4>
|
2070
2098
|
<div class="informaltable"><table width="100%" border="0">
|
2071
2099
|
<colgroup>
|
2072
2100
|
<col width="150px" class="parameters_name">
|
@@ -2088,8 +2116,8 @@ object is const and will remain valid until the
|
|
2088
2116
|
</table></div>
|
2089
2117
|
</div>
|
2090
2118
|
<div class="refsect3">
|
2091
|
-
<a name="
|
2092
|
-
<p> the <span class="type">PangoFontDescription</span> for the given
|
2119
|
+
<a name="gtk-style-context-get-font.returns"></a><h4>Returns</h4>
|
2120
|
+
<p> the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span class="type">PangoFontDescription</span></a> for the given
|
2093
2121
|
state. This object is owned by GTK+ and should not be
|
2094
2122
|
freed. </p>
|
2095
2123
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
@@ -2111,7 +2139,7 @@ again. It is useful if you modify the <em class="parameter"><code>context</code>
|
|
2111
2139
|
and need the new
|
2112
2140
|
information immediately.</p>
|
2113
2141
|
<div class="refsect3">
|
2114
|
-
<a name="
|
2142
|
+
<a name="gtk-style-context-invalidate.parameters"></a><h4>Parameters</h4>
|
2115
2143
|
<div class="informaltable"><table width="100%" border="0">
|
2116
2144
|
<colgroup>
|
2117
2145
|
<col width="150px" class="parameters_name">
|
@@ -2148,7 +2176,7 @@ run from 0 to 1 when <em class="parameter"><code>state</code></em>
|
|
2148
2176
|
is being set and from 1 to 0 when
|
2149
2177
|
it’s being unset.</p>
|
2150
2178
|
<div class="refsect3">
|
2151
|
-
<a name="
|
2179
|
+
<a name="gtk-style-context-state-is-running.parameters"></a><h4>Parameters</h4>
|
2152
2180
|
<div class="informaltable"><table width="100%" border="0">
|
2153
2181
|
<colgroup>
|
2154
2182
|
<col width="150px" class="parameters_name">
|
@@ -2175,7 +2203,7 @@ it’s being unset.</p>
|
|
2175
2203
|
</table></div>
|
2176
2204
|
</div>
|
2177
2205
|
<div class="refsect3">
|
2178
|
-
<a name="
|
2206
|
+
<a name="gtk-style-context-state-is-running.returns"></a><h4>Returns</h4>
|
2179
2207
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if there is a running transition animation for <em class="parameter"><code>state</code></em>
|
2180
2208
|
.</p>
|
2181
2209
|
</div>
|
@@ -2187,11 +2215,11 @@ it’s being unset.</p>
|
|
2187
2215
|
<pre class="programlisting"><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
|
2188
2216
|
gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2189
2217
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *color_name</code></em>,
|
2190
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
2218
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
|
2191
2219
|
<p>Looks up and resolves a color name in the <em class="parameter"><code>context</code></em>
|
2192
2220
|
color map.</p>
|
2193
2221
|
<div class="refsect3">
|
2194
|
-
<a name="
|
2222
|
+
<a name="gtk-style-context-lookup-color.parameters"></a><h4>Parameters</h4>
|
2195
2223
|
<div class="informaltable"><table width="100%" border="0">
|
2196
2224
|
<colgroup>
|
2197
2225
|
<col width="150px" class="parameters_name">
|
@@ -2218,7 +2246,7 @@ gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href
|
|
2218
2246
|
</table></div>
|
2219
2247
|
</div>
|
2220
2248
|
<div class="refsect3">
|
2221
|
-
<a name="
|
2249
|
+
<a name="gtk-style-context-lookup-color.returns"></a><h4>Returns</h4>
|
2222
2250
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>color_name</code></em>
|
2223
2251
|
was found and resolved, <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</p>
|
2224
2252
|
</div>
|
@@ -2239,7 +2267,7 @@ gtk_style_context_lookup_icon_set (<em class="parameter"><code><a class="link" h
|
|
2239
2267
|
the default icon factory, returning an icon set if found, otherwise
|
2240
2268
|
<a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
|
2241
2269
|
<div class="refsect3">
|
2242
|
-
<a name="
|
2270
|
+
<a name="gtk-style-context-lookup-icon-set.parameters"></a><h4>Parameters</h4>
|
2243
2271
|
<div class="informaltable"><table width="100%" border="0">
|
2244
2272
|
<colgroup>
|
2245
2273
|
<col width="150px" class="parameters_name">
|
@@ -2261,7 +2289,7 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2261
2289
|
</table></div>
|
2262
2290
|
</div>
|
2263
2291
|
<div class="refsect3">
|
2264
|
-
<a name="
|
2292
|
+
<a name="gtk-style-context-lookup-icon-set.returns"></a><h4>Returns</h4>
|
2265
2293
|
<p> The looked up <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSet"><code class="literal">GtkIconSet</code></a>, or <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p>
|
2266
2294
|
<p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
|
2267
2295
|
</div>
|
@@ -2271,7 +2299,7 @@ the default icon factory, returning an icon set if found, otherwise
|
|
2271
2299
|
<a name="gtk-style-context-notify-state-change"></a><h3>gtk_style_context_notify_state_change ()</h3>
|
2272
2300
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2273
2301
|
gtk_style_context_notify_state_change (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2274
|
-
<em class="parameter"><code><a href="http://
|
2302
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2275
2303
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> region_id</code></em>,
|
2276
2304
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
2277
2305
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state_value</code></em>);</pre>
|
@@ -2330,11 +2358,11 @@ the prelight state:</p>
|
|
2330
2358
|
6
|
2331
2359
|
7
|
2332
2360
|
8</pre></td>
|
2333
|
-
<td class="listing_code"><pre class="programlisting"><span class="normal"><a href="GtkButton.html">GtkButton</a> </span><span class="cbracket">{</span>
|
2361
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal"><a href="GtkButton.html#GtkButton-struct">GtkButton</a> </span><span class="cbracket">{</span>
|
2334
2362
|
<span class="normal"> background</span><span class="symbol">-</span><span class="normal">color</span><span class="symbol">:</span><span class="normal"> #f00</span>
|
2335
2363
|
<span class="cbracket">}</span>
|
2336
2364
|
|
2337
|
-
<span class="normal"><a href="GtkButton.html">GtkButton</a></span><span class="symbol">:</span><span class="normal">hover </span><span class="cbracket">{</span>
|
2365
|
+
<span class="normal"><a href="GtkButton.html#GtkButton-struct">GtkButton</a></span><span class="symbol">:</span><span class="normal">hover </span><span class="cbracket">{</span>
|
2338
2366
|
<span class="normal"> background</span><span class="symbol">-</span><span class="normal">color</span><span class="symbol">:</span><span class="normal"> #fff</span><span class="symbol">;</span>
|
2339
2367
|
<span class="normal"> transition</span><span class="symbol">:</span><span class="normal"> 200ms linear</span>
|
2340
2368
|
<span class="cbracket">}</span></pre></td>
|
@@ -2351,7 +2379,7 @@ the button.</p>
|
|
2351
2379
|
is used when finding the transition parameters, which
|
2352
2380
|
is why the style places the transition under the :hover pseudo-class.</p>
|
2353
2381
|
<div class="refsect3">
|
2354
|
-
<a name="
|
2382
|
+
<a name="gtk-style-context-notify-state-change.parameters"></a><h4>Parameters</h4>
|
2355
2383
|
<div class="informaltable"><table width="100%" border="0">
|
2356
2384
|
<colgroup>
|
2357
2385
|
<col width="150px" class="parameters_name">
|
@@ -2366,7 +2394,7 @@ is why the style places the transition under the :hover pseudo-class.</p>
|
|
2366
2394
|
</tr>
|
2367
2395
|
<tr>
|
2368
2396
|
<td class="parameter_name"><p>window</p></td>
|
2369
|
-
<td class="parameter_description"><p>a <a href="http://
|
2397
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a></p></td>
|
2370
2398
|
<td class="parameter_annotations"> </td>
|
2371
2399
|
</tr>
|
2372
2400
|
<tr>
|
@@ -2406,7 +2434,7 @@ gtk_style_context_pop_animatable_region
|
|
2406
2434
|
.
|
2407
2435
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable-region" title="gtk_style_context_push_animatable_region ()"><code class="function">gtk_style_context_push_animatable_region()</code></a>.</p>
|
2408
2436
|
<div class="refsect3">
|
2409
|
-
<a name="
|
2437
|
+
<a name="gtk-style-context-pop-animatable-region.parameters"></a><h4>Parameters</h4>
|
2410
2438
|
<div class="informaltable"><table width="100%" border="0">
|
2411
2439
|
<colgroup>
|
2412
2440
|
<col width="150px" class="parameters_name">
|
@@ -2444,7 +2472,7 @@ changes.</p>
|
|
2444
2472
|
so the themes
|
2445
2473
|
can uniquely identify rendered elements subject to a state transition.</p>
|
2446
2474
|
<div class="refsect3">
|
2447
|
-
<a name="
|
2475
|
+
<a name="gtk-style-context-push-animatable-region.parameters"></a><h4>Parameters</h4>
|
2448
2476
|
<div class="informaltable"><table width="100%" border="0">
|
2449
2477
|
<colgroup>
|
2450
2478
|
<col width="150px" class="parameters_name">
|
@@ -2489,7 +2517,7 @@ in all circumstances you would expect all widget to be stopped,
|
|
2489
2517
|
so this should be only used in complex widgets with different
|
2490
2518
|
animatable regions.</p>
|
2491
2519
|
<div class="refsect3">
|
2492
|
-
<a name="
|
2520
|
+
<a name="gtk-style-context-cancel-animations.parameters"></a><h4>Parameters</h4>
|
2493
2521
|
<div class="informaltable"><table width="100%" border="0">
|
2494
2522
|
<colgroup>
|
2495
2523
|
<col width="150px" class="parameters_name">
|
@@ -2518,19 +2546,19 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
|
|
2518
2546
|
<a name="gtk-style-context-scroll-animations"></a><h3>gtk_style_context_scroll_animations ()</h3>
|
2519
2547
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2520
2548
|
gtk_style_context_scroll_animations (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2521
|
-
<em class="parameter"><code><a href="http://
|
2549
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
2522
2550
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dx</code></em>,
|
2523
2551
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> dy</code></em>);</pre>
|
2524
2552
|
<div class="warning">
|
2525
2553
|
<p><code class="literal">gtk_style_context_scroll_animations</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
|
2526
2554
|
<p>This function does nothing.</p>
|
2527
2555
|
</div>
|
2528
|
-
<p>This function is analogous to <a href="http://developer.gnome.org/
|
2556
|
+
<p>This function is analogous to <a href="http://developer.gnome.org/gdk3/gdk3-Windows.html#gdk-window-scroll"><code class="function">gdk_window_scroll()</code></a>, and
|
2529
2557
|
should be called together with it so the invalidation
|
2530
2558
|
areas for any ongoing animation are scrolled together
|
2531
2559
|
with it.</p>
|
2532
2560
|
<div class="refsect3">
|
2533
|
-
<a name="
|
2561
|
+
<a name="gtk-style-context-scroll-animations.parameters"></a><h4>Parameters</h4>
|
2534
2562
|
<div class="informaltable"><table width="100%" border="0">
|
2535
2563
|
<colgroup>
|
2536
2564
|
<col width="150px" class="parameters_name">
|
@@ -2545,7 +2573,7 @@ with it.</p>
|
|
2545
2573
|
</tr>
|
2546
2574
|
<tr>
|
2547
2575
|
<td class="parameter_name"><p>window</p></td>
|
2548
|
-
<td class="parameter_description"><p>a <a href="http://
|
2576
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> used previously in
|
2549
2577
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a></p></td>
|
2550
2578
|
<td class="parameter_annotations"> </td>
|
2551
2579
|
</tr>
|
@@ -2574,7 +2602,7 @@ gtk_style_context_remove_provider (<em class="parameter"><code><a class="link" h
|
|
2574
2602
|
from the style providers list in <em class="parameter"><code>context</code></em>
|
2575
2603
|
.</p>
|
2576
2604
|
<div class="refsect3">
|
2577
|
-
<a name="
|
2605
|
+
<a name="gtk-style-context-remove-provider.parameters"></a><h4>Parameters</h4>
|
2578
2606
|
<div class="informaltable"><table width="100%" border="0">
|
2579
2607
|
<colgroup>
|
2580
2608
|
<col width="150px" class="parameters_name">
|
@@ -2602,13 +2630,13 @@ gtk_style_context_remove_provider (<em class="parameter"><code><a class="link" h
|
|
2602
2630
|
<a name="gtk-style-context-remove-provider-for-screen"></a><h3>gtk_style_context_remove_provider_for_screen ()</h3>
|
2603
2631
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2604
2632
|
gtk_style_context_remove_provider_for_screen
|
2605
|
-
(<em class="parameter"><code><a href="http://developer.gnome.org/
|
2633
|
+
(<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
|
2606
2634
|
<em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>);</pre>
|
2607
2635
|
<p>Removes <em class="parameter"><code>provider</code></em>
|
2608
2636
|
from the global style providers list in <em class="parameter"><code>screen</code></em>
|
2609
2637
|
.</p>
|
2610
2638
|
<div class="refsect3">
|
2611
|
-
<a name="
|
2639
|
+
<a name="gtk-style-context-remove-provider-for-screen.parameters"></a><h4>Parameters</h4>
|
2612
2640
|
<div class="informaltable"><table width="100%" border="0">
|
2613
2641
|
<colgroup>
|
2614
2642
|
<col width="150px" class="parameters_name">
|
@@ -2618,7 +2646,7 @@ gtk_style_context_remove_provider_for_screen
|
|
2618
2646
|
<tbody>
|
2619
2647
|
<tr>
|
2620
2648
|
<td class="parameter_name"><p>screen</p></td>
|
2621
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
2649
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
|
2622
2650
|
<td class="parameter_annotations"> </td>
|
2623
2651
|
</tr>
|
2624
2652
|
<tr>
|
@@ -2635,15 +2663,15 @@ gtk_style_context_remove_provider_for_screen
|
|
2635
2663
|
<div class="refsect2">
|
2636
2664
|
<a name="gtk-style-context-reset-widgets"></a><h3>gtk_style_context_reset_widgets ()</h3>
|
2637
2665
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2638
|
-
gtk_style_context_reset_widgets (<em class="parameter"><code><a href="http://developer.gnome.org/
|
2666
|
+
gtk_style_context_reset_widgets (<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
2639
2667
|
<p>This function recomputes the styles for all widgets under a particular
|
2640
|
-
<a href="http://developer.gnome.org/
|
2668
|
+
<a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. This is useful when some global parameter has changed that
|
2641
2669
|
affects the appearance of all widgets, because when a widget gets a new
|
2642
2670
|
style, it will both redraw and recompute any cached information about
|
2643
2671
|
its appearance. As an example, it is used when the color scheme changes
|
2644
2672
|
in the related <a class="link" href="GtkSettings.html" title="Settings"><span class="type">GtkSettings</span></a> object.</p>
|
2645
2673
|
<div class="refsect3">
|
2646
|
-
<a name="
|
2674
|
+
<a name="gtk-style-context-reset-widgets.parameters"></a><h4>Parameters</h4>
|
2647
2675
|
<div class="informaltable"><table width="100%" border="0">
|
2648
2676
|
<colgroup>
|
2649
2677
|
<col width="150px" class="parameters_name">
|
@@ -2652,7 +2680,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2652
2680
|
</colgroup>
|
2653
2681
|
<tbody><tr>
|
2654
2682
|
<td class="parameter_name"><p>screen</p></td>
|
2655
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
2683
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
|
2656
2684
|
<td class="parameter_annotations"> </td>
|
2657
2685
|
</tr></tbody>
|
2658
2686
|
</table></div>
|
@@ -2664,13 +2692,20 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
|
|
2664
2692
|
<a name="gtk-style-context-set-background"></a><h3>gtk_style_context_set_background ()</h3>
|
2665
2693
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
2666
2694
|
gtk_style_context_set_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
2667
|
-
<em class="parameter"><code><a href="http://
|
2695
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
2696
|
+
<div class="warning">
|
2697
|
+
<p><code class="literal">gtk_style_context_set_background</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
|
2698
|
+
<p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.
|
2699
|
+
Note that clients still using this function are now responsible
|
2700
|
+
for calling this function again whenever <em class="parameter"><code>context</code></em>
|
2701
|
+
is invalidated.</p>
|
2702
|
+
</div>
|
2668
2703
|
<p>Sets the background of <em class="parameter"><code>window</code></em>
|
2669
2704
|
to the background pattern or
|
2670
2705
|
color specified in <em class="parameter"><code>context</code></em>
|
2671
2706
|
for its current state.</p>
|
2672
2707
|
<div class="refsect3">
|
2673
|
-
<a name="
|
2708
|
+
<a name="gtk-style-context-set-background.parameters"></a><h4>Parameters</h4>
|
2674
2709
|
<div class="informaltable"><table width="100%" border="0">
|
2675
2710
|
<colgroup>
|
2676
2711
|
<col width="150px" class="parameters_name">
|
@@ -2685,7 +2720,7 @@ color specified in <em class="parameter"><code>context</code></em>
|
|
2685
2720
|
</tr>
|
2686
2721
|
<tr>
|
2687
2722
|
<td class="parameter_name"><p>window</p></td>
|
2688
|
-
<td class="parameter_description"><p>a <a href="http://
|
2723
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk2/gdk2-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a></p></td>
|
2689
2724
|
<td class="parameter_annotations"> </td>
|
2690
2725
|
</tr>
|
2691
2726
|
</tbody>
|
@@ -2702,7 +2737,7 @@ gtk_style_context_restore (<em class="parameter"><code><a class="link" href="Gtk
|
|
2702
2737
|
state to a previous stage.
|
2703
2738
|
See <a class="link" href="GtkStyleContext.html#gtk-style-context-save" title="gtk_style_context_save ()"><code class="function">gtk_style_context_save()</code></a>.</p>
|
2704
2739
|
<div class="refsect3">
|
2705
|
-
<a name="
|
2740
|
+
<a name="gtk-style-context-restore.parameters"></a><h4>Parameters</h4>
|
2706
2741
|
<div class="informaltable"><table width="100%" border="0">
|
2707
2742
|
<colgroup>
|
2708
2743
|
<col width="150px" class="parameters_name">
|
@@ -2731,7 +2766,7 @@ in one go through <a class="link" href="GtkStyleContext.html#gtk-style-context-r
|
|
2731
2766
|
<p>The matching call to <a class="link" href="GtkStyleContext.html#gtk-style-context-restore" title="gtk_style_context_restore ()"><code class="function">gtk_style_context_restore()</code></a> must be done
|
2732
2767
|
before GTK returns to the main loop.</p>
|
2733
2768
|
<div class="refsect3">
|
2734
|
-
<a name="
|
2769
|
+
<a name="gtk-style-context-save.parameters"></a><h4>Parameters</h4>
|
2735
2770
|
<div class="informaltable"><table width="100%" border="0">
|
2736
2771
|
<colgroup>
|
2737
2772
|
<col width="150px" class="parameters_name">
|
@@ -2764,7 +2799,7 @@ gtk_style_context_set_direction (<em class="parameter"><code><a class="link" hre
|
|
2764
2799
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, you do not need to
|
2765
2800
|
call this yourself.</p>
|
2766
2801
|
<div class="refsect3">
|
2767
|
-
<a name="
|
2802
|
+
<a name="gtk-style-context-set-direction.parameters"></a><h4>Parameters</h4>
|
2768
2803
|
<div class="informaltable"><table width="100%" border="0">
|
2769
2804
|
<colgroup>
|
2770
2805
|
<col width="150px" class="parameters_name">
|
@@ -2801,7 +2836,7 @@ by themes.</p>
|
|
2801
2836
|
for their children, so it should not normally be necessary to call
|
2802
2837
|
this function manually.</p>
|
2803
2838
|
<div class="refsect3">
|
2804
|
-
<a name="
|
2839
|
+
<a name="gtk-style-context-set-junction-sides.parameters"></a><h4>Parameters</h4>
|
2805
2840
|
<div class="informaltable"><table width="100%" border="0">
|
2806
2841
|
<colgroup>
|
2807
2842
|
<col width="150px" class="parameters_name">
|
@@ -2839,7 +2874,7 @@ of properties.</p>
|
|
2839
2874
|
<p>If you are using a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned from
|
2840
2875
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, the parent will be set for you.</p>
|
2841
2876
|
<div class="refsect3">
|
2842
|
-
<a name="
|
2877
|
+
<a name="gtk-style-context-set-parent.parameters"></a><h4>Parameters</h4>
|
2843
2878
|
<div class="informaltable"><table width="100%" border="0">
|
2844
2879
|
<colgroup>
|
2845
2880
|
<col width="150px" class="parameters_name">
|
@@ -2875,7 +2910,7 @@ the new given path.</p>
|
|
2875
2910
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, you do not need to call
|
2876
2911
|
this yourself.</p>
|
2877
2912
|
<div class="refsect3">
|
2878
|
-
<a name="
|
2913
|
+
<a name="gtk-style-context-set-path.parameters"></a><h4>Parameters</h4>
|
2879
2914
|
<div class="informaltable"><table width="100%" border="0">
|
2880
2915
|
<colgroup>
|
2881
2916
|
<col width="150px" class="parameters_name">
|
@@ -2908,28 +2943,28 @@ gtk_style_context_add_class (<em class="parameter"><code><a class="link" href="G
|
|
2908
2943
|
, so posterior calls to
|
2909
2944
|
<a class="link" href="GtkStyleContext.html#gtk-style-context-get" title="gtk_style_context_get ()"><code class="function">gtk_style_context_get()</code></a> or any of the gtk_render_*()
|
2910
2945
|
functions will make use of this new class for styling.</p>
|
2911
|
-
<p>In the CSS file format, a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> defining
|
2946
|
+
<p>In the CSS file format, a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> defining a “search”
|
2912
2947
|
class, would be matched by:</p>
|
2913
2948
|
<div class="informalexample">
|
2914
2949
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2915
2950
|
<tbody>
|
2916
2951
|
<tr>
|
2917
2952
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2918
|
-
<td class="listing_code"><pre class="programlisting"><span class="normal"
|
2953
|
+
<td class="listing_code"><pre class="programlisting"><span class="normal">entry</span><span class="symbol">.</span><span class="normal">search </span><span class="cbracket">{</span><span class="normal"> </span><span class="symbol">...</span><span class="normal"> </span><span class="cbracket">}</span></pre></td>
|
2919
2954
|
</tr>
|
2920
2955
|
</tbody>
|
2921
2956
|
</table>
|
2922
2957
|
</div>
|
2923
2958
|
|
2924
2959
|
<p></p>
|
2925
|
-
<p>While any widget defining
|
2960
|
+
<p>While any widget defining a “search” class would be
|
2926
2961
|
matched by:</p>
|
2927
2962
|
<div class="informalexample">
|
2928
2963
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
2929
2964
|
<tbody>
|
2930
2965
|
<tr>
|
2931
2966
|
<td class="listing_lines" align="right"><pre>1</pre></td>
|
2932
|
-
<td class="listing_code"><pre class="programlisting"><span class="symbol">.</span><span class="normal">
|
2967
|
+
<td class="listing_code"><pre class="programlisting"><span class="symbol">.</span><span class="normal">search </span><span class="cbracket">{</span><span class="normal"> </span><span class="symbol">...</span><span class="normal"> </span><span class="cbracket">}</span></pre></td>
|
2933
2968
|
</tr>
|
2934
2969
|
</tbody>
|
2935
2970
|
</table>
|
@@ -2937,7 +2972,7 @@ matched by:</p>
|
|
2937
2972
|
|
2938
2973
|
<p></p>
|
2939
2974
|
<div class="refsect3">
|
2940
|
-
<a name="
|
2975
|
+
<a name="gtk-style-context-add-class.parameters"></a><h4>Parameters</h4>
|
2941
2976
|
<div class="informaltable"><table width="100%" border="0">
|
2942
2977
|
<colgroup>
|
2943
2978
|
<col width="150px" class="parameters_name">
|
@@ -2970,7 +3005,7 @@ gtk_style_context_remove_class (<em class="parameter"><code><a class="link" href
|
|
2970
3005
|
from <em class="parameter"><code>context</code></em>
|
2971
3006
|
.</p>
|
2972
3007
|
<div class="refsect3">
|
2973
|
-
<a name="
|
3008
|
+
<a name="gtk-style-context-remove-class.parameters"></a><h4>Parameters</h4>
|
2974
3009
|
<div class="informaltable"><table width="100%" border="0">
|
2975
3010
|
<colgroup>
|
2976
3011
|
<col width="150px" class="parameters_name">
|
@@ -3001,9 +3036,9 @@ gtk_style_context_has_class (<em class="parameter"><code><a class="link" href="G
|
|
3001
3036
|
<em class="parameter"><code>const <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *class_name</code></em>);</pre>
|
3002
3037
|
<p>Returns <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>context</code></em>
|
3003
3038
|
currently has defined the
|
3004
|
-
given class name
|
3039
|
+
given class name.</p>
|
3005
3040
|
<div class="refsect3">
|
3006
|
-
<a name="
|
3041
|
+
<a name="gtk-style-context-has-class.parameters"></a><h4>Parameters</h4>
|
3007
3042
|
<div class="informaltable"><table width="100%" border="0">
|
3008
3043
|
<colgroup>
|
3009
3044
|
<col width="150px" class="parameters_name">
|
@@ -3025,7 +3060,7 @@ given class name</p>
|
|
3025
3060
|
</table></div>
|
3026
3061
|
</div>
|
3027
3062
|
<div class="refsect3">
|
3028
|
-
<a name="
|
3063
|
+
<a name="gtk-style-context-has-class.returns"></a><h4>Returns</h4>
|
3029
3064
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>context</code></em>
|
3030
3065
|
has <em class="parameter"><code>class_name</code></em>
|
3031
3066
|
defined</p>
|
@@ -3040,7 +3075,7 @@ gtk_style_context_list_classes (<em class="parameter"><code><a class="link" href
|
|
3040
3075
|
<p>Returns the list of classes currently defined in <em class="parameter"><code>context</code></em>
|
3041
3076
|
.</p>
|
3042
3077
|
<div class="refsect3">
|
3043
|
-
<a name="
|
3078
|
+
<a name="gtk-style-context-list-classes.parameters"></a><h4>Parameters</h4>
|
3044
3079
|
<div class="informaltable"><table width="100%" border="0">
|
3045
3080
|
<colgroup>
|
3046
3081
|
<col width="150px" class="parameters_name">
|
@@ -3055,7 +3090,7 @@ gtk_style_context_list_classes (<em class="parameter"><code><a class="link" href
|
|
3055
3090
|
</table></div>
|
3056
3091
|
</div>
|
3057
3092
|
<div class="refsect3">
|
3058
|
-
<a name="
|
3093
|
+
<a name="gtk-style-context-list-classes.returns"></a><h4>Returns</h4>
|
3059
3094
|
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
3060
3095
|
strings with the currently defined classes. The contents
|
3061
3096
|
of the list are owned by GTK+, but you must free the list
|
@@ -3111,7 +3146,7 @@ following rules:</p>
|
|
3111
3146
|
<p>Region names must only contain lowercase letters
|
3112
3147
|
and “-”, starting always with a lowercase letter.</p>
|
3113
3148
|
<div class="refsect3">
|
3114
|
-
<a name="
|
3149
|
+
<a name="gtk-style-context-add-region.parameters"></a><h4>Parameters</h4>
|
3115
3150
|
<div class="informaltable"><table width="100%" border="0">
|
3116
3151
|
<colgroup>
|
3117
3152
|
<col width="150px" class="parameters_name">
|
@@ -3149,7 +3184,7 @@ gtk_style_context_remove_region (<em class="parameter"><code><a class="link" hre
|
|
3149
3184
|
<p>Removes a region from <em class="parameter"><code>context</code></em>
|
3150
3185
|
.</p>
|
3151
3186
|
<div class="refsect3">
|
3152
|
-
<a name="
|
3187
|
+
<a name="gtk-style-context-remove-region.parameters"></a><h4>Parameters</h4>
|
3153
3188
|
<div class="informaltable"><table width="100%" border="0">
|
3154
3189
|
<colgroup>
|
3155
3190
|
<col width="150px" class="parameters_name">
|
@@ -3186,7 +3221,7 @@ If <em class="parameter"><code>flags_return</code></em>
|
|
3186
3221
|
is not <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, it is set to the flags
|
3187
3222
|
affecting the region.</p>
|
3188
3223
|
<div class="refsect3">
|
3189
|
-
<a name="
|
3224
|
+
<a name="gtk-style-context-has-region.parameters"></a><h4>Parameters</h4>
|
3190
3225
|
<div class="informaltable"><table width="100%" border="0">
|
3191
3226
|
<colgroup>
|
3192
3227
|
<col width="150px" class="parameters_name">
|
@@ -3213,7 +3248,7 @@ affecting the region.</p>
|
|
3213
3248
|
</table></div>
|
3214
3249
|
</div>
|
3215
3250
|
<div class="refsect3">
|
3216
|
-
<a name="
|
3251
|
+
<a name="gtk-style-context-has-region.returns"></a><h4>Returns</h4>
|
3217
3252
|
<p> <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if region is defined</p>
|
3218
3253
|
</div>
|
3219
3254
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -3227,7 +3262,7 @@ gtk_style_context_list_regions (<em class="parameter"><code><a class="link" href
|
|
3227
3262
|
<p>Returns the list of regions currently defined in <em class="parameter"><code>context</code></em>
|
3228
3263
|
.</p>
|
3229
3264
|
<div class="refsect3">
|
3230
|
-
<a name="
|
3265
|
+
<a name="gtk-style-context-list-regions.parameters"></a><h4>Parameters</h4>
|
3231
3266
|
<div class="informaltable"><table width="100%" border="0">
|
3232
3267
|
<colgroup>
|
3233
3268
|
<col width="150px" class="parameters_name">
|
@@ -3242,7 +3277,7 @@ gtk_style_context_list_regions (<em class="parameter"><code><a class="link" href
|
|
3242
3277
|
</table></div>
|
3243
3278
|
</div>
|
3244
3279
|
<div class="refsect3">
|
3245
|
-
<a name="
|
3280
|
+
<a name="gtk-style-context-list-regions.returns"></a><h4>Returns</h4>
|
3246
3281
|
<p> a <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
|
3247
3282
|
strings with the currently defined regions. The contents
|
3248
3283
|
of the list are owned by GTK+, but you must free the list
|
@@ -3256,7 +3291,7 @@ itself with <a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gt
|
|
3256
3291
|
<a name="gtk-style-context-set-screen"></a><h3>gtk_style_context_set_screen ()</h3>
|
3257
3292
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3258
3293
|
gtk_style_context_set_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3259
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
3294
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
3260
3295
|
<p>Attaches <em class="parameter"><code>context</code></em>
|
3261
3296
|
to the given screen.</p>
|
3262
3297
|
<p>The screen is used to add style information from “global” style
|
@@ -3265,7 +3300,7 @@ providers, such as the screens <a class="link" href="GtkSettings.html" title="Se
|
|
3265
3300
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, you do not need to
|
3266
3301
|
call this yourself.</p>
|
3267
3302
|
<div class="refsect3">
|
3268
|
-
<a name="
|
3303
|
+
<a name="gtk-style-context-set-screen.parameters"></a><h4>Parameters</h4>
|
3269
3304
|
<div class="informaltable"><table width="100%" border="0">
|
3270
3305
|
<colgroup>
|
3271
3306
|
<col width="150px" class="parameters_name">
|
@@ -3280,7 +3315,7 @@ call this yourself.</p>
|
|
3280
3315
|
</tr>
|
3281
3316
|
<tr>
|
3282
3317
|
<td class="parameter_name"><p>screen</p></td>
|
3283
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
3318
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
|
3284
3319
|
<td class="parameter_annotations"> </td>
|
3285
3320
|
</tr>
|
3286
3321
|
</tbody>
|
@@ -3293,7 +3328,7 @@ call this yourself.</p>
|
|
3293
3328
|
<a name="gtk-style-context-set-frame-clock"></a><h3>gtk_style_context_set_frame_clock ()</h3>
|
3294
3329
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3295
3330
|
gtk_style_context_set_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3296
|
-
<em class="parameter"><code><a href="http://developer.gnome.org/
|
3331
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>);</pre>
|
3297
3332
|
<p>Attaches <em class="parameter"><code>context</code></em>
|
3298
3333
|
to the given frame clock.</p>
|
3299
3334
|
<p>The frame clock is used for the timing of animations.</p>
|
@@ -3301,7 +3336,7 @@ gtk_style_context_set_frame_clock (<em class="parameter"><code><a class="link" h
|
|
3301
3336
|
<a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a>, you do not need to
|
3302
3337
|
call this yourself.</p>
|
3303
3338
|
<div class="refsect3">
|
3304
|
-
<a name="
|
3339
|
+
<a name="gtk-style-context-set-frame-clock.parameters"></a><h4>Parameters</h4>
|
3305
3340
|
<div class="informaltable"><table width="100%" border="0">
|
3306
3341
|
<colgroup>
|
3307
3342
|
<col width="150px" class="parameters_name">
|
@@ -3311,12 +3346,12 @@ call this yourself.</p>
|
|
3311
3346
|
<tbody>
|
3312
3347
|
<tr>
|
3313
3348
|
<td class="parameter_name"><p>context</p></td>
|
3314
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
3349
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a></p></td>
|
3315
3350
|
<td class="parameter_annotations"> </td>
|
3316
3351
|
</tr>
|
3317
3352
|
<tr>
|
3318
3353
|
<td class="parameter_name"><p>frame_clock</p></td>
|
3319
|
-
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/
|
3354
|
+
<td class="parameter_description"><p>a <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a></p></td>
|
3320
3355
|
<td class="parameter_annotations"> </td>
|
3321
3356
|
</tr>
|
3322
3357
|
</tbody>
|
@@ -3330,10 +3365,9 @@ call this yourself.</p>
|
|
3330
3365
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3331
3366
|
gtk_style_context_set_state (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3332
3367
|
<em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> flags</code></em>);</pre>
|
3333
|
-
<p>Sets the state to be used
|
3334
|
-
of the gtk_render_*() functions.</p>
|
3368
|
+
<p>Sets the state to be used for style matching.</p>
|
3335
3369
|
<div class="refsect3">
|
3336
|
-
<a name="
|
3370
|
+
<a name="gtk-style-context-set-state.parameters"></a><h4>Parameters</h4>
|
3337
3371
|
<div class="informaltable"><table width="100%" border="0">
|
3338
3372
|
<colgroup>
|
3339
3373
|
<col width="150px" class="parameters_name">
|
@@ -3362,9 +3396,9 @@ of the gtk_render_*() functions.</p>
|
|
3362
3396
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3363
3397
|
gtk_style_context_set_scale (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3364
3398
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> scale</code></em>);</pre>
|
3365
|
-
<p>Sets the scale to use when getting image assets for the style
|
3399
|
+
<p>Sets the scale to use when getting image assets for the style.</p>
|
3366
3400
|
<div class="refsect3">
|
3367
|
-
<a name="
|
3401
|
+
<a name="gtk-style-context-set-scale.parameters"></a><h4>Parameters</h4>
|
3368
3402
|
<div class="informaltable"><table width="100%" border="0">
|
3369
3403
|
<colgroup>
|
3370
3404
|
<col width="150px" class="parameters_name">
|
@@ -3394,7 +3428,7 @@ gtk_style_context_set_scale (<em class="parameter"><code><a class="link" href="G
|
|
3394
3428
|
gtk_style_context_get_scale (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
|
3395
3429
|
<p>Returns the scale used for assets.</p>
|
3396
3430
|
<div class="refsect3">
|
3397
|
-
<a name="
|
3431
|
+
<a name="gtk-style-context-get-scale.parameters"></a><h4>Parameters</h4>
|
3398
3432
|
<div class="informaltable"><table width="100%" border="0">
|
3399
3433
|
<colgroup>
|
3400
3434
|
<col width="150px" class="parameters_name">
|
@@ -3409,20 +3443,66 @@ gtk_style_context_get_scale (<em class="parameter"><code><a class="link" href="G
|
|
3409
3443
|
</table></div>
|
3410
3444
|
</div>
|
3411
3445
|
<div class="refsect3">
|
3412
|
-
<a name="
|
3446
|
+
<a name="gtk-style-context-get-scale.returns"></a><h4>Returns</h4>
|
3413
3447
|
<p> the scale</p>
|
3414
3448
|
</div>
|
3415
3449
|
<p class="since">Since: <a class="link" href="api-index-3-10.html#api-index-3.10">3.10</a></p>
|
3416
3450
|
</div>
|
3417
3451
|
<hr>
|
3418
3452
|
<div class="refsect2">
|
3453
|
+
<a name="gtk-style-context-to-string"></a><h3>gtk_style_context_to_string ()</h3>
|
3454
|
+
<pre class="programlisting"><span class="returnvalue">char</span> *
|
3455
|
+
gtk_style_context_to_string (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3456
|
+
<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkStyleContextPrintFlags" title="enum GtkStyleContextPrintFlags"><span class="type">GtkStyleContextPrintFlags</span></a> flags</code></em>);</pre>
|
3457
|
+
<p>Converts the style context into a string representation.</p>
|
3458
|
+
<p>The string representation always includes information about
|
3459
|
+
the name, state, id, visibility and style classes of the CSS
|
3460
|
+
node that is backing <em class="parameter"><code>context</code></em>
|
3461
|
+
. Depending on the flags, more
|
3462
|
+
information may be included.</p>
|
3463
|
+
<p>This function is intended for testing and debugging of the
|
3464
|
+
CSS implementation in GTK+. There are no guarantees about
|
3465
|
+
the format of the returned string, it may change.</p>
|
3466
|
+
<div class="refsect3">
|
3467
|
+
<a name="gtk-style-context-to-string.parameters"></a><h4>Parameters</h4>
|
3468
|
+
<div class="informaltable"><table width="100%" border="0">
|
3469
|
+
<colgroup>
|
3470
|
+
<col width="150px" class="parameters_name">
|
3471
|
+
<col class="parameters_description">
|
3472
|
+
<col width="200px" class="parameters_annotations">
|
3473
|
+
</colgroup>
|
3474
|
+
<tbody>
|
3475
|
+
<tr>
|
3476
|
+
<td class="parameter_name"><p>context</p></td>
|
3477
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a></p></td>
|
3478
|
+
<td class="parameter_annotations"> </td>
|
3479
|
+
</tr>
|
3480
|
+
<tr>
|
3481
|
+
<td class="parameter_name"><p>flags</p></td>
|
3482
|
+
<td class="parameter_description"><p>Flags that determine what to print</p></td>
|
3483
|
+
<td class="parameter_annotations"> </td>
|
3484
|
+
</tr>
|
3485
|
+
</tbody>
|
3486
|
+
</table></div>
|
3487
|
+
</div>
|
3488
|
+
<div class="refsect3">
|
3489
|
+
<a name="gtk-style-context-to-string.returns"></a><h4>Returns</h4>
|
3490
|
+
<p> a newly allocated string representing <em class="parameter"><code>context</code></em>
|
3491
|
+
</p>
|
3492
|
+
</div>
|
3493
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
3494
|
+
</div>
|
3495
|
+
<hr>
|
3496
|
+
<div class="refsect2">
|
3419
3497
|
<a name="gtk-border-new"></a><h3>gtk_border_new ()</h3>
|
3420
3498
|
<pre class="programlisting"><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> *
|
3421
3499
|
gtk_border_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
3422
3500
|
<p>Allocates a new <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a> and initializes its elements to zero.</p>
|
3423
3501
|
<div class="refsect3">
|
3424
|
-
<a name="
|
3425
|
-
<p> a newly allocated <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a>.
|
3502
|
+
<a name="gtk-border-new.returns"></a><h4>Returns</h4>
|
3503
|
+
<p> a newly allocated <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a>.
|
3504
|
+
Free with <a class="link" href="GtkStyleContext.html#gtk-border-free" title="gtk_border_free ()"><code class="function">gtk_border_free()</code></a>. </p>
|
3505
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3426
3506
|
</div>
|
3427
3507
|
<p class="since">Since: 2.14</p>
|
3428
3508
|
</div>
|
@@ -3433,7 +3513,7 @@ gtk_border_new (<em class="parameter"><code><span class="type">void</span></code
|
|
3433
3513
|
gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
3434
3514
|
<p>Copies a <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a>.</p>
|
3435
3515
|
<div class="refsect3">
|
3436
|
-
<a name="
|
3516
|
+
<a name="gtk-border-copy.parameters"></a><h4>Parameters</h4>
|
3437
3517
|
<div class="informaltable"><table width="100%" border="0">
|
3438
3518
|
<colgroup>
|
3439
3519
|
<col width="150px" class="parameters_name">
|
@@ -3448,9 +3528,10 @@ gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyl
|
|
3448
3528
|
</table></div>
|
3449
3529
|
</div>
|
3450
3530
|
<div class="refsect3">
|
3451
|
-
<a name="
|
3531
|
+
<a name="gtk-border-copy.returns"></a><h4>Returns</h4>
|
3452
3532
|
<p> a copy of <em class="parameter"><code>border_</code></em>
|
3453
|
-
|
3533
|
+
. </p>
|
3534
|
+
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
3454
3535
|
</div>
|
3455
3536
|
</div>
|
3456
3537
|
<hr>
|
@@ -3460,7 +3541,7 @@ gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyl
|
|
3460
3541
|
gtk_border_free (<em class="parameter"><code><a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
3461
3542
|
<p>Frees a <a class="link" href="GtkStyleContext.html#GtkBorder-struct" title="struct GtkBorder"><span class="type">GtkBorder</span></a>.</p>
|
3462
3543
|
<div class="refsect3">
|
3463
|
-
<a name="
|
3544
|
+
<a name="gtk-border-free.parameters"></a><h4>Parameters</h4>
|
3464
3545
|
<div class="informaltable"><table width="100%" border="0">
|
3465
3546
|
<colgroup>
|
3466
3547
|
<col width="150px" class="parameters_name">
|
@@ -3487,10 +3568,10 @@ gtk_render_arrow (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3487
3568
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> size</code></em>);</pre>
|
3488
3569
|
<p>Renders an arrow pointing to <em class="parameter"><code>angle</code></em>
|
3489
3570
|
.</p>
|
3490
|
-
<p>Typical arrow rendering at 0, 1⁄2
|
3571
|
+
<p>Typical arrow rendering at 0, 1⁄2 π;, π; and 3⁄2 π:</p>
|
3491
3572
|
<p><span class="inlinemediaobject"><img src="arrows.png"></span></p>
|
3492
3573
|
<div class="refsect3">
|
3493
|
-
<a name="
|
3574
|
+
<a name="gtk-render-arrow.parameters"></a><h4>Parameters</h4>
|
3494
3575
|
<div class="informaltable"><table width="100%" border="0">
|
3495
3576
|
<colgroup>
|
3496
3577
|
<col width="150px" class="parameters_name">
|
@@ -3548,7 +3629,7 @@ gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
3548
3629
|
<code class="literal">background-image</code>, <code class="literal">border-width</code> and <code class="literal">border-radius</code>:</p>
|
3549
3630
|
<p><span class="inlinemediaobject"><img src="background.png"></span></p>
|
3550
3631
|
<div class="refsect3">
|
3551
|
-
<a name="
|
3632
|
+
<a name="gtk-render-background.parameters"></a><h4>Parameters</h4>
|
3552
3633
|
<div class="informaltable"><table width="100%" border="0">
|
3553
3634
|
<colgroup>
|
3554
3635
|
<col width="150px" class="parameters_name">
|
@@ -3593,6 +3674,64 @@ gtk_render_background (<em class="parameter"><code><a class="link" href="GtkStyl
|
|
3593
3674
|
</div>
|
3594
3675
|
<hr>
|
3595
3676
|
<div class="refsect2">
|
3677
|
+
<a name="gtk-render-background-get-clip"></a><h3>gtk_render_background_get_clip ()</h3>
|
3678
|
+
<pre class="programlisting"><span class="returnvalue">void</span>
|
3679
|
+
gtk_render_background_get_clip (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
3680
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
3681
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
3682
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> width</code></em>,
|
3683
|
+
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> height</code></em>,
|
3684
|
+
<em class="parameter"><code><a href="http://developer.gnome.org/gdk3/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *out_clip</code></em>);</pre>
|
3685
|
+
<p>Returns the area that will be affected (i.e. drawn to) when
|
3686
|
+
calling <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> for the given <em class="parameter"><code>context</code></em>
|
3687
|
+
and
|
3688
|
+
rectangle.</p>
|
3689
|
+
<div class="refsect3">
|
3690
|
+
<a name="gtk-render-background-get-clip.parameters"></a><h4>Parameters</h4>
|
3691
|
+
<div class="informaltable"><table width="100%" border="0">
|
3692
|
+
<colgroup>
|
3693
|
+
<col width="150px" class="parameters_name">
|
3694
|
+
<col class="parameters_description">
|
3695
|
+
<col width="200px" class="parameters_annotations">
|
3696
|
+
</colgroup>
|
3697
|
+
<tbody>
|
3698
|
+
<tr>
|
3699
|
+
<td class="parameter_name"><p>context</p></td>
|
3700
|
+
<td class="parameter_description"><p>a <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a></p></td>
|
3701
|
+
<td class="parameter_annotations"> </td>
|
3702
|
+
</tr>
|
3703
|
+
<tr>
|
3704
|
+
<td class="parameter_name"><p>x</p></td>
|
3705
|
+
<td class="parameter_description"><p>X origin of the rectangle</p></td>
|
3706
|
+
<td class="parameter_annotations"> </td>
|
3707
|
+
</tr>
|
3708
|
+
<tr>
|
3709
|
+
<td class="parameter_name"><p>y</p></td>
|
3710
|
+
<td class="parameter_description"><p>Y origin of the rectangle</p></td>
|
3711
|
+
<td class="parameter_annotations"> </td>
|
3712
|
+
</tr>
|
3713
|
+
<tr>
|
3714
|
+
<td class="parameter_name"><p>width</p></td>
|
3715
|
+
<td class="parameter_description"><p>rectangle width</p></td>
|
3716
|
+
<td class="parameter_annotations"> </td>
|
3717
|
+
</tr>
|
3718
|
+
<tr>
|
3719
|
+
<td class="parameter_name"><p>height</p></td>
|
3720
|
+
<td class="parameter_description"><p>rectangle height</p></td>
|
3721
|
+
<td class="parameter_annotations"> </td>
|
3722
|
+
</tr>
|
3723
|
+
<tr>
|
3724
|
+
<td class="parameter_name"><p>out_clip</p></td>
|
3725
|
+
<td class="parameter_description"><p> return location for the clip. </p></td>
|
3726
|
+
<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>
|
3727
|
+
</tr>
|
3728
|
+
</tbody>
|
3729
|
+
</table></div>
|
3730
|
+
</div>
|
3731
|
+
<p class="since">Since: <a class="link" href="api-index-3-20.html#api-index-3.20">3.20</a></p>
|
3732
|
+
</div>
|
3733
|
+
<hr>
|
3734
|
+
<div class="refsect2">
|
3596
3735
|
<a name="gtk-render-check"></a><h3>gtk_render_check ()</h3>
|
3597
3736
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
3598
3737
|
gtk_render_check (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
@@ -3608,7 +3747,7 @@ should be marked as undefined.</p>
|
|
3608
3747
|
<p>Typical checkmark rendering:</p>
|
3609
3748
|
<p><span class="inlinemediaobject"><img src="checks.png"></span></p>
|
3610
3749
|
<div class="refsect3">
|
3611
|
-
<a name="
|
3750
|
+
<a name="gtk-render-check.parameters"></a><h4>Parameters</h4>
|
3612
3751
|
<div class="informaltable"><table width="100%" border="0">
|
3613
3752
|
<colgroup>
|
3614
3753
|
<col width="150px" class="parameters_name">
|
@@ -3671,7 +3810,7 @@ determines whether the expander is collapsed or expanded.</p>
|
|
3671
3810
|
<p>Typical expander rendering:</p>
|
3672
3811
|
<p><span class="inlinemediaobject"><img src="expanders.png"></span></p>
|
3673
3812
|
<div class="refsect3">
|
3674
|
-
<a name="
|
3813
|
+
<a name="gtk-render-expander.parameters"></a><h4>Parameters</h4>
|
3675
3814
|
<div class="informaltable"><table width="100%" border="0">
|
3676
3815
|
<colgroup>
|
3677
3816
|
<col width="150px" class="parameters_name">
|
@@ -3736,7 +3875,7 @@ connects to is defined by <em class="parameter"><code>gap_side</code></em>
|
|
3736
3875
|
<p>Typical extension rendering:</p>
|
3737
3876
|
<p><span class="inlinemediaobject"><img src="extensions.png"></span></p>
|
3738
3877
|
<div class="refsect3">
|
3739
|
-
<a name="
|
3878
|
+
<a name="gtk-render-extension.parameters"></a><h4>Parameters</h4>
|
3740
3879
|
<div class="informaltable"><table width="100%" border="0">
|
3741
3880
|
<colgroup>
|
3742
3881
|
<col width="150px" class="parameters_name">
|
@@ -3802,7 +3941,7 @@ gtk_render_focus (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3802
3941
|
<p>Typical focus rendering:</p>
|
3803
3942
|
<p><span class="inlinemediaobject"><img src="focus.png"></span></p>
|
3804
3943
|
<div class="refsect3">
|
3805
|
-
<a name="
|
3944
|
+
<a name="gtk-render-focus.parameters"></a><h4>Parameters</h4>
|
3806
3945
|
<div class="informaltable"><table width="100%" border="0">
|
3807
3946
|
<colgroup>
|
3808
3947
|
<col width="150px" class="parameters_name">
|
@@ -3864,7 +4003,7 @@ gtk_render_frame (<em class="parameter"><code><a class="link" href="GtkStyleCont
|
|
3864
4003
|
<code class="literal">border-color</code>, <code class="literal">border-width</code>, <code class="literal">border-radius</code> and junctions:</p>
|
3865
4004
|
<p><span class="inlinemediaobject"><img src="frames.png"></span></p>
|
3866
4005
|
<div class="refsect3">
|
3867
|
-
<a name="
|
4006
|
+
<a name="gtk-render-frame.parameters"></a><h4>Parameters</h4>
|
3868
4007
|
<div class="informaltable"><table width="100%" border="0">
|
3869
4008
|
<colgroup>
|
3870
4009
|
<col width="150px" class="parameters_name">
|
@@ -3933,7 +4072,7 @@ for <a class="link" href="gtk3-Standard-Enumerations.html#GTK-POS-TOP:CAPS"><cod
|
|
3933
4072
|
<p>Typical rendering of a frame with a gap:</p>
|
3934
4073
|
<p><span class="inlinemediaobject"><img src="frame-gap.png"></span></p>
|
3935
4074
|
<div class="refsect3">
|
3936
|
-
<a name="
|
4075
|
+
<a name="gtk-render-frame-gap.parameters"></a><h4>Parameters</h4>
|
3937
4076
|
<div class="informaltable"><table width="100%" border="0">
|
3938
4077
|
<colgroup>
|
3939
4078
|
<col width="150px" class="parameters_name">
|
@@ -4013,7 +4152,7 @@ determined by <em class="parameter"><code>x</code></em>
|
|
4013
4152
|
<p>Handles rendered for the paned and grip classes:</p>
|
4014
4153
|
<p><span class="inlinemediaobject"><img src="handles.png"></span></p>
|
4015
4154
|
<div class="refsect3">
|
4016
|
-
<a name="
|
4155
|
+
<a name="gtk-render-handle.parameters"></a><h4>Parameters</h4>
|
4017
4156
|
<div class="informaltable"><table width="100%" border="0">
|
4018
4157
|
<colgroup>
|
4019
4158
|
<col width="150px" class="parameters_name">
|
@@ -4064,13 +4203,13 @@ gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleCon
|
|
4064
4203
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4065
4204
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4066
4205
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
4067
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>);</pre>
|
4206
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
4068
4207
|
<p>Renders <em class="parameter"><code>layout</code></em>
|
4069
4208
|
on the coordinates <em class="parameter"><code>x</code></em>
|
4070
4209
|
, <em class="parameter"><code>y</code></em>
|
4071
4210
|
</p>
|
4072
4211
|
<div class="refsect3">
|
4073
|
-
<a name="
|
4212
|
+
<a name="gtk-render-layout.parameters"></a><h4>Parameters</h4>
|
4074
4213
|
<div class="informaltable"><table width="100%" border="0">
|
4075
4214
|
<colgroup>
|
4076
4215
|
<col width="150px" class="parameters_name">
|
@@ -4100,7 +4239,7 @@ gtk_render_layout (<em class="parameter"><code><a class="link" href="GtkStyleCon
|
|
4100
4239
|
</tr>
|
4101
4240
|
<tr>
|
4102
4241
|
<td class="parameter_name"><p>layout</p></td>
|
4103
|
-
<td class="parameter_description"><p>the <span class="type">PangoLayout</span> to render</p></td>
|
4242
|
+
<td class="parameter_description"><p>the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> to render</p></td>
|
4104
4243
|
<td class="parameter_annotations"> </td>
|
4105
4244
|
</tr>
|
4106
4245
|
</tbody>
|
@@ -4120,7 +4259,7 @@ gtk_render_line (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4120
4259
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y1</code></em>);</pre>
|
4121
4260
|
<p>Renders a line from (x0, y0) to (x1, y1).</p>
|
4122
4261
|
<div class="refsect3">
|
4123
|
-
<a name="
|
4262
|
+
<a name="gtk-render-line.parameters"></a><h4>Parameters</h4>
|
4124
4263
|
<div class="informaltable"><table width="100%" border="0">
|
4125
4264
|
<colgroup>
|
4126
4265
|
<col width="150px" class="parameters_name">
|
@@ -4179,7 +4318,7 @@ state will determine whether the option is on or off, and
|
|
4179
4318
|
<p>Typical option mark rendering:</p>
|
4180
4319
|
<p><span class="inlinemediaobject"><img src="options.png"></span></p>
|
4181
4320
|
<div class="refsect3">
|
4182
|
-
<a name="
|
4321
|
+
<a name="gtk-render-option.parameters"></a><h4>Parameters</h4>
|
4183
4322
|
<div class="informaltable"><table width="100%" border="0">
|
4184
4323
|
<colgroup>
|
4185
4324
|
<col width="150px" class="parameters_name">
|
@@ -4244,7 +4383,7 @@ or horizontal.</p>
|
|
4244
4383
|
<p>Typical slider rendering:</p>
|
4245
4384
|
<p><span class="inlinemediaobject"><img src="sliders.png"></span></p>
|
4246
4385
|
<div class="refsect3">
|
4247
|
-
<a name="
|
4386
|
+
<a name="gtk-render-slider.parameters"></a><h4>Parameters</h4>
|
4248
4387
|
<div class="informaltable"><table width="100%" border="0">
|
4249
4388
|
<colgroup>
|
4250
4389
|
<col width="150px" class="parameters_name">
|
@@ -4306,7 +4445,7 @@ gtk_render_activity (<em class="parameter"><code><a class="link" href="GtkStyleC
|
|
4306
4445
|
The state <a class="link" href="gtk3-Standard-Enumerations.html#GTK-STATE-FLAG-CHECKED:CAPS"><code class="literal">GTK_STATE_FLAG_CHECKED</code></a> determines whether there is
|
4307
4446
|
activity going on.</p>
|
4308
4447
|
<div class="refsect3">
|
4309
|
-
<a name="
|
4448
|
+
<a name="gtk-render-activity.parameters"></a><h4>Parameters</h4>
|
4310
4449
|
<div class="informaltable"><table width="100%" border="0">
|
4311
4450
|
<colgroup>
|
4312
4451
|
<col width="150px" class="parameters_name">
|
@@ -4352,7 +4491,7 @@ activity going on.</p>
|
|
4352
4491
|
<hr>
|
4353
4492
|
<div class="refsect2">
|
4354
4493
|
<a name="gtk-render-icon-pixbuf"></a><h3>gtk_render_icon_pixbuf ()</h3>
|
4355
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> *
|
4494
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
|
4356
4495
|
gtk_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4357
4496
|
<em class="parameter"><code>const <a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
4358
4497
|
<em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>);</pre>
|
@@ -4365,7 +4504,7 @@ gtk_render_icon_pixbuf (<em class="parameter"><code><a class="link" href="GtkSty
|
|
4365
4504
|
, returning the result
|
4366
4505
|
in a pixbuf.</p>
|
4367
4506
|
<div class="refsect3">
|
4368
|
-
<a name="
|
4507
|
+
<a name="gtk-render-icon-pixbuf.parameters"></a><h4>Parameters</h4>
|
4369
4508
|
<div class="informaltable"><table width="100%" border="0">
|
4370
4509
|
<colgroup>
|
4371
4510
|
<col width="150px" class="parameters_name">
|
@@ -4385,16 +4524,17 @@ in a pixbuf.</p>
|
|
4385
4524
|
</tr>
|
4386
4525
|
<tr>
|
4387
4526
|
<td class="parameter_name"><p>size</p></td>
|
4388
|
-
<td class="parameter_description"><p> the size to render the icon at.
|
4389
|
-
means render at the size of the source
|
4527
|
+
<td class="parameter_description"><p> the size (<a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a>) to render the icon at.
|
4528
|
+
A size of <code class="literal">(GtkIconSize) -1</code> means render at the size of the source
|
4529
|
+
and don’t scale. </p></td>
|
4390
4530
|
<td class="parameter_annotations"><span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> int]</span></td>
|
4391
4531
|
</tr>
|
4392
4532
|
</tbody>
|
4393
4533
|
</table></div>
|
4394
4534
|
</div>
|
4395
4535
|
<div class="refsect3">
|
4396
|
-
<a name="
|
4397
|
-
<p> a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the rendered icon. </p>
|
4536
|
+
<a name="gtk-render-icon-pixbuf.returns"></a><h4>Returns</h4>
|
4537
|
+
<p> a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> containing the rendered icon. </p>
|
4398
4538
|
<p><span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span></p>
|
4399
4539
|
</div>
|
4400
4540
|
<p class="since">Since: <a class="link" href="api-index-3-0.html#api-index-3.0">3.0</a></p>
|
@@ -4413,7 +4553,7 @@ gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkSt
|
|
4413
4553
|
and <em class="parameter"><code>y</code></em>
|
4414
4554
|
coordinates.</p>
|
4415
4555
|
<div class="refsect3">
|
4416
|
-
<a name="
|
4556
|
+
<a name="gtk-render-icon-surface.parameters"></a><h4>Parameters</h4>
|
4417
4557
|
<div class="informaltable"><table width="100%" border="0">
|
4418
4558
|
<colgroup>
|
4419
4559
|
<col width="150px" class="parameters_name">
|
@@ -4459,15 +4599,21 @@ gtk_render_icon_surface (<em class="parameter"><code><a class="link" href="GtkSt
|
|
4459
4599
|
<pre class="programlisting"><span class="returnvalue">void</span>
|
4460
4600
|
gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
|
4461
4601
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4462
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
4602
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> *pixbuf</code></em>,
|
4463
4603
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4464
4604
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>);</pre>
|
4465
4605
|
<p>Renders the icon in <em class="parameter"><code>pixbuf</code></em>
|
4466
4606
|
at the specified <em class="parameter"><code>x</code></em>
|
4467
4607
|
and <em class="parameter"><code>y</code></em>
|
4468
4608
|
coordinates.</p>
|
4609
|
+
<p>This function will render the icon in <em class="parameter"><code>pixbuf</code></em>
|
4610
|
+
at exactly its size,
|
4611
|
+
regardless of scaling factors, which may not be appropriate when
|
4612
|
+
drawing on displays with high pixel densities.</p>
|
4613
|
+
<p>You probably want to use <a class="link" href="GtkStyleContext.html#gtk-render-icon-surface" title="gtk_render_icon_surface ()"><code class="function">gtk_render_icon_surface()</code></a> instead, if you
|
4614
|
+
already have a Cairo surface.</p>
|
4469
4615
|
<div class="refsect3">
|
4470
|
-
<a name="
|
4616
|
+
<a name="gtk-render-icon.parameters"></a><h4>Parameters</h4>
|
4471
4617
|
<div class="informaltable"><table width="100%" border="0">
|
4472
4618
|
<colgroup>
|
4473
4619
|
<col width="150px" class="parameters_name">
|
@@ -4487,7 +4633,7 @@ gtk_render_icon (<em class="parameter"><code><a class="link" href="GtkStyleConte
|
|
4487
4633
|
</tr>
|
4488
4634
|
<tr>
|
4489
4635
|
<td class="parameter_name"><p>pixbuf</p></td>
|
4490
|
-
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the icon to draw</p></td>
|
4636
|
+
<td class="parameter_description"><p>a <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="type">GdkPixbuf</span></a> containing the icon to draw</p></td>
|
4491
4637
|
<td class="parameter_annotations"> </td>
|
4492
4638
|
</tr>
|
4493
4639
|
<tr>
|
@@ -4515,14 +4661,14 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4515
4661
|
<em class="parameter"><code><span class="type">cairo_t</span> *cr</code></em>,
|
4516
4662
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> x</code></em>,
|
4517
4663
|
<em class="parameter"><code><a href="/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> y</code></em>,
|
4518
|
-
<em class="parameter"><code><span class="type">PangoLayout</span> *layout</code></em>,
|
4664
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> *layout</code></em>,
|
4519
4665
|
<em class="parameter"><code><span class="type">int</span> index</code></em>,
|
4520
|
-
<em class="parameter"><code><span class="type">PangoDirection</span> direction</code></em>);</pre>
|
4666
|
+
<em class="parameter"><code><a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> direction</code></em>);</pre>
|
4521
4667
|
<p>Draws a text caret on <em class="parameter"><code>cr</code></em>
|
4522
4668
|
at the specified index of <em class="parameter"><code>layout</code></em>
|
4523
4669
|
.</p>
|
4524
4670
|
<div class="refsect3">
|
4525
|
-
<a name="
|
4671
|
+
<a name="gtk-render-insertion-cursor.parameters"></a><h4>Parameters</h4>
|
4526
4672
|
<div class="informaltable"><table width="100%" border="0">
|
4527
4673
|
<colgroup>
|
4528
4674
|
<col width="150px" class="parameters_name">
|
@@ -4552,17 +4698,17 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4552
4698
|
</tr>
|
4553
4699
|
<tr>
|
4554
4700
|
<td class="parameter_name"><p>layout</p></td>
|
4555
|
-
<td class="parameter_description"><p>the <span class="type">PangoLayout</span> of the text</p></td>
|
4701
|
+
<td class="parameter_description"><p>the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a> of the text</p></td>
|
4556
4702
|
<td class="parameter_annotations"> </td>
|
4557
4703
|
</tr>
|
4558
4704
|
<tr>
|
4559
4705
|
<td class="parameter_name"><p>index</p></td>
|
4560
|
-
<td class="parameter_description"><p>the index in the <span class="type">PangoLayout</span></p></td>
|
4706
|
+
<td class="parameter_description"><p>the index in the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout-struct"><span class="type">PangoLayout</span></a></p></td>
|
4561
4707
|
<td class="parameter_annotations"> </td>
|
4562
4708
|
</tr>
|
4563
4709
|
<tr>
|
4564
4710
|
<td class="parameter_name"><p>direction</p></td>
|
4565
|
-
<td class="parameter_description"><p>the <span class="type">PangoDirection</span> of the text</p></td>
|
4711
|
+
<td class="parameter_description"><p>the <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Bidirectional-Text.html#PangoDirection"><span class="type">PangoDirection</span></a> of the text</p></td>
|
4566
4712
|
<td class="parameter_annotations"> </td>
|
4567
4713
|
</tr>
|
4568
4714
|
</tbody>
|
@@ -4577,14 +4723,14 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4577
4723
|
<a name="GTK-STYLE-PROPERTY-BACKGROUND-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BACKGROUND_COLOR</h3>
|
4578
4724
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BACKGROUND_COLOR "background-color"
|
4579
4725
|
</pre>
|
4580
|
-
<p>A property holding the background color of rendered elements as a <a href="http://developer.gnome.org/
|
4726
|
+
<p>A property holding the background color of rendered elements as a <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4581
4727
|
</div>
|
4582
4728
|
<hr>
|
4583
4729
|
<div class="refsect2">
|
4584
4730
|
<a name="GTK-STYLE-PROPERTY-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_COLOR</h3>
|
4585
4731
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_COLOR "color"
|
4586
4732
|
</pre>
|
4587
|
-
<p>A property holding the foreground color of rendered elements as a <a href="http://developer.gnome.org/
|
4733
|
+
<p>A property holding the foreground color of rendered elements as a <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4588
4734
|
</div>
|
4589
4735
|
<hr>
|
4590
4736
|
<div class="refsect2">
|
@@ -4592,7 +4738,7 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
|
|
4592
4738
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_FONT "font"
|
4593
4739
|
</pre>
|
4594
4740
|
<p>A property holding the font properties used when rendering text
|
4595
|
-
as a <span class="type">PangoFontDescription</span>.</p>
|
4741
|
+
as a <a href="/home/mclasen/gnome/share/gtk-doc/html/pango/pango-Fonts.html#PangoFontDescription-struct"><span class="type">PangoFontDescription</span></a>.</p>
|
4596
4742
|
</div>
|
4597
4743
|
<hr>
|
4598
4744
|
<div class="refsect2">
|
@@ -4624,7 +4770,7 @@ series.</p>
|
|
4624
4770
|
a <a class="link" href="GtkStyleContext.html#GtkBorder"><span class="type">GtkBorder</span></a>. The border is the intermediary spacing property of the
|
4625
4771
|
padding/border/margin series.</p>
|
4626
4772
|
<p>gtk_render_frame() uses this property to find out the frame line width,
|
4627
|
-
so <a href="GtkWidget.html"><span class="type">GtkWidgets</span></a> rendering frames may need to add up this padding when
|
4773
|
+
so <a href="GtkWidget.html#GtkWidget-struct"><span class="type">GtkWidgets</span></a> rendering frames may need to add up this padding when
|
4628
4774
|
requesting size</p>
|
4629
4775
|
</div>
|
4630
4776
|
<hr>
|
@@ -4646,7 +4792,7 @@ requesting size</p>
|
|
4646
4792
|
<a name="GTK-STYLE-PROPERTY-BORDER-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BORDER_COLOR</h3>
|
4647
4793
|
<pre class="programlisting">#define GTK_STYLE_PROPERTY_BORDER_COLOR "border-color"
|
4648
4794
|
</pre>
|
4649
|
-
<p>A property holding the element’s border color as a <a href="http://developer.gnome.org/
|
4795
|
+
<p>A property holding the element’s border color as a <a href="http://developer.gnome.org/gdk3/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
|
4650
4796
|
</div>
|
4651
4797
|
<hr>
|
4652
4798
|
<div class="refsect2">
|
@@ -4660,7 +4806,7 @@ requesting size</p>
|
|
4660
4806
|
<a name="GtkBorderStyle"></a><h3>enum GtkBorderStyle</h3>
|
4661
4807
|
<p>Describes how the border of a UI element should be rendered.</p>
|
4662
4808
|
<div class="refsect3">
|
4663
|
-
<a name="
|
4809
|
+
<a name="GtkBorderStyle.members"></a><h4>Members</h4>
|
4664
4810
|
<div class="informaltable"><table width="100%" border="0">
|
4665
4811
|
<colgroup>
|
4666
4812
|
<col width="300px" class="enum_members_name">
|
@@ -4749,7 +4895,7 @@ requesting size</p>
|
|
4749
4895
|
<pre class="programlisting">#define GTK_STYLE_CLASS_ACCELERATOR "accelerator"
|
4750
4896
|
</pre>
|
4751
4897
|
<p>A CSS class to match an accelerator.</p>
|
4752
|
-
<p>
|
4898
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4753
4899
|
</div>
|
4754
4900
|
<hr>
|
4755
4901
|
<div class="refsect2">
|
@@ -4757,8 +4903,7 @@ requesting size</p>
|
|
4757
4903
|
<pre class="programlisting">#define GTK_STYLE_CLASS_ARROW "arrow"
|
4758
4904
|
</pre>
|
4759
4905
|
<p>A CSS class used when rendering an arrow element.</p>
|
4760
|
-
<p>
|
4761
|
-
to the style context when rendering an arrow element.</p>
|
4906
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4762
4907
|
</div>
|
4763
4908
|
<hr>
|
4764
4909
|
<div class="refsect2">
|
@@ -4766,6 +4911,7 @@ to the style context when rendering an arrow element.</p>
|
|
4766
4911
|
<pre class="programlisting">#define GTK_STYLE_CLASS_BACKGROUND "background"
|
4767
4912
|
</pre>
|
4768
4913
|
<p>A CSS class to match the window background.</p>
|
4914
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4769
4915
|
</div>
|
4770
4916
|
<hr>
|
4771
4917
|
<div class="refsect2">
|
@@ -4773,8 +4919,7 @@ to the style context when rendering an arrow element.</p>
|
|
4773
4919
|
<pre class="programlisting">#define GTK_STYLE_CLASS_BOTTOM "bottom"
|
4774
4920
|
</pre>
|
4775
4921
|
<p>A CSS class to indicate an area at the bottom of a widget.</p>
|
4776
|
-
<p>
|
4777
|
-
positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</p>
|
4922
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4778
4923
|
</div>
|
4779
4924
|
<hr>
|
4780
4925
|
<div class="refsect2">
|
@@ -4782,9 +4927,7 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
4782
4927
|
<pre class="programlisting">#define GTK_STYLE_CLASS_BUTTON "button"
|
4783
4928
|
</pre>
|
4784
4929
|
<p>A CSS class to match buttons.</p>
|
4785
|
-
<p>
|
4786
|
-
as various other widget pieces that appear like buttons,
|
4787
|
-
e.g. the arrows in a <a class="link" href="GtkCalendar.html" title="GtkCalendar"><span class="type">GtkCalendar</span></a>.</p>
|
4930
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4788
4931
|
</div>
|
4789
4932
|
<hr>
|
4790
4933
|
<div class="refsect2">
|
@@ -4792,7 +4935,7 @@ e.g. the arrows in a <a class="link" href="GtkCalendar.html" title="GtkCalendar"
|
|
4792
4935
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CALENDAR "calendar"
|
4793
4936
|
</pre>
|
4794
4937
|
<p>A CSS class to match calendars.</p>
|
4795
|
-
<p>
|
4938
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4796
4939
|
</div>
|
4797
4940
|
<hr>
|
4798
4941
|
<div class="refsect2">
|
@@ -4800,8 +4943,7 @@ e.g. the arrows in a <a class="link" href="GtkCalendar.html" title="GtkCalendar"
|
|
4800
4943
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CELL "cell"
|
4801
4944
|
</pre>
|
4802
4945
|
<p>A CSS class to match content rendered in cell views.</p>
|
4803
|
-
<p>
|
4804
|
-
and <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</p>
|
4946
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4805
4947
|
</div>
|
4806
4948
|
<hr>
|
4807
4949
|
<div class="refsect2">
|
@@ -4809,7 +4951,7 @@ and <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="typ
|
|
4809
4951
|
<pre class="programlisting">#define GTK_STYLE_CLASS_COMBOBOX_ENTRY "combobox-entry"
|
4810
4952
|
</pre>
|
4811
4953
|
<p>A CSS class to match combobox entries.</p>
|
4812
|
-
<p>
|
4954
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4813
4955
|
</div>
|
4814
4956
|
<hr>
|
4815
4957
|
<div class="refsect2">
|
@@ -4817,9 +4959,7 @@ and <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="typ
|
|
4817
4959
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CONTEXT_MENU "context-menu"
|
4818
4960
|
</pre>
|
4819
4961
|
<p>A CSS class to match context menus.</p>
|
4820
|
-
<p>
|
4821
|
-
a context menu from inheriting e.g. font changes from
|
4822
|
-
the widget it is attached to.</p>
|
4962
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4823
4963
|
</div>
|
4824
4964
|
<hr>
|
4825
4965
|
<div class="refsect2">
|
@@ -4827,16 +4967,15 @@ the widget it is attached to.</p>
|
|
4827
4967
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CHECK "check"
|
4828
4968
|
</pre>
|
4829
4969
|
<p>A CSS class to match check boxes.</p>
|
4830
|
-
<p>
|
4831
|
-
<a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>.</p>
|
4970
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4832
4971
|
</div>
|
4833
4972
|
<hr>
|
4834
4973
|
<div class="refsect2">
|
4835
4974
|
<a name="GTK-STYLE-CLASS-CSD:CAPS"></a><h3>GTK_STYLE_CLASS_CSD</h3>
|
4836
4975
|
<pre class="programlisting">#define GTK_STYLE_CLASS_CSD "csd"
|
4837
4976
|
</pre>
|
4838
|
-
<p>A CSS class that gets added to windows which have
|
4839
|
-
|
4977
|
+
<p>A CSS class that gets added to windows which have client-side decorations.</p>
|
4978
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4840
4979
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
4841
4980
|
</div>
|
4842
4981
|
<hr>
|
@@ -4846,6 +4985,7 @@ client-side decorations.</p>
|
|
4846
4985
|
</pre>
|
4847
4986
|
<p>A CSS class used when rendering a drag handle for
|
4848
4987
|
text selection.</p>
|
4988
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4849
4989
|
</div>
|
4850
4990
|
<hr>
|
4851
4991
|
<div class="refsect2">
|
@@ -4853,7 +4993,7 @@ text selection.</p>
|
|
4853
4993
|
<pre class="programlisting">#define GTK_STYLE_CLASS_DEFAULT "default"
|
4854
4994
|
</pre>
|
4855
4995
|
<p>A CSS class to match the default widget.</p>
|
4856
|
-
<p>
|
4996
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4857
4997
|
</div>
|
4858
4998
|
<hr>
|
4859
4999
|
<div class="refsect2">
|
@@ -4863,6 +5003,7 @@ text selection.</p>
|
|
4863
5003
|
<p>A CSS class used when an action (usually a button) is
|
4864
5004
|
one that is expected to remove or destroy something visible
|
4865
5005
|
to the user.</p>
|
5006
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4866
5007
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
4867
5008
|
</div>
|
4868
5009
|
<hr>
|
@@ -4871,8 +5012,7 @@ to the user.</p>
|
|
4871
5012
|
<pre class="programlisting">#define GTK_STYLE_CLASS_DIM_LABEL "dim-label"
|
4872
5013
|
</pre>
|
4873
5014
|
<p>A CSS class to match dimmed labels.</p>
|
4874
|
-
<p>
|
4875
|
-
compared to the entry value.</p>
|
5015
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4876
5016
|
</div>
|
4877
5017
|
<hr>
|
4878
5018
|
<div class="refsect2">
|
@@ -4880,8 +5020,7 @@ compared to the entry value.</p>
|
|
4880
5020
|
<pre class="programlisting">#define GTK_STYLE_CLASS_DND "dnd"
|
4881
5021
|
</pre>
|
4882
5022
|
<p>A CSS class for a drag-and-drop indicator.</p>
|
4883
|
-
<p>
|
4884
|
-
drop target during DND.</p>
|
5023
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4885
5024
|
</div>
|
4886
5025
|
<hr>
|
4887
5026
|
<div class="refsect2">
|
@@ -4889,7 +5028,7 @@ drop target during DND.</p>
|
|
4889
5028
|
<pre class="programlisting">#define GTK_STYLE_CLASS_DOCK "dock"
|
4890
5029
|
</pre>
|
4891
5030
|
<p>A CSS class defining a dock area.</p>
|
4892
|
-
<p>
|
5031
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4893
5032
|
</div>
|
4894
5033
|
<hr>
|
4895
5034
|
<div class="refsect2">
|
@@ -4897,7 +5036,7 @@ drop target during DND.</p>
|
|
4897
5036
|
<pre class="programlisting">#define GTK_STYLE_CLASS_ENTRY "entry"
|
4898
5037
|
</pre>
|
4899
5038
|
<p>A CSS class to match text entries.</p>
|
4900
|
-
<p>
|
5039
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4901
5040
|
</div>
|
4902
5041
|
<hr>
|
4903
5042
|
<div class="refsect2">
|
@@ -4906,7 +5045,7 @@ drop target during DND.</p>
|
|
4906
5045
|
</pre>
|
4907
5046
|
<p>A CSS class for an area displaying an error message,
|
4908
5047
|
such as those in infobars.</p>
|
4909
|
-
<p>
|
5048
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4910
5049
|
</div>
|
4911
5050
|
<hr>
|
4912
5051
|
<div class="refsect2">
|
@@ -4914,8 +5053,7 @@ such as those in infobars.</p>
|
|
4914
5053
|
<pre class="programlisting">#define GTK_STYLE_CLASS_EXPANDER "expander"
|
4915
5054
|
</pre>
|
4916
5055
|
<p>A CSS class defining an expander, such as those in treeviews.</p>
|
4917
|
-
<p>
|
4918
|
-
<a class="link" href="GtkToolItemGroup.html" title="GtkToolItemGroup"><span class="type">GtkToolItemGroup</span></a>.</p>
|
5056
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4919
5057
|
</div>
|
4920
5058
|
<hr>
|
4921
5059
|
<div class="refsect2">
|
@@ -4925,7 +5063,7 @@ such as those in infobars.</p>
|
|
4925
5063
|
<p>A CSS class defining a frame delimiting content, such as
|
4926
5064
|
<a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> or the scrolled window frame around the
|
4927
5065
|
scrollable area.</p>
|
4928
|
-
<p>
|
5066
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4929
5067
|
</div>
|
4930
5068
|
<hr>
|
4931
5069
|
<div class="refsect2">
|
@@ -4935,6 +5073,7 @@ scrollable area.</p>
|
|
4935
5073
|
<p>A CSS class that is added when widgets that usually have
|
4936
5074
|
a frame or border (like buttons or entries) should appear
|
4937
5075
|
without it.</p>
|
5076
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4938
5077
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
4939
5078
|
</div>
|
4940
5079
|
<hr>
|
@@ -4943,7 +5082,7 @@ without it.</p>
|
|
4943
5082
|
<pre class="programlisting">#define GTK_STYLE_CLASS_GRIP "grip"
|
4944
5083
|
</pre>
|
4945
5084
|
<p>A CSS class defining a resize grip.</p>
|
4946
|
-
<p>
|
5085
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4947
5086
|
</div>
|
4948
5087
|
<hr>
|
4949
5088
|
<div class="refsect2">
|
@@ -4951,7 +5090,7 @@ without it.</p>
|
|
4951
5090
|
<pre class="programlisting">#define GTK_STYLE_CLASS_HEADER "header"
|
4952
5091
|
</pre>
|
4953
5092
|
<p>A CSS class to match a header element.</p>
|
4954
|
-
<p>
|
5093
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4955
5094
|
</div>
|
4956
5095
|
<hr>
|
4957
5096
|
<div class="refsect2">
|
@@ -4960,7 +5099,7 @@ without it.</p>
|
|
4960
5099
|
</pre>
|
4961
5100
|
<p>A CSS class defining a highlighted area, such as headings in
|
4962
5101
|
assistants and calendars.</p>
|
4963
|
-
<p>
|
5102
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4964
5103
|
</div>
|
4965
5104
|
<hr>
|
4966
5105
|
<div class="refsect2">
|
@@ -4968,7 +5107,7 @@ assistants and calendars.</p>
|
|
4968
5107
|
<pre class="programlisting">#define GTK_STYLE_CLASS_HORIZONTAL "horizontal"
|
4969
5108
|
</pre>
|
4970
5109
|
<p>A CSS class for horizontally layered widgets.</p>
|
4971
|
-
<p>
|
5110
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4972
5111
|
</div>
|
4973
5112
|
<hr>
|
4974
5113
|
<div class="refsect2">
|
@@ -4976,7 +5115,7 @@ assistants and calendars.</p>
|
|
4976
5115
|
<pre class="programlisting">#define GTK_STYLE_CLASS_IMAGE "image"
|
4977
5116
|
</pre>
|
4978
5117
|
<p>A CSS class defining an image, such as the icon in an entry.</p>
|
4979
|
-
<p>
|
5118
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4980
5119
|
</div>
|
4981
5120
|
<hr>
|
4982
5121
|
<div class="refsect2">
|
@@ -4985,7 +5124,7 @@ assistants and calendars.</p>
|
|
4985
5124
|
</pre>
|
4986
5125
|
<p>A CSS class for an area displaying an informational message,
|
4987
5126
|
such as those in infobars.</p>
|
4988
|
-
<p>
|
5127
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4989
5128
|
</div>
|
4990
5129
|
<hr>
|
4991
5130
|
<div class="refsect2">
|
@@ -4993,9 +5132,7 @@ such as those in infobars.</p>
|
|
4993
5132
|
<pre class="programlisting">#define GTK_STYLE_CLASS_INLINE_TOOLBAR "inline-toolbar"
|
4994
5133
|
</pre>
|
4995
5134
|
<p>A CSS class to match inline toolbars.</p>
|
4996
|
-
<p>
|
4997
|
-
actions below lists, as seen e.g. in the left pane of the
|
4998
|
-
file chooser.</p>
|
5135
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
4999
5136
|
</div>
|
5000
5137
|
<hr>
|
5001
5138
|
<div class="refsect2">
|
@@ -5004,6 +5141,7 @@ file chooser.</p>
|
|
5004
5141
|
</pre>
|
5005
5142
|
<p>A CSS class used when rendering a drag handle for
|
5006
5143
|
the insertion cursor position.</p>
|
5144
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5007
5145
|
</div>
|
5008
5146
|
<hr>
|
5009
5147
|
<div class="refsect2">
|
@@ -5011,7 +5149,7 @@ the insertion cursor position.</p>
|
|
5011
5149
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LABEL "label"
|
5012
5150
|
</pre>
|
5013
5151
|
<p>A CSS class to match labels.</p>
|
5014
|
-
<p>
|
5152
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5015
5153
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5016
5154
|
</div>
|
5017
5155
|
<hr>
|
@@ -5020,8 +5158,7 @@ the insertion cursor position.</p>
|
|
5020
5158
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LEFT "left"
|
5021
5159
|
</pre>
|
5022
5160
|
<p>A CSS class to indicate an area at the left of a widget.</p>
|
5023
|
-
<p>
|
5024
|
-
positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</p>
|
5161
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5025
5162
|
</div>
|
5026
5163
|
<hr>
|
5027
5164
|
<div class="refsect2">
|
@@ -5030,7 +5167,7 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
5030
5167
|
</pre>
|
5031
5168
|
<p>A CSS class used when rendering a level indicator, such
|
5032
5169
|
as a battery charge level, or a password strength.</p>
|
5033
|
-
<p>
|
5170
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5034
5171
|
</div>
|
5035
5172
|
<hr>
|
5036
5173
|
<div class="refsect2">
|
@@ -5039,6 +5176,7 @@ as a battery charge level, or a password strength.</p>
|
|
5039
5176
|
</pre>
|
5040
5177
|
<p>A CSS class to match a linked area, such as a box containing buttons
|
5041
5178
|
belonging to the same control.</p>
|
5179
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5042
5180
|
</div>
|
5043
5181
|
<hr>
|
5044
5182
|
<div class="refsect2">
|
@@ -5046,7 +5184,7 @@ belonging to the same control.</p>
|
|
5046
5184
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LIST "list"
|
5047
5185
|
</pre>
|
5048
5186
|
<p>A CSS class to match lists.</p>
|
5049
|
-
<p>
|
5187
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5050
5188
|
</div>
|
5051
5189
|
<hr>
|
5052
5190
|
<div class="refsect2">
|
@@ -5054,7 +5192,7 @@ belonging to the same control.</p>
|
|
5054
5192
|
<pre class="programlisting">#define GTK_STYLE_CLASS_LIST_ROW "list-row"
|
5055
5193
|
</pre>
|
5056
5194
|
<p>A CSS class to match list rowss.</p>
|
5057
|
-
<p>
|
5195
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5058
5196
|
</div>
|
5059
5197
|
<hr>
|
5060
5198
|
<div class="refsect2">
|
@@ -5062,7 +5200,7 @@ belonging to the same control.</p>
|
|
5062
5200
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MARK "mark"
|
5063
5201
|
</pre>
|
5064
5202
|
<p>A CSS class defining marks in a widget, such as in scales.</p>
|
5065
|
-
<p>
|
5203
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5066
5204
|
</div>
|
5067
5205
|
<hr>
|
5068
5206
|
<div class="refsect2">
|
@@ -5070,7 +5208,7 @@ belonging to the same control.</p>
|
|
5070
5208
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MENU "menu"
|
5071
5209
|
</pre>
|
5072
5210
|
<p>A CSS class to match menus.</p>
|
5073
|
-
<p>
|
5211
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5074
5212
|
</div>
|
5075
5213
|
<hr>
|
5076
5214
|
<div class="refsect2">
|
@@ -5078,7 +5216,7 @@ belonging to the same control.</p>
|
|
5078
5216
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MENUBAR "menubar"
|
5079
5217
|
</pre>
|
5080
5218
|
<p>A CSS class to menubars.</p>
|
5081
|
-
<p>
|
5219
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5082
5220
|
</div>
|
5083
5221
|
<hr>
|
5084
5222
|
<div class="refsect2">
|
@@ -5086,7 +5224,7 @@ belonging to the same control.</p>
|
|
5086
5224
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MENUITEM "menuitem"
|
5087
5225
|
</pre>
|
5088
5226
|
<p>A CSS class to match menu items.</p>
|
5089
|
-
<p>
|
5227
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5090
5228
|
</div>
|
5091
5229
|
<hr>
|
5092
5230
|
<div class="refsect2">
|
@@ -5094,6 +5232,7 @@ belonging to the same control.</p>
|
|
5094
5232
|
<pre class="programlisting">#define GTK_STYLE_CLASS_MESSAGE_DIALOG "message-dialog"
|
5095
5233
|
</pre>
|
5096
5234
|
<p>A CSS class that is added to message dialogs.</p>
|
5235
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5097
5236
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5098
5237
|
</div>
|
5099
5238
|
<hr>
|
@@ -5103,6 +5242,7 @@ belonging to the same control.</p>
|
|
5103
5242
|
</pre>
|
5104
5243
|
<p>A CSS class that is added to text view that should use
|
5105
5244
|
a monospace font.</p>
|
5245
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5106
5246
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5107
5247
|
</div>
|
5108
5248
|
<hr>
|
@@ -5113,6 +5253,7 @@ a monospace font.</p>
|
|
5113
5253
|
<p>A CSS class used when an element needs the user attention,
|
5114
5254
|
for instance a button in a stack switcher corresponding to
|
5115
5255
|
a hidden page that changed state.</p>
|
5256
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5116
5257
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
5117
5258
|
</div>
|
5118
5259
|
<hr>
|
@@ -5121,7 +5262,7 @@ a hidden page that changed state.</p>
|
|
5121
5262
|
<pre class="programlisting">#define GTK_STYLE_CLASS_NOTEBOOK "notebook"
|
5122
5263
|
</pre>
|
5123
5264
|
<p>A CSS class defining a notebook.</p>
|
5124
|
-
<p>
|
5265
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5125
5266
|
</div>
|
5126
5267
|
<hr>
|
5127
5268
|
<div class="refsect2">
|
@@ -5130,12 +5271,18 @@ a hidden page that changed state.</p>
|
|
5130
5271
|
</pre>
|
5131
5272
|
<p>A CSS class used when rendering an OSD (On Screen Display) element,
|
5132
5273
|
on top of another container.</p>
|
5274
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5133
5275
|
</div>
|
5134
5276
|
<hr>
|
5135
5277
|
<div class="refsect2">
|
5136
5278
|
<a name="GTK-STYLE-CLASS-OVERSHOOT:CAPS"></a><h3>GTK_STYLE_CLASS_OVERSHOOT</h3>
|
5137
5279
|
<pre class="programlisting">#define GTK_STYLE_CLASS_OVERSHOOT "overshoot"
|
5138
5280
|
</pre>
|
5281
|
+
<p>A CSS class that is added on the visual hints that happen
|
5282
|
+
when scrolling is attempted past the limits of a scrollable
|
5283
|
+
area.</p>
|
5284
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5285
|
+
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5139
5286
|
</div>
|
5140
5287
|
<hr>
|
5141
5288
|
<div class="refsect2">
|
@@ -5143,13 +5290,18 @@ on top of another container.</p>
|
|
5143
5290
|
<pre class="programlisting">#define GTK_STYLE_CLASS_PANE_SEPARATOR "pane-separator"
|
5144
5291
|
</pre>
|
5145
5292
|
<p>A CSS class for a pane separator, such as those in <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a>.</p>
|
5146
|
-
<p>
|
5293
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5147
5294
|
</div>
|
5148
5295
|
<hr>
|
5149
5296
|
<div class="refsect2">
|
5150
5297
|
<a name="GTK-STYLE-CLASS-PAPER:CAPS"></a><h3>GTK_STYLE_CLASS_PAPER</h3>
|
5151
5298
|
<pre class="programlisting">#define GTK_STYLE_CLASS_PAPER "paper"
|
5152
5299
|
</pre>
|
5300
|
+
<p>A CSS class that is added to areas that should look like paper.</p>
|
5301
|
+
<p>This is used in print previews and themes are encouraged to
|
5302
|
+
style it as black text on white background.</p>
|
5303
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5304
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5153
5305
|
</div>
|
5154
5306
|
<hr>
|
5155
5307
|
<div class="refsect2">
|
@@ -5157,6 +5309,7 @@ on top of another container.</p>
|
|
5157
5309
|
<pre class="programlisting">#define GTK_STYLE_CLASS_POPUP "popup"
|
5158
5310
|
</pre>
|
5159
5311
|
<p>A CSS class that is added to the toplevel windows used for menus.</p>
|
5312
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5160
5313
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5161
5314
|
</div>
|
5162
5315
|
<hr>
|
@@ -5164,7 +5317,8 @@ on top of another container.</p>
|
|
5164
5317
|
<a name="GTK-STYLE-CLASS-POPOVER:CAPS"></a><h3>GTK_STYLE_CLASS_POPOVER</h3>
|
5165
5318
|
<pre class="programlisting">#define GTK_STYLE_CLASS_POPOVER "popover"
|
5166
5319
|
</pre>
|
5167
|
-
<p>A CSS class that matches popovers
|
5320
|
+
<p>A CSS class that matches popovers.</p>
|
5321
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5168
5322
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5169
5323
|
</div>
|
5170
5324
|
<hr>
|
@@ -5173,8 +5327,7 @@ on top of another container.</p>
|
|
5173
5327
|
<pre class="programlisting">#define GTK_STYLE_CLASS_PRIMARY_TOOLBAR "primary-toolbar"
|
5174
5328
|
</pre>
|
5175
5329
|
<p>A CSS class to match primary toolbars.</p>
|
5176
|
-
<p>
|
5177
|
-
right below its menubar.</p>
|
5330
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5178
5331
|
</div>
|
5179
5332
|
<hr>
|
5180
5333
|
<div class="refsect2">
|
@@ -5182,8 +5335,7 @@ right below its menubar.</p>
|
|
5182
5335
|
<pre class="programlisting">#define GTK_STYLE_CLASS_PROGRESSBAR "progressbar"
|
5183
5336
|
</pre>
|
5184
5337
|
<p>A CSS class to use when rendering activity as a progressbar.</p>
|
5185
|
-
<p>
|
5186
|
-
inside a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type">GtkEntry</span></a> or in <a class="link" href="GtkCellRendererProgress.html" title="GtkCellRendererProgress"><span class="type">GtkCellRendererProgress</span></a>.</p>
|
5338
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5187
5339
|
</div>
|
5188
5340
|
<hr>
|
5189
5341
|
<div class="refsect2">
|
@@ -5191,7 +5343,7 @@ inside a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type
|
|
5191
5343
|
<pre class="programlisting">#define GTK_STYLE_CLASS_PULSE "pulse"
|
5192
5344
|
</pre>
|
5193
5345
|
<p>A CSS class to use when rendering a pulse in an indeterminate progress bar.</p>
|
5194
|
-
<p>
|
5346
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5195
5347
|
</div>
|
5196
5348
|
<hr>
|
5197
5349
|
<div class="refsect2">
|
@@ -5200,7 +5352,7 @@ inside a <a class="link" href="GtkEntry.html" title="GtkEntry"><span class="type
|
|
5200
5352
|
</pre>
|
5201
5353
|
<p>A CSS class for an area displaying a question to the user,
|
5202
5354
|
such as those in infobars.</p>
|
5203
|
-
<p>
|
5355
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5204
5356
|
</div>
|
5205
5357
|
<hr>
|
5206
5358
|
<div class="refsect2">
|
@@ -5208,8 +5360,7 @@ such as those in infobars.</p>
|
|
5208
5360
|
<pre class="programlisting">#define GTK_STYLE_CLASS_RADIO "radio"
|
5209
5361
|
</pre>
|
5210
5362
|
<p>A CSS class to match radio buttons.</p>
|
5211
|
-
<p>
|
5212
|
-
<a class="link" href="GtkCellRendererToggle.html" title="GtkCellRendererToggle"><span class="type">GtkCellRendererToggle</span></a>.</p>
|
5363
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5213
5364
|
</div>
|
5214
5365
|
<hr>
|
5215
5366
|
<div class="refsect2">
|
@@ -5218,7 +5369,7 @@ such as those in infobars.</p>
|
|
5218
5369
|
</pre>
|
5219
5370
|
<p>A CSS class to match a raised control, such as a raised
|
5220
5371
|
button on a toolbar.</p>
|
5221
|
-
<p>
|
5372
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5222
5373
|
</div>
|
5223
5374
|
<hr>
|
5224
5375
|
<div class="refsect2">
|
@@ -5226,6 +5377,7 @@ button on a toolbar.</p>
|
|
5226
5377
|
<pre class="programlisting">#define GTK_STYLE_CLASS_READ_ONLY "read-only"
|
5227
5378
|
</pre>
|
5228
5379
|
<p>A CSS class used to indicate a read-only state.</p>
|
5380
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5229
5381
|
</div>
|
5230
5382
|
<hr>
|
5231
5383
|
<div class="refsect2">
|
@@ -5233,8 +5385,7 @@ button on a toolbar.</p>
|
|
5233
5385
|
<pre class="programlisting">#define GTK_STYLE_CLASS_RIGHT "right"
|
5234
5386
|
</pre>
|
5235
5387
|
<p>A CSS class to indicate an area at the right of a widget.</p>
|
5236
|
-
<p>
|
5237
|
-
positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</p>
|
5388
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5238
5389
|
</div>
|
5239
5390
|
<hr>
|
5240
5391
|
<div class="refsect2">
|
@@ -5242,7 +5393,7 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
5242
5393
|
<pre class="programlisting">#define GTK_STYLE_CLASS_RUBBERBAND "rubberband"
|
5243
5394
|
</pre>
|
5244
5395
|
<p>A CSS class to match the rubberband selection rectangle.</p>
|
5245
|
-
<p>
|
5396
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5246
5397
|
</div>
|
5247
5398
|
<hr>
|
5248
5399
|
<div class="refsect2">
|
@@ -5250,7 +5401,7 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
5250
5401
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SCALE "scale"
|
5251
5402
|
</pre>
|
5252
5403
|
<p>A CSS class to match scale widgets.</p>
|
5253
|
-
<p>
|
5404
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5254
5405
|
</div>
|
5255
5406
|
<hr>
|
5256
5407
|
<div class="refsect2">
|
@@ -5260,6 +5411,7 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
5260
5411
|
<p>A CSS class to match scale widgets with marks attached,
|
5261
5412
|
all the marks are above for horizontal <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>.
|
5262
5413
|
left for vertical <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>.</p>
|
5414
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5263
5415
|
</div>
|
5264
5416
|
<hr>
|
5265
5417
|
<div class="refsect2">
|
@@ -5269,6 +5421,7 @@ left for vertical <a class="link" href="GtkScale.html" title="GtkScale"><span cl
|
|
5269
5421
|
<p>A CSS class to match scale widgets with marks attached,
|
5270
5422
|
all the marks are below for horizontal <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>,
|
5271
5423
|
right for vertical <a class="link" href="GtkScale.html" title="GtkScale"><span class="type">GtkScale</span></a>.</p>
|
5424
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5272
5425
|
</div>
|
5273
5426
|
<hr>
|
5274
5427
|
<div class="refsect2">
|
@@ -5276,6 +5429,7 @@ right for vertical <a class="link" href="GtkScale.html" title="GtkScale"><span c
|
|
5276
5429
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SCROLLBAR "scrollbar"
|
5277
5430
|
</pre>
|
5278
5431
|
<p>A CSS class to match scrollbars.</p>
|
5432
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5279
5433
|
</div>
|
5280
5434
|
<hr>
|
5281
5435
|
<div class="refsect2">
|
@@ -5284,7 +5438,7 @@ right for vertical <a class="link" href="GtkScale.html" title="GtkScale"><span c
|
|
5284
5438
|
</pre>
|
5285
5439
|
<p>A CSS class to match the junction area between an horizontal
|
5286
5440
|
and vertical scrollbar, when they’re both shown.</p>
|
5287
|
-
<p>
|
5441
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5288
5442
|
</div>
|
5289
5443
|
<hr>
|
5290
5444
|
<div class="refsect2">
|
@@ -5292,8 +5446,7 @@ and vertical scrollbar, when they’re both shown.</p>
|
|
5292
5446
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SEPARATOR "separator"
|
5293
5447
|
</pre>
|
5294
5448
|
<p>A CSS class for a separator.</p>
|
5295
|
-
<p>
|
5296
|
-
<a class="link" href="GtkSeparatorToolItem.html" title="GtkSeparatorToolItem"><span class="type">GtkSeparatorToolItem</span></a>, and when drawing separators in <a class="link" href="GtkTreeView.html" title="GtkTreeView"><span class="type">GtkTreeView</span></a>.</p>
|
5449
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5297
5450
|
</div>
|
5298
5451
|
<hr>
|
5299
5452
|
<div class="refsect2">
|
@@ -5302,7 +5455,7 @@ and vertical scrollbar, when they’re both shown.</p>
|
|
5302
5455
|
</pre>
|
5303
5456
|
<p>A CSS class defining a sidebar, such as the left side in
|
5304
5457
|
a file chooser.</p>
|
5305
|
-
<p>
|
5458
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5306
5459
|
</div>
|
5307
5460
|
<hr>
|
5308
5461
|
<div class="refsect2">
|
@@ -5310,7 +5463,7 @@ a file chooser.</p>
|
|
5310
5463
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SLIDER "slider"
|
5311
5464
|
</pre>
|
5312
5465
|
<p>A CSS class to match sliders.</p>
|
5313
|
-
<p>
|
5466
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5314
5467
|
</div>
|
5315
5468
|
<hr>
|
5316
5469
|
<div class="refsect2">
|
@@ -5318,7 +5471,7 @@ a file chooser.</p>
|
|
5318
5471
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SPINBUTTON "spinbutton"
|
5319
5472
|
</pre>
|
5320
5473
|
<p>A CSS class defining an spinbutton.</p>
|
5321
|
-
<p>
|
5474
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5322
5475
|
</div>
|
5323
5476
|
<hr>
|
5324
5477
|
<div class="refsect2">
|
@@ -5326,7 +5479,7 @@ a file chooser.</p>
|
|
5326
5479
|
<pre class="programlisting">#define GTK_STYLE_CLASS_SPINNER "spinner"
|
5327
5480
|
</pre>
|
5328
5481
|
<p>A CSS class to use when rendering activity as a “spinner”.</p>
|
5329
|
-
<p>
|
5482
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5330
5483
|
</div>
|
5331
5484
|
<hr>
|
5332
5485
|
<div class="refsect2">
|
@@ -5334,7 +5487,7 @@ a file chooser.</p>
|
|
5334
5487
|
<pre class="programlisting">#define GTK_STYLE_CLASS_STATUSBAR "statusbar"
|
5335
5488
|
</pre>
|
5336
5489
|
<p>A CSS class to match statusbars.</p>
|
5337
|
-
<p>
|
5490
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5338
5491
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5339
5492
|
</div>
|
5340
5493
|
<hr>
|
@@ -5344,6 +5497,7 @@ a file chooser.</p>
|
|
5344
5497
|
</pre>
|
5345
5498
|
<p>A CSS class used for the subtitle label in a titlebar in
|
5346
5499
|
a toplevel window.</p>
|
5500
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5347
5501
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5348
5502
|
</div>
|
5349
5503
|
<hr>
|
@@ -5353,6 +5507,7 @@ a toplevel window.</p>
|
|
5353
5507
|
</pre>
|
5354
5508
|
<p>A CSS class used when an action (usually a button) is the
|
5355
5509
|
primary suggested action in a specific context.</p>
|
5510
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5356
5511
|
<p class="since">Since: <a class="link" href="api-index-3-12.html#api-index-3.12">3.12</a></p>
|
5357
5512
|
</div>
|
5358
5513
|
<hr>
|
@@ -5362,6 +5517,7 @@ primary suggested action in a specific context.</p>
|
|
5362
5517
|
</pre>
|
5363
5518
|
<p>A CSS class used for the title label in a titlebar in
|
5364
5519
|
a toplevel window.</p>
|
5520
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5365
5521
|
<p class="since">Since: <a class="link" href="api-index-3-14.html#api-index-3.14">3.14</a></p>
|
5366
5522
|
</div>
|
5367
5523
|
<hr>
|
@@ -5369,8 +5525,8 @@ a toplevel window.</p>
|
|
5369
5525
|
<a name="GTK-STYLE-CLASS-TITLEBAR:CAPS"></a><h3>GTK_STYLE_CLASS_TITLEBAR</h3>
|
5370
5526
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TITLEBAR "titlebar"
|
5371
5527
|
</pre>
|
5372
|
-
<p>A CSS class used when rendering a titlebar in a toplevel
|
5373
|
-
|
5528
|
+
<p>A CSS class used when rendering a titlebar in a toplevel window.</p>
|
5529
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5374
5530
|
</div>
|
5375
5531
|
<hr>
|
5376
5532
|
<div class="refsect2">
|
@@ -5378,7 +5534,7 @@ window.</p>
|
|
5378
5534
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TOOLBAR "toolbar"
|
5379
5535
|
</pre>
|
5380
5536
|
<p>A CSS class to match toolbars.</p>
|
5381
|
-
<p>
|
5537
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5382
5538
|
</div>
|
5383
5539
|
<hr>
|
5384
5540
|
<div class="refsect2">
|
@@ -5386,6 +5542,7 @@ window.</p>
|
|
5386
5542
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TOOLTIP "tooltip"
|
5387
5543
|
</pre>
|
5388
5544
|
<p>A CSS class to match tooltip windows.</p>
|
5545
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5389
5546
|
</div>
|
5390
5547
|
<hr>
|
5391
5548
|
<div class="refsect2">
|
@@ -5394,6 +5551,7 @@ window.</p>
|
|
5394
5551
|
</pre>
|
5395
5552
|
<p>A CSS class for touch selection popups on entries
|
5396
5553
|
and text views.</p>
|
5554
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5397
5555
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5398
5556
|
</div>
|
5399
5557
|
<hr>
|
@@ -5402,8 +5560,7 @@ and text views.</p>
|
|
5402
5560
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TOP "top"
|
5403
5561
|
</pre>
|
5404
5562
|
<p>A CSS class to indicate an area at the top of a widget.</p>
|
5405
|
-
<p>
|
5406
|
-
positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkNotebook"><span class="type">GtkNotebook</span></a>.</p>
|
5563
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5407
5564
|
</div>
|
5408
5565
|
<hr>
|
5409
5566
|
<div class="refsect2">
|
@@ -5411,14 +5568,18 @@ positions, such as tabs in a <a class="link" href="GtkNotebook.html" title="GtkN
|
|
5411
5568
|
<pre class="programlisting">#define GTK_STYLE_CLASS_TROUGH "trough"
|
5412
5569
|
</pre>
|
5413
5570
|
<p>A CSS class to match troughs, as in scrollbars and progressbars.</p>
|
5414
|
-
<p>
|
5415
|
-
and <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">GtkSwitch</span></a>.</p>
|
5571
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5416
5572
|
</div>
|
5417
5573
|
<hr>
|
5418
5574
|
<div class="refsect2">
|
5419
5575
|
<a name="GTK-STYLE-CLASS-UNDERSHOOT:CAPS"></a><h3>GTK_STYLE_CLASS_UNDERSHOOT</h3>
|
5420
5576
|
<pre class="programlisting">#define GTK_STYLE_CLASS_UNDERSHOOT "undershoot"
|
5421
5577
|
</pre>
|
5578
|
+
<p>A CSS class that is added on the visual hints that happen
|
5579
|
+
where content is 'scrolled off' and can be made visible
|
5580
|
+
by scrolling.</p>
|
5581
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5582
|
+
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5422
5583
|
</div>
|
5423
5584
|
<hr>
|
5424
5585
|
<div class="refsect2">
|
@@ -5426,7 +5587,7 @@ and <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">G
|
|
5426
5587
|
<pre class="programlisting">#define GTK_STYLE_CLASS_VERTICAL "vertical"
|
5427
5588
|
</pre>
|
5428
5589
|
<p>A CSS class for vertically layered widgets.</p>
|
5429
|
-
<p>
|
5590
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5430
5591
|
</div>
|
5431
5592
|
<hr>
|
5432
5593
|
<div class="refsect2">
|
@@ -5434,8 +5595,7 @@ and <a class="link" href="GtkSwitch.html" title="GtkSwitch"><span class="type">G
|
|
5434
5595
|
<pre class="programlisting">#define GTK_STYLE_CLASS_VIEW "view"
|
5435
5596
|
</pre>
|
5436
5597
|
<p>A CSS class defining a view, such as iconviews or treeviews.</p>
|
5437
|
-
<p>
|
5438
|
-
as well as <a class="link" href="GtkCalendar.html" title="GtkCalendar"><span class="type">GtkCalendar</span></a>.</p>
|
5598
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5439
5599
|
</div>
|
5440
5600
|
<hr>
|
5441
5601
|
<div class="refsect2">
|
@@ -5444,7 +5604,7 @@ as well as <a class="link" href="GtkCalendar.html" title="GtkCalendar"><span cla
|
|
5444
5604
|
</pre>
|
5445
5605
|
<p>A CSS class for an area displaying a warning message,
|
5446
5606
|
such as those in infobars.</p>
|
5447
|
-
<p>
|
5607
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5448
5608
|
</div>
|
5449
5609
|
<hr>
|
5450
5610
|
<div class="refsect2">
|
@@ -5453,6 +5613,7 @@ such as those in infobars.</p>
|
|
5453
5613
|
</pre>
|
5454
5614
|
<p>A CSS class to indicate that a UI element should be 'wide'.
|
5455
5615
|
Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type">GtkPaned</span></a>.</p>
|
5616
|
+
<p>Refer to individual widget documentation for used style classes.</p>
|
5456
5617
|
<p class="since">Since: <a class="link" href="api-index-3-16.html#api-index-3.16">3.16</a></p>
|
5457
5618
|
</div>
|
5458
5619
|
<hr>
|
@@ -5460,6 +5621,10 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5460
5621
|
<a name="GTK-STYLE-REGION-COLUMN:CAPS"></a><h3>GTK_STYLE_REGION_COLUMN</h3>
|
5461
5622
|
<pre class="programlisting">#define GTK_STYLE_REGION_COLUMN "column"
|
5462
5623
|
</pre>
|
5624
|
+
<div class="warning">
|
5625
|
+
<p><code class="literal">GTK_STYLE_REGION_COLUMN</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
5626
|
+
<p>Don't use regions.</p>
|
5627
|
+
</div>
|
5463
5628
|
<p>A widget region name to define a treeview column.</p>
|
5464
5629
|
</div>
|
5465
5630
|
<hr>
|
@@ -5467,6 +5632,10 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5467
5632
|
<a name="GTK-STYLE-REGION-COLUMN-HEADER:CAPS"></a><h3>GTK_STYLE_REGION_COLUMN_HEADER</h3>
|
5468
5633
|
<pre class="programlisting">#define GTK_STYLE_REGION_COLUMN_HEADER "column-header"
|
5469
5634
|
</pre>
|
5635
|
+
<div class="warning">
|
5636
|
+
<p><code class="literal">GTK_STYLE_REGION_COLUMN_HEADER</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
5637
|
+
<p>Don't use regions.</p>
|
5638
|
+
</div>
|
5470
5639
|
<p>A widget region name to define a treeview column header.</p>
|
5471
5640
|
</div>
|
5472
5641
|
<hr>
|
@@ -5474,6 +5643,10 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5474
5643
|
<a name="GTK-STYLE-REGION-ROW:CAPS"></a><h3>GTK_STYLE_REGION_ROW</h3>
|
5475
5644
|
<pre class="programlisting">#define GTK_STYLE_REGION_ROW "row"
|
5476
5645
|
</pre>
|
5646
|
+
<div class="warning">
|
5647
|
+
<p><code class="literal">GTK_STYLE_REGION_ROW</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
5648
|
+
<p>Don't use regions.</p>
|
5649
|
+
</div>
|
5477
5650
|
<p>A widget region name to define a treeview row.</p>
|
5478
5651
|
</div>
|
5479
5652
|
<hr>
|
@@ -5481,6 +5654,10 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5481
5654
|
<a name="GTK-STYLE-REGION-TAB:CAPS"></a><h3>GTK_STYLE_REGION_TAB</h3>
|
5482
5655
|
<pre class="programlisting">#define GTK_STYLE_REGION_TAB "tab"
|
5483
5656
|
</pre>
|
5657
|
+
<div class="warning">
|
5658
|
+
<p><code class="literal">GTK_STYLE_REGION_TAB</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
|
5659
|
+
<p>Don't use regions.</p>
|
5660
|
+
</div>
|
5484
5661
|
<p>A widget region name to define a notebook tab.</p>
|
5485
5662
|
</div>
|
5486
5663
|
<hr>
|
@@ -5493,7 +5670,7 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5493
5670
|
<a name="GtkJunctionSides"></a><h3>enum GtkJunctionSides</h3>
|
5494
5671
|
<p>Describes how a rendered element connects to adjacent elements.</p>
|
5495
5672
|
<div class="refsect3">
|
5496
|
-
<a name="
|
5673
|
+
<a name="GtkJunctionSides.members"></a><h4>Members</h4>
|
5497
5674
|
<div class="informaltable"><table width="100%" border="0">
|
5498
5675
|
<colgroup>
|
5499
5676
|
<col width="300px" class="enum_members_name">
|
@@ -5573,7 +5750,7 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5573
5750
|
<a name="GtkRegionFlags"></a><h3>enum GtkRegionFlags</h3>
|
5574
5751
|
<p>Describes a region within a widget.</p>
|
5575
5752
|
<div class="refsect3">
|
5576
|
-
<a name="
|
5753
|
+
<a name="GtkRegionFlags.members"></a><h4>Members</h4>
|
5577
5754
|
<div class="informaltable"><table width="100%" border="0">
|
5578
5755
|
<colgroup>
|
5579
5756
|
<col width="300px" class="enum_members_name">
|
@@ -5629,6 +5806,45 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5629
5806
|
</div>
|
5630
5807
|
<hr>
|
5631
5808
|
<div class="refsect2">
|
5809
|
+
<a name="GtkStyleContextPrintFlags"></a><h3>enum GtkStyleContextPrintFlags</h3>
|
5810
|
+
<p>Flags that modify the behavior of <a class="link" href="GtkStyleContext.html#gtk-style-context-to-string" title="gtk_style_context_to_string ()"><code class="function">gtk_style_context_to_string()</code></a>.
|
5811
|
+
New values may be added to this enumeration.</p>
|
5812
|
+
<div class="refsect3">
|
5813
|
+
<a name="GtkStyleContextPrintFlags.members"></a><h4>Members</h4>
|
5814
|
+
<div class="informaltable"><table width="100%" border="0">
|
5815
|
+
<colgroup>
|
5816
|
+
<col width="300px" class="enum_members_name">
|
5817
|
+
<col class="enum_members_description">
|
5818
|
+
<col width="200px" class="enum_members_annotations">
|
5819
|
+
</colgroup>
|
5820
|
+
<tbody>
|
5821
|
+
<tr>
|
5822
|
+
<td class="enum_member_name"><p><a name="GTK-STYLE-CONTEXT-PRINT-NONE:CAPS"></a>GTK_STYLE_CONTEXT_PRINT_NONE</p></td>
|
5823
|
+
<td> </td>
|
5824
|
+
<td> </td>
|
5825
|
+
</tr>
|
5826
|
+
<tr>
|
5827
|
+
<td class="enum_member_name"><p><a name="GTK-STYLE-CONTEXT-PRINT-RECURSE:CAPS"></a>GTK_STYLE_CONTEXT_PRINT_RECURSE</p></td>
|
5828
|
+
<td class="enum_member_description">
|
5829
|
+
<p>Print the entire tree of
|
5830
|
+
CSS nodes starting at the style context's node</p>
|
5831
|
+
</td>
|
5832
|
+
<td class="enum_member_annotations"> </td>
|
5833
|
+
</tr>
|
5834
|
+
<tr>
|
5835
|
+
<td class="enum_member_name"><p><a name="GTK-STYLE-CONTEXT-PRINT-SHOW-STYLE:CAPS"></a>GTK_STYLE_CONTEXT_PRINT_SHOW_STYLE</p></td>
|
5836
|
+
<td class="enum_member_description">
|
5837
|
+
<p>Show the values of the
|
5838
|
+
CSS properties for each node</p>
|
5839
|
+
</td>
|
5840
|
+
<td class="enum_member_annotations"> </td>
|
5841
|
+
</tr>
|
5842
|
+
</tbody>
|
5843
|
+
</table></div>
|
5844
|
+
</div>
|
5845
|
+
</div>
|
5846
|
+
<hr>
|
5847
|
+
<div class="refsect2">
|
5632
5848
|
<a name="GtkBorder-struct"></a><h3>struct GtkBorder</h3>
|
5633
5849
|
<pre class="programlisting">struct GtkBorder {
|
5634
5850
|
gint16 left;
|
@@ -5640,7 +5856,7 @@ Used by <a class="link" href="GtkPaned.html" title="GtkPaned"><span class="type"
|
|
5640
5856
|
<p>A struct that specifies a border around a rectangular area
|
5641
5857
|
that can be of different width on each side.</p>
|
5642
5858
|
<div class="refsect3">
|
5643
|
-
<a name="
|
5859
|
+
<a name="GtkBorder.members"></a><h4>Members</h4>
|
5644
5860
|
<div class="informaltable"><table width="100%" border="0">
|
5645
5861
|
<colgroup>
|
5646
5862
|
<col width="300px" class="struct_members_name">
|
@@ -5685,7 +5901,7 @@ that can be of different width on each side.</p>
|
|
5685
5901
|
<hr>
|
5686
5902
|
<div class="refsect2">
|
5687
5903
|
<a name="GtkStyleContext--paint-clock"></a><h3>The <code class="literal">“paint-clock”</code> property</h3>
|
5688
|
-
<pre class="programlisting"> “paint-clock” <a href="http://developer.gnome.org/
|
5904
|
+
<pre class="programlisting"> “paint-clock” <a href="http://developer.gnome.org/gdk3/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *</pre>
|
5689
5905
|
<p>The associated GdkFrameClock.</p>
|
5690
5906
|
<p>Flags: Read / Write</p>
|
5691
5907
|
</div>
|
@@ -5701,7 +5917,7 @@ for details.</p>
|
|
5701
5917
|
<hr>
|
5702
5918
|
<div class="refsect2">
|
5703
5919
|
<a name="GtkStyleContext--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
|
5704
|
-
<pre class="programlisting"> “screen” <a href="http://developer.gnome.org/
|
5920
|
+
<pre class="programlisting"> “screen” <a href="http://developer.gnome.org/gdk3/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</pre>
|
5705
5921
|
<p>The associated GdkScreen.</p>
|
5706
5922
|
<p>Flags: Read / Write</p>
|
5707
5923
|
</div>
|
@@ -5718,6 +5934,6 @@ user_function (<a class="link" href="GtkStyleContext.html" title="GtkStyleContex
|
|
5718
5934
|
</div>
|
5719
5935
|
</div>
|
5720
5936
|
<div class="footer">
|
5721
|
-
<hr>Generated by GTK-Doc V1.
|
5937
|
+
<hr>Generated by GTK-Doc V1.25.1</div>
|
5722
5938
|
</body>
|
5723
5939
|
</html>
|