gtk2 1.0.0-x86-mingw32 → 1.0.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +52 -0
- data/ext/gtk2/extconf.rb +18 -9
- data/ext/gtk2/rbgdk.h +3 -0
- data/ext/gtk2/rbgdkdragcontext.c +4 -4
- data/ext/gtk2/rbgdkevent.c +18 -5
- data/ext/gtk2/rbgdkpixmap.c +43 -48
- data/ext/gtk2/rbgdkproperty.c +6 -5
- data/ext/gtk2/rbgdkscreen.c +18 -74
- data/ext/gtk2/rbgdkselection.c +2 -2
- data/ext/gtk2/rbgdkwindow.c +11 -18
- data/ext/gtk2/rbgdkwindowattr.c +1 -1
- data/ext/gtk2/rbgtkaccelgroup.c +1 -1
- data/ext/gtk2/rbgtkaction.c +8 -26
- data/ext/gtk2/rbgtkactiongroup.c +6 -6
- data/ext/gtk2/rbgtkadjustment.c +20 -74
- data/ext/gtk2/rbgtkbindingset.c +1 -1
- data/ext/gtk2/rbgtkbuilder.c +2 -1
- data/ext/gtk2/rbgtkbutton.c +1 -9
- data/ext/gtk2/rbgtkcalendar.c +1 -1
- data/ext/gtk2/rbgtkcellrendererspinner.c +0 -3
- data/ext/gtk2/rbgtkcellrenderertext.c +1 -2
- data/ext/gtk2/rbgtkcellview.c +6 -11
- data/ext/gtk2/rbgtkcolorselectiondialog.c +2 -28
- data/ext/gtk2/rbgtkcombo.c +2 -2
- data/ext/gtk2/rbgtkcombobox.c +9 -29
- data/ext/gtk2/rbgtkcontainer.c +1 -1
- data/ext/gtk2/rbgtkcurve.c +4 -2
- data/ext/gtk2/rbgtkdialog.c +2 -3
- data/ext/gtk2/rbgtkdrag.c +3 -3
- data/ext/gtk2/rbgtkentry.c +2 -2
- data/ext/gtk2/rbgtkentrycompletion.c +1 -4
- data/ext/gtk2/rbgtkfilechooser.c +32 -29
- data/ext/gtk2/rbgtkfilechooserdialog.c +8 -6
- data/ext/gtk2/rbgtkfilefilter.c +8 -4
- data/ext/gtk2/rbgtkframe.c +3 -4
- data/ext/gtk2/rbgtkhandlebox.c +0 -7
- data/ext/gtk2/rbgtkicontheme.c +4 -13
- data/ext/gtk2/rbgtkiconview.c +4 -15
- data/ext/gtk2/rbgtkimcontext.c +1 -1
- data/ext/gtk2/rbgtkinvisible.c +5 -21
- data/ext/gtk2/rbgtkitemfactory.c +3 -3
- data/ext/gtk2/rbgtklabel.c +0 -2
- data/ext/gtk2/rbgtklinkbutton.c +0 -2
- data/ext/gtk2/rbgtkmain.c +7 -10
- data/ext/gtk2/rbgtkmenu.c +22 -74
- data/ext/gtk2/rbgtkmenuitem.c +16 -55
- data/ext/gtk2/rbgtkmenushell.c +3 -11
- data/ext/gtk2/rbgtkmessagedialog.c +11 -20
- data/ext/gtk2/rbgtknotebook.c +0 -1
- data/ext/gtk2/rbgtkoptionmenu.c +1 -2
- data/ext/gtk2/rbgtkprintjob.c +1 -2
- data/ext/gtk2/rbgtkprintoperation.c +0 -2
- data/ext/gtk2/rbgtkradioaction.c +2 -7
- data/ext/gtk2/rbgtkradiobutton.c +1 -1
- data/ext/gtk2/rbgtkradiomenuitem.c +4 -6
- data/ext/gtk2/rbgtkradiotoolbutton.c +2 -4
- data/ext/gtk2/rbgtkrange.c +1 -2
- data/ext/gtk2/rbgtkrc.c +8 -9
- data/ext/gtk2/rbgtkrcstyle.c +2 -2
- data/ext/gtk2/rbgtkrecentaction.c +0 -1
- data/ext/gtk2/rbgtkrecentchooser.c +3 -3
- data/ext/gtk2/rbgtkrecentdata.c +2 -9
- data/ext/gtk2/rbgtkrecentfilter.c +2 -1
- data/ext/gtk2/rbgtkrecentfilterinfo.c +5 -16
- data/ext/gtk2/rbgtkrecentinfo.c +2 -2
- data/ext/gtk2/rbgtkrecentmanager.c +1 -2
- data/ext/gtk2/rbgtkruler.c +6 -16
- data/ext/gtk2/rbgtkscalebutton.c +16 -48
- data/ext/gtk2/rbgtkscrolledwindow.c +1 -1
- data/ext/gtk2/rbgtkselectiondata.c +10 -34
- data/ext/gtk2/rbgtksettings.c +1 -1
- data/ext/gtk2/rbgtkspinner.c +0 -3
- data/ext/gtk2/rbgtkstatusbar.c +5 -16
- data/ext/gtk2/rbgtkstatusicon.c +2 -9
- data/ext/gtk2/rbgtkstock.c +4 -4
- data/ext/gtk2/rbgtktable.c +8 -13
- data/ext/gtk2/rbgtktextattributes.c +0 -2
- data/ext/gtk2/rbgtktextbuffer.c +17 -16
- data/ext/gtk2/rbgtktextmark.c +7 -14
- data/ext/gtk2/rbgtktexttag.c +1 -2
- data/ext/gtk2/rbgtktextview.c +3 -4
- data/ext/gtk2/rbgtktoggleaction.c +5 -16
- data/ext/gtk2/rbgtktogglebutton.c +1 -2
- data/ext/gtk2/rbgtktoggletoolbutton.c +5 -16
- data/ext/gtk2/rbgtktoolbar.c +8 -31
- data/ext/gtk2/rbgtktoolitem.c +3 -1
- data/ext/gtk2/rbgtktreerowreference.c +4 -4
- data/ext/gtk2/rbgtktreesortable.c +0 -3
- data/ext/gtk2/rbgtktreestore.c +10 -7
- data/ext/gtk2/rbgtktreeview.c +5 -8
- data/ext/gtk2/rbgtktreeviewcolumn.c +13 -34
- data/ext/gtk2/rbgtkuimanager.c +2 -3
- data/ext/gtk2/rbgtkwidget.c +24 -44
- data/ext/gtk2/rbgtkwindow.c +32 -92
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/lib/gtk2/base.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +2 -29
- data/vendor/local/bin/gtk-demo.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-2.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/libgailutil-18.dll +0 -0
- data/vendor/local/bin/libgdk-win32-2.0-0.dll +0 -0
- data/vendor/local/bin/libgtk-win32-2.0-0.dll +0 -0
- data/vendor/local/etc/gtk-2.0/gtk.immodules +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdk.h +5 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +0 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +4 -7
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +0 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +0 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +9 -13
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +0 -2
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +0 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +6 -16
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +3 -14
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +0 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +3 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +0 -6
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +0 -2
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +0 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +1 -5
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +1 -2
- data/vendor/local/lib/gailutil.lib +0 -0
- data/vendor/local/lib/gdk-win32-2.0.lib +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-win32-2.0.lib +0 -0
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gail.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-win32-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gtk+-win32-2.0.pc +1 -1
- data/vendor/local/manifest/{gtk+-dev_2.24.0-1_win32.mft → gtk+-dev_2.22.1-1_win32.mft} +6 -9
- data/vendor/local/manifest/{gtk+_2.24.0-1_win32.mft → gtk+_2.22.1-1_win32.mft} +6 -2
- data/vendor/local/share/doc/{gtk+-2.24.0 → gtk+-2.22.1}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.24.0 → gtk+-dev-2.22.1}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +21 -0
- data/vendor/local/share/gtk-2.0/demo/combobox.c +6 -6
- data/vendor/local/share/gtk-2.0/demo/offscreen_window.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/offscreen_window2.c +1 -1
- data/vendor/local/share/gtk-2.0/demo/sizegroup.c +2 -2
- data/vendor/local/share/gtk-2.0/demo/textview.c +4 -4
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +94 -60
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +58 -44
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/libgail-util-main.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +208 -151
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +37 -33
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +239 -180
- data/vendor/local/share/gtk-doc/html/gdk/annotation-glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-10.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-12.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-16.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-2.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-22.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-4.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-6.html +6 -6
- data/vendor/local/share/gtk-doc/html/gdk/api-index-2-8.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/api-index-deprecated.html +5 -135
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +47 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +23 -20
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Bitmaps-and-Pixmaps.html +126 -126
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cairo-Interaction.html +39 -81
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +199 -135
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +90 -71
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +200 -161
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +409 -293
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +435 -320
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +141 -109
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +234 -155
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +217 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +124 -103
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +250 -168
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +131 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +191 -143
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +53 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +195 -162
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +112 -85
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +137 -79
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +176 -144
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +235 -188
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +134 -97
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +35 -22
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +70 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +108 -83
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +744 -653
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +490 -476
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +44 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +76 -85
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +1 -10
- data/vendor/local/share/gtk-doc/html/gdk/multihead.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk/reference.html +3 -3
- data/vendor/local/share/gtk-doc/html/gdk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/AbstractObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Actions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Builder.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ButtonWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/DisplayWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/GtkAboutDialog.html +186 -193
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +46 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +236 -169
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +258 -175
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +50 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +114 -78
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +66 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +36 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +46 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +118 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +120 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +117 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +137 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +185 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +76 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +895 -615
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +1780 -509
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +163 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +35 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +87 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +130 -106
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +44 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +32 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +25 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +74 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +54 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +76 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +34 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +75 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +180 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +32 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +81 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +186 -344
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +46 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +260 -311
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +79 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +121 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +88 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +470 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +104 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +185 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +38 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +96 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +403 -331
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +89 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +35 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +26 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +146 -102
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +49 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +86 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +81 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +61 -52
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +58 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +34 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +101 -65
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +66 -55
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +182 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +22 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +248 -184
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +447 -321
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +195 -174
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +80 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +41 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +42 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +272 -179
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +249 -197
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +76 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +60 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +180 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +130 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +168 -138
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +221 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +49 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +145 -112
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +118 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +49 -73
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +39 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +452 -396
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +206 -148
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +25 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +165 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +66 -56
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +160 -115
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +25 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +134 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +44 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +67 -51
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +136 -109
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +53 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +68 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +403 -265
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +134 -100
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +111 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +108 -91
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +53 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +79 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +71 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +42 -33
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +185 -218
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +41 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +194 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +29 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +30 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +19 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +85 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +269 -202
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +58 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +72 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +83 -64
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +143 -93
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +27 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +259 -129
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +45 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +53 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +177 -132
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +254 -190
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +75 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +928 -546
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +135 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +19 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +140 -97
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +656 -494
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +46 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +194 -164
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +76 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +425 -340
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +94 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +57 -43
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +38 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +85 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +166 -133
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +103 -84
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +139 -116
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +59 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +360 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +70 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +152 -105
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +134 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +557 -428
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +126 -95
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +70 -63
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +171 -123
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +62 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +199 -170
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +863 -565
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +282 -203
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +189 -125
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +34 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +24 -31
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +29 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +18 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +69 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +17 -16
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1579 -1278
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +532 -380
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +39 -21
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk/MiscObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/NumericEntry.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Ornaments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/PlugSocket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/Printing.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/RecentDocuments.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/ScrollingWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SelectorWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/SpecialObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/TextWidget.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk/TextWidgetObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidget.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk/TreeWidgetObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/WindowWidgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/annotation-glossary.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-10.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-12.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-14.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-18.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-20.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-22.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-4.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-6.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-8.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/api-index-deprecated.html +45 -236
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +385 -469
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +4 -15
- data/vendor/local/share/gtk-doc/html/gtk/ch02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/chap-drawing-model.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/checklist-gdkeventexpose-region.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-modifiers.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/checklist-named-icons.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/decorating-the-assistant-pages.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/glossary.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Accelerator-Maps.html +124 -69
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +211 -149
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +293 -189
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +246 -175
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +41 -35
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +47 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +318 -270
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +22 -16
- data/vendor/local/share/gtk-doc/html/gtk/{GtkPaperSize.html → gtk-GtkPaperSize.html} +252 -204
- data/vendor/local/share/gtk-doc/html/gtk/{GtkTextIter.html → gtk-GtkTextIter.html} +806 -664
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +82 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +289 -221
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +232 -142
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +20 -17
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +190 -150
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +408 -328
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +306 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Standard-Enumerations.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Stock-Items.html +158 -152
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +136 -85
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +239 -204
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +343 -271
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +11 -18
- data/vendor/local/share/gtk-doc/html/gtk/gtk-building.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-1-2.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-compiling.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-directfb.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkcheckmenuitem.html +75 -63
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +75 -58
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-ClientSideWindows.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAboutDialog.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAction.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkAssistant.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkBuilder.html +10 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkComboBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkFileChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkIconView.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-GtkRecentChooser.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-checklist.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-entry-icons.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-label-links.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-migrating-tooltips.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtk-osx.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk/gtk-query-immodules-2.0.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-question-index.html +90 -90
- data/vendor/local/share/gtk-doc/html/gtk/gtk-resources.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk/gtk-running.html +31 -39
- data/vendor/local/share/gtk-doc/html/gtk/gtk-update-icon-cache.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk/gtk-windows.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/gtk-x11.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp +412 -445
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +455 -488
- data/vendor/local/share/gtk-doc/html/gtk/gtk.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/gtkbase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-extra-widgets.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-installing-preview.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-new-features.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkfilechooser-selection-modes.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk/gtkobjects.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-advanced.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/gtkrecent-chooser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/index.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +142 -194
- data/vendor/local/share/gtk-doc/html/gtk/migrating-GtkCombo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/migrating-gnomeuiinfo.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk/migrating.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/new-features-GtkComboBox.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/pt05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk/setting-the-page-flow.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/style.css +1 -2
- data/vendor/local/share/gtk-doc/html/gtk/ui-manager.html +3 -3
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/kg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lg/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk20.mo +0 -0
- data/vendor/local/src/tml/packaging/gtk+_2.22.1-1_win32.log +5048 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.24.0-1_win32.sh → gtk+_2.22.1-1_win32.sh} +2 -2
- metadata +25 -25
- data/vendor/local/etc/gtk-2.0/gtkrc +0 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +0 -77
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +0 -301
- data/vendor/local/share/gtk-doc/html/gtk/api-index-2-24.html +0 -117
- data/vendor/local/src/tml/packaging/gtk+_2.24.0-1_win32.log +0 -4934
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="GtkProgressBar.html" title="GtkProgressBar">
|
10
10
|
<link rel="next" href="GtkInfoBar.html" title="GtkInfoBar">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -36,7 +36,7 @@
|
|
36
36
|
<a href="#GtkStatusbar.signals" class="shortcut">Signals</a>
|
37
37
|
</td></tr>
|
38
38
|
</table>
|
39
|
-
<div class="refentry">
|
39
|
+
<div class="refentry" title="GtkStatusbar">
|
40
40
|
<a name="GtkStatusbar"></a><div class="titlepage"></div>
|
41
41
|
<div class="refnamediv"><table width="100%"><tr>
|
42
42
|
<td valign="top">
|
@@ -45,13 +45,13 @@
|
|
45
45
|
</td>
|
46
46
|
<td valign="top" align="right"><img src="statusbar.png"></td>
|
47
47
|
</tr></table></div>
|
48
|
-
<div class="refsynopsisdiv">
|
48
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
49
49
|
<a name="GtkStatusbar.synopsis"></a><h2>Synopsis</h2>
|
50
50
|
<pre class="synopsis">
|
51
51
|
#include <gtk/gtk.h>
|
52
52
|
|
53
|
-
|
54
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
53
|
+
<a class="link" href="GtkStatusbar.html#GtkStatusbar-struct" title="GtkStatusbar">GtkStatusbar</a>;
|
54
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkStatusbar.html#gtk-statusbar-new" title="gtk_statusbar_new ()">gtk_statusbar_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
55
55
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkStatusbar.html#gtk-statusbar-get-context-id" title="gtk_statusbar_get_context_id ()">gtk_statusbar_get_context_id</a> (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
56
56
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_description</code></em>);
|
57
57
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkStatusbar.html#gtk-statusbar-push" title="gtk_statusbar_push ()">gtk_statusbar_push</a> (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
@@ -67,10 +67,10 @@ struct <a class="link" href="GtkStatusbar.html#GtkStatusbar-struct"
|
|
67
67
|
<span class="returnvalue">void</span> <a class="link" href="GtkStatusbar.html#gtk-statusbar-set-has-resize-grip" title="gtk_statusbar_set_has_resize_grip ()">gtk_statusbar_set_has_resize_grip</a> (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
68
68
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);
|
69
69
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkStatusbar.html#gtk-statusbar-get-has-resize-grip" title="gtk_statusbar_get_has_resize_grip ()">gtk_statusbar_get_has_resize_grip</a> (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>);
|
70
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
70
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* <a class="link" href="GtkStatusbar.html#gtk-statusbar-get-message-area" title="gtk_statusbar_get_message_area ()">gtk_statusbar_get_message_area</a> (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>);
|
71
71
|
</pre>
|
72
72
|
</div>
|
73
|
-
<div class="refsect1">
|
73
|
+
<div class="refsect1" title="Object Hierarchy">
|
74
74
|
<a name="GtkStatusbar.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
75
75
|
<pre class="synopsis">
|
76
76
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -83,32 +83,32 @@ struct <a class="link" href="GtkStatusbar.html#GtkStatusbar-struct"
|
|
83
83
|
+----GtkStatusbar
|
84
84
|
</pre>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1">
|
86
|
+
<div class="refsect1" title="Implemented Interfaces">
|
87
87
|
<a name="GtkStatusbar.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
88
88
|
<p>
|
89
89
|
GtkStatusbar implements
|
90
90
|
AtkImplementorIface, <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a> and <a class="link" href="gtk-Orientable.html#GtkOrientable">GtkOrientable</a>.</p>
|
91
91
|
</div>
|
92
|
-
<div class="refsect1">
|
92
|
+
<div class="refsect1" title="Properties">
|
93
93
|
<a name="GtkStatusbar.properties"></a><h2>Properties</h2>
|
94
94
|
<pre class="synopsis">
|
95
95
|
"<a class="link" href="GtkStatusbar.html#GtkStatusbar--has-resize-grip" title='The "has-resize-grip" property'>has-resize-grip</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
96
96
|
</pre>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1">
|
98
|
+
<div class="refsect1" title="Style Properties">
|
99
99
|
<a name="GtkStatusbar.style-properties"></a><h2>Style Properties</h2>
|
100
100
|
<pre class="synopsis">
|
101
101
|
"<a class="link" href="GtkStatusbar.html#GtkStatusbar--s-shadow-type" title='The "shadow-type" style property'>shadow-type</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read
|
102
102
|
</pre>
|
103
103
|
</div>
|
104
|
-
<div class="refsect1">
|
104
|
+
<div class="refsect1" title="Signals">
|
105
105
|
<a name="GtkStatusbar.signals"></a><h2>Signals</h2>
|
106
106
|
<pre class="synopsis">
|
107
|
-
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-popped" title='The "text-popped" signal'>text-popped</a>" :
|
108
|
-
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-pushed" title='The "text-pushed" signal'>text-pushed</a>" :
|
107
|
+
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-popped" title='The "text-popped" signal'>text-popped</a>" : Run Last
|
108
|
+
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-pushed" title='The "text-pushed" signal'>text-pushed</a>" : Run Last
|
109
109
|
</pre>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1">
|
111
|
+
<div class="refsect1" title="Description">
|
112
112
|
<a name="GtkStatusbar.description"></a><h2>Description</h2>
|
113
113
|
<p>
|
114
114
|
A <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> is usually placed along the bottom of an application's main
|
@@ -148,20 +148,20 @@ A message can be removed from anywhere in the stack if its message_id was
|
|
148
148
|
recorded at the time it was added. This is done using <a class="link" href="GtkStatusbar.html#gtk-statusbar-remove" title="gtk_statusbar_remove ()"><code class="function">gtk_statusbar_remove()</code></a>.
|
149
149
|
</p>
|
150
150
|
</div>
|
151
|
-
<div class="refsect1">
|
151
|
+
<div class="refsect1" title="Details">
|
152
152
|
<a name="GtkStatusbar.details"></a><h2>Details</h2>
|
153
|
-
<div class="refsect2">
|
154
|
-
<a name="GtkStatusbar-struct"></a><h3>
|
155
|
-
<pre class="programlisting">struct GtkStatusbar;</pre>
|
153
|
+
<div class="refsect2" title="GtkStatusbar">
|
154
|
+
<a name="GtkStatusbar-struct"></a><h3>GtkStatusbar</h3>
|
155
|
+
<pre class="programlisting">typedef struct _GtkStatusbar GtkStatusbar;</pre>
|
156
156
|
<p>
|
157
157
|
Contains private data that should be modified with the functions described
|
158
158
|
below.
|
159
159
|
</p>
|
160
160
|
</div>
|
161
161
|
<hr>
|
162
|
-
<div class="refsect2">
|
162
|
+
<div class="refsect2" title="gtk_statusbar_new ()">
|
163
163
|
<a name="gtk-statusbar-new"></a><h3>gtk_statusbar_new ()</h3>
|
164
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
164
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_statusbar_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
165
165
|
<p>
|
166
166
|
Creates a new <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> ready for messages.
|
167
167
|
</p>
|
@@ -169,13 +169,13 @@ Creates a new <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><spa
|
|
169
169
|
<col align="left" valign="top">
|
170
170
|
<tbody><tr>
|
171
171
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
172
|
-
<td>the new <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a>
|
172
|
+
<td> the new <a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a>
|
173
173
|
</td>
|
174
174
|
</tr></tbody>
|
175
175
|
</table></div>
|
176
176
|
</div>
|
177
177
|
<hr>
|
178
|
-
<div class="refsect2">
|
178
|
+
<div class="refsect2" title="gtk_statusbar_get_context_id ()">
|
179
179
|
<a name="gtk-statusbar-get-context-id"></a><h3>gtk_statusbar_get_context_id ()</h3>
|
180
180
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_statusbar_get_context_id (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
181
181
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *context_description</code></em>);</pre>
|
@@ -194,18 +194,20 @@ of the actual context. Note that the description is
|
|
194
194
|
</tr>
|
195
195
|
<tr>
|
196
196
|
<td><p><span class="term"><em class="parameter"><code>context_description</code></em> :</span></p></td>
|
197
|
-
<td>textual description of what context
|
198
|
-
the new message is being used in
|
197
|
+
<td>textual description of what context
|
198
|
+
the new message is being used in
|
199
|
+
</td>
|
199
200
|
</tr>
|
200
201
|
<tr>
|
201
202
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
202
|
-
<td>an integer id
|
203
|
+
<td> an integer id
|
204
|
+
</td>
|
203
205
|
</tr>
|
204
206
|
</tbody>
|
205
207
|
</table></div>
|
206
208
|
</div>
|
207
209
|
<hr>
|
208
|
-
<div class="refsect2">
|
210
|
+
<div class="refsect2" title="gtk_statusbar_push ()">
|
209
211
|
<a name="gtk-statusbar-push"></a><h3>gtk_statusbar_push ()</h3>
|
210
212
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_statusbar_push (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
211
213
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id</code></em>,
|
@@ -224,23 +226,25 @@ Pushes a new message onto a statusbar's stack.
|
|
224
226
|
<tr>
|
225
227
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
226
228
|
<td>the message's context id, as returned by
|
227
|
-
<a class="link" href="GtkStatusbar.html#gtk-statusbar-get-context-id" title="gtk_statusbar_get_context_id ()"><code class="function">gtk_statusbar_get_context_id()</code></a>
|
229
|
+
<a class="link" href="GtkStatusbar.html#gtk-statusbar-get-context-id" title="gtk_statusbar_get_context_id ()"><code class="function">gtk_statusbar_get_context_id()</code></a>
|
228
230
|
</td>
|
229
231
|
</tr>
|
230
232
|
<tr>
|
231
233
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
232
|
-
<td>the message to add to the statusbar
|
234
|
+
<td>the message to add to the statusbar
|
235
|
+
</td>
|
233
236
|
</tr>
|
234
237
|
<tr>
|
235
238
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
236
|
-
<td>a message id that can be used with
|
237
|
-
<a class="link" href="GtkStatusbar.html#gtk-statusbar-remove" title="gtk_statusbar_remove ()"><code class="function">gtk_statusbar_remove()</code></a
|
239
|
+
<td> a message id that can be used with
|
240
|
+
<a class="link" href="GtkStatusbar.html#gtk-statusbar-remove" title="gtk_statusbar_remove ()"><code class="function">gtk_statusbar_remove()</code></a>.
|
241
|
+
</td>
|
238
242
|
</tr>
|
239
243
|
</tbody>
|
240
244
|
</table></div>
|
241
245
|
</div>
|
242
246
|
<hr>
|
243
|
-
<div class="refsect2">
|
247
|
+
<div class="refsect2" title="gtk_statusbar_pop ()">
|
244
248
|
<a name="gtk-statusbar-pop"></a><h3>gtk_statusbar_pop ()</h3>
|
245
249
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_statusbar_pop (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
246
250
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id</code></em>);</pre>
|
@@ -263,13 +267,14 @@ context id.
|
|
263
267
|
</tr>
|
264
268
|
<tr>
|
265
269
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
266
|
-
<td>a context identifier
|
270
|
+
<td>a context identifier
|
271
|
+
</td>
|
267
272
|
</tr>
|
268
273
|
</tbody>
|
269
274
|
</table></div>
|
270
275
|
</div>
|
271
276
|
<hr>
|
272
|
-
<div class="refsect2">
|
277
|
+
<div class="refsect2" title="gtk_statusbar_remove ()">
|
273
278
|
<a name="gtk-statusbar-remove"></a><h3>gtk_statusbar_remove ()</h3>
|
274
279
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_statusbar_remove (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
275
280
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id</code></em>,
|
@@ -288,7 +293,8 @@ The exact <em class="parameter"><code>context_id</code></em> and <em class="para
|
|
288
293
|
</tr>
|
289
294
|
<tr>
|
290
295
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
291
|
-
<td>a context identifier
|
296
|
+
<td>a context identifier
|
297
|
+
</td>
|
292
298
|
</tr>
|
293
299
|
<tr>
|
294
300
|
<td><p><span class="term"><em class="parameter"><code>message_id</code></em> :</span></p></td>
|
@@ -299,7 +305,7 @@ The exact <em class="parameter"><code>context_id</code></em> and <em class="para
|
|
299
305
|
</table></div>
|
300
306
|
</div>
|
301
307
|
<hr>
|
302
|
-
<div class="refsect2">
|
308
|
+
<div class="refsect2" title="gtk_statusbar_remove_all ()">
|
303
309
|
<a name="gtk-statusbar-remove-all"></a><h3>gtk_statusbar_remove_all ()</h3>
|
304
310
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_statusbar_remove_all (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
305
311
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id</code></em>);</pre>
|
@@ -317,14 +323,15 @@ stack with the exact <em class="parameter"><code>context_id</code></em>.
|
|
317
323
|
</tr>
|
318
324
|
<tr>
|
319
325
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
320
|
-
<td>a context identifier
|
326
|
+
<td>a context identifier
|
327
|
+
</td>
|
321
328
|
</tr>
|
322
329
|
</tbody>
|
323
330
|
</table></div>
|
324
331
|
<p class="since">Since 2.22</p>
|
325
332
|
</div>
|
326
333
|
<hr>
|
327
|
-
<div class="refsect2">
|
334
|
+
<div class="refsect2" title="gtk_statusbar_set_has_resize_grip ()">
|
328
335
|
<a name="gtk-statusbar-set-has-resize-grip"></a><h3>gtk_statusbar_set_has_resize_grip ()</h3>
|
329
336
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_statusbar_set_has_resize_grip (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>,
|
330
337
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -343,13 +350,14 @@ Sets whether the statusbar has a resize grip.
|
|
343
350
|
<tr>
|
344
351
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
345
352
|
<td>
|
346
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to have a resize grip
|
353
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to have a resize grip
|
354
|
+
</td>
|
347
355
|
</tr>
|
348
356
|
</tbody>
|
349
357
|
</table></div>
|
350
358
|
</div>
|
351
359
|
<hr>
|
352
|
-
<div class="refsect2">
|
360
|
+
<div class="refsect2" title="gtk_statusbar_get_has_resize_grip ()">
|
353
361
|
<a name="gtk-statusbar-get-has-resize-grip"></a><h3>gtk_statusbar_get_has_resize_grip ()</h3>
|
354
362
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_statusbar_get_has_resize_grip (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>);</pre>
|
355
363
|
<p>
|
@@ -365,16 +373,16 @@ Returns whether the statusbar has a resize grip.
|
|
365
373
|
</tr>
|
366
374
|
<tr>
|
367
375
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
368
|
-
<td>
|
369
|
-
|
376
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the statusbar has a resize grip.
|
377
|
+
</td>
|
370
378
|
</tr>
|
371
379
|
</tbody>
|
372
380
|
</table></div>
|
373
381
|
</div>
|
374
382
|
<hr>
|
375
|
-
<div class="refsect2">
|
383
|
+
<div class="refsect2" title="gtk_statusbar_get_message_area ()">
|
376
384
|
<a name="gtk-statusbar-get-message-area"></a><h3>gtk_statusbar_get_message_area ()</h3>
|
377
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
385
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a>* gtk_statusbar_get_message_area (<em class="parameter"><code><a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar</code></em>);</pre>
|
378
386
|
<p>
|
379
387
|
Retrieves the box containing the label widget.
|
380
388
|
</p>
|
@@ -388,7 +396,8 @@ Retrieves the box containing the label widget.
|
|
388
396
|
</tr>
|
389
397
|
<tr>
|
390
398
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
391
|
-
<td>a <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a
|
399
|
+
<td> a <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>
|
400
|
+
|
392
401
|
</td>
|
393
402
|
</tr>
|
394
403
|
</tbody>
|
@@ -396,9 +405,9 @@ Retrieves the box containing the label widget.
|
|
396
405
|
<p class="since">Since 2.20</p>
|
397
406
|
</div>
|
398
407
|
</div>
|
399
|
-
<div class="refsect1">
|
408
|
+
<div class="refsect1" title="Property Details">
|
400
409
|
<a name="GtkStatusbar.property-details"></a><h2>Property Details</h2>
|
401
|
-
<div class="refsect2">
|
410
|
+
<div class="refsect2" title='The "has-resize-grip" property'>
|
402
411
|
<a name="GtkStatusbar--has-resize-grip"></a><h3>The <code class="literal">"has-resize-grip"</code> property</h3>
|
403
412
|
<pre class="programlisting"> "has-resize-grip" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
404
413
|
<p>
|
@@ -408,23 +417,23 @@ Whether the statusbar has a grip for resizing the toplevel window.
|
|
408
417
|
<p class="since">Since 2.4</p>
|
409
418
|
</div>
|
410
419
|
</div>
|
411
|
-
<div class="refsect1">
|
420
|
+
<div class="refsect1" title="Style Property Details">
|
412
421
|
<a name="GtkStatusbar.style-property-details"></a><h2>Style Property Details</h2>
|
413
|
-
<div class="refsect2">
|
422
|
+
<div class="refsect2" title='The "shadow-type" style property'>
|
414
423
|
<a name="GtkStatusbar--s-shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> style property</h3>
|
415
424
|
<pre class="programlisting"> "shadow-type" <a class="link" href="gtk-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read</pre>
|
416
425
|
<p>Style of bevel around the statusbar text.</p>
|
417
426
|
<p>Default value: GTK_SHADOW_IN</p>
|
418
427
|
</div>
|
419
428
|
</div>
|
420
|
-
<div class="refsect1">
|
429
|
+
<div class="refsect1" title="Signal Details">
|
421
430
|
<a name="GtkStatusbar.signal-details"></a><h2>Signal Details</h2>
|
422
|
-
<div class="refsect2">
|
431
|
+
<div class="refsect2" title='The "text-popped" signal'>
|
423
432
|
<a name="GtkStatusbar-text-popped"></a><h3>The <code class="literal">"text-popped"</code> signal</h3>
|
424
433
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar,
|
425
434
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id,
|
426
435
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text,
|
427
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
436
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
428
437
|
<p>
|
429
438
|
Is emitted whenever a new message is popped off a statusbar's stack.
|
430
439
|
</p>
|
@@ -433,15 +442,18 @@ Is emitted whenever a new message is popped off a statusbar's stack.
|
|
433
442
|
<tbody>
|
434
443
|
<tr>
|
435
444
|
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
|
436
|
-
<td>the object which received the signal
|
445
|
+
<td>the object which received the signal.
|
446
|
+
</td>
|
437
447
|
</tr>
|
438
448
|
<tr>
|
439
449
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
440
|
-
<td>the context id of the relevant message/statusbar
|
450
|
+
<td>the context id of the relevant message/statusbar.
|
451
|
+
</td>
|
441
452
|
</tr>
|
442
453
|
<tr>
|
443
454
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
444
|
-
<td>the message that was just popped
|
455
|
+
<td>the message that was just popped.
|
456
|
+
</td>
|
445
457
|
</tr>
|
446
458
|
<tr>
|
447
459
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -451,12 +463,12 @@ Is emitted whenever a new message is popped off a statusbar's stack.
|
|
451
463
|
</table></div>
|
452
464
|
</div>
|
453
465
|
<hr>
|
454
|
-
<div class="refsect2">
|
466
|
+
<div class="refsect2" title='The "text-pushed" signal'>
|
455
467
|
<a name="GtkStatusbar-text-pushed"></a><h3>The <code class="literal">"text-pushed"</code> signal</h3>
|
456
468
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkStatusbar.html" title="GtkStatusbar"><span class="type">GtkStatusbar</span></a> *statusbar,
|
457
469
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id,
|
458
470
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text,
|
459
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
471
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
460
472
|
<p>
|
461
473
|
Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
462
474
|
</p>
|
@@ -465,15 +477,18 @@ Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
|
465
477
|
<tbody>
|
466
478
|
<tr>
|
467
479
|
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
|
468
|
-
<td>the object which received the signal
|
480
|
+
<td>the object which received the signal.
|
481
|
+
</td>
|
469
482
|
</tr>
|
470
483
|
<tr>
|
471
484
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
472
|
-
<td>the context id of the relevant message/statusbar
|
485
|
+
<td>the context id of the relevant message/statusbar.
|
486
|
+
</td>
|
473
487
|
</tr>
|
474
488
|
<tr>
|
475
489
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
476
|
-
<td>the message that was pushed
|
490
|
+
<td>the message that was pushed.
|
491
|
+
</td>
|
477
492
|
</tr>
|
478
493
|
<tr>
|
479
494
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -486,6 +501,6 @@ Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
|
486
501
|
</div>
|
487
502
|
<div class="footer">
|
488
503
|
<hr>
|
489
|
-
Generated by GTK-Doc V1.
|
504
|
+
Generated by GTK-Doc V1.15</div>
|
490
505
|
</body>
|
491
506
|
</html>
|
@@ -8,7 +8,7 @@
|
|
8
8
|
<link rel="up" href="gtkbase.html" title="Part II. GTK+ Core Reference">
|
9
9
|
<link rel="prev" href="gtk-Graphics-Contexts.html" title="Graphics Contexts">
|
10
10
|
<link rel="next" href="gtk-Selections.html" title="Selections">
|
11
|
-
<meta name="generator" content="GTK-Doc V1.
|
11
|
+
<meta name="generator" content="GTK-Doc V1.15 (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">
|
@@ -30,7 +30,7 @@
|
|
30
30
|
<a href="#GtkStyle.signals" class="shortcut">Signals</a>
|
31
31
|
</td></tr>
|
32
32
|
</table>
|
33
|
-
<div class="refentry">
|
33
|
+
<div class="refentry" title="Styles">
|
34
34
|
<a name="GtkStyle"></a><div class="titlepage"></div>
|
35
35
|
<div class="refnamediv"><table width="100%"><tr>
|
36
36
|
<td valign="top">
|
@@ -39,19 +39,19 @@
|
|
39
39
|
</td>
|
40
40
|
<td valign="top" align="right"></td>
|
41
41
|
</tr></table></div>
|
42
|
-
<div class="refsynopsisdiv">
|
42
|
+
<div class="refsynopsisdiv" title="Synopsis">
|
43
43
|
<a name="GtkStyle.synopsis"></a><h2>Synopsis</h2>
|
44
|
-
<
|
44
|
+
<pre class="synopsis">
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
#define <a class="link" href="GtkStyle.html#GTK-STYLE-ATTACHED:CAPS" title="GTK_STYLE_ATTACHED()">GTK_STYLE_ATTACHED</a> (style)
|
48
|
-
|
49
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
50
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
51
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
48
|
+
<a class="link" href="GtkStyle.html#GtkStyle-struct" title="GtkStyle">GtkStyle</a>;
|
49
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="GtkStyle.html#gtk-style-new" title="gtk_style_new ()">gtk_style_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="GtkStyle.html#gtk-style-copy" title="gtk_style_copy ()">gtk_style_copy</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
51
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="GtkStyle.html#gtk-style-attach" title="gtk_style_attach ()">gtk_style_attach</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
52
52
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyle.html#gtk-style-detach" title="gtk_style_detach ()">gtk_style_detach</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
54
|
-
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
54
|
+
<a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* <a class="link" href="GtkStyle.html#gtk-style-ref" title="gtk_style_ref ()">gtk_style_ref</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyle.html#gtk-style-unref" title="gtk_style_unref ()">gtk_style_unref</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);
|
56
56
|
<span class="returnvalue">void</span> <a class="link" href="GtkStyle.html#gtk-style-set-background" title="gtk_style_set_background ()">gtk_style_set_background</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
57
57
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -76,9 +76,9 @@ struct <a class="link" href="GtkStyle.html#GtkStyle-struct" title="
|
|
76
76
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkStyle.html#gtk-style-lookup-color" title="gtk_style_lookup_color ()">gtk_style_lookup_color</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
77
77
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *color_name</code></em>,
|
78
78
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> *color</code></em>);
|
79
|
-
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
79
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* <a class="link" href="GtkStyle.html#gtk-style-lookup-icon-set" title="gtk_style_lookup_icon_set ()">gtk_style_lookup_icon_set</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
80
80
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);
|
81
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
81
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* <a class="link" href="GtkStyle.html#gtk-style-render-icon" title="gtk_style_render_icon ()">gtk_style_render_icon</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
82
82
|
<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
83
83
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
84
84
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
@@ -517,10 +517,10 @@ struct <a class="link" href="GtkStyle.html#GtkStyle-struct" title="
|
|
517
517
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
518
518
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> draw_arrow</code></em>);
|
519
519
|
|
520
|
-
|
521
|
-
<a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> * <a class="link" href="GtkStyle.html#gtk-border-new" title="gtk_border_new ()">gtk_border_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
522
|
-
<a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> * <a class="link" href="GtkStyle.html#gtk-border-copy" title="gtk_border_copy ()">gtk_border_copy</a> (<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);
|
523
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkStyle.html#gtk-border-free" title="gtk_border_free ()">gtk_border_free</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);
|
520
|
+
<a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder">GtkBorder</a>;
|
521
|
+
<a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a> * <a class="link" href="GtkStyle.html#gtk-border-new" title="gtk_border_new ()">gtk_border_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
522
|
+
<a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a> * <a class="link" href="GtkStyle.html#gtk-border-copy" title="gtk_border_copy ()">gtk_border_copy</a> (<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);
|
523
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkStyle.html#gtk-border-free" title="gtk_border_free ()">gtk_border_free</a> (<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);
|
524
524
|
|
525
525
|
<a class="link" href="GtkStyle.html#GtkRcProperty" title="GtkRcProperty">GtkRcProperty</a>;
|
526
526
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="GtkStyle.html#GtkRcPropertyParser" title="GtkRcPropertyParser ()">*GtkRcPropertyParser</a>) (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
@@ -528,32 +528,28 @@ struct <a class="link" href="GtkStyle.html#GtkBorder-struct" title=
|
|
528
528
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);
|
529
529
|
</pre>
|
530
530
|
</div>
|
531
|
-
<div class="refsect1">
|
531
|
+
<div class="refsect1" title="Object Hierarchy">
|
532
532
|
<a name="GtkStyle.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
533
533
|
<pre class="synopsis">
|
534
534
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
535
535
|
+----GtkStyle
|
536
536
|
</pre>
|
537
|
-
<pre class="synopsis">
|
538
|
-
GBoxed
|
539
|
-
+----GtkBorder
|
540
|
-
</pre>
|
541
537
|
</div>
|
542
|
-
<div class="refsect1">
|
538
|
+
<div class="refsect1" title="Signals">
|
543
539
|
<a name="GtkStyle.signals"></a><h2>Signals</h2>
|
544
540
|
<pre class="synopsis">
|
545
|
-
"<a class="link" href="GtkStyle.html#GtkStyle-realize" title='The "realize" signal'>realize</a>" :
|
546
|
-
"<a class="link" href="GtkStyle.html#GtkStyle-unrealize" title='The "unrealize" signal'>unrealize</a>" :
|
541
|
+
"<a class="link" href="GtkStyle.html#GtkStyle-realize" title='The "realize" signal'>realize</a>" : Run First
|
542
|
+
"<a class="link" href="GtkStyle.html#GtkStyle-unrealize" title='The "unrealize" signal'>unrealize</a>" : Run First
|
547
543
|
</pre>
|
548
544
|
</div>
|
549
|
-
<div class="refsect1">
|
545
|
+
<div class="refsect1" title="Description">
|
550
546
|
<a name="GtkStyle.description"></a><h2>Description</h2>
|
551
547
|
<p>
|
552
548
|
</p>
|
553
549
|
</div>
|
554
|
-
<div class="refsect1">
|
550
|
+
<div class="refsect1" title="Details">
|
555
551
|
<a name="GtkStyle.details"></a><h2>Details</h2>
|
556
|
-
<div class="refsect2">
|
552
|
+
<div class="refsect2" title="GTK_STYLE_ATTACHED()">
|
557
553
|
<a name="GTK-STYLE-ATTACHED:CAPS"></a><h3>GTK_STYLE_ATTACHED()</h3>
|
558
554
|
<pre class="programlisting">#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)->attach_count > 0)
|
559
555
|
</pre>
|
@@ -564,14 +560,15 @@ Returns whether the style is attached to a window.
|
|
564
560
|
<col align="left" valign="top">
|
565
561
|
<tbody><tr>
|
566
562
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
567
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
563
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
564
|
+
</td>
|
568
565
|
</tr></tbody>
|
569
566
|
</table></div>
|
570
567
|
</div>
|
571
568
|
<hr>
|
572
|
-
<div class="refsect2">
|
573
|
-
<a name="GtkStyle-struct"></a><h3>
|
574
|
-
<pre class="programlisting">struct
|
569
|
+
<div class="refsect2" title="GtkStyle">
|
570
|
+
<a name="GtkStyle-struct"></a><h3>GtkStyle</h3>
|
571
|
+
<pre class="programlisting">typedef struct {
|
575
572
|
GdkColor fg[5];
|
576
573
|
GdkColor bg[5];
|
577
574
|
GdkColor light[5];
|
@@ -600,15 +597,15 @@ Returns whether the style is attached to a window.
|
|
600
597
|
GdkGC *white_gc;
|
601
598
|
|
602
599
|
GdkPixmap *bg_pixmap[5];
|
603
|
-
};
|
600
|
+
} GtkStyle;
|
604
601
|
</pre>
|
605
602
|
<p>
|
606
603
|
</p>
|
607
604
|
</div>
|
608
605
|
<hr>
|
609
|
-
<div class="refsect2">
|
606
|
+
<div class="refsect2" title="gtk_style_new ()">
|
610
607
|
<a name="gtk-style-new"></a><h3>gtk_style_new ()</h3>
|
611
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
608
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_style_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
612
609
|
<p>
|
613
610
|
Creates a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
614
611
|
</p>
|
@@ -616,14 +613,15 @@ Creates a new <a class="link" href="GtkStyle.html" title="Styles"><span class="t
|
|
616
613
|
<col align="left" valign="top">
|
617
614
|
<tbody><tr>
|
618
615
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
619
|
-
<td>a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
616
|
+
<td>a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
617
|
+
</td>
|
620
618
|
</tr></tbody>
|
621
619
|
</table></div>
|
622
620
|
</div>
|
623
621
|
<hr>
|
624
|
-
<div class="refsect2">
|
622
|
+
<div class="refsect2" title="gtk_style_copy ()">
|
625
623
|
<a name="gtk-style-copy"></a><h3>gtk_style_copy ()</h3>
|
626
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
624
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_style_copy (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
627
625
|
<p>
|
628
626
|
Creates a copy of the passed in <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> object.
|
629
627
|
</p>
|
@@ -637,27 +635,27 @@ Creates a copy of the passed in <a class="link" href="GtkStyle.html" title="Styl
|
|
637
635
|
</tr>
|
638
636
|
<tr>
|
639
637
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
640
|
-
<td>a copy of <em class="parameter"><code>style</code></em
|
638
|
+
<td> a copy of <em class="parameter"><code>style</code></em>
|
641
639
|
</td>
|
642
640
|
</tr>
|
643
641
|
</tbody>
|
644
642
|
</table></div>
|
645
643
|
</div>
|
646
644
|
<hr>
|
647
|
-
<div class="refsect2">
|
645
|
+
<div class="refsect2" title="gtk_style_attach ()">
|
648
646
|
<a name="gtk-style-attach"></a><h3>gtk_style_attach ()</h3>
|
649
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
647
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_style_attach (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
650
648
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
|
651
649
|
<p>
|
652
650
|
Attaches a style to a window; this process allocates the
|
653
651
|
colors and creates the GC's for the style - it specializes
|
654
|
-
it to a particular visual and colormap. The process may
|
655
|
-
involve the creation of a new style if the style has already
|
652
|
+
it to a particular visual and colormap. The process may
|
653
|
+
involve the creation of a new style if the style has already
|
656
654
|
been attached to a window with a different style and colormap.
|
657
655
|
</p>
|
658
656
|
<p>
|
659
|
-
Since this function may return a new object, you have to use it
|
660
|
-
in the following way:
|
657
|
+
Since this function may return a new object, you have to use it
|
658
|
+
in the following way:
|
661
659
|
<code class="literal">style = gtk_style_attach (style, window)</code>
|
662
660
|
</p>
|
663
661
|
<div class="variablelist"><table border="0">
|
@@ -665,24 +663,27 @@ in the following way:
|
|
665
663
|
<tbody>
|
666
664
|
<tr>
|
667
665
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
668
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
666
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
667
|
+
</td>
|
669
668
|
</tr>
|
670
669
|
<tr>
|
671
670
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
672
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a
|
671
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.
|
672
|
+
</td>
|
673
673
|
</tr>
|
674
674
|
<tr>
|
675
675
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
676
|
-
<td>Either <em class="parameter"><code>style</code></em>, or a newly-created <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
677
|
-
If the style is newly created, the style parameter
|
678
|
-
will be unref'ed, and the new style will have
|
679
|
-
a reference count belonging to the caller
|
676
|
+
<td> Either <em class="parameter"><code>style</code></em>, or a newly-created <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
677
|
+
If the style is newly created, the style parameter
|
678
|
+
will be unref'ed, and the new style will have
|
679
|
+
a reference count belonging to the caller.
|
680
|
+
</td>
|
680
681
|
</tr>
|
681
682
|
</tbody>
|
682
683
|
</table></div>
|
683
684
|
</div>
|
684
685
|
<hr>
|
685
|
-
<div class="refsect2">
|
686
|
+
<div class="refsect2" title="gtk_style_detach ()">
|
686
687
|
<a name="gtk-style-detach"></a><h3>gtk_style_detach ()</h3>
|
687
688
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_detach (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
688
689
|
<p>
|
@@ -699,10 +700,10 @@ to any windows anymore, it is unrealized. See <a class="link" href="GtkStyle.htm
|
|
699
700
|
</table></div>
|
700
701
|
</div>
|
701
702
|
<hr>
|
702
|
-
<div class="refsect2">
|
703
|
+
<div class="refsect2" title="gtk_style_ref ()">
|
703
704
|
<a name="gtk-style-ref"></a><h3>gtk_style_ref ()</h3>
|
704
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
705
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
705
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a>* gtk_style_ref (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
706
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
706
707
|
<h3 class="title">Warning</h3>
|
707
708
|
<p><code class="literal">gtk_style_ref</code> has been deprecated since version 2.0 and should not be used in newly-written code. use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-ref"><code class="function">g_object_ref()</code></a> instead.</p>
|
708
709
|
</div>
|
@@ -714,21 +715,23 @@ Increase the reference count of <em class="parameter"><code>style</code></em>.
|
|
714
715
|
<tbody>
|
715
716
|
<tr>
|
716
717
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
717
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
718
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
719
|
+
</td>
|
718
720
|
</tr>
|
719
721
|
<tr>
|
720
722
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
721
723
|
<td>
|
722
|
-
<em class="parameter"><code>style</code></em
|
724
|
+
<em class="parameter"><code>style</code></em>.
|
725
|
+
</td>
|
723
726
|
</tr>
|
724
727
|
</tbody>
|
725
728
|
</table></div>
|
726
729
|
</div>
|
727
730
|
<hr>
|
728
|
-
<div class="refsect2">
|
731
|
+
<div class="refsect2" title="gtk_style_unref ()">
|
729
732
|
<a name="gtk-style-unref"></a><h3>gtk_style_unref ()</h3>
|
730
733
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_unref (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
731
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
734
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
732
735
|
<h3 class="title">Warning</h3>
|
733
736
|
<p><code class="literal">gtk_style_unref</code> has been deprecated since version 2.0 and should not be used in newly-written code. use <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a> instead.</p>
|
734
737
|
</div>
|
@@ -739,12 +742,13 @@ Decrease the reference count of <em class="parameter"><code>style</code></em>.
|
|
739
742
|
<col align="left" valign="top">
|
740
743
|
<tbody><tr>
|
741
744
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
742
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
745
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
746
|
+
</td>
|
743
747
|
</tr></tbody>
|
744
748
|
</table></div>
|
745
749
|
</div>
|
746
750
|
<hr>
|
747
|
-
<div class="refsect2">
|
751
|
+
<div class="refsect2" title="gtk_style_set_background ()">
|
748
752
|
<a name="gtk-style-set-background"></a><h3>gtk_style_set_background ()</h3>
|
749
753
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_set_background (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
750
754
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -768,13 +772,14 @@ specified by <em class="parameter"><code>style</code></em> for the given state.
|
|
768
772
|
</tr>
|
769
773
|
<tr>
|
770
774
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
771
|
-
<td>a state
|
775
|
+
<td>a state
|
776
|
+
</td>
|
772
777
|
</tr>
|
773
778
|
</tbody>
|
774
779
|
</table></div>
|
775
780
|
</div>
|
776
781
|
<hr>
|
777
|
-
<div class="refsect2">
|
782
|
+
<div class="refsect2" title="gtk_style_apply_default_background ()">
|
778
783
|
<a name="gtk-style-apply-default-background"></a><h3>gtk_style_apply_default_background ()</h3>
|
779
784
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_apply_default_background (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
780
785
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -795,20 +800,65 @@ specified by <em class="parameter"><code>style</code></em> for the given state.
|
|
795
800
|
</table></div>
|
796
801
|
</div>
|
797
802
|
<hr>
|
798
|
-
<div class="refsect2">
|
803
|
+
<div class="refsect2" title="gtk_style_apply_default_pixmap()">
|
799
804
|
<a name="gtk-style-apply-default-pixmap"></a><h3>gtk_style_apply_default_pixmap()</h3>
|
800
805
|
<pre class="programlisting">#define gtk_style_apply_default_pixmap(s,gw,st,a,x,y,w,h) gtk_style_apply_default_background (s,gw,1,st,a,x,y,w,h)
|
801
806
|
</pre>
|
802
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
807
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
803
808
|
<h3 class="title">Warning</h3>
|
804
809
|
<p><code class="literal">gtk_style_apply_default_pixmap</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-style-apply-default-background" title="gtk_style_apply_default_background ()"><code class="function">gtk_style_apply_default_background()</code></a> instead.</p>
|
805
810
|
</div>
|
806
811
|
<p>
|
807
812
|
Does the same as <a class="link" href="GtkStyle.html#gtk-style-apply-default-background" title="gtk_style_apply_default_background ()"><code class="function">gtk_style_apply_default_background()</code></a>.
|
808
813
|
</p>
|
814
|
+
<div class="variablelist"><table border="0">
|
815
|
+
<col align="left" valign="top">
|
816
|
+
<tbody>
|
817
|
+
<tr>
|
818
|
+
<td><p><span class="term"><em class="parameter"><code>s</code></em> :</span></p></td>
|
819
|
+
<td>
|
820
|
+
</td>
|
821
|
+
</tr>
|
822
|
+
<tr>
|
823
|
+
<td><p><span class="term"><em class="parameter"><code>gw</code></em> :</span></p></td>
|
824
|
+
<td>
|
825
|
+
</td>
|
826
|
+
</tr>
|
827
|
+
<tr>
|
828
|
+
<td><p><span class="term"><em class="parameter"><code>st</code></em> :</span></p></td>
|
829
|
+
<td>
|
830
|
+
</td>
|
831
|
+
</tr>
|
832
|
+
<tr>
|
833
|
+
<td><p><span class="term"><em class="parameter"><code>a</code></em> :</span></p></td>
|
834
|
+
<td>
|
835
|
+
</td>
|
836
|
+
</tr>
|
837
|
+
<tr>
|
838
|
+
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
839
|
+
<td>
|
840
|
+
</td>
|
841
|
+
</tr>
|
842
|
+
<tr>
|
843
|
+
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
844
|
+
<td>
|
845
|
+
</td>
|
846
|
+
</tr>
|
847
|
+
<tr>
|
848
|
+
<td><p><span class="term"><em class="parameter"><code>w</code></em> :</span></p></td>
|
849
|
+
<td>
|
850
|
+
</td>
|
851
|
+
</tr>
|
852
|
+
<tr>
|
853
|
+
<td><p><span class="term"><em class="parameter"><code>h</code></em> :</span></p></td>
|
854
|
+
<td>
|
855
|
+
</td>
|
856
|
+
</tr>
|
857
|
+
</tbody>
|
858
|
+
</table></div>
|
809
859
|
</div>
|
810
860
|
<hr>
|
811
|
-
<div class="refsect2">
|
861
|
+
<div class="refsect2" title="gtk_style_lookup_color ()">
|
812
862
|
<a name="gtk-style-lookup-color"></a><h3>gtk_style_lookup_color ()</h3>
|
813
863
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_style_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
814
864
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *color_name</code></em>,
|
@@ -830,25 +880,28 @@ switch occurs.
|
|
830
880
|
</tr>
|
831
881
|
<tr>
|
832
882
|
<td><p><span class="term"><em class="parameter"><code>color_name</code></em> :</span></p></td>
|
833
|
-
<td>the name of the logical color to look up
|
883
|
+
<td>the name of the logical color to look up
|
884
|
+
</td>
|
834
885
|
</tr>
|
835
886
|
<tr>
|
836
887
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
837
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> to fill in
|
888
|
+
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Colormaps-and-Colors.html#GdkColor"><span class="type">GdkColor</span></a> to fill in
|
889
|
+
</td>
|
838
890
|
</tr>
|
839
891
|
<tr>
|
840
892
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
841
|
-
<td>
|
842
|
-
|
893
|
+
<td> <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the mapping was found.
|
894
|
+
|
895
|
+
</td>
|
843
896
|
</tr>
|
844
897
|
</tbody>
|
845
898
|
</table></div>
|
846
899
|
<p class="since">Since 2.10</p>
|
847
900
|
</div>
|
848
901
|
<hr>
|
849
|
-
<div class="refsect2">
|
902
|
+
<div class="refsect2" title="gtk_style_lookup_icon_set ()">
|
850
903
|
<a name="gtk-style-lookup-icon-set"></a><h3>gtk_style_lookup_icon_set ()</h3>
|
851
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"><span class="returnvalue">GtkIconSet</span></a
|
904
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet" title="GtkIconSet"><span class="returnvalue">GtkIconSet</span></a>* gtk_style_lookup_icon_set (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
852
905
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *stock_id</code></em>);</pre>
|
853
906
|
<p>
|
854
907
|
Looks up <em class="parameter"><code>stock_id</code></em> in the icon factories associated with <em class="parameter"><code>style</code></em>
|
@@ -865,20 +918,21 @@ otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Ma
|
|
865
918
|
</tr>
|
866
919
|
<tr>
|
867
920
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
868
|
-
<td>an icon name
|
921
|
+
<td>an icon name
|
922
|
+
</td>
|
869
923
|
</tr>
|
870
924
|
<tr>
|
871
925
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
872
|
-
<td>icon set of <em class="parameter"><code>stock_id</code></em
|
926
|
+
<td> icon set of <em class="parameter"><code>stock_id</code></em>
|
873
927
|
</td>
|
874
928
|
</tr>
|
875
929
|
</tbody>
|
876
930
|
</table></div>
|
877
931
|
</div>
|
878
932
|
<hr>
|
879
|
-
<div class="refsect2">
|
933
|
+
<div class="refsect2" title="gtk_style_render_icon ()">
|
880
934
|
<a name="gtk-style-render-icon"></a><h3>gtk_style_render_icon ()</h3>
|
881
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
935
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a>* gtk_style_render_icon (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
882
936
|
<em class="parameter"><code>const <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> *source</code></em>,
|
883
937
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
884
938
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
|
@@ -900,46 +954,49 @@ pixbuf.
|
|
900
954
|
</tr>
|
901
955
|
<tr>
|
902
956
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
903
|
-
<td>the <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> specifying the icon to render
|
957
|
+
<td>the <a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSource" title="GtkIconSource"><span class="type">GtkIconSource</span></a> specifying the icon to render
|
958
|
+
</td>
|
904
959
|
</tr>
|
905
960
|
<tr>
|
906
961
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
907
|
-
<td>a text direction
|
962
|
+
<td>a text direction
|
963
|
+
</td>
|
908
964
|
</tr>
|
909
965
|
<tr>
|
910
966
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
911
|
-
<td>a state
|
967
|
+
<td>a state
|
968
|
+
</td>
|
912
969
|
</tr>
|
913
970
|
<tr>
|
914
971
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
915
972
|
<td>(type int) the size to render the icon at. A size of
|
916
|
-
(GtkIconSize)-1 means render at the size of the source and
|
917
|
-
don't scale
|
973
|
+
(GtkIconSize)-1 means render at the size of the source and
|
974
|
+
don't scale.
|
975
|
+
</td>
|
918
976
|
</tr>
|
919
977
|
<tr>
|
920
978
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
921
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
979
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
922
980
|
</td>
|
923
981
|
</tr>
|
924
982
|
<tr>
|
925
983
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
926
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
984
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
927
985
|
</td>
|
928
986
|
</tr>
|
929
987
|
<tr>
|
930
988
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
931
|
-
<td>a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>
|
932
|
-
containing the rendered icon. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
989
|
+
<td>a newly-created <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> containing the rendered icon
|
933
990
|
</td>
|
934
991
|
</tr>
|
935
992
|
</tbody>
|
936
993
|
</table></div>
|
937
994
|
</div>
|
938
995
|
<hr>
|
939
|
-
<div class="refsect2">
|
996
|
+
<div class="refsect2" title="gtk_style_get_font ()">
|
940
997
|
<a name="gtk-style-get-font"></a><h3>gtk_style_get_font ()</h3>
|
941
998
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="returnvalue">GdkFont</span></a> * gtk_style_get_font (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>);</pre>
|
942
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
999
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
943
1000
|
<h3 class="title">Warning</h3>
|
944
1001
|
<p><code class="literal">gtk_style_get_font</code> is deprecated and should not be used in newly-written code.</p>
|
945
1002
|
</div>
|
@@ -959,19 +1016,20 @@ use <em class="parameter"><code>style->font_desc</code></em> instead.
|
|
959
1016
|
</tr>
|
960
1017
|
<tr>
|
961
1018
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
962
|
-
<td>the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> for the style. This font is owned
|
963
|
-
by the style; if you want to keep around a copy, you must
|
964
|
-
call <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#gdk-font-ref"><code class="function">gdk_font_ref()</code></a
|
1019
|
+
<td> the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> for the style. This font is owned
|
1020
|
+
by the style; if you want to keep around a copy, you must
|
1021
|
+
call <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#gdk-font-ref"><code class="function">gdk_font_ref()</code></a>.
|
1022
|
+
</td>
|
965
1023
|
</tr>
|
966
1024
|
</tbody>
|
967
1025
|
</table></div>
|
968
1026
|
</div>
|
969
1027
|
<hr>
|
970
|
-
<div class="refsect2">
|
1028
|
+
<div class="refsect2" title="gtk_style_set_font ()">
|
971
1029
|
<a name="gtk-style-set-font"></a><h3>gtk_style_set_font ()</h3>
|
972
1030
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_set_font (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
973
1031
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> *font</code></em>);</pre>
|
974
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1032
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
975
1033
|
<h3 class="title">Warning</h3>
|
976
1034
|
<p><code class="literal">gtk_style_set_font</code> is deprecated and should not be used in newly-written code.</p>
|
977
1035
|
</div>
|
@@ -986,19 +1044,20 @@ use style->font_desc instead.
|
|
986
1044
|
<tbody>
|
987
1045
|
<tr>
|
988
1046
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
989
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
1047
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
1048
|
+
</td>
|
990
1049
|
</tr>
|
991
1050
|
<tr>
|
992
1051
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
993
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> corresponding
|
994
|
-
to style->font_desc. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1052
|
+
<td> a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use the <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> corresponding
|
1053
|
+
to style->font_desc. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
995
1054
|
</td>
|
996
1055
|
</tr>
|
997
1056
|
</tbody>
|
998
1057
|
</table></div>
|
999
1058
|
</div>
|
1000
1059
|
<hr>
|
1001
|
-
<div class="refsect2">
|
1060
|
+
<div class="refsect2" title="gtk_style_get_style_property ()">
|
1002
1061
|
<a name="gtk-style-get-style-property"></a><h3>gtk_style_get_style_property ()</h3>
|
1003
1062
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_get_style_property (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1004
1063
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
@@ -1023,19 +1082,21 @@ widget class is in the given style.
|
|
1023
1082
|
</tr>
|
1024
1083
|
<tr>
|
1025
1084
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1026
|
-
<td>the name of the style property to get
|
1085
|
+
<td>the name of the style property to get
|
1086
|
+
</td>
|
1027
1087
|
</tr>
|
1028
1088
|
<tr>
|
1029
1089
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1030
1090
|
<td>a <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> where the value of the property being
|
1031
|
-
queried will be stored
|
1091
|
+
queried will be stored
|
1092
|
+
</td>
|
1032
1093
|
</tr>
|
1033
1094
|
</tbody>
|
1034
1095
|
</table></div>
|
1035
1096
|
<p class="since">Since 2.16</p>
|
1036
1097
|
</div>
|
1037
1098
|
<hr>
|
1038
|
-
<div class="refsect2">
|
1099
|
+
<div class="refsect2" title="gtk_style_get_valist ()">
|
1039
1100
|
<a name="gtk-style-get-valist"></a><h3>gtk_style_get_valist ()</h3>
|
1040
1101
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_get_valist (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1041
1102
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
@@ -1060,20 +1121,22 @@ Used primarily by language bindings.
|
|
1060
1121
|
</tr>
|
1061
1122
|
<tr>
|
1062
1123
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1063
|
-
<td>the name of the first style property to get
|
1124
|
+
<td>the name of the first style property to get
|
1125
|
+
</td>
|
1064
1126
|
</tr>
|
1065
1127
|
<tr>
|
1066
1128
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1067
1129
|
<td>a <span class="type">va_list</span> of pairs of property names and
|
1068
|
-
locations to return the property values, starting with the
|
1069
|
-
location for <em class="parameter"><code>first_property_name</code></em
|
1130
|
+
locations to return the property values, starting with the
|
1131
|
+
location for <em class="parameter"><code>first_property_name</code></em>.
|
1132
|
+
</td>
|
1070
1133
|
</tr>
|
1071
1134
|
</tbody>
|
1072
1135
|
</table></div>
|
1073
1136
|
<p class="since">Since 2.16</p>
|
1074
1137
|
</div>
|
1075
1138
|
<hr>
|
1076
|
-
<div class="refsect2">
|
1139
|
+
<div class="refsect2" title="gtk_style_get ()">
|
1077
1140
|
<a name="gtk-style-get"></a><h3>gtk_style_get ()</h3>
|
1078
1141
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_style_get (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1079
1142
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#GType"><span class="type">GType</span></a> widget_type</code></em>,
|
@@ -1098,20 +1161,22 @@ from <em class="parameter"><code>style</code></em>.
|
|
1098
1161
|
</tr>
|
1099
1162
|
<tr>
|
1100
1163
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1101
|
-
<td>the name of the first style property to get
|
1164
|
+
<td>the name of the first style property to get
|
1165
|
+
</td>
|
1102
1166
|
</tr>
|
1103
1167
|
<tr>
|
1104
1168
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1105
1169
|
<td>pairs of property names and locations to
|
1106
|
-
return the property values, starting with the location for
|
1107
|
-
<em class="parameter"><code>first_property_name</code></em>, terminated by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a
|
1170
|
+
return the property values, starting with the location for
|
1171
|
+
<em class="parameter"><code>first_property_name</code></em>, terminated by <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
1172
|
+
</td>
|
1108
1173
|
</tr>
|
1109
1174
|
</tbody>
|
1110
1175
|
</table></div>
|
1111
1176
|
<p class="since">Since 2.16</p>
|
1112
1177
|
</div>
|
1113
1178
|
<hr>
|
1114
|
-
<div class="refsect2">
|
1179
|
+
<div class="refsect2" title="gtk_draw_hline ()">
|
1115
1180
|
<a name="gtk-draw-hline"></a><h3>gtk_draw_hline ()</h3>
|
1116
1181
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_hline (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1117
1182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1119,7 +1184,7 @@ return the property values, starting with the location for
|
|
1119
1184
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x1</code></em>,
|
1120
1185
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x2</code></em>,
|
1121
1186
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>);</pre>
|
1122
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1187
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1123
1188
|
<h3 class="title">Warning</h3>
|
1124
1189
|
<p><code class="literal">gtk_draw_hline</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-hline" title="gtk_paint_hline ()"><code class="function">gtk_paint_hline()</code></a> instead.</p>
|
1125
1190
|
</div>
|
@@ -1142,25 +1207,29 @@ using the given style and state.
|
|
1142
1207
|
</tr>
|
1143
1208
|
<tr>
|
1144
1209
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1145
|
-
<td>a state
|
1210
|
+
<td>a state
|
1211
|
+
</td>
|
1146
1212
|
</tr>
|
1147
1213
|
<tr>
|
1148
1214
|
<td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
|
1149
|
-
<td>the starting x coordinate
|
1215
|
+
<td>the starting x coordinate
|
1216
|
+
</td>
|
1150
1217
|
</tr>
|
1151
1218
|
<tr>
|
1152
1219
|
<td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
|
1153
|
-
<td>the ending x coordinate
|
1220
|
+
<td>the ending x coordinate
|
1221
|
+
</td>
|
1154
1222
|
</tr>
|
1155
1223
|
<tr>
|
1156
1224
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1157
|
-
<td>the y coordinate
|
1225
|
+
<td>the y coordinate
|
1226
|
+
</td>
|
1158
1227
|
</tr>
|
1159
1228
|
</tbody>
|
1160
1229
|
</table></div>
|
1161
1230
|
</div>
|
1162
1231
|
<hr>
|
1163
|
-
<div class="refsect2">
|
1232
|
+
<div class="refsect2" title="gtk_draw_vline ()">
|
1164
1233
|
<a name="gtk-draw-vline"></a><h3>gtk_draw_vline ()</h3>
|
1165
1234
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_vline (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1166
1235
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1168,7 +1237,7 @@ using the given style and state.
|
|
1168
1237
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y1_</code></em>,
|
1169
1238
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y2_</code></em>,
|
1170
1239
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>);</pre>
|
1171
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1240
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1172
1241
|
<h3 class="title">Warning</h3>
|
1173
1242
|
<p><code class="literal">gtk_draw_vline</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-vline" title="gtk_paint_vline ()"><code class="function">gtk_paint_vline()</code></a> instead.</p>
|
1174
1243
|
</div>
|
@@ -1191,25 +1260,29 @@ using the given style and state.
|
|
1191
1260
|
</tr>
|
1192
1261
|
<tr>
|
1193
1262
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1194
|
-
<td>a state
|
1263
|
+
<td>a state
|
1264
|
+
</td>
|
1195
1265
|
</tr>
|
1196
1266
|
<tr>
|
1197
1267
|
<td><p><span class="term"><em class="parameter"><code>y1_</code></em> :</span></p></td>
|
1198
|
-
<td>the starting y coordinate
|
1268
|
+
<td>the starting y coordinate
|
1269
|
+
</td>
|
1199
1270
|
</tr>
|
1200
1271
|
<tr>
|
1201
1272
|
<td><p><span class="term"><em class="parameter"><code>y2_</code></em> :</span></p></td>
|
1202
|
-
<td>the ending y coordinate
|
1273
|
+
<td>the ending y coordinate
|
1274
|
+
</td>
|
1203
1275
|
</tr>
|
1204
1276
|
<tr>
|
1205
1277
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1206
|
-
<td>the x coordinate
|
1278
|
+
<td>the x coordinate
|
1279
|
+
</td>
|
1207
1280
|
</tr>
|
1208
1281
|
</tbody>
|
1209
1282
|
</table></div>
|
1210
1283
|
</div>
|
1211
1284
|
<hr>
|
1212
|
-
<div class="refsect2">
|
1285
|
+
<div class="refsect2" title="gtk_draw_shadow ()">
|
1213
1286
|
<a name="gtk-draw-shadow"></a><h3>gtk_draw_shadow ()</h3>
|
1214
1287
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_shadow (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1215
1288
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1219,7 +1292,7 @@ using the given style and state.
|
|
1219
1292
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1220
1293
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1221
1294
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1222
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1295
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1223
1296
|
<h3 class="title">Warning</h3>
|
1224
1297
|
<p><code class="literal">gtk_draw_shadow</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-shadow" title="gtk_paint_shadow ()"><code class="function">gtk_paint_shadow()</code></a> instead.</p>
|
1225
1298
|
</div>
|
@@ -1242,33 +1315,39 @@ using the given style and state and shadow type.
|
|
1242
1315
|
</tr>
|
1243
1316
|
<tr>
|
1244
1317
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1245
|
-
<td>a state
|
1318
|
+
<td>a state
|
1319
|
+
</td>
|
1246
1320
|
</tr>
|
1247
1321
|
<tr>
|
1248
1322
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1249
|
-
<td>type of shadow to draw
|
1323
|
+
<td>type of shadow to draw
|
1324
|
+
</td>
|
1250
1325
|
</tr>
|
1251
1326
|
<tr>
|
1252
1327
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1253
|
-
<td>x origin of the rectangle
|
1328
|
+
<td>x origin of the rectangle
|
1329
|
+
</td>
|
1254
1330
|
</tr>
|
1255
1331
|
<tr>
|
1256
1332
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1257
|
-
<td>y origin of the rectangle
|
1333
|
+
<td>y origin of the rectangle
|
1334
|
+
</td>
|
1258
1335
|
</tr>
|
1259
1336
|
<tr>
|
1260
1337
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1261
|
-
<td>width of the rectangle
|
1338
|
+
<td>width of the rectangle
|
1339
|
+
</td>
|
1262
1340
|
</tr>
|
1263
1341
|
<tr>
|
1264
1342
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1265
|
-
<td>width of the rectangle
|
1343
|
+
<td>width of the rectangle
|
1344
|
+
</td>
|
1266
1345
|
</tr>
|
1267
1346
|
</tbody>
|
1268
1347
|
</table></div>
|
1269
1348
|
</div>
|
1270
1349
|
<hr>
|
1271
|
-
<div class="refsect2">
|
1350
|
+
<div class="refsect2" title="gtk_draw_polygon ()">
|
1272
1351
|
<a name="gtk-draw-polygon"></a><h3>gtk_draw_polygon ()</h3>
|
1273
1352
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_polygon (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1274
1353
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1277,7 +1356,7 @@ using the given style and state and shadow type.
|
|
1277
1356
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a> *points</code></em>,
|
1278
1357
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> npoints</code></em>,
|
1279
1358
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> fill</code></em>);</pre>
|
1280
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1359
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1281
1360
|
<h3 class="title">Warning</h3>
|
1282
1361
|
<p><code class="literal">gtk_draw_polygon</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-polygon" title="gtk_paint_polygon ()"><code class="function">gtk_paint_polygon()</code></a> instead.</p>
|
1283
1362
|
</div>
|
@@ -1299,15 +1378,18 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1299
1378
|
</tr>
|
1300
1379
|
<tr>
|
1301
1380
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1302
|
-
<td>a state
|
1381
|
+
<td>a state
|
1382
|
+
</td>
|
1303
1383
|
</tr>
|
1304
1384
|
<tr>
|
1305
1385
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1306
|
-
<td>type of shadow to draw
|
1386
|
+
<td>type of shadow to draw
|
1387
|
+
</td>
|
1307
1388
|
</tr>
|
1308
1389
|
<tr>
|
1309
1390
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
1310
|
-
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a>s
|
1391
|
+
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a>s
|
1392
|
+
</td>
|
1311
1393
|
</tr>
|
1312
1394
|
<tr>
|
1313
1395
|
<td><p><span class="term"><em class="parameter"><code>npoints</code></em> :</span></p></td>
|
@@ -1317,13 +1399,14 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1317
1399
|
<tr>
|
1318
1400
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
1319
1401
|
<td>
|
1320
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the polygon should be filled
|
1402
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the polygon should be filled
|
1403
|
+
</td>
|
1321
1404
|
</tr>
|
1322
1405
|
</tbody>
|
1323
1406
|
</table></div>
|
1324
1407
|
</div>
|
1325
1408
|
<hr>
|
1326
|
-
<div class="refsect2">
|
1409
|
+
<div class="refsect2" title="gtk_draw_arrow ()">
|
1327
1410
|
<a name="gtk-draw-arrow"></a><h3>gtk_draw_arrow ()</h3>
|
1328
1411
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_arrow (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1329
1412
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1335,7 +1418,7 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1335
1418
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1336
1419
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1337
1420
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1338
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1421
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1339
1422
|
<h3 class="title">Warning</h3>
|
1340
1423
|
<p><code class="literal">gtk_draw_arrow</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-arrow" title="gtk_paint_arrow ()"><code class="function">gtk_paint_arrow()</code></a> instead.</p>
|
1341
1424
|
</div>
|
@@ -1358,42 +1441,50 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
1358
1441
|
</tr>
|
1359
1442
|
<tr>
|
1360
1443
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1361
|
-
<td>a state
|
1444
|
+
<td>a state
|
1445
|
+
</td>
|
1362
1446
|
</tr>
|
1363
1447
|
<tr>
|
1364
1448
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1365
|
-
<td>the type of shadow to draw
|
1449
|
+
<td>the type of shadow to draw
|
1450
|
+
</td>
|
1366
1451
|
</tr>
|
1367
1452
|
<tr>
|
1368
1453
|
<td><p><span class="term"><em class="parameter"><code>arrow_type</code></em> :</span></p></td>
|
1369
|
-
<td>the type of arrow to draw
|
1454
|
+
<td>the type of arrow to draw
|
1455
|
+
</td>
|
1370
1456
|
</tr>
|
1371
1457
|
<tr>
|
1372
1458
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
1373
1459
|
<td>
|
1374
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow tip should be filled
|
1460
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow tip should be filled
|
1461
|
+
</td>
|
1375
1462
|
</tr>
|
1376
1463
|
<tr>
|
1377
1464
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1378
|
-
<td>x origin of the rectangle to draw the arrow in
|
1465
|
+
<td>x origin of the rectangle to draw the arrow in
|
1466
|
+
</td>
|
1379
1467
|
</tr>
|
1380
1468
|
<tr>
|
1381
1469
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1382
|
-
<td>y origin of the rectangle to draw the arrow in
|
1470
|
+
<td>y origin of the rectangle to draw the arrow in
|
1471
|
+
</td>
|
1383
1472
|
</tr>
|
1384
1473
|
<tr>
|
1385
1474
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1386
|
-
<td>width of the rectangle to draw the arrow in
|
1475
|
+
<td>width of the rectangle to draw the arrow in
|
1476
|
+
</td>
|
1387
1477
|
</tr>
|
1388
1478
|
<tr>
|
1389
1479
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1390
|
-
<td>height of the rectangle to draw the arrow in
|
1480
|
+
<td>height of the rectangle to draw the arrow in
|
1481
|
+
</td>
|
1391
1482
|
</tr>
|
1392
1483
|
</tbody>
|
1393
1484
|
</table></div>
|
1394
1485
|
</div>
|
1395
1486
|
<hr>
|
1396
|
-
<div class="refsect2">
|
1487
|
+
<div class="refsect2" title="gtk_draw_diamond ()">
|
1397
1488
|
<a name="gtk-draw-diamond"></a><h3>gtk_draw_diamond ()</h3>
|
1398
1489
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_diamond (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1399
1490
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1403,7 +1494,7 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
1403
1494
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1404
1495
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1405
1496
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1406
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1497
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1407
1498
|
<h3 class="title">Warning</h3>
|
1408
1499
|
<p><code class="literal">gtk_draw_diamond</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-diamond" title="gtk_paint_diamond ()"><code class="function">gtk_paint_diamond()</code></a> instead.</p>
|
1409
1500
|
</div>
|
@@ -1426,33 +1517,39 @@ parameters.
|
|
1426
1517
|
</tr>
|
1427
1518
|
<tr>
|
1428
1519
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1429
|
-
<td>a state
|
1520
|
+
<td>a state
|
1521
|
+
</td>
|
1430
1522
|
</tr>
|
1431
1523
|
<tr>
|
1432
1524
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1433
|
-
<td>the type of shadow to draw
|
1525
|
+
<td>the type of shadow to draw
|
1526
|
+
</td>
|
1434
1527
|
</tr>
|
1435
1528
|
<tr>
|
1436
1529
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1437
|
-
<td>x origin of the rectangle to draw the diamond in
|
1530
|
+
<td>x origin of the rectangle to draw the diamond in
|
1531
|
+
</td>
|
1438
1532
|
</tr>
|
1439
1533
|
<tr>
|
1440
1534
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1441
|
-
<td>y origin of the rectangle to draw the diamond in
|
1535
|
+
<td>y origin of the rectangle to draw the diamond in
|
1536
|
+
</td>
|
1442
1537
|
</tr>
|
1443
1538
|
<tr>
|
1444
1539
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1445
|
-
<td>width of the rectangle to draw the diamond in
|
1540
|
+
<td>width of the rectangle to draw the diamond in
|
1541
|
+
</td>
|
1446
1542
|
</tr>
|
1447
1543
|
<tr>
|
1448
1544
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1449
|
-
<td>height of the rectangle to draw the diamond in
|
1545
|
+
<td>height of the rectangle to draw the diamond in
|
1546
|
+
</td>
|
1450
1547
|
</tr>
|
1451
1548
|
</tbody>
|
1452
1549
|
</table></div>
|
1453
1550
|
</div>
|
1454
1551
|
<hr>
|
1455
|
-
<div class="refsect2">
|
1552
|
+
<div class="refsect2" title="gtk_draw_string ()">
|
1456
1553
|
<a name="gtk-draw-string"></a><h3>gtk_draw_string ()</h3>
|
1457
1554
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_string (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1458
1555
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1460,7 +1557,7 @@ parameters.
|
|
1460
1557
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
1461
1558
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1462
1559
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
|
1463
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1560
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1464
1561
|
<h3 class="title">Warning</h3>
|
1465
1562
|
<p><code class="literal">gtk_draw_string</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-layout" title="gtk_paint_layout ()"><code class="function">gtk_paint_layout()</code></a> instead.</p>
|
1466
1563
|
</div>
|
@@ -1482,25 +1579,29 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
1482
1579
|
</tr>
|
1483
1580
|
<tr>
|
1484
1581
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1485
|
-
<td>a state
|
1582
|
+
<td>a state
|
1583
|
+
</td>
|
1486
1584
|
</tr>
|
1487
1585
|
<tr>
|
1488
1586
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1489
|
-
<td>x origin
|
1587
|
+
<td>x origin
|
1588
|
+
</td>
|
1490
1589
|
</tr>
|
1491
1590
|
<tr>
|
1492
1591
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1493
|
-
<td>y origin
|
1592
|
+
<td>y origin
|
1593
|
+
</td>
|
1494
1594
|
</tr>
|
1495
1595
|
<tr>
|
1496
1596
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1497
|
-
<td>the string to draw
|
1597
|
+
<td>the string to draw
|
1598
|
+
</td>
|
1498
1599
|
</tr>
|
1499
1600
|
</tbody>
|
1500
1601
|
</table></div>
|
1501
1602
|
</div>
|
1502
1603
|
<hr>
|
1503
|
-
<div class="refsect2">
|
1604
|
+
<div class="refsect2" title="gtk_draw_box ()">
|
1504
1605
|
<a name="gtk-draw-box"></a><h3>gtk_draw_box ()</h3>
|
1505
1606
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_box (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1506
1607
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1510,7 +1611,7 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
1510
1611
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1511
1612
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1512
1613
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1513
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1614
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1514
1615
|
<h3 class="title">Warning</h3>
|
1515
1616
|
<p><code class="literal">gtk_draw_box</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-box" title="gtk_paint_box ()"><code class="function">gtk_paint_box()</code></a> instead.</p>
|
1516
1617
|
</div>
|
@@ -1532,33 +1633,39 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
1532
1633
|
</tr>
|
1533
1634
|
<tr>
|
1534
1635
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1535
|
-
<td>a state
|
1636
|
+
<td>a state
|
1637
|
+
</td>
|
1536
1638
|
</tr>
|
1537
1639
|
<tr>
|
1538
1640
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1539
|
-
<td>the type of shadow to draw
|
1641
|
+
<td>the type of shadow to draw
|
1642
|
+
</td>
|
1540
1643
|
</tr>
|
1541
1644
|
<tr>
|
1542
1645
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1543
|
-
<td>x origin of the box
|
1646
|
+
<td>x origin of the box
|
1647
|
+
</td>
|
1544
1648
|
</tr>
|
1545
1649
|
<tr>
|
1546
1650
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1547
|
-
<td>y origin of the box
|
1651
|
+
<td>y origin of the box
|
1652
|
+
</td>
|
1548
1653
|
</tr>
|
1549
1654
|
<tr>
|
1550
1655
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1551
|
-
<td>the width of the box
|
1656
|
+
<td>the width of the box
|
1657
|
+
</td>
|
1552
1658
|
</tr>
|
1553
1659
|
<tr>
|
1554
1660
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1555
|
-
<td>the height of the box
|
1661
|
+
<td>the height of the box
|
1662
|
+
</td>
|
1556
1663
|
</tr>
|
1557
1664
|
</tbody>
|
1558
1665
|
</table></div>
|
1559
1666
|
</div>
|
1560
1667
|
<hr>
|
1561
|
-
<div class="refsect2">
|
1668
|
+
<div class="refsect2" title="gtk_draw_box_gap ()">
|
1562
1669
|
<a name="gtk-draw-box-gap"></a><h3>gtk_draw_box_gap ()</h3>
|
1563
1670
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_box_gap (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1564
1671
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1571,7 +1678,7 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
1571
1678
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>,
|
1572
1679
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gap_x</code></em>,
|
1573
1680
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gap_width</code></em>);</pre>
|
1574
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1681
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1575
1682
|
<h3 class="title">Warning</h3>
|
1576
1683
|
<p><code class="literal">gtk_draw_box_gap</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-box-gap" title="gtk_paint_box_gap ()"><code class="function">gtk_paint_box_gap()</code></a> instead.</p>
|
1577
1684
|
</div>
|
@@ -1594,45 +1701,54 @@ leaving a gap in one side.
|
|
1594
1701
|
</tr>
|
1595
1702
|
<tr>
|
1596
1703
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1597
|
-
<td>a state
|
1704
|
+
<td>a state
|
1705
|
+
</td>
|
1598
1706
|
</tr>
|
1599
1707
|
<tr>
|
1600
1708
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1601
|
-
<td>type of shadow to draw
|
1709
|
+
<td>type of shadow to draw
|
1710
|
+
</td>
|
1602
1711
|
</tr>
|
1603
1712
|
<tr>
|
1604
1713
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1605
|
-
<td>x origin of the rectangle
|
1714
|
+
<td>x origin of the rectangle
|
1715
|
+
</td>
|
1606
1716
|
</tr>
|
1607
1717
|
<tr>
|
1608
1718
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1609
|
-
<td>y origin of the rectangle
|
1719
|
+
<td>y origin of the rectangle
|
1720
|
+
</td>
|
1610
1721
|
</tr>
|
1611
1722
|
<tr>
|
1612
1723
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1613
|
-
<td>width of the rectangle
|
1724
|
+
<td>width of the rectangle
|
1725
|
+
</td>
|
1614
1726
|
</tr>
|
1615
1727
|
<tr>
|
1616
1728
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1617
|
-
<td>width of the rectangle
|
1729
|
+
<td>width of the rectangle
|
1730
|
+
</td>
|
1618
1731
|
</tr>
|
1619
1732
|
<tr>
|
1620
1733
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
1621
|
-
<td>side in which to leave the gap
|
1734
|
+
<td>side in which to leave the gap
|
1735
|
+
</td>
|
1622
1736
|
</tr>
|
1623
1737
|
<tr>
|
1624
1738
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
1625
|
-
<td>starting position of the gap
|
1739
|
+
<td>starting position of the gap
|
1740
|
+
</td>
|
1626
1741
|
</tr>
|
1627
1742
|
<tr>
|
1628
1743
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
1629
|
-
<td>width of the gap
|
1744
|
+
<td>width of the gap
|
1745
|
+
</td>
|
1630
1746
|
</tr>
|
1631
1747
|
</tbody>
|
1632
1748
|
</table></div>
|
1633
1749
|
</div>
|
1634
1750
|
<hr>
|
1635
|
-
<div class="refsect2">
|
1751
|
+
<div class="refsect2" title="gtk_draw_check ()">
|
1636
1752
|
<a name="gtk-draw-check"></a><h3>gtk_draw_check ()</h3>
|
1637
1753
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_check (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1638
1754
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1642,7 +1758,7 @@ leaving a gap in one side.
|
|
1642
1758
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1643
1759
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1644
1760
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1645
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1761
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1646
1762
|
<h3 class="title">Warning</h3>
|
1647
1763
|
<p><code class="literal">gtk_draw_check</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-check" title="gtk_paint_check ()"><code class="function">gtk_paint_check()</code></a> instead.</p>
|
1648
1764
|
</div>
|
@@ -1665,33 +1781,39 @@ the given parameters.
|
|
1665
1781
|
</tr>
|
1666
1782
|
<tr>
|
1667
1783
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1668
|
-
<td>a state
|
1784
|
+
<td>a state
|
1785
|
+
</td>
|
1669
1786
|
</tr>
|
1670
1787
|
<tr>
|
1671
1788
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1672
|
-
<td>the type of shadow to draw
|
1789
|
+
<td>the type of shadow to draw
|
1790
|
+
</td>
|
1673
1791
|
</tr>
|
1674
1792
|
<tr>
|
1675
1793
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1676
|
-
<td>x origin of the rectangle to draw the check in
|
1794
|
+
<td>x origin of the rectangle to draw the check in
|
1795
|
+
</td>
|
1677
1796
|
</tr>
|
1678
1797
|
<tr>
|
1679
1798
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1680
|
-
<td>y origin of the rectangle to draw the check in
|
1799
|
+
<td>y origin of the rectangle to draw the check in
|
1800
|
+
</td>
|
1681
1801
|
</tr>
|
1682
1802
|
<tr>
|
1683
1803
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1684
|
-
<td>the width of the rectangle to draw the check in
|
1804
|
+
<td>the width of the rectangle to draw the check in
|
1805
|
+
</td>
|
1685
1806
|
</tr>
|
1686
1807
|
<tr>
|
1687
1808
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1688
|
-
<td>the height of the rectangle to draw the check in
|
1809
|
+
<td>the height of the rectangle to draw the check in
|
1810
|
+
</td>
|
1689
1811
|
</tr>
|
1690
1812
|
</tbody>
|
1691
1813
|
</table></div>
|
1692
1814
|
</div>
|
1693
1815
|
<hr>
|
1694
|
-
<div class="refsect2">
|
1816
|
+
<div class="refsect2" title="gtk_draw_extension ()">
|
1695
1817
|
<a name="gtk-draw-extension"></a><h3>gtk_draw_extension ()</h3>
|
1696
1818
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_extension (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1697
1819
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1702,7 +1824,7 @@ the given parameters.
|
|
1702
1824
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1703
1825
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
|
1704
1826
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>);</pre>
|
1705
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1827
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1706
1828
|
<h3 class="title">Warning</h3>
|
1707
1829
|
<p><code class="literal">gtk_draw_extension</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-extension" title="gtk_paint_extension ()"><code class="function">gtk_paint_extension()</code></a> instead.</p>
|
1708
1830
|
</div>
|
@@ -1724,37 +1846,44 @@ Draws an extension, i.e. a notebook tab.
|
|
1724
1846
|
</tr>
|
1725
1847
|
<tr>
|
1726
1848
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1727
|
-
<td>a state
|
1849
|
+
<td>a state
|
1850
|
+
</td>
|
1728
1851
|
</tr>
|
1729
1852
|
<tr>
|
1730
1853
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1731
|
-
<td>type of shadow to draw
|
1854
|
+
<td>type of shadow to draw
|
1855
|
+
</td>
|
1732
1856
|
</tr>
|
1733
1857
|
<tr>
|
1734
1858
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1735
|
-
<td>x origin of the extension
|
1859
|
+
<td>x origin of the extension
|
1860
|
+
</td>
|
1736
1861
|
</tr>
|
1737
1862
|
<tr>
|
1738
1863
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1739
|
-
<td>y origin of the extension
|
1864
|
+
<td>y origin of the extension
|
1865
|
+
</td>
|
1740
1866
|
</tr>
|
1741
1867
|
<tr>
|
1742
1868
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1743
|
-
<td>width of the extension
|
1869
|
+
<td>width of the extension
|
1870
|
+
</td>
|
1744
1871
|
</tr>
|
1745
1872
|
<tr>
|
1746
1873
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1747
|
-
<td>width of the extension
|
1874
|
+
<td>width of the extension
|
1875
|
+
</td>
|
1748
1876
|
</tr>
|
1749
1877
|
<tr>
|
1750
1878
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
1751
|
-
<td>the side on to which the extension is attached
|
1879
|
+
<td>the side on to which the extension is attached
|
1880
|
+
</td>
|
1752
1881
|
</tr>
|
1753
1882
|
</tbody>
|
1754
1883
|
</table></div>
|
1755
1884
|
</div>
|
1756
1885
|
<hr>
|
1757
|
-
<div class="refsect2">
|
1886
|
+
<div class="refsect2" title="gtk_draw_flat_box ()">
|
1758
1887
|
<a name="gtk-draw-flat-box"></a><h3>gtk_draw_flat_box ()</h3>
|
1759
1888
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_flat_box (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1760
1889
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1764,7 +1893,7 @@ Draws an extension, i.e. a notebook tab.
|
|
1764
1893
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1765
1894
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1766
1895
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1767
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1896
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1768
1897
|
<h3 class="title">Warning</h3>
|
1769
1898
|
<p><code class="literal">gtk_draw_flat_box</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-flat-box" title="gtk_paint_flat_box ()"><code class="function">gtk_paint_flat_box()</code></a> instead.</p>
|
1770
1899
|
</div>
|
@@ -1786,33 +1915,39 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
1786
1915
|
</tr>
|
1787
1916
|
<tr>
|
1788
1917
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1789
|
-
<td>a state
|
1918
|
+
<td>a state
|
1919
|
+
</td>
|
1790
1920
|
</tr>
|
1791
1921
|
<tr>
|
1792
1922
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1793
|
-
<td>the type of shadow to draw
|
1923
|
+
<td>the type of shadow to draw
|
1924
|
+
</td>
|
1794
1925
|
</tr>
|
1795
1926
|
<tr>
|
1796
1927
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1797
|
-
<td>x origin of the box
|
1928
|
+
<td>x origin of the box
|
1929
|
+
</td>
|
1798
1930
|
</tr>
|
1799
1931
|
<tr>
|
1800
1932
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1801
|
-
<td>y origin of the box
|
1933
|
+
<td>y origin of the box
|
1934
|
+
</td>
|
1802
1935
|
</tr>
|
1803
1936
|
<tr>
|
1804
1937
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1805
|
-
<td>the width of the box
|
1938
|
+
<td>the width of the box
|
1939
|
+
</td>
|
1806
1940
|
</tr>
|
1807
1941
|
<tr>
|
1808
1942
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1809
|
-
<td>the height of the box
|
1943
|
+
<td>the height of the box
|
1944
|
+
</td>
|
1810
1945
|
</tr>
|
1811
1946
|
</tbody>
|
1812
1947
|
</table></div>
|
1813
1948
|
</div>
|
1814
1949
|
<hr>
|
1815
|
-
<div class="refsect2">
|
1950
|
+
<div class="refsect2" title="gtk_draw_focus ()">
|
1816
1951
|
<a name="gtk-draw-focus"></a><h3>gtk_draw_focus ()</h3>
|
1817
1952
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_focus (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1818
1953
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1820,7 +1955,7 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
1820
1955
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1821
1956
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1822
1957
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1823
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1958
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1824
1959
|
<h3 class="title">Warning</h3>
|
1825
1960
|
<p><code class="literal">gtk_draw_focus</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-focus" title="gtk_paint_focus ()"><code class="function">gtk_paint_focus()</code></a> instead.</p>
|
1826
1961
|
</div>
|
@@ -1843,25 +1978,29 @@ given style.
|
|
1843
1978
|
</tr>
|
1844
1979
|
<tr>
|
1845
1980
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1846
|
-
<td>the x origin of the rectangle around which to draw a focus indicator
|
1981
|
+
<td>the x origin of the rectangle around which to draw a focus indicator
|
1982
|
+
</td>
|
1847
1983
|
</tr>
|
1848
1984
|
<tr>
|
1849
1985
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1850
|
-
<td>the y origin of the rectangle around which to draw a focus indicator
|
1986
|
+
<td>the y origin of the rectangle around which to draw a focus indicator
|
1987
|
+
</td>
|
1851
1988
|
</tr>
|
1852
1989
|
<tr>
|
1853
1990
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1854
|
-
<td>the width of the rectangle around which to draw a focus indicator
|
1991
|
+
<td>the width of the rectangle around which to draw a focus indicator
|
1992
|
+
</td>
|
1855
1993
|
</tr>
|
1856
1994
|
<tr>
|
1857
1995
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1858
|
-
<td>the height of the rectangle around which to draw a focus indicator
|
1996
|
+
<td>the height of the rectangle around which to draw a focus indicator
|
1997
|
+
</td>
|
1859
1998
|
</tr>
|
1860
1999
|
</tbody>
|
1861
2000
|
</table></div>
|
1862
2001
|
</div>
|
1863
2002
|
<hr>
|
1864
|
-
<div class="refsect2">
|
2003
|
+
<div class="refsect2" title="gtk_draw_handle ()">
|
1865
2004
|
<a name="gtk-draw-handle"></a><h3>gtk_draw_handle ()</h3>
|
1866
2005
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_handle (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1867
2006
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1872,7 +2011,7 @@ given style.
|
|
1872
2011
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1873
2012
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
|
1874
2013
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
1875
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2014
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1876
2015
|
<h3 class="title">Warning</h3>
|
1877
2016
|
<p><code class="literal">gtk_draw_handle</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-handle" title="gtk_paint_handle ()"><code class="function">gtk_paint_handle()</code></a> instead.</p>
|
1878
2017
|
</div>
|
@@ -1894,37 +2033,44 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
1894
2033
|
</tr>
|
1895
2034
|
<tr>
|
1896
2035
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1897
|
-
<td>a state
|
2036
|
+
<td>a state
|
2037
|
+
</td>
|
1898
2038
|
</tr>
|
1899
2039
|
<tr>
|
1900
2040
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1901
|
-
<td>type of shadow to draw
|
2041
|
+
<td>type of shadow to draw
|
2042
|
+
</td>
|
1902
2043
|
</tr>
|
1903
2044
|
<tr>
|
1904
2045
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1905
|
-
<td>x origin of the handle
|
2046
|
+
<td>x origin of the handle
|
2047
|
+
</td>
|
1906
2048
|
</tr>
|
1907
2049
|
<tr>
|
1908
2050
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1909
|
-
<td>y origin of the handle
|
2051
|
+
<td>y origin of the handle
|
2052
|
+
</td>
|
1910
2053
|
</tr>
|
1911
2054
|
<tr>
|
1912
2055
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1913
|
-
<td>with of the handle
|
2056
|
+
<td>with of the handle
|
2057
|
+
</td>
|
1914
2058
|
</tr>
|
1915
2059
|
<tr>
|
1916
2060
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1917
|
-
<td>height of the handle
|
2061
|
+
<td>height of the handle
|
2062
|
+
</td>
|
1918
2063
|
</tr>
|
1919
2064
|
<tr>
|
1920
2065
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
1921
|
-
<td>the orientation of the handle
|
2066
|
+
<td>the orientation of the handle
|
2067
|
+
</td>
|
1922
2068
|
</tr>
|
1923
2069
|
</tbody>
|
1924
2070
|
</table></div>
|
1925
2071
|
</div>
|
1926
2072
|
<hr>
|
1927
|
-
<div class="refsect2">
|
2073
|
+
<div class="refsect2" title="gtk_draw_option ()">
|
1928
2074
|
<a name="gtk-draw-option"></a><h3>gtk_draw_option ()</h3>
|
1929
2075
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_option (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1930
2076
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1934,7 +2080,7 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
1934
2080
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
1935
2081
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
1936
2082
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
1937
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2083
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1938
2084
|
<h3 class="title">Warning</h3>
|
1939
2085
|
<p><code class="literal">gtk_draw_option</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-option" title="gtk_paint_option ()"><code class="function">gtk_paint_option()</code></a> instead.</p>
|
1940
2086
|
</div>
|
@@ -1957,33 +2103,39 @@ the given parameters.
|
|
1957
2103
|
</tr>
|
1958
2104
|
<tr>
|
1959
2105
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1960
|
-
<td>a state
|
2106
|
+
<td>a state
|
2107
|
+
</td>
|
1961
2108
|
</tr>
|
1962
2109
|
<tr>
|
1963
2110
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1964
|
-
<td>the type of shadow to draw
|
2111
|
+
<td>the type of shadow to draw
|
2112
|
+
</td>
|
1965
2113
|
</tr>
|
1966
2114
|
<tr>
|
1967
2115
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1968
|
-
<td>x origin of the rectangle to draw the option in
|
2116
|
+
<td>x origin of the rectangle to draw the option in
|
2117
|
+
</td>
|
1969
2118
|
</tr>
|
1970
2119
|
<tr>
|
1971
2120
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1972
|
-
<td>y origin of the rectangle to draw the option in
|
2121
|
+
<td>y origin of the rectangle to draw the option in
|
2122
|
+
</td>
|
1973
2123
|
</tr>
|
1974
2124
|
<tr>
|
1975
2125
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1976
|
-
<td>the width of the rectangle to draw the option in
|
2126
|
+
<td>the width of the rectangle to draw the option in
|
2127
|
+
</td>
|
1977
2128
|
</tr>
|
1978
2129
|
<tr>
|
1979
2130
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1980
|
-
<td>the height of the rectangle to draw the option in
|
2131
|
+
<td>the height of the rectangle to draw the option in
|
2132
|
+
</td>
|
1981
2133
|
</tr>
|
1982
2134
|
</tbody>
|
1983
2135
|
</table></div>
|
1984
2136
|
</div>
|
1985
2137
|
<hr>
|
1986
|
-
<div class="refsect2">
|
2138
|
+
<div class="refsect2" title="gtk_draw_shadow_gap ()">
|
1987
2139
|
<a name="gtk-draw-shadow-gap"></a><h3>gtk_draw_shadow_gap ()</h3>
|
1988
2140
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_shadow_gap (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
1989
2141
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -1996,7 +2148,7 @@ the given parameters.
|
|
1996
2148
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkPositionType" title="enum GtkPositionType"><span class="type">GtkPositionType</span></a> gap_side</code></em>,
|
1997
2149
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gap_x</code></em>,
|
1998
2150
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> gap_width</code></em>);</pre>
|
1999
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2151
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2000
2152
|
<h3 class="title">Warning</h3>
|
2001
2153
|
<p><code class="literal">gtk_draw_shadow_gap</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-shadow-gap" title="gtk_paint_shadow_gap ()"><code class="function">gtk_paint_shadow_gap()</code></a> instead.</p>
|
2002
2154
|
</div>
|
@@ -2020,45 +2172,54 @@ gap in one side.
|
|
2020
2172
|
</tr>
|
2021
2173
|
<tr>
|
2022
2174
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2023
|
-
<td>a state
|
2175
|
+
<td>a state
|
2176
|
+
</td>
|
2024
2177
|
</tr>
|
2025
2178
|
<tr>
|
2026
2179
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2027
|
-
<td>type of shadow to draw
|
2180
|
+
<td>type of shadow to draw
|
2181
|
+
</td>
|
2028
2182
|
</tr>
|
2029
2183
|
<tr>
|
2030
2184
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2031
|
-
<td>x origin of the rectangle
|
2185
|
+
<td>x origin of the rectangle
|
2186
|
+
</td>
|
2032
2187
|
</tr>
|
2033
2188
|
<tr>
|
2034
2189
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2035
|
-
<td>y origin of the rectangle
|
2190
|
+
<td>y origin of the rectangle
|
2191
|
+
</td>
|
2036
2192
|
</tr>
|
2037
2193
|
<tr>
|
2038
2194
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2039
|
-
<td>width of the rectangle
|
2195
|
+
<td>width of the rectangle
|
2196
|
+
</td>
|
2040
2197
|
</tr>
|
2041
2198
|
<tr>
|
2042
2199
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2043
|
-
<td>width of the rectangle
|
2200
|
+
<td>width of the rectangle
|
2201
|
+
</td>
|
2044
2202
|
</tr>
|
2045
2203
|
<tr>
|
2046
2204
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
2047
|
-
<td>side in which to leave the gap
|
2205
|
+
<td>side in which to leave the gap
|
2206
|
+
</td>
|
2048
2207
|
</tr>
|
2049
2208
|
<tr>
|
2050
2209
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
2051
|
-
<td>starting position of the gap
|
2210
|
+
<td>starting position of the gap
|
2211
|
+
</td>
|
2052
2212
|
</tr>
|
2053
2213
|
<tr>
|
2054
2214
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
2055
|
-
<td>width of the gap
|
2215
|
+
<td>width of the gap
|
2216
|
+
</td>
|
2056
2217
|
</tr>
|
2057
2218
|
</tbody>
|
2058
2219
|
</table></div>
|
2059
2220
|
</div>
|
2060
2221
|
<hr>
|
2061
|
-
<div class="refsect2">
|
2222
|
+
<div class="refsect2" title="gtk_draw_slider ()">
|
2062
2223
|
<a name="gtk-draw-slider"></a><h3>gtk_draw_slider ()</h3>
|
2063
2224
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_slider (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2064
2225
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2069,7 +2230,7 @@ gap in one side.
|
|
2069
2230
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
2070
2231
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>,
|
2071
2232
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkOrientation" title="enum GtkOrientation"><span class="type">GtkOrientation</span></a> orientation</code></em>);</pre>
|
2072
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2233
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2073
2234
|
<h3 class="title">Warning</h3>
|
2074
2235
|
<p><code class="literal">gtk_draw_slider</code> is deprecated and should not be used in newly-written code.</p>
|
2075
2236
|
</div>
|
@@ -2092,37 +2253,44 @@ given style and orientation.
|
|
2092
2253
|
</tr>
|
2093
2254
|
<tr>
|
2094
2255
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2095
|
-
<td>a state
|
2256
|
+
<td>a state
|
2257
|
+
</td>
|
2096
2258
|
</tr>
|
2097
2259
|
<tr>
|
2098
2260
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2099
|
-
<td>a shadow
|
2261
|
+
<td>a shadow
|
2262
|
+
</td>
|
2100
2263
|
</tr>
|
2101
2264
|
<tr>
|
2102
2265
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2103
|
-
<td>the x origin of the rectangle in which to draw a slider
|
2266
|
+
<td>the x origin of the rectangle in which to draw a slider
|
2267
|
+
</td>
|
2104
2268
|
</tr>
|
2105
2269
|
<tr>
|
2106
2270
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2107
|
-
<td>the y origin of the rectangle in which to draw a slider
|
2271
|
+
<td>the y origin of the rectangle in which to draw a slider
|
2272
|
+
</td>
|
2108
2273
|
</tr>
|
2109
2274
|
<tr>
|
2110
2275
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2111
|
-
<td>the width of the rectangle in which to draw a slider
|
2276
|
+
<td>the width of the rectangle in which to draw a slider
|
2277
|
+
</td>
|
2112
2278
|
</tr>
|
2113
2279
|
<tr>
|
2114
2280
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2115
|
-
<td>the height of the rectangle in which to draw a slider
|
2281
|
+
<td>the height of the rectangle in which to draw a slider
|
2282
|
+
</td>
|
2116
2283
|
</tr>
|
2117
2284
|
<tr>
|
2118
2285
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
2119
|
-
<td>the orientation to be used
|
2286
|
+
<td>the orientation to be used
|
2287
|
+
</td>
|
2120
2288
|
</tr>
|
2121
2289
|
</tbody>
|
2122
2290
|
</table></div>
|
2123
2291
|
</div>
|
2124
2292
|
<hr>
|
2125
|
-
<div class="refsect2">
|
2293
|
+
<div class="refsect2" title="gtk_draw_tab ()">
|
2126
2294
|
<a name="gtk-draw-tab"></a><h3>gtk_draw_tab ()</h3>
|
2127
2295
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_tab (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2128
2296
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2132,7 +2300,7 @@ given style and orientation.
|
|
2132
2300
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2133
2301
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
2134
2302
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
2135
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2303
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2136
2304
|
<h3 class="title">Warning</h3>
|
2137
2305
|
<p><code class="literal">gtk_draw_tab</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-tab" title="gtk_paint_tab ()"><code class="function">gtk_paint_tab()</code></a> instead.</p>
|
2138
2306
|
</div>
|
@@ -2155,33 +2323,39 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
2155
2323
|
</tr>
|
2156
2324
|
<tr>
|
2157
2325
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2158
|
-
<td>a state
|
2326
|
+
<td>a state
|
2327
|
+
</td>
|
2159
2328
|
</tr>
|
2160
2329
|
<tr>
|
2161
2330
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2162
|
-
<td>the type of shadow to draw
|
2331
|
+
<td>the type of shadow to draw
|
2332
|
+
</td>
|
2163
2333
|
</tr>
|
2164
2334
|
<tr>
|
2165
2335
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2166
|
-
<td>x origin of the rectangle to draw the tab in
|
2336
|
+
<td>x origin of the rectangle to draw the tab in
|
2337
|
+
</td>
|
2167
2338
|
</tr>
|
2168
2339
|
<tr>
|
2169
2340
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2170
|
-
<td>y origin of the rectangle to draw the tab in
|
2341
|
+
<td>y origin of the rectangle to draw the tab in
|
2342
|
+
</td>
|
2171
2343
|
</tr>
|
2172
2344
|
<tr>
|
2173
2345
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2174
|
-
<td>the width of the rectangle to draw the tab in
|
2346
|
+
<td>the width of the rectangle to draw the tab in
|
2347
|
+
</td>
|
2175
2348
|
</tr>
|
2176
2349
|
<tr>
|
2177
2350
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2178
|
-
<td>the height of the rectangle to draw the tab in
|
2351
|
+
<td>the height of the rectangle to draw the tab in
|
2352
|
+
</td>
|
2179
2353
|
</tr>
|
2180
2354
|
</tbody>
|
2181
2355
|
</table></div>
|
2182
2356
|
</div>
|
2183
2357
|
<hr>
|
2184
|
-
<div class="refsect2">
|
2358
|
+
<div class="refsect2" title="gtk_draw_expander ()">
|
2185
2359
|
<a name="gtk-draw-expander"></a><h3>gtk_draw_expander ()</h3>
|
2186
2360
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_expander (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2187
2361
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2189,7 +2363,7 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
2189
2363
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2190
2364
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2191
2365
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkExpanderStyle" title="enum GtkExpanderStyle"><span class="type">GtkExpanderStyle</span></a> expander_style</code></em>);</pre>
|
2192
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2366
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2193
2367
|
<h3 class="title">Warning</h3>
|
2194
2368
|
<p><code class="literal">gtk_draw_expander</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-expander" title="gtk_paint_expander ()"><code class="function">gtk_paint_expander()</code></a> instead.</p>
|
2195
2369
|
</div>
|
@@ -2211,25 +2385,29 @@ Draws an expander as used in <a class="link" href="GtkTreeView.html" title="GtkT
|
|
2211
2385
|
</tr>
|
2212
2386
|
<tr>
|
2213
2387
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2214
|
-
<td>a state
|
2388
|
+
<td>a state
|
2389
|
+
</td>
|
2215
2390
|
</tr>
|
2216
2391
|
<tr>
|
2217
2392
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2218
|
-
<td>the x position to draw the expander at
|
2393
|
+
<td>the x position to draw the expander at
|
2394
|
+
</td>
|
2219
2395
|
</tr>
|
2220
2396
|
<tr>
|
2221
2397
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2222
|
-
<td>the y position to draw the expander at
|
2398
|
+
<td>the y position to draw the expander at
|
2399
|
+
</td>
|
2223
2400
|
</tr>
|
2224
2401
|
<tr>
|
2225
2402
|
<td><p><span class="term"><em class="parameter"><code>expander_style</code></em> :</span></p></td>
|
2226
|
-
<td>the style to draw the expander in
|
2403
|
+
<td>the style to draw the expander in
|
2404
|
+
</td>
|
2227
2405
|
</tr>
|
2228
2406
|
</tbody>
|
2229
2407
|
</table></div>
|
2230
2408
|
</div>
|
2231
2409
|
<hr>
|
2232
|
-
<div class="refsect2">
|
2410
|
+
<div class="refsect2" title="gtk_draw_layout ()">
|
2233
2411
|
<a name="gtk-draw-layout"></a><h3>gtk_draw_layout ()</h3>
|
2234
2412
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_layout (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2235
2413
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2238,7 +2416,7 @@ Draws an expander as used in <a class="link" href="GtkTreeView.html" title="GtkT
|
|
2238
2416
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
2239
2417
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2240
2418
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> *layout</code></em>);</pre>
|
2241
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2419
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2242
2420
|
<h3 class="title">Warning</h3>
|
2243
2421
|
<p><code class="literal">gtk_draw_layout</code> is deprecated and should not be used in newly-written code.</p>
|
2244
2422
|
</div>
|
@@ -2260,31 +2438,35 @@ Draws a layout on <em class="parameter"><code>window</code></em> using the given
|
|
2260
2438
|
</tr>
|
2261
2439
|
<tr>
|
2262
2440
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2263
|
-
<td>a state
|
2441
|
+
<td>a state
|
2442
|
+
</td>
|
2264
2443
|
</tr>
|
2265
2444
|
<tr>
|
2266
2445
|
<td><p><span class="term"><em class="parameter"><code>use_text</code></em> :</span></p></td>
|
2267
2446
|
<td>whether to use the text or foreground
|
2268
|
-
graphics context of <em class="parameter"><code>style</code></em>
|
2447
|
+
graphics context of <em class="parameter"><code>style</code></em>
|
2269
2448
|
</td>
|
2270
2449
|
</tr>
|
2271
2450
|
<tr>
|
2272
2451
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2273
|
-
<td>x origin
|
2452
|
+
<td>x origin
|
2453
|
+
</td>
|
2274
2454
|
</tr>
|
2275
2455
|
<tr>
|
2276
2456
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2277
|
-
<td>y origin
|
2457
|
+
<td>y origin
|
2458
|
+
</td>
|
2278
2459
|
</tr>
|
2279
2460
|
<tr>
|
2280
2461
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
2281
|
-
<td>the layout to draw
|
2462
|
+
<td>the layout to draw
|
2463
|
+
</td>
|
2282
2464
|
</tr>
|
2283
2465
|
</tbody>
|
2284
2466
|
</table></div>
|
2285
2467
|
</div>
|
2286
2468
|
<hr>
|
2287
|
-
<div class="refsect2">
|
2469
|
+
<div class="refsect2" title="gtk_draw_resize_grip ()">
|
2288
2470
|
<a name="gtk-draw-resize-grip"></a><h3>gtk_draw_resize_grip ()</h3>
|
2289
2471
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_resize_grip (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2290
2472
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2294,7 +2476,7 @@ graphics context of <em class="parameter"><code>style</code></em>
|
|
2294
2476
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
2295
2477
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
2296
2478
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);</pre>
|
2297
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2479
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2298
2480
|
<h3 class="title">Warning</h3>
|
2299
2481
|
<p><code class="literal">gtk_draw_resize_grip</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-resize-grip" title="gtk_paint_resize_grip ()"><code class="function">gtk_paint_resize_grip()</code></a> instead.</p>
|
2300
2482
|
</div>
|
@@ -2317,33 +2499,39 @@ parameters.
|
|
2317
2499
|
</tr>
|
2318
2500
|
<tr>
|
2319
2501
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2320
|
-
<td>a state
|
2502
|
+
<td>a state
|
2503
|
+
</td>
|
2321
2504
|
</tr>
|
2322
2505
|
<tr>
|
2323
2506
|
<td><p><span class="term"><em class="parameter"><code>edge</code></em> :</span></p></td>
|
2324
|
-
<td>the edge in which to draw the resize grip
|
2507
|
+
<td>the edge in which to draw the resize grip
|
2508
|
+
</td>
|
2325
2509
|
</tr>
|
2326
2510
|
<tr>
|
2327
2511
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2328
|
-
<td>the x origin of the rectangle in which to draw the resize grip
|
2512
|
+
<td>the x origin of the rectangle in which to draw the resize grip
|
2513
|
+
</td>
|
2329
2514
|
</tr>
|
2330
2515
|
<tr>
|
2331
2516
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2332
|
-
<td>the y origin of the rectangle in which to draw the resize grip
|
2517
|
+
<td>the y origin of the rectangle in which to draw the resize grip
|
2518
|
+
</td>
|
2333
2519
|
</tr>
|
2334
2520
|
<tr>
|
2335
2521
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2336
|
-
<td>the width of the rectangle in which to draw the resize grip
|
2522
|
+
<td>the width of the rectangle in which to draw the resize grip
|
2523
|
+
</td>
|
2337
2524
|
</tr>
|
2338
2525
|
<tr>
|
2339
2526
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2340
|
-
<td>the height of the rectangle in which to draw the resize grip
|
2527
|
+
<td>the height of the rectangle in which to draw the resize grip
|
2528
|
+
</td>
|
2341
2529
|
</tr>
|
2342
2530
|
</tbody>
|
2343
2531
|
</table></div>
|
2344
2532
|
</div>
|
2345
2533
|
<hr>
|
2346
|
-
<div class="refsect2">
|
2534
|
+
<div class="refsect2" title="gtk_paint_arrow ()">
|
2347
2535
|
<a name="gtk-paint-arrow"></a><h3>gtk_paint_arrow ()</h3>
|
2348
2536
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_arrow (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2349
2537
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2377,58 +2565,66 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
2377
2565
|
</tr>
|
2378
2566
|
<tr>
|
2379
2567
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2380
|
-
<td>a state
|
2568
|
+
<td>a state
|
2569
|
+
</td>
|
2381
2570
|
</tr>
|
2382
2571
|
<tr>
|
2383
2572
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2384
|
-
<td>the type of shadow to draw
|
2573
|
+
<td>the type of shadow to draw
|
2574
|
+
</td>
|
2385
2575
|
</tr>
|
2386
2576
|
<tr>
|
2387
2577
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2388
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2389
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2578
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2579
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2390
2580
|
</td>
|
2391
2581
|
</tr>
|
2392
2582
|
<tr>
|
2393
2583
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2394
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2584
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2395
2585
|
</td>
|
2396
2586
|
</tr>
|
2397
2587
|
<tr>
|
2398
2588
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2399
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2589
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2400
2590
|
</td>
|
2401
2591
|
</tr>
|
2402
2592
|
<tr>
|
2403
2593
|
<td><p><span class="term"><em class="parameter"><code>arrow_type</code></em> :</span></p></td>
|
2404
|
-
<td>the type of arrow to draw
|
2594
|
+
<td>the type of arrow to draw
|
2595
|
+
</td>
|
2405
2596
|
</tr>
|
2406
2597
|
<tr>
|
2407
2598
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
2408
2599
|
<td>
|
2409
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow tip should be filled
|
2600
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the arrow tip should be filled
|
2601
|
+
</td>
|
2410
2602
|
</tr>
|
2411
2603
|
<tr>
|
2412
2604
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2413
|
-
<td>x origin of the rectangle to draw the arrow in
|
2605
|
+
<td>x origin of the rectangle to draw the arrow in
|
2606
|
+
</td>
|
2414
2607
|
</tr>
|
2415
2608
|
<tr>
|
2416
2609
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2417
|
-
<td>y origin of the rectangle to draw the arrow in
|
2610
|
+
<td>y origin of the rectangle to draw the arrow in
|
2611
|
+
</td>
|
2418
2612
|
</tr>
|
2419
2613
|
<tr>
|
2420
2614
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2421
|
-
<td>width of the rectangle to draw the arrow in
|
2615
|
+
<td>width of the rectangle to draw the arrow in
|
2616
|
+
</td>
|
2422
2617
|
</tr>
|
2423
2618
|
<tr>
|
2424
2619
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2425
|
-
<td>height of the rectangle to draw the arrow in
|
2620
|
+
<td>height of the rectangle to draw the arrow in
|
2621
|
+
</td>
|
2426
2622
|
</tr>
|
2427
2623
|
</tbody>
|
2428
2624
|
</table></div>
|
2429
2625
|
</div>
|
2430
2626
|
<hr>
|
2431
|
-
<div class="refsect2">
|
2627
|
+
<div class="refsect2" title="gtk_paint_box ()">
|
2432
2628
|
<a name="gtk-paint-box"></a><h3>gtk_paint_box ()</h3>
|
2433
2629
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_box (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2434
2630
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2459,49 +2655,55 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
2459
2655
|
</tr>
|
2460
2656
|
<tr>
|
2461
2657
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2462
|
-
<td>a state
|
2658
|
+
<td>a state
|
2659
|
+
</td>
|
2463
2660
|
</tr>
|
2464
2661
|
<tr>
|
2465
2662
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2466
|
-
<td>the type of shadow to draw
|
2663
|
+
<td>the type of shadow to draw
|
2664
|
+
</td>
|
2467
2665
|
</tr>
|
2468
2666
|
<tr>
|
2469
2667
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2470
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2471
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2668
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2669
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2472
2670
|
</td>
|
2473
2671
|
</tr>
|
2474
2672
|
<tr>
|
2475
2673
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2476
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2674
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2477
2675
|
</td>
|
2478
2676
|
</tr>
|
2479
2677
|
<tr>
|
2480
2678
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2481
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2679
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2482
2680
|
</td>
|
2483
2681
|
</tr>
|
2484
2682
|
<tr>
|
2485
2683
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2486
|
-
<td>x origin of the box
|
2684
|
+
<td>x origin of the box
|
2685
|
+
</td>
|
2487
2686
|
</tr>
|
2488
2687
|
<tr>
|
2489
2688
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2490
|
-
<td>y origin of the box
|
2689
|
+
<td>y origin of the box
|
2690
|
+
</td>
|
2491
2691
|
</tr>
|
2492
2692
|
<tr>
|
2493
2693
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2494
|
-
<td>the width of the box
|
2694
|
+
<td>the width of the box
|
2695
|
+
</td>
|
2495
2696
|
</tr>
|
2496
2697
|
<tr>
|
2497
2698
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2498
|
-
<td>the height of the box
|
2699
|
+
<td>the height of the box
|
2700
|
+
</td>
|
2499
2701
|
</tr>
|
2500
2702
|
</tbody>
|
2501
2703
|
</table></div>
|
2502
2704
|
</div>
|
2503
2705
|
<hr>
|
2504
|
-
<div class="refsect2">
|
2706
|
+
<div class="refsect2" title="gtk_paint_box_gap ()">
|
2505
2707
|
<a name="gtk-paint-box-gap"></a><h3>gtk_paint_box_gap ()</h3>
|
2506
2708
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_box_gap (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2507
2709
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2536,61 +2738,70 @@ leaving a gap in one side.
|
|
2536
2738
|
</tr>
|
2537
2739
|
<tr>
|
2538
2740
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2539
|
-
<td>a state
|
2741
|
+
<td>a state
|
2742
|
+
</td>
|
2540
2743
|
</tr>
|
2541
2744
|
<tr>
|
2542
2745
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2543
|
-
<td>type of shadow to draw
|
2746
|
+
<td>type of shadow to draw
|
2747
|
+
</td>
|
2544
2748
|
</tr>
|
2545
2749
|
<tr>
|
2546
2750
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2547
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2548
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2751
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2752
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2549
2753
|
</td>
|
2550
2754
|
</tr>
|
2551
2755
|
<tr>
|
2552
2756
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2553
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2757
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2554
2758
|
</td>
|
2555
2759
|
</tr>
|
2556
2760
|
<tr>
|
2557
2761
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2558
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2762
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2559
2763
|
</td>
|
2560
2764
|
</tr>
|
2561
2765
|
<tr>
|
2562
2766
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2563
|
-
<td>x origin of the rectangle
|
2767
|
+
<td>x origin of the rectangle
|
2768
|
+
</td>
|
2564
2769
|
</tr>
|
2565
2770
|
<tr>
|
2566
2771
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2567
|
-
<td>y origin of the rectangle
|
2772
|
+
<td>y origin of the rectangle
|
2773
|
+
</td>
|
2568
2774
|
</tr>
|
2569
2775
|
<tr>
|
2570
2776
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2571
|
-
<td>width of the rectangle
|
2777
|
+
<td>width of the rectangle
|
2778
|
+
</td>
|
2572
2779
|
</tr>
|
2573
2780
|
<tr>
|
2574
2781
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2575
|
-
<td>width of the rectangle
|
2782
|
+
<td>width of the rectangle
|
2783
|
+
</td>
|
2576
2784
|
</tr>
|
2577
2785
|
<tr>
|
2578
2786
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
2579
|
-
<td>side in which to leave the gap
|
2787
|
+
<td>side in which to leave the gap
|
2788
|
+
</td>
|
2580
2789
|
</tr>
|
2581
2790
|
<tr>
|
2582
2791
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
2583
|
-
<td>starting position of the gap
|
2792
|
+
<td>starting position of the gap
|
2793
|
+
</td>
|
2584
2794
|
</tr>
|
2585
2795
|
<tr>
|
2586
2796
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
2587
|
-
<td>width of the gap
|
2797
|
+
<td>width of the gap
|
2798
|
+
</td>
|
2588
2799
|
</tr>
|
2589
2800
|
</tbody>
|
2590
2801
|
</table></div>
|
2591
2802
|
</div>
|
2592
2803
|
<hr>
|
2593
|
-
<div class="refsect2">
|
2804
|
+
<div class="refsect2" title="gtk_paint_check ()">
|
2594
2805
|
<a name="gtk-paint-check"></a><h3>gtk_paint_check ()</h3>
|
2595
2806
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_check (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2596
2807
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2622,49 +2833,55 @@ the given parameters.
|
|
2622
2833
|
</tr>
|
2623
2834
|
<tr>
|
2624
2835
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2625
|
-
<td>a state
|
2836
|
+
<td>a state
|
2837
|
+
</td>
|
2626
2838
|
</tr>
|
2627
2839
|
<tr>
|
2628
2840
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2629
|
-
<td>the type of shadow to draw
|
2841
|
+
<td>the type of shadow to draw
|
2842
|
+
</td>
|
2630
2843
|
</tr>
|
2631
2844
|
<tr>
|
2632
2845
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2633
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2634
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2846
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2847
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2635
2848
|
</td>
|
2636
2849
|
</tr>
|
2637
2850
|
<tr>
|
2638
2851
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2639
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2852
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2640
2853
|
</td>
|
2641
2854
|
</tr>
|
2642
2855
|
<tr>
|
2643
2856
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2644
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2857
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2645
2858
|
</td>
|
2646
2859
|
</tr>
|
2647
2860
|
<tr>
|
2648
2861
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2649
|
-
<td>x origin of the rectangle to draw the check in
|
2862
|
+
<td>x origin of the rectangle to draw the check in
|
2863
|
+
</td>
|
2650
2864
|
</tr>
|
2651
2865
|
<tr>
|
2652
2866
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2653
|
-
<td>y origin of the rectangle to draw the check in
|
2867
|
+
<td>y origin of the rectangle to draw the check in
|
2868
|
+
</td>
|
2654
2869
|
</tr>
|
2655
2870
|
<tr>
|
2656
2871
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2657
|
-
<td>the width of the rectangle to draw the check in
|
2872
|
+
<td>the width of the rectangle to draw the check in
|
2873
|
+
</td>
|
2658
2874
|
</tr>
|
2659
2875
|
<tr>
|
2660
2876
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2661
|
-
<td>the height of the rectangle to draw the check in
|
2877
|
+
<td>the height of the rectangle to draw the check in
|
2878
|
+
</td>
|
2662
2879
|
</tr>
|
2663
2880
|
</tbody>
|
2664
2881
|
</table></div>
|
2665
2882
|
</div>
|
2666
2883
|
<hr>
|
2667
|
-
<div class="refsect2">
|
2884
|
+
<div class="refsect2" title="gtk_paint_diamond ()">
|
2668
2885
|
<a name="gtk-paint-diamond"></a><h3>gtk_paint_diamond ()</h3>
|
2669
2886
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_diamond (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2670
2887
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2696,49 +2913,55 @@ parameters.
|
|
2696
2913
|
</tr>
|
2697
2914
|
<tr>
|
2698
2915
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2699
|
-
<td>a state
|
2916
|
+
<td>a state
|
2917
|
+
</td>
|
2700
2918
|
</tr>
|
2701
2919
|
<tr>
|
2702
2920
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2703
|
-
<td>the type of shadow to draw
|
2921
|
+
<td>the type of shadow to draw
|
2922
|
+
</td>
|
2704
2923
|
</tr>
|
2705
2924
|
<tr>
|
2706
2925
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2707
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2708
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2926
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2927
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2709
2928
|
</td>
|
2710
2929
|
</tr>
|
2711
2930
|
<tr>
|
2712
2931
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2713
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2932
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2714
2933
|
</td>
|
2715
2934
|
</tr>
|
2716
2935
|
<tr>
|
2717
2936
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2718
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2937
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2719
2938
|
</td>
|
2720
2939
|
</tr>
|
2721
2940
|
<tr>
|
2722
2941
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2723
|
-
<td>x origin of the rectangle to draw the diamond in
|
2942
|
+
<td>x origin of the rectangle to draw the diamond in
|
2943
|
+
</td>
|
2724
2944
|
</tr>
|
2725
2945
|
<tr>
|
2726
2946
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2727
|
-
<td>y origin of the rectangle to draw the diamond in
|
2947
|
+
<td>y origin of the rectangle to draw the diamond in
|
2948
|
+
</td>
|
2728
2949
|
</tr>
|
2729
2950
|
<tr>
|
2730
2951
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2731
|
-
<td>width of the rectangle to draw the diamond in
|
2952
|
+
<td>width of the rectangle to draw the diamond in
|
2953
|
+
</td>
|
2732
2954
|
</tr>
|
2733
2955
|
<tr>
|
2734
2956
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2735
|
-
<td>height of the rectangle to draw the diamond in
|
2957
|
+
<td>height of the rectangle to draw the diamond in
|
2958
|
+
</td>
|
2736
2959
|
</tr>
|
2737
2960
|
</tbody>
|
2738
2961
|
</table></div>
|
2739
2962
|
</div>
|
2740
2963
|
<hr>
|
2741
|
-
<div class="refsect2">
|
2964
|
+
<div class="refsect2" title="gtk_paint_extension ()">
|
2742
2965
|
<a name="gtk-paint-extension"></a><h3>gtk_paint_extension ()</h3>
|
2743
2966
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_extension (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2744
2967
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2770,53 +2993,60 @@ Draws an extension, i.e. a notebook tab.
|
|
2770
2993
|
</tr>
|
2771
2994
|
<tr>
|
2772
2995
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2773
|
-
<td>a state
|
2996
|
+
<td>a state
|
2997
|
+
</td>
|
2774
2998
|
</tr>
|
2775
2999
|
<tr>
|
2776
3000
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2777
|
-
<td>type of shadow to draw
|
3001
|
+
<td>type of shadow to draw
|
3002
|
+
</td>
|
2778
3003
|
</tr>
|
2779
3004
|
<tr>
|
2780
3005
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2781
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2782
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3006
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3007
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2783
3008
|
</td>
|
2784
3009
|
</tr>
|
2785
3010
|
<tr>
|
2786
3011
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2787
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3012
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2788
3013
|
</td>
|
2789
3014
|
</tr>
|
2790
3015
|
<tr>
|
2791
3016
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2792
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3017
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2793
3018
|
</td>
|
2794
3019
|
</tr>
|
2795
3020
|
<tr>
|
2796
3021
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2797
|
-
<td>x origin of the extension
|
3022
|
+
<td>x origin of the extension
|
3023
|
+
</td>
|
2798
3024
|
</tr>
|
2799
3025
|
<tr>
|
2800
3026
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2801
|
-
<td>y origin of the extension
|
3027
|
+
<td>y origin of the extension
|
3028
|
+
</td>
|
2802
3029
|
</tr>
|
2803
3030
|
<tr>
|
2804
3031
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2805
|
-
<td>width of the extension
|
3032
|
+
<td>width of the extension
|
3033
|
+
</td>
|
2806
3034
|
</tr>
|
2807
3035
|
<tr>
|
2808
3036
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2809
|
-
<td>width of the extension
|
3037
|
+
<td>width of the extension
|
3038
|
+
</td>
|
2810
3039
|
</tr>
|
2811
3040
|
<tr>
|
2812
3041
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
2813
|
-
<td>the side on to which the extension is attached
|
3042
|
+
<td>the side on to which the extension is attached
|
3043
|
+
</td>
|
2814
3044
|
</tr>
|
2815
3045
|
</tbody>
|
2816
3046
|
</table></div>
|
2817
3047
|
</div>
|
2818
3048
|
<hr>
|
2819
|
-
<div class="refsect2">
|
3049
|
+
<div class="refsect2" title="gtk_paint_flat_box ()">
|
2820
3050
|
<a name="gtk-paint-flat-box"></a><h3>gtk_paint_flat_box ()</h3>
|
2821
3051
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_flat_box (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2822
3052
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2847,49 +3077,55 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
2847
3077
|
</tr>
|
2848
3078
|
<tr>
|
2849
3079
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2850
|
-
<td>a state
|
3080
|
+
<td>a state
|
3081
|
+
</td>
|
2851
3082
|
</tr>
|
2852
3083
|
<tr>
|
2853
3084
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2854
|
-
<td>the type of shadow to draw
|
3085
|
+
<td>the type of shadow to draw
|
3086
|
+
</td>
|
2855
3087
|
</tr>
|
2856
3088
|
<tr>
|
2857
3089
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2858
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2859
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3090
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3091
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2860
3092
|
</td>
|
2861
3093
|
</tr>
|
2862
3094
|
<tr>
|
2863
3095
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2864
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3096
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2865
3097
|
</td>
|
2866
3098
|
</tr>
|
2867
3099
|
<tr>
|
2868
3100
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2869
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3101
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2870
3102
|
</td>
|
2871
3103
|
</tr>
|
2872
3104
|
<tr>
|
2873
3105
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2874
|
-
<td>x origin of the box
|
3106
|
+
<td>x origin of the box
|
3107
|
+
</td>
|
2875
3108
|
</tr>
|
2876
3109
|
<tr>
|
2877
3110
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2878
|
-
<td>y origin of the box
|
3111
|
+
<td>y origin of the box
|
3112
|
+
</td>
|
2879
3113
|
</tr>
|
2880
3114
|
<tr>
|
2881
3115
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2882
|
-
<td>the width of the box
|
3116
|
+
<td>the width of the box
|
3117
|
+
</td>
|
2883
3118
|
</tr>
|
2884
3119
|
<tr>
|
2885
3120
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2886
|
-
<td>the height of the box
|
3121
|
+
<td>the height of the box
|
3122
|
+
</td>
|
2887
3123
|
</tr>
|
2888
3124
|
</tbody>
|
2889
3125
|
</table></div>
|
2890
3126
|
</div>
|
2891
3127
|
<hr>
|
2892
|
-
<div class="refsect2">
|
3128
|
+
<div class="refsect2" title="gtk_paint_focus ()">
|
2893
3129
|
<a name="gtk-paint-focus"></a><h3>gtk_paint_focus ()</h3>
|
2894
3130
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_focus (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2895
3131
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2920,45 +3156,50 @@ given style.
|
|
2920
3156
|
</tr>
|
2921
3157
|
<tr>
|
2922
3158
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2923
|
-
<td>a state
|
3159
|
+
<td>a state
|
3160
|
+
</td>
|
2924
3161
|
</tr>
|
2925
3162
|
<tr>
|
2926
3163
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2927
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
2928
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3164
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3165
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2929
3166
|
</td>
|
2930
3167
|
</tr>
|
2931
3168
|
<tr>
|
2932
3169
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2933
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3170
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2934
3171
|
</td>
|
2935
3172
|
</tr>
|
2936
3173
|
<tr>
|
2937
3174
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2938
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3175
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2939
3176
|
</td>
|
2940
3177
|
</tr>
|
2941
3178
|
<tr>
|
2942
3179
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2943
|
-
<td>the x origin of the rectangle around which to draw a focus indicator
|
3180
|
+
<td>the x origin of the rectangle around which to draw a focus indicator
|
3181
|
+
</td>
|
2944
3182
|
</tr>
|
2945
3183
|
<tr>
|
2946
3184
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2947
|
-
<td>the y origin of the rectangle around which to draw a focus indicator
|
3185
|
+
<td>the y origin of the rectangle around which to draw a focus indicator
|
3186
|
+
</td>
|
2948
3187
|
</tr>
|
2949
3188
|
<tr>
|
2950
3189
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2951
|
-
<td>the width of the rectangle around which to draw a focus indicator
|
3190
|
+
<td>the width of the rectangle around which to draw a focus indicator
|
3191
|
+
</td>
|
2952
3192
|
</tr>
|
2953
3193
|
<tr>
|
2954
3194
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2955
|
-
<td>the height of the rectangle around which to draw a focus indicator
|
3195
|
+
<td>the height of the rectangle around which to draw a focus indicator
|
3196
|
+
</td>
|
2956
3197
|
</tr>
|
2957
3198
|
</tbody>
|
2958
3199
|
</table></div>
|
2959
3200
|
</div>
|
2960
3201
|
<hr>
|
2961
|
-
<div class="refsect2">
|
3202
|
+
<div class="refsect2" title="gtk_paint_handle ()">
|
2962
3203
|
<a name="gtk-paint-handle"></a><h3>gtk_paint_handle ()</h3>
|
2963
3204
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_handle (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
2964
3205
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -2990,53 +3231,60 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
2990
3231
|
</tr>
|
2991
3232
|
<tr>
|
2992
3233
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2993
|
-
<td>a state
|
3234
|
+
<td>a state
|
3235
|
+
</td>
|
2994
3236
|
</tr>
|
2995
3237
|
<tr>
|
2996
3238
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2997
|
-
<td>type of shadow to draw
|
3239
|
+
<td>type of shadow to draw
|
3240
|
+
</td>
|
2998
3241
|
</tr>
|
2999
3242
|
<tr>
|
3000
3243
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3001
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3002
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3244
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3245
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3003
3246
|
</td>
|
3004
3247
|
</tr>
|
3005
3248
|
<tr>
|
3006
3249
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3007
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3250
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3008
3251
|
</td>
|
3009
3252
|
</tr>
|
3010
3253
|
<tr>
|
3011
3254
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3012
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3255
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3013
3256
|
</td>
|
3014
3257
|
</tr>
|
3015
3258
|
<tr>
|
3016
3259
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3017
|
-
<td>x origin of the handle
|
3260
|
+
<td>x origin of the handle
|
3261
|
+
</td>
|
3018
3262
|
</tr>
|
3019
3263
|
<tr>
|
3020
3264
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3021
|
-
<td>y origin of the handle
|
3265
|
+
<td>y origin of the handle
|
3266
|
+
</td>
|
3022
3267
|
</tr>
|
3023
3268
|
<tr>
|
3024
3269
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3025
|
-
<td>with of the handle
|
3270
|
+
<td>with of the handle
|
3271
|
+
</td>
|
3026
3272
|
</tr>
|
3027
3273
|
<tr>
|
3028
3274
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3029
|
-
<td>height of the handle
|
3275
|
+
<td>height of the handle
|
3276
|
+
</td>
|
3030
3277
|
</tr>
|
3031
3278
|
<tr>
|
3032
3279
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
3033
|
-
<td>the orientation of the handle
|
3280
|
+
<td>the orientation of the handle
|
3281
|
+
</td>
|
3034
3282
|
</tr>
|
3035
3283
|
</tbody>
|
3036
3284
|
</table></div>
|
3037
3285
|
</div>
|
3038
3286
|
<hr>
|
3039
|
-
<div class="refsect2">
|
3287
|
+
<div class="refsect2" title="gtk_paint_hline ()">
|
3040
3288
|
<a name="gtk-paint-hline"></a><h3>gtk_paint_hline ()</h3>
|
3041
3289
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_hline (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3042
3290
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3066,41 +3314,45 @@ using the given style and state.
|
|
3066
3314
|
</tr>
|
3067
3315
|
<tr>
|
3068
3316
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3069
|
-
<td>a state
|
3317
|
+
<td>a state
|
3318
|
+
</td>
|
3070
3319
|
</tr>
|
3071
3320
|
<tr>
|
3072
3321
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3073
|
-
<td>rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3074
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3322
|
+
<td> rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3323
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3075
3324
|
</td>
|
3076
3325
|
</tr>
|
3077
3326
|
<tr>
|
3078
3327
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3079
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3328
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3080
3329
|
</td>
|
3081
3330
|
</tr>
|
3082
3331
|
<tr>
|
3083
3332
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3084
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3333
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3085
3334
|
</td>
|
3086
3335
|
</tr>
|
3087
3336
|
<tr>
|
3088
3337
|
<td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
|
3089
|
-
<td>the starting x coordinate
|
3338
|
+
<td>the starting x coordinate
|
3339
|
+
</td>
|
3090
3340
|
</tr>
|
3091
3341
|
<tr>
|
3092
3342
|
<td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
|
3093
|
-
<td>the ending x coordinate
|
3343
|
+
<td>the ending x coordinate
|
3344
|
+
</td>
|
3094
3345
|
</tr>
|
3095
3346
|
<tr>
|
3096
3347
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3097
|
-
<td>the y coordinate
|
3348
|
+
<td>the y coordinate
|
3349
|
+
</td>
|
3098
3350
|
</tr>
|
3099
3351
|
</tbody>
|
3100
3352
|
</table></div>
|
3101
3353
|
</div>
|
3102
3354
|
<hr>
|
3103
|
-
<div class="refsect2">
|
3355
|
+
<div class="refsect2" title="gtk_paint_option ()">
|
3104
3356
|
<a name="gtk-paint-option"></a><h3>gtk_paint_option ()</h3>
|
3105
3357
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_option (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3106
3358
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3132,49 +3384,55 @@ the given parameters.
|
|
3132
3384
|
</tr>
|
3133
3385
|
<tr>
|
3134
3386
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3135
|
-
<td>a state
|
3387
|
+
<td>a state
|
3388
|
+
</td>
|
3136
3389
|
</tr>
|
3137
3390
|
<tr>
|
3138
3391
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3139
|
-
<td>the type of shadow to draw
|
3392
|
+
<td>the type of shadow to draw
|
3393
|
+
</td>
|
3140
3394
|
</tr>
|
3141
3395
|
<tr>
|
3142
3396
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3143
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3144
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3397
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3398
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3145
3399
|
</td>
|
3146
3400
|
</tr>
|
3147
3401
|
<tr>
|
3148
3402
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3149
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3403
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3150
3404
|
</td>
|
3151
3405
|
</tr>
|
3152
3406
|
<tr>
|
3153
3407
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3154
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3408
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3155
3409
|
</td>
|
3156
3410
|
</tr>
|
3157
3411
|
<tr>
|
3158
3412
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3159
|
-
<td>x origin of the rectangle to draw the option in
|
3413
|
+
<td>x origin of the rectangle to draw the option in
|
3414
|
+
</td>
|
3160
3415
|
</tr>
|
3161
3416
|
<tr>
|
3162
3417
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3163
|
-
<td>y origin of the rectangle to draw the option in
|
3418
|
+
<td>y origin of the rectangle to draw the option in
|
3419
|
+
</td>
|
3164
3420
|
</tr>
|
3165
3421
|
<tr>
|
3166
3422
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3167
|
-
<td>the width of the rectangle to draw the option in
|
3423
|
+
<td>the width of the rectangle to draw the option in
|
3424
|
+
</td>
|
3168
3425
|
</tr>
|
3169
3426
|
<tr>
|
3170
3427
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3171
|
-
<td>the height of the rectangle to draw the option in
|
3428
|
+
<td>the height of the rectangle to draw the option in
|
3429
|
+
</td>
|
3172
3430
|
</tr>
|
3173
3431
|
</tbody>
|
3174
3432
|
</table></div>
|
3175
3433
|
</div>
|
3176
3434
|
<hr>
|
3177
|
-
<div class="refsect2">
|
3435
|
+
<div class="refsect2" title="gtk_paint_polygon ()">
|
3178
3436
|
<a name="gtk-paint-polygon"></a><h3>gtk_paint_polygon ()</h3>
|
3179
3437
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_polygon (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3180
3438
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3204,31 +3462,34 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
3204
3462
|
</tr>
|
3205
3463
|
<tr>
|
3206
3464
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3207
|
-
<td>a state
|
3465
|
+
<td>a state
|
3466
|
+
</td>
|
3208
3467
|
</tr>
|
3209
3468
|
<tr>
|
3210
3469
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3211
|
-
<td>type of shadow to draw
|
3470
|
+
<td>type of shadow to draw
|
3471
|
+
</td>
|
3212
3472
|
</tr>
|
3213
3473
|
<tr>
|
3214
3474
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3215
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3216
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3475
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3476
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3217
3477
|
</td>
|
3218
3478
|
</tr>
|
3219
3479
|
<tr>
|
3220
3480
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3221
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3481
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3222
3482
|
</td>
|
3223
3483
|
</tr>
|
3224
3484
|
<tr>
|
3225
3485
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3226
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3486
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3227
3487
|
</td>
|
3228
3488
|
</tr>
|
3229
3489
|
<tr>
|
3230
3490
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
3231
|
-
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a>s
|
3491
|
+
<td>an array of <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Points-Rectangles-and-Regions.html#GdkPoint"><span class="type">GdkPoint</span></a>s
|
3492
|
+
</td>
|
3232
3493
|
</tr>
|
3233
3494
|
<tr>
|
3234
3495
|
<td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
|
@@ -3238,13 +3499,14 @@ output should not be clipped. <span class="annotation">[<acronym title="NULL is
|
|
3238
3499
|
<tr>
|
3239
3500
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
3240
3501
|
<td>
|
3241
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the polygon should be filled
|
3502
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the polygon should be filled
|
3503
|
+
</td>
|
3242
3504
|
</tr>
|
3243
3505
|
</tbody>
|
3244
3506
|
</table></div>
|
3245
3507
|
</div>
|
3246
3508
|
<hr>
|
3247
|
-
<div class="refsect2">
|
3509
|
+
<div class="refsect2" title="gtk_paint_shadow ()">
|
3248
3510
|
<a name="gtk-paint-shadow"></a><h3>gtk_paint_shadow ()</h3>
|
3249
3511
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_shadow (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3250
3512
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3276,49 +3538,55 @@ using the given style and state and shadow type.
|
|
3276
3538
|
</tr>
|
3277
3539
|
<tr>
|
3278
3540
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3279
|
-
<td>a state
|
3541
|
+
<td>a state
|
3542
|
+
</td>
|
3280
3543
|
</tr>
|
3281
3544
|
<tr>
|
3282
3545
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3283
|
-
<td>type of shadow to draw
|
3546
|
+
<td>type of shadow to draw
|
3547
|
+
</td>
|
3284
3548
|
</tr>
|
3285
3549
|
<tr>
|
3286
3550
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3287
|
-
<td>clip rectangle or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3288
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3551
|
+
<td> clip rectangle or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3552
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3289
3553
|
</td>
|
3290
3554
|
</tr>
|
3291
3555
|
<tr>
|
3292
3556
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3293
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3557
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3294
3558
|
</td>
|
3295
3559
|
</tr>
|
3296
3560
|
<tr>
|
3297
3561
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3298
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3562
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3299
3563
|
</td>
|
3300
3564
|
</tr>
|
3301
3565
|
<tr>
|
3302
3566
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3303
|
-
<td>x origin of the rectangle
|
3567
|
+
<td>x origin of the rectangle
|
3568
|
+
</td>
|
3304
3569
|
</tr>
|
3305
3570
|
<tr>
|
3306
3571
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3307
|
-
<td>y origin of the rectangle
|
3572
|
+
<td>y origin of the rectangle
|
3573
|
+
</td>
|
3308
3574
|
</tr>
|
3309
3575
|
<tr>
|
3310
3576
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3311
|
-
<td>width of the rectangle
|
3577
|
+
<td>width of the rectangle
|
3578
|
+
</td>
|
3312
3579
|
</tr>
|
3313
3580
|
<tr>
|
3314
3581
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3315
|
-
<td>width of the rectangle
|
3582
|
+
<td>width of the rectangle
|
3583
|
+
</td>
|
3316
3584
|
</tr>
|
3317
3585
|
</tbody>
|
3318
3586
|
</table></div>
|
3319
3587
|
</div>
|
3320
3588
|
<hr>
|
3321
|
-
<div class="refsect2">
|
3589
|
+
<div class="refsect2" title="gtk_paint_shadow_gap ()">
|
3322
3590
|
<a name="gtk-paint-shadow-gap"></a><h3>gtk_paint_shadow_gap ()</h3>
|
3323
3591
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_shadow_gap (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3324
3592
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3354,61 +3622,70 @@ gap in one side.
|
|
3354
3622
|
</tr>
|
3355
3623
|
<tr>
|
3356
3624
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3357
|
-
<td>a state
|
3625
|
+
<td>a state
|
3626
|
+
</td>
|
3358
3627
|
</tr>
|
3359
3628
|
<tr>
|
3360
3629
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3361
|
-
<td>type of shadow to draw
|
3630
|
+
<td>type of shadow to draw
|
3631
|
+
</td>
|
3362
3632
|
</tr>
|
3363
3633
|
<tr>
|
3364
3634
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3365
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3366
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3635
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3636
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3367
3637
|
</td>
|
3368
3638
|
</tr>
|
3369
3639
|
<tr>
|
3370
3640
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3371
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3641
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3372
3642
|
</td>
|
3373
3643
|
</tr>
|
3374
3644
|
<tr>
|
3375
3645
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3376
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3646
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3377
3647
|
</td>
|
3378
3648
|
</tr>
|
3379
3649
|
<tr>
|
3380
3650
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3381
|
-
<td>x origin of the rectangle
|
3651
|
+
<td>x origin of the rectangle
|
3652
|
+
</td>
|
3382
3653
|
</tr>
|
3383
3654
|
<tr>
|
3384
3655
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3385
|
-
<td>y origin of the rectangle
|
3656
|
+
<td>y origin of the rectangle
|
3657
|
+
</td>
|
3386
3658
|
</tr>
|
3387
3659
|
<tr>
|
3388
3660
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3389
|
-
<td>width of the rectangle
|
3661
|
+
<td>width of the rectangle
|
3662
|
+
</td>
|
3390
3663
|
</tr>
|
3391
3664
|
<tr>
|
3392
3665
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3393
|
-
<td>width of the rectangle
|
3666
|
+
<td>width of the rectangle
|
3667
|
+
</td>
|
3394
3668
|
</tr>
|
3395
3669
|
<tr>
|
3396
3670
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
3397
|
-
<td>side in which to leave the gap
|
3671
|
+
<td>side in which to leave the gap
|
3672
|
+
</td>
|
3398
3673
|
</tr>
|
3399
3674
|
<tr>
|
3400
3675
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
3401
|
-
<td>starting position of the gap
|
3676
|
+
<td>starting position of the gap
|
3677
|
+
</td>
|
3402
3678
|
</tr>
|
3403
3679
|
<tr>
|
3404
3680
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
3405
|
-
<td>width of the gap
|
3681
|
+
<td>width of the gap
|
3682
|
+
</td>
|
3406
3683
|
</tr>
|
3407
3684
|
</tbody>
|
3408
3685
|
</table></div>
|
3409
3686
|
</div>
|
3410
3687
|
<hr>
|
3411
|
-
<div class="refsect2">
|
3688
|
+
<div class="refsect2" title="gtk_paint_slider ()">
|
3412
3689
|
<a name="gtk-paint-slider"></a><h3>gtk_paint_slider ()</h3>
|
3413
3690
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_slider (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3414
3691
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3441,53 +3718,60 @@ given style and orientation.
|
|
3441
3718
|
</tr>
|
3442
3719
|
<tr>
|
3443
3720
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3444
|
-
<td>a state
|
3721
|
+
<td>a state
|
3722
|
+
</td>
|
3445
3723
|
</tr>
|
3446
3724
|
<tr>
|
3447
3725
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3448
|
-
<td>a shadow
|
3726
|
+
<td>a shadow
|
3727
|
+
</td>
|
3449
3728
|
</tr>
|
3450
3729
|
<tr>
|
3451
3730
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3452
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3453
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3731
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3732
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3454
3733
|
</td>
|
3455
3734
|
</tr>
|
3456
3735
|
<tr>
|
3457
3736
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3458
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3737
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3459
3738
|
</td>
|
3460
3739
|
</tr>
|
3461
3740
|
<tr>
|
3462
3741
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3463
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3742
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3464
3743
|
</td>
|
3465
3744
|
</tr>
|
3466
3745
|
<tr>
|
3467
3746
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3468
|
-
<td>the x origin of the rectangle in which to draw a slider
|
3747
|
+
<td>the x origin of the rectangle in which to draw a slider
|
3748
|
+
</td>
|
3469
3749
|
</tr>
|
3470
3750
|
<tr>
|
3471
3751
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3472
|
-
<td>the y origin of the rectangle in which to draw a slider
|
3752
|
+
<td>the y origin of the rectangle in which to draw a slider
|
3753
|
+
</td>
|
3473
3754
|
</tr>
|
3474
3755
|
<tr>
|
3475
3756
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3476
|
-
<td>the width of the rectangle in which to draw a slider
|
3757
|
+
<td>the width of the rectangle in which to draw a slider
|
3758
|
+
</td>
|
3477
3759
|
</tr>
|
3478
3760
|
<tr>
|
3479
3761
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3480
|
-
<td>the height of the rectangle in which to draw a slider
|
3762
|
+
<td>the height of the rectangle in which to draw a slider
|
3763
|
+
</td>
|
3481
3764
|
</tr>
|
3482
3765
|
<tr>
|
3483
3766
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
3484
|
-
<td>the orientation to be used
|
3767
|
+
<td>the orientation to be used
|
3768
|
+
</td>
|
3485
3769
|
</tr>
|
3486
3770
|
</tbody>
|
3487
3771
|
</table></div>
|
3488
3772
|
</div>
|
3489
3773
|
<hr>
|
3490
|
-
<div class="refsect2">
|
3774
|
+
<div class="refsect2" title="gtk_paint_spinner ()">
|
3491
3775
|
<a name="gtk-paint-spinner"></a><h3>gtk_paint_spinner ()</h3>
|
3492
3776
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_spinner (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3493
3777
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3518,22 +3802,23 @@ Draws a spinner on <em class="parameter"><code>window</code></em> using the give
|
|
3518
3802
|
</tr>
|
3519
3803
|
<tr>
|
3520
3804
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3521
|
-
<td>a state
|
3805
|
+
<td>a state
|
3806
|
+
</td>
|
3522
3807
|
</tr>
|
3523
3808
|
<tr>
|
3524
3809
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3525
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3526
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3810
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3811
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3527
3812
|
</td>
|
3528
3813
|
</tr>
|
3529
3814
|
<tr>
|
3530
3815
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3531
|
-
<td>the widget (may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3816
|
+
<td> the widget (may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3532
3817
|
</td>
|
3533
3818
|
</tr>
|
3534
3819
|
<tr>
|
3535
3820
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3536
|
-
<td>a style detail (may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3821
|
+
<td> a style detail (may be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>). <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3537
3822
|
</td>
|
3538
3823
|
</tr>
|
3539
3824
|
<tr>
|
@@ -3543,26 +3828,30 @@ output should not be clipped. <span class="annotation">[<acronym title="NULL is
|
|
3543
3828
|
</tr>
|
3544
3829
|
<tr>
|
3545
3830
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3546
|
-
<td>the x origin of the rectangle in which to draw the spinner
|
3831
|
+
<td>the x origin of the rectangle in which to draw the spinner
|
3832
|
+
</td>
|
3547
3833
|
</tr>
|
3548
3834
|
<tr>
|
3549
3835
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3550
|
-
<td>the y origin of the rectangle in which to draw the spinner
|
3836
|
+
<td>the y origin of the rectangle in which to draw the spinner
|
3837
|
+
</td>
|
3551
3838
|
</tr>
|
3552
3839
|
<tr>
|
3553
3840
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3554
|
-
<td>the width of the rectangle in which to draw the spinner
|
3841
|
+
<td>the width of the rectangle in which to draw the spinner
|
3842
|
+
</td>
|
3555
3843
|
</tr>
|
3556
3844
|
<tr>
|
3557
3845
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3558
|
-
<td>the height of the rectangle in which to draw the spinner
|
3846
|
+
<td>the height of the rectangle in which to draw the spinner
|
3847
|
+
</td>
|
3559
3848
|
</tr>
|
3560
3849
|
</tbody>
|
3561
3850
|
</table></div>
|
3562
3851
|
<p class="since">Since 2.20</p>
|
3563
3852
|
</div>
|
3564
3853
|
<hr>
|
3565
|
-
<div class="refsect2">
|
3854
|
+
<div class="refsect2" title="gtk_paint_string ()">
|
3566
3855
|
<a name="gtk-paint-string"></a><h3>gtk_paint_string ()</h3>
|
3567
3856
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_string (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3568
3857
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3573,7 +3862,7 @@ output should not be clipped. <span class="annotation">[<acronym title="NULL is
|
|
3573
3862
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> x</code></em>,
|
3574
3863
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> y</code></em>,
|
3575
3864
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
|
3576
|
-
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3865
|
+
<div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3577
3866
|
<h3 class="title">Warning</h3>
|
3578
3867
|
<p><code class="literal">gtk_paint_string</code> has been deprecated since version 2.0 and should not be used in newly-written code. Use <a class="link" href="GtkStyle.html#gtk-paint-layout" title="gtk_paint_layout ()"><code class="function">gtk_paint_layout()</code></a> instead.</p>
|
3579
3868
|
</div>
|
@@ -3595,41 +3884,45 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
3595
3884
|
</tr>
|
3596
3885
|
<tr>
|
3597
3886
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3598
|
-
<td>a state
|
3887
|
+
<td>a state
|
3888
|
+
</td>
|
3599
3889
|
</tr>
|
3600
3890
|
<tr>
|
3601
3891
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3602
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3603
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3892
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3893
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3604
3894
|
</td>
|
3605
3895
|
</tr>
|
3606
3896
|
<tr>
|
3607
3897
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3608
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3898
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3609
3899
|
</td>
|
3610
3900
|
</tr>
|
3611
3901
|
<tr>
|
3612
3902
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3613
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3903
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3614
3904
|
</td>
|
3615
3905
|
</tr>
|
3616
3906
|
<tr>
|
3617
3907
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3618
|
-
<td>x origin
|
3908
|
+
<td>x origin
|
3909
|
+
</td>
|
3619
3910
|
</tr>
|
3620
3911
|
<tr>
|
3621
3912
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3622
|
-
<td>y origin
|
3913
|
+
<td>y origin
|
3914
|
+
</td>
|
3623
3915
|
</tr>
|
3624
3916
|
<tr>
|
3625
3917
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
3626
|
-
<td>the string to draw
|
3918
|
+
<td>the string to draw
|
3919
|
+
</td>
|
3627
3920
|
</tr>
|
3628
3921
|
</tbody>
|
3629
3922
|
</table></div>
|
3630
3923
|
</div>
|
3631
3924
|
<hr>
|
3632
|
-
<div class="refsect2">
|
3925
|
+
<div class="refsect2" title="gtk_paint_tab ()">
|
3633
3926
|
<a name="gtk-paint-tab"></a><h3>gtk_paint_tab ()</h3>
|
3634
3927
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_tab (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3635
3928
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3661,49 +3954,55 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
3661
3954
|
</tr>
|
3662
3955
|
<tr>
|
3663
3956
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3664
|
-
<td>a state
|
3957
|
+
<td>a state
|
3958
|
+
</td>
|
3665
3959
|
</tr>
|
3666
3960
|
<tr>
|
3667
3961
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3668
|
-
<td>the type of shadow to draw
|
3962
|
+
<td>the type of shadow to draw
|
3963
|
+
</td>
|
3669
3964
|
</tr>
|
3670
3965
|
<tr>
|
3671
3966
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3672
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3673
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3967
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3968
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3674
3969
|
</td>
|
3675
3970
|
</tr>
|
3676
3971
|
<tr>
|
3677
3972
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3678
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3973
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3679
3974
|
</td>
|
3680
3975
|
</tr>
|
3681
3976
|
<tr>
|
3682
3977
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3683
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3978
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3684
3979
|
</td>
|
3685
3980
|
</tr>
|
3686
3981
|
<tr>
|
3687
3982
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3688
|
-
<td>x origin of the rectangle to draw the tab in
|
3983
|
+
<td>x origin of the rectangle to draw the tab in
|
3984
|
+
</td>
|
3689
3985
|
</tr>
|
3690
3986
|
<tr>
|
3691
3987
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3692
|
-
<td>y origin of the rectangle to draw the tab in
|
3988
|
+
<td>y origin of the rectangle to draw the tab in
|
3989
|
+
</td>
|
3693
3990
|
</tr>
|
3694
3991
|
<tr>
|
3695
3992
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3696
|
-
<td>the width of the rectangle to draw the tab in
|
3993
|
+
<td>the width of the rectangle to draw the tab in
|
3994
|
+
</td>
|
3697
3995
|
</tr>
|
3698
3996
|
<tr>
|
3699
3997
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3700
|
-
<td>the height of the rectangle to draw the tab in
|
3998
|
+
<td>the height of the rectangle to draw the tab in
|
3999
|
+
</td>
|
3701
4000
|
</tr>
|
3702
4001
|
</tbody>
|
3703
4002
|
</table></div>
|
3704
4003
|
</div>
|
3705
4004
|
<hr>
|
3706
|
-
<div class="refsect2">
|
4005
|
+
<div class="refsect2" title="gtk_paint_vline ()">
|
3707
4006
|
<a name="gtk-paint-vline"></a><h3>gtk_paint_vline ()</h3>
|
3708
4007
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_vline (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3709
4008
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3733,41 +4032,45 @@ using the given style and state.
|
|
3733
4032
|
</tr>
|
3734
4033
|
<tr>
|
3735
4034
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3736
|
-
<td>a state
|
4035
|
+
<td>a state
|
4036
|
+
</td>
|
3737
4037
|
</tr>
|
3738
4038
|
<tr>
|
3739
4039
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3740
|
-
<td>rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3741
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4040
|
+
<td> rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4041
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3742
4042
|
</td>
|
3743
4043
|
</tr>
|
3744
4044
|
<tr>
|
3745
4045
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3746
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4046
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3747
4047
|
</td>
|
3748
4048
|
</tr>
|
3749
4049
|
<tr>
|
3750
4050
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3751
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4051
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3752
4052
|
</td>
|
3753
4053
|
</tr>
|
3754
4054
|
<tr>
|
3755
4055
|
<td><p><span class="term"><em class="parameter"><code>y1_</code></em> :</span></p></td>
|
3756
|
-
<td>the starting y coordinate
|
4056
|
+
<td>the starting y coordinate
|
4057
|
+
</td>
|
3757
4058
|
</tr>
|
3758
4059
|
<tr>
|
3759
4060
|
<td><p><span class="term"><em class="parameter"><code>y2_</code></em> :</span></p></td>
|
3760
|
-
<td>the ending y coordinate
|
4061
|
+
<td>the ending y coordinate
|
4062
|
+
</td>
|
3761
4063
|
</tr>
|
3762
4064
|
<tr>
|
3763
4065
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3764
|
-
<td>the x coordinate
|
4066
|
+
<td>the x coordinate
|
4067
|
+
</td>
|
3765
4068
|
</tr>
|
3766
4069
|
</tbody>
|
3767
4070
|
</table></div>
|
3768
4071
|
</div>
|
3769
4072
|
<hr>
|
3770
|
-
<div class="refsect2">
|
4073
|
+
<div class="refsect2" title="gtk_paint_expander ()">
|
3771
4074
|
<a name="gtk-paint-expander"></a><h3>gtk_paint_expander ()</h3>
|
3772
4075
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_expander (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3773
4076
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3804,43 +4107,47 @@ expanded position.
|
|
3804
4107
|
</tr>
|
3805
4108
|
<tr>
|
3806
4109
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3807
|
-
<td>a state
|
4110
|
+
<td>a state
|
4111
|
+
</td>
|
3808
4112
|
</tr>
|
3809
4113
|
<tr>
|
3810
4114
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3811
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3812
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4115
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4116
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3813
4117
|
</td>
|
3814
4118
|
</tr>
|
3815
4119
|
<tr>
|
3816
4120
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3817
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4121
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3818
4122
|
</td>
|
3819
4123
|
</tr>
|
3820
4124
|
<tr>
|
3821
4125
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3822
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4126
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3823
4127
|
</td>
|
3824
4128
|
</tr>
|
3825
4129
|
<tr>
|
3826
4130
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3827
|
-
<td>the x position to draw the expander at
|
4131
|
+
<td>the x position to draw the expander at
|
4132
|
+
</td>
|
3828
4133
|
</tr>
|
3829
4134
|
<tr>
|
3830
4135
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3831
|
-
<td>the y position to draw the expander at
|
4136
|
+
<td>the y position to draw the expander at
|
4137
|
+
</td>
|
3832
4138
|
</tr>
|
3833
4139
|
<tr>
|
3834
4140
|
<td><p><span class="term"><em class="parameter"><code>expander_style</code></em> :</span></p></td>
|
3835
4141
|
<td>the style to draw the expander in; determines
|
3836
|
-
whether the expander is collapsed, expanded, or in an
|
3837
|
-
intermediate state
|
4142
|
+
whether the expander is collapsed, expanded, or in an
|
4143
|
+
intermediate state.
|
4144
|
+
</td>
|
3838
4145
|
</tr>
|
3839
4146
|
</tbody>
|
3840
4147
|
</table></div>
|
3841
4148
|
</div>
|
3842
4149
|
<hr>
|
3843
|
-
<div class="refsect2">
|
4150
|
+
<div class="refsect2" title="gtk_paint_layout ()">
|
3844
4151
|
<a name="gtk-paint-layout"></a><h3>gtk_paint_layout ()</h3>
|
3845
4152
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_layout (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3846
4153
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3870,47 +4177,51 @@ Draws a layout on <em class="parameter"><code>window</code></em> using the given
|
|
3870
4177
|
</tr>
|
3871
4178
|
<tr>
|
3872
4179
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3873
|
-
<td>a state
|
4180
|
+
<td>a state
|
4181
|
+
</td>
|
3874
4182
|
</tr>
|
3875
4183
|
<tr>
|
3876
4184
|
<td><p><span class="term"><em class="parameter"><code>use_text</code></em> :</span></p></td>
|
3877
4185
|
<td>whether to use the text or foreground
|
3878
|
-
graphics context of <em class="parameter"><code>style</code></em>
|
4186
|
+
graphics context of <em class="parameter"><code>style</code></em>
|
3879
4187
|
</td>
|
3880
4188
|
</tr>
|
3881
4189
|
<tr>
|
3882
4190
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3883
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3884
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4191
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4192
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3885
4193
|
</td>
|
3886
4194
|
</tr>
|
3887
4195
|
<tr>
|
3888
4196
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3889
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4197
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3890
4198
|
</td>
|
3891
4199
|
</tr>
|
3892
4200
|
<tr>
|
3893
4201
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3894
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4202
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3895
4203
|
</td>
|
3896
4204
|
</tr>
|
3897
4205
|
<tr>
|
3898
4206
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3899
|
-
<td>x origin
|
4207
|
+
<td>x origin
|
4208
|
+
</td>
|
3900
4209
|
</tr>
|
3901
4210
|
<tr>
|
3902
4211
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3903
|
-
<td>y origin
|
4212
|
+
<td>y origin
|
4213
|
+
</td>
|
3904
4214
|
</tr>
|
3905
4215
|
<tr>
|
3906
4216
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
3907
|
-
<td>the layout to draw
|
4217
|
+
<td>the layout to draw
|
4218
|
+
</td>
|
3908
4219
|
</tr>
|
3909
4220
|
</tbody>
|
3910
4221
|
</table></div>
|
3911
4222
|
</div>
|
3912
4223
|
<hr>
|
3913
|
-
<div class="refsect2">
|
4224
|
+
<div class="refsect2" title="gtk_paint_resize_grip ()">
|
3914
4225
|
<a name="gtk-paint-resize-grip"></a><h3>gtk_paint_resize_grip ()</h3>
|
3915
4226
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_paint_resize_grip (<em class="parameter"><code><a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style</code></em>,
|
3916
4227
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a> *window</code></em>,
|
@@ -3942,49 +4253,55 @@ parameters.
|
|
3942
4253
|
</tr>
|
3943
4254
|
<tr>
|
3944
4255
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3945
|
-
<td>a state
|
4256
|
+
<td>a state
|
4257
|
+
</td>
|
3946
4258
|
</tr>
|
3947
4259
|
<tr>
|
3948
4260
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3949
|
-
<td>clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
3950
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4261
|
+
<td> clip rectangle, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4262
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3951
4263
|
</td>
|
3952
4264
|
</tr>
|
3953
4265
|
<tr>
|
3954
4266
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3955
|
-
<td>the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4267
|
+
<td> the widget. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3956
4268
|
</td>
|
3957
4269
|
</tr>
|
3958
4270
|
<tr>
|
3959
4271
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3960
|
-
<td>a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4272
|
+
<td> a style detail. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3961
4273
|
</td>
|
3962
4274
|
</tr>
|
3963
4275
|
<tr>
|
3964
4276
|
<td><p><span class="term"><em class="parameter"><code>edge</code></em> :</span></p></td>
|
3965
|
-
<td>the edge in which to draw the resize grip
|
4277
|
+
<td>the edge in which to draw the resize grip
|
4278
|
+
</td>
|
3966
4279
|
</tr>
|
3967
4280
|
<tr>
|
3968
4281
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3969
|
-
<td>the x origin of the rectangle in which to draw the resize grip
|
4282
|
+
<td>the x origin of the rectangle in which to draw the resize grip
|
4283
|
+
</td>
|
3970
4284
|
</tr>
|
3971
4285
|
<tr>
|
3972
4286
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3973
|
-
<td>the y origin of the rectangle in which to draw the resize grip
|
4287
|
+
<td>the y origin of the rectangle in which to draw the resize grip
|
4288
|
+
</td>
|
3974
4289
|
</tr>
|
3975
4290
|
<tr>
|
3976
4291
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3977
|
-
<td>the width of the rectangle in which to draw the resize grip
|
4292
|
+
<td>the width of the rectangle in which to draw the resize grip
|
4293
|
+
</td>
|
3978
4294
|
</tr>
|
3979
4295
|
<tr>
|
3980
4296
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3981
|
-
<td>the height of the rectangle in which to draw the resize grip
|
4297
|
+
<td>the height of the rectangle in which to draw the resize grip
|
4298
|
+
</td>
|
3982
4299
|
</tr>
|
3983
4300
|
</tbody>
|
3984
4301
|
</table></div>
|
3985
4302
|
</div>
|
3986
4303
|
<hr>
|
3987
|
-
<div class="refsect2">
|
4304
|
+
<div class="refsect2" title="gtk_draw_insertion_cursor ()">
|
3988
4305
|
<a name="gtk-draw-insertion-cursor"></a><h3>gtk_draw_insertion_cursor ()</h3>
|
3989
4306
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_draw_insertion_cursor (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
3990
4307
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Drawing-Primitives.html#GdkDrawable"><span class="type">GdkDrawable</span></a> *drawable</code></em>,
|
@@ -4012,99 +4329,137 @@ but merely a convenience function for drawing the standard cursor shape.
|
|
4012
4329
|
</tr>
|
4013
4330
|
<tr>
|
4014
4331
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4015
|
-
<td>rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4016
|
-
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4332
|
+
<td> rectangle to which the output is clipped, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the
|
4333
|
+
output should not be clipped. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
4017
4334
|
</td>
|
4018
4335
|
</tr>
|
4019
4336
|
<tr>
|
4020
4337
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
4021
|
-
<td>location where to draw the cursor (<em class="parameter"><code>location->width</code></em> is ignored)
|
4338
|
+
<td>location where to draw the cursor (<em class="parameter"><code>location->width</code></em> is ignored)
|
4339
|
+
</td>
|
4022
4340
|
</tr>
|
4023
4341
|
<tr>
|
4024
4342
|
<td><p><span class="term"><em class="parameter"><code>is_primary</code></em> :</span></p></td>
|
4025
|
-
<td>if the cursor should be the primary cursor color
|
4343
|
+
<td>if the cursor should be the primary cursor color.
|
4344
|
+
</td>
|
4026
4345
|
</tr>
|
4027
4346
|
<tr>
|
4028
4347
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
4029
4348
|
<td>whether the cursor is left-to-right or
|
4030
|
-
right-to-left. Should never be <span class="type">GTK_TEXT_DIR_NONE</span>
|
4349
|
+
right-to-left. Should never be <span class="type">GTK_TEXT_DIR_NONE</span>
|
4031
4350
|
</td>
|
4032
4351
|
</tr>
|
4033
4352
|
<tr>
|
4034
4353
|
<td><p><span class="term"><em class="parameter"><code>draw_arrow</code></em> :</span></p></td>
|
4035
4354
|
<td>
|
4036
4355
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to draw a directional arrow on the
|
4037
|
-
cursor. Should be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> unless the cursor is split
|
4356
|
+
cursor. Should be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> unless the cursor is split.
|
4357
|
+
</td>
|
4038
4358
|
</tr>
|
4039
4359
|
</tbody>
|
4040
4360
|
</table></div>
|
4041
4361
|
<p class="since">Since 2.4</p>
|
4042
4362
|
</div>
|
4043
4363
|
<hr>
|
4044
|
-
<div class="refsect2">
|
4045
|
-
<a name="GtkBorder
|
4046
|
-
<pre class="programlisting">struct
|
4364
|
+
<div class="refsect2" title="GtkBorder">
|
4365
|
+
<a name="GtkBorder"></a><h3>GtkBorder</h3>
|
4366
|
+
<pre class="programlisting">typedef struct {
|
4367
|
+
gint left;
|
4368
|
+
gint right;
|
4369
|
+
gint top;
|
4370
|
+
gint bottom;
|
4371
|
+
} GtkBorder;
|
4372
|
+
</pre>
|
4047
4373
|
<p>
|
4048
4374
|
A struct that specifies a border around a rectangular area that can
|
4049
4375
|
be of different width on each side.
|
4050
4376
|
</p>
|
4377
|
+
<div class="variablelist"><table border="0">
|
4378
|
+
<col align="left" valign="top">
|
4379
|
+
<tbody>
|
4380
|
+
<tr>
|
4381
|
+
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkBorder.left"></a>left</code></em>;</span></p></td>
|
4382
|
+
<td>The width of the left border.
|
4383
|
+
</td>
|
4384
|
+
</tr>
|
4385
|
+
<tr>
|
4386
|
+
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkBorder.right"></a>right</code></em>;</span></p></td>
|
4387
|
+
<td>The width of the right border.
|
4388
|
+
</td>
|
4389
|
+
</tr>
|
4390
|
+
<tr>
|
4391
|
+
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkBorder.top"></a>top</code></em>;</span></p></td>
|
4392
|
+
<td>The width of the top border.
|
4393
|
+
</td>
|
4394
|
+
</tr>
|
4395
|
+
<tr>
|
4396
|
+
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> <em class="structfield"><code><a name="GtkBorder.bottom"></a>bottom</code></em>;</span></p></td>
|
4397
|
+
<td>The width of the bottom border.
|
4398
|
+
</td>
|
4399
|
+
</tr>
|
4400
|
+
</tbody>
|
4401
|
+
</table></div>
|
4051
4402
|
</div>
|
4052
4403
|
<hr>
|
4053
|
-
<div class="refsect2">
|
4404
|
+
<div class="refsect2" title="gtk_border_new ()">
|
4054
4405
|
<a name="gtk-border-new"></a><h3>gtk_border_new ()</h3>
|
4055
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> * gtk_border_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4406
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a> * gtk_border_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
4056
4407
|
<p>
|
4057
|
-
Allocates a new <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure and initializes its elements to zero.
|
4408
|
+
Allocates a new <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> structure and initializes its elements to zero.
|
4058
4409
|
</p>
|
4059
4410
|
<div class="variablelist"><table border="0">
|
4060
4411
|
<col align="left" valign="top">
|
4061
4412
|
<tbody><tr>
|
4062
4413
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4063
|
-
<td>a new empty <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>. The newly allocated <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> should be
|
4064
|
-
freed with <a class="link" href="GtkStyle.html#gtk-border-free" title="gtk_border_free ()"><code class="function">gtk_border_free()</code></a>
|
4414
|
+
<td> a new empty <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>. The newly allocated <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> should be
|
4415
|
+
freed with <a class="link" href="GtkStyle.html#gtk-border-free" title="gtk_border_free ()"><code class="function">gtk_border_free()</code></a>
|
4416
|
+
|
4065
4417
|
</td>
|
4066
4418
|
</tr></tbody>
|
4067
4419
|
</table></div>
|
4068
4420
|
<p class="since">Since 2.14</p>
|
4069
4421
|
</div>
|
4070
4422
|
<hr>
|
4071
|
-
<div class="refsect2">
|
4423
|
+
<div class="refsect2" title="gtk_border_copy ()">
|
4072
4424
|
<a name="gtk-border-copy"></a><h3>gtk_border_copy ()</h3>
|
4073
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder"><span class="returnvalue">GtkBorder</span></a> * gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
4425
|
+
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="returnvalue">GtkBorder</span></a> * gtk_border_copy (<em class="parameter"><code>const <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
4074
4426
|
<p>
|
4075
|
-
Copies a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4427
|
+
Copies a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4076
4428
|
</p>
|
4077
4429
|
<div class="variablelist"><table border="0">
|
4078
4430
|
<col align="left" valign="top">
|
4079
4431
|
<tbody>
|
4080
4432
|
<tr>
|
4081
4433
|
<td><p><span class="term"><em class="parameter"><code>border_</code></em> :</span></p></td>
|
4082
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a
|
4434
|
+
<td>a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>.
|
4435
|
+
</td>
|
4083
4436
|
</tr>
|
4084
4437
|
<tr>
|
4085
4438
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4086
|
-
<td>a copy of <em class="parameter"><code>border_</code></em
|
4439
|
+
<td>a copy of <em class="parameter"><code>border_</code></em>.
|
4440
|
+
</td>
|
4087
4441
|
</tr>
|
4088
4442
|
</tbody>
|
4089
4443
|
</table></div>
|
4090
4444
|
</div>
|
4091
4445
|
<hr>
|
4092
|
-
<div class="refsect2">
|
4446
|
+
<div class="refsect2" title="gtk_border_free ()">
|
4093
4447
|
<a name="gtk-border-free"></a><h3>gtk_border_free ()</h3>
|
4094
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_border_free (<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
4448
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_border_free (<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> *border_</code></em>);</pre>
|
4095
4449
|
<p>
|
4096
|
-
Frees a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4450
|
+
Frees a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4097
4451
|
</p>
|
4098
4452
|
<div class="variablelist"><table border="0">
|
4099
4453
|
<col align="left" valign="top">
|
4100
4454
|
<tbody><tr>
|
4101
4455
|
<td><p><span class="term"><em class="parameter"><code>border_</code></em> :</span></p></td>
|
4102
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a
|
4456
|
+
<td>a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span class="type">GtkBorder</span></a>.
|
4457
|
+
</td>
|
4103
4458
|
</tr></tbody>
|
4104
4459
|
</table></div>
|
4105
4460
|
</div>
|
4106
4461
|
<hr>
|
4107
|
-
<div class="refsect2">
|
4462
|
+
<div class="refsect2" title="GtkRcProperty">
|
4108
4463
|
<a name="GtkRcProperty"></a><h3>GtkRcProperty</h3>
|
4109
4464
|
<pre class="programlisting">typedef struct {
|
4110
4465
|
/* quark-ified property identifier like "GtkScrollbar::spacing" */
|
@@ -4120,21 +4475,46 @@ Frees a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBor
|
|
4120
4475
|
</p>
|
4121
4476
|
</div>
|
4122
4477
|
<hr>
|
4123
|
-
<div class="refsect2">
|
4478
|
+
<div class="refsect2" title="GtkRcPropertyParser ()">
|
4124
4479
|
<a name="GtkRcPropertyParser"></a><h3>GtkRcPropertyParser ()</h3>
|
4125
4480
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*GtkRcPropertyParser) (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/gobject/unstable/gobject-GParamSpec.html#GParamSpec"><span class="type">GParamSpec</span></a> *pspec</code></em>,
|
4126
4481
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *rc_string</code></em>,
|
4127
4482
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a> *property_value</code></em>);</pre>
|
4128
4483
|
<p>
|
4129
4484
|
</p>
|
4485
|
+
<div class="variablelist"><table border="0">
|
4486
|
+
<col align="left" valign="top">
|
4487
|
+
<tbody>
|
4488
|
+
<tr>
|
4489
|
+
<td><p><span class="term"><em class="parameter"><code>pspec</code></em> :</span></p></td>
|
4490
|
+
<td>
|
4491
|
+
</td>
|
4492
|
+
</tr>
|
4493
|
+
<tr>
|
4494
|
+
<td><p><span class="term"><em class="parameter"><code>rc_string</code></em> :</span></p></td>
|
4495
|
+
<td>
|
4496
|
+
</td>
|
4497
|
+
</tr>
|
4498
|
+
<tr>
|
4499
|
+
<td><p><span class="term"><em class="parameter"><code>property_value</code></em> :</span></p></td>
|
4500
|
+
<td>
|
4501
|
+
</td>
|
4502
|
+
</tr>
|
4503
|
+
<tr>
|
4504
|
+
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4505
|
+
<td>
|
4506
|
+
</td>
|
4507
|
+
</tr>
|
4508
|
+
</tbody>
|
4509
|
+
</table></div>
|
4130
4510
|
</div>
|
4131
4511
|
</div>
|
4132
|
-
<div class="refsect1">
|
4512
|
+
<div class="refsect1" title="Signal Details">
|
4133
4513
|
<a name="GtkStyle.signal-details"></a><h2>Signal Details</h2>
|
4134
|
-
<div class="refsect2">
|
4514
|
+
<div class="refsect2" title='The "realize" signal'>
|
4135
4515
|
<a name="GtkStyle-realize"></a><h3>The <code class="literal">"realize"</code> signal</h3>
|
4136
4516
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style,
|
4137
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
4517
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
4138
4518
|
<p>
|
4139
4519
|
Emitted when the style has been initialized for a particular
|
4140
4520
|
colormap and depth. Connecting to this signal is probably seldom
|
@@ -4146,7 +4526,8 @@ deal with styles that have been already realized.
|
|
4146
4526
|
<tbody>
|
4147
4527
|
<tr>
|
4148
4528
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
4149
|
-
<td>the object which received the signal
|
4529
|
+
<td>the object which received the signal
|
4530
|
+
</td>
|
4150
4531
|
</tr>
|
4151
4532
|
<tr>
|
4152
4533
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4157,10 +4538,10 @@ deal with styles that have been already realized.
|
|
4157
4538
|
<p class="since">Since 2.4</p>
|
4158
4539
|
</div>
|
4159
4540
|
<hr>
|
4160
|
-
<div class="refsect2">
|
4541
|
+
<div class="refsect2" title='The "unrealize" signal'>
|
4161
4542
|
<a name="GtkStyle-unrealize"></a><h3>The <code class="literal">"unrealize"</code> signal</h3>
|
4162
4543
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> *style,
|
4163
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
4544
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
4164
4545
|
<p>
|
4165
4546
|
Emitted when the aspects of the style specific to a particular colormap
|
4166
4547
|
and depth are being cleaned up. A connection to this signal can be useful
|
@@ -4172,7 +4553,8 @@ This signal provides a convenient place to free such cached objects.
|
|
4172
4553
|
<tbody>
|
4173
4554
|
<tr>
|
4174
4555
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
4175
|
-
<td>the object which received the signal
|
4556
|
+
<td>the object which received the signal
|
4557
|
+
</td>
|
4176
4558
|
</tr>
|
4177
4559
|
<tr>
|
4178
4560
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4186,6 +4568,6 @@ This signal provides a convenient place to free such cached objects.
|
|
4186
4568
|
</div>
|
4187
4569
|
<div class="footer">
|
4188
4570
|
<hr>
|
4189
|
-
Generated by GTK-Doc V1.
|
4571
|
+
Generated by GTK-Doc V1.15</div>
|
4190
4572
|
</body>
|
4191
4573
|
</html>
|