gtk2 0.90.8-x86-mingw32 → 0.90.9-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 +22 -0
- data/ext/gtk2/rbgtkwindow.c +3 -1
- data/lib/1.8/gtk2.so +0 -0
- data/lib/1.9/gtk2.so +0 -0
- data/sample/gtk-demo/cairo-operator.rb +1 -1
- data/sample/misc/bindings.rb +1 -1
- data/sample/misc/cairo-pong.rb +1 -1
- data/vendor/local/bin/gtk-builder-convert +29 -2
- 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 +2 -5
- data/vendor/local/include/gtk-2.0/gdk/gdkcairo.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdisplay.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdnd.h +7 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkdrawable.h +7 -4
- data/vendor/local/include/gtk-2.0/gdk/gdkfont.h +1 -1
- data/vendor/local/include/gtk-2.0/gdk/gdkinput.h +1 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkpixmap.h +4 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkproperty.h +13 -9
- data/vendor/local/include/gtk-2.0/gdk/gdkspawn.h +2 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwin32.h +5 -0
- data/vendor/local/include/gtk-2.0/gdk/gdkwindow.h +16 -6
- data/vendor/local/include/gtk-2.0/gtk/gtk.h +1 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkaboutdialog.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkcombobox.h +14 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxentry.h +3 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkcomboboxtext.h +77 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkhruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtklinkbutton.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkmain.h +2 -2
- data/vendor/local/include/gtk-2.0/gtk/gtknotebook.h +5 -3
- data/vendor/local/include/gtk-2.0/gtk/gtkrange.h +6 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtktypeutils.h +2 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-2.0/gtk/gtkvruler.h +4 -0
- data/vendor/local/include/gtk-2.0/gtk/gtkwidget.h +5 -1
- data/vendor/local/include/gtk-2.0/gtk/gtkwindow.h +2 -1
- 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.22.1-1_win32.mft → gtk+-dev_2.24.0-1_win32.mft} +9 -6
- data/vendor/local/manifest/{gtk+_2.22.1-1_win32.mft → gtk+_2.24.0-1_win32.mft} +2 -6
- data/vendor/local/share/doc/{gtk+-2.22.1 → gtk+-2.24.0}/COPYING +0 -0
- data/vendor/local/share/doc/{gtk+-dev-2.22.1 → gtk+-dev-2.24.0}/COPYING +0 -0
- data/vendor/local/share/gtk-2.0/demo/appwindow.c +0 -21
- 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 +60 -94
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +44 -58
- 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 +2 -1
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplay.html +151 -208
- data/vendor/local/share/gtk-doc/html/gdk/GdkDisplayManager.html +33 -37
- data/vendor/local/share/gtk-doc/html/gdk/GdkScreen.html +180 -239
- 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 +135 -5
- data/vendor/local/share/gtk-doc/html/gdk/api-index-full.html +83 -47
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Application-launching.html +20 -23
- 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 +81 -39
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Colormaps-and-Colors.html +135 -199
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Cursors.html +71 -90
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drag-and-Drop.html +161 -200
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Drawing-Primitives.html +293 -409
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Event-Structures.html +320 -435
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Events.html +109 -141
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Fonts.html +155 -234
- data/vendor/local/share/gtk-doc/html/gdk/gdk-GdkRGB.html +143 -217
- data/vendor/local/share/gtk-doc/html/gdk/gdk-General.html +103 -124
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Graphics-Contexts.html +168 -250
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Images.html +90 -131
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input-Devices.html +143 -191
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Input.html +35 -53
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Keyboard-Handling.html +162 -195
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pango-Interaction.html +85 -112
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Pixbufs.html +79 -137
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Points-Rectangles-and-Regions.html +144 -176
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Properties-and-Atoms.html +188 -235
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Selections.html +97 -134
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Testing.html +22 -35
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Threads.html +44 -70
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Visuals.html +83 -108
- data/vendor/local/share/gtk-doc/html/gdk/gdk-Windows.html +653 -744
- data/vendor/local/share/gtk-doc/html/gdk/gdk-X-Window-System-Interaction.html +476 -490
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp +53 -44
- data/vendor/local/share/gtk-doc/html/gdk/gdk.devhelp2 +85 -76
- data/vendor/local/share/gtk-doc/html/gdk/index.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk/index.sgml +10 -1
- 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 +2 -1
- 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 +193 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccelLabel.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAccessible.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkAction.html +169 -236
- data/vendor/local/share/gtk-doc/html/gtk/GtkActionGroup.html +175 -258
- data/vendor/local/share/gtk-doc/html/gtk/GtkActivatable.html +46 -50
- data/vendor/local/share/gtk-doc/html/gtk/GtkAdjustment.html +78 -114
- data/vendor/local/share/gtk-doc/html/gtk/GtkAlignment.html +52 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkArrow.html +30 -36
- data/vendor/local/share/gtk-doc/html/gtk/GtkAspectFrame.html +36 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkAssistant.html +97 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkBin.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkBox.html +95 -120
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuildable.html +86 -117
- data/vendor/local/share/gtk-doc/html/gtk/GtkBuilder.html +96 -137
- data/vendor/local/share/gtk-doc/html/gtk/GtkButton.html +152 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkButtonBox.html +59 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCList.html +615 -895
- data/vendor/local/share/gtk-doc/html/gtk/GtkCTree.html +520 -1791
- data/vendor/local/share/gtk-doc/html/gtk/GtkCalendar.html +125 -163
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellEditable.html +33 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellLayout.html +60 -87
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRenderer.html +106 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererAccel.html +35 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererCombo.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererPixbuf.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererProgress.html +23 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererSpinner.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererText.html +69 -74
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellRendererToggle.html +45 -54
- data/vendor/local/share/gtk-doc/html/gtk/GtkCellView.html +57 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkCheckButton.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorButton.html +53 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelection.html +104 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkColorSelectionDialog.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk/GtkCombo.html +63 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBox.html +344 -186
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxEntry.html +57 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkComboBoxText.html +301 -0
- data/vendor/local/share/gtk-doc/html/gtk/GtkContainer.html +311 -260
- data/vendor/local/share/gtk-doc/html/gtk/GtkCurve.html +61 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkDialog.html +97 -121
- data/vendor/local/share/gtk-doc/html/gtk/GtkDrawingArea.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk/GtkEditable.html +68 -88
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntry.html +360 -470
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryBuffer.html +71 -104
- data/vendor/local/share/gtk-doc/html/gtk/GtkEntryCompletion.html +130 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkEventBox.html +33 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkExpander.html +76 -96
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooser.html +331 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserButton.html +64 -89
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserDialog.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileChooserWidget.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk/GtkFileSelection.html +102 -146
- data/vendor/local/share/gtk-doc/html/gtk/GtkFixed.html +38 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontButton.html +60 -86
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelection.html +66 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkFontSelectionDialog.html +52 -61
- data/vendor/local/share/gtk-doc/html/gtk/GtkFrame.html +51 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkGammaCurve.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkHBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHButtonBox.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkHPaned.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkHRuler.html +30 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSV.html +65 -101
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScale.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkHScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkHSeparator.html +19 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkHandleBox.html +55 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContext.html +140 -182
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMContextSimple.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIMMulticontext.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconTheme.html +184 -248
- data/vendor/local/share/gtk-doc/html/gtk/GtkIconView.html +321 -447
- data/vendor/local/share/gtk-doc/html/gtk/GtkImage.html +174 -195
- data/vendor/local/share/gtk-doc/html/gtk/GtkImageMenuItem.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkInfoBar.html +67 -80
- data/vendor/local/share/gtk-doc/html/gtk/GtkInputDialog.html +32 -37
- data/vendor/local/share/gtk-doc/html/gtk/GtkInvisible.html +33 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkItem.html +36 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkItemFactory.html +179 -272
- data/vendor/local/share/gtk-doc/html/gtk/GtkLabel.html +197 -249
- data/vendor/local/share/gtk-doc/html/gtk/GtkLayout.html +68 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkLinkButton.html +51 -60
- data/vendor/local/share/gtk-doc/html/gtk/GtkList.html +130 -180
- data/vendor/local/share/gtk-doc/html/gtk/GtkListItem.html +80 -130
- data/vendor/local/share/gtk-doc/html/gtk/GtkListStore.html +138 -168
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenu.html +177 -221
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuBar.html +41 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuItem.html +112 -145
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuShell.html +86 -118
- data/vendor/local/share/gtk-doc/html/gtk/GtkMenuToolButton.html +73 -49
- data/vendor/local/share/gtk-doc/html/gtk/GtkMessageDialog.html +81 -81
- data/vendor/local/share/gtk-doc/html/gtk/GtkMisc.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk/GtkNotebook.html +396 -452
- data/vendor/local/share/gtk-doc/html/gtk/GtkObject.html +148 -206
- data/vendor/local/share/gtk-doc/html/gtk/GtkOffscreenWindow.html +21 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkOldEditable.html +80 -165
- data/vendor/local/share/gtk-doc/html/gtk/GtkOptionMenu.html +56 -66
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetup.html +115 -160
- data/vendor/local/share/gtk-doc/html/gtk/GtkPageSetupUnixDialog.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkPaned.html +94 -134
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkPaperSize.html → GtkPaperSize.html} +204 -252
- data/vendor/local/share/gtk-doc/html/gtk/GtkPixmap.html +34 -44
- data/vendor/local/share/gtk-doc/html/gtk/GtkPlug.html +51 -67
- data/vendor/local/share/gtk-doc/html/gtk/GtkPreview.html +109 -136
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintContext.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintJob.html +53 -68
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintSettings.html +265 -403
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrintUnixDialog.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkPrinter.html +100 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgress.html +80 -111
- data/vendor/local/share/gtk-doc/html/gtk/GtkProgressBar.html +91 -108
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioAction.html +42 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioButton.html +86 -79
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioMenuItem.html +63 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkRadioToolButton.html +33 -42
- data/vendor/local/share/gtk-doc/html/gtk/GtkRange.html +218 -185
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentAction.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooser.html +135 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserDialog.html +27 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserMenu.html +25 -30
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentChooserWidget.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentFilter.html +63 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkRecentManager.html +202 -269
- data/vendor/local/share/gtk-doc/html/gtk/GtkRuler.html +83 -58
- data/vendor/local/share/gtk-doc/html/gtk/GtkScale.html +61 -72
- data/vendor/local/share/gtk-doc/html/gtk/GtkScaleButton.html +64 -83
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrollbar.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk/GtkScrolledWindow.html +93 -143
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparator.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorMenuItem.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkSeparatorToolItem.html +24 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkSettings.html +129 -259
- data/vendor/local/share/gtk-doc/html/gtk/GtkSizeGroup.html +38 -45
- data/vendor/local/share/gtk-doc/html/gtk/GtkSocket.html +44 -53
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinButton.html +132 -177
- data/vendor/local/share/gtk-doc/html/gtk/GtkSpinner.html +24 -25
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusIcon.html +190 -254
- data/vendor/local/share/gtk-doc/html/gtk/GtkStatusbar.html +60 -75
- data/vendor/local/share/gtk-doc/html/gtk/GtkStyle.html +546 -928
- data/vendor/local/share/gtk-doc/html/gtk/GtkTable.html +94 -135
- data/vendor/local/share/gtk-doc/html/gtk/GtkTearoffMenuItem.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk/GtkText.html +97 -140
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextBuffer.html +494 -656
- data/vendor/local/share/gtk-doc/html/gtk/{gtk-GtkTextIter.html → GtkTextIter.html} +664 -806
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextMark.html +41 -46
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTag.html +164 -194
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextTagTable.html +84 -76
- data/vendor/local/share/gtk-doc/html/gtk/GtkTextView.html +340 -425
- data/vendor/local/share/gtk-doc/html/gtk/GtkTipsQuery.html +74 -94
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleAction.html +43 -57
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleButton.html +59 -71
- data/vendor/local/share/gtk-doc/html/gtk/GtkToggleToolButton.html +32 -38
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolButton.html +74 -85
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItem.html +133 -166
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolItemGroup.html +84 -103
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolPalette.html +116 -139
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolShell.html +42 -59
- data/vendor/local/share/gtk-doc/html/gtk/GtkToolbar.html +249 -360
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltip.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk/GtkTooltips.html +60 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTree.html +105 -152
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeItem.html +46 -134
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModel.html +428 -557
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelFilter.html +95 -126
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeModelSort.html +63 -70
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSelection.html +123 -171
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeSortable.html +53 -62
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeStore.html +170 -199
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeView.html +565 -863
- data/vendor/local/share/gtk-doc/html/gtk/GtkTreeViewColumn.html +203 -282
- data/vendor/local/share/gtk-doc/html/gtk/GtkUIManager.html +125 -189
- data/vendor/local/share/gtk-doc/html/gtk/GtkVBox.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/GtkVButtonBox.html +27 -34
- data/vendor/local/share/gtk-doc/html/gtk/GtkVPaned.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk/GtkVRuler.html +31 -24
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScale.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk/GtkVScrollbar.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkVSeparator.html +17 -18
- data/vendor/local/share/gtk-doc/html/gtk/GtkViewport.html +58 -69
- data/vendor/local/share/gtk-doc/html/gtk/GtkVolumeButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk/GtkWidget.html +1278 -1579
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindow.html +380 -532
- data/vendor/local/share/gtk-doc/html/gtk/GtkWindowGroup.html +21 -39
- data/vendor/local/share/gtk-doc/html/gtk/LayoutContainers.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk/MenusAndCombos.html +6 -3
- 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 +17 -11
- 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-24.html +117 -0
- 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 +236 -45
- data/vendor/local/share/gtk-doc/html/gtk/api-index-full.html +469 -385
- data/vendor/local/share/gtk-doc/html/gtk/ch01.html +15 -4
- 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 +69 -124
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Bindings.html +149 -211
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Clipboards.html +189 -293
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Drag-and-Drop.html +175 -246
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Feature-Test-Macros.html +35 -41
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Filesystem-utilities.html +41 -47
- data/vendor/local/share/gtk-doc/html/gtk/gtk-General.html +270 -318
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Graphics-Contexts.html +16 -22
- data/vendor/local/share/gtk-doc/html/gtk/gtk-GtkTreeView-drag-and-drop.html +75 -82
- data/vendor/local/share/gtk-doc/html/gtk/gtk-High-level-Printing-API.html +221 -289
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Keyboard-Accelerators.html +142 -232
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Orientable.html +17 -20
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Resource-Files.html +150 -190
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Selections.html +328 -408
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Signals.html +190 -306
- 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 +152 -158
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Testing.html +85 -136
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Themeable-Stock-Images.html +204 -239
- data/vendor/local/share/gtk-doc/html/gtk/gtk-Types.html +271 -343
- data/vendor/local/share/gtk-doc/html/gtk/gtk-builder-convert.html +18 -11
- 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 +63 -75
- data/vendor/local/share/gtk-doc/html/gtk/gtk-gtkfilefilter.html +58 -75
- 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 +5 -10
- 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 +39 -31
- 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 +445 -412
- data/vendor/local/share/gtk-doc/html/gtk/gtk.devhelp2 +488 -455
- 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 +8 -5
- 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 +10 -6
- data/vendor/local/share/gtk-doc/html/gtk/index.sgml +194 -142
- 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 +2 -1
- 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/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.24.0-1_win32.log +4934 -0
- data/vendor/local/src/tml/packaging/{gtk+_2.22.1-1_win32.sh → gtk+_2.24.0-1_win32.sh} +2 -2
- metadata +26 -33
- data/ext/gtk2/Makefile +0 -169
- data/ext/gtk2/rbgdkkeysyms.h +0 -2174
- data/ext/gtk2/rbgtkinits.c +0 -473
- data/ext/gtk2/ruby-gtk2.pc +0 -3
- 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/src/tml/packaging/gtk+_2.22.1-1_win32.log +0 -5048
@@ -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.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -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">
|
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">
|
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
|
+
struct <a class="link" href="GtkStatusbar.html#GtkStatusbar-struct" title="struct 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 @@
|
|
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">
|
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 @@
|
|
83
83
|
+----GtkStatusbar
|
84
84
|
</pre>
|
85
85
|
</div>
|
86
|
-
<div class="refsect1"
|
86
|
+
<div class="refsect1">
|
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">
|
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">
|
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">
|
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>" : Run Last
|
108
|
-
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-pushed" title='The "text-pushed" signal'>text-pushed</a>" : Run Last
|
107
|
+
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-popped" title='The "text-popped" signal'>text-popped</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
108
|
+
"<a class="link" href="GtkStatusbar.html#GtkStatusbar-text-pushed" title='The "text-pushed" signal'>text-pushed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
109
109
|
</pre>
|
110
110
|
</div>
|
111
|
-
<div class="refsect1"
|
111
|
+
<div class="refsect1">
|
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">
|
152
152
|
<a name="GtkStatusbar.details"></a><h2>Details</h2>
|
153
|
-
<div class="refsect2"
|
154
|
-
<a name="GtkStatusbar-struct"></a><h3>GtkStatusbar</h3>
|
155
|
-
<pre class="programlisting">
|
153
|
+
<div class="refsect2">
|
154
|
+
<a name="GtkStatusbar-struct"></a><h3>struct GtkStatusbar</h3>
|
155
|
+
<pre class="programlisting">struct 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">
|
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>
|
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">
|
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,20 +194,18 @@ 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
|
-
|
199
|
-
</td>
|
197
|
+
<td>textual description of what context
|
198
|
+
the new message is being used in</td>
|
200
199
|
</tr>
|
201
200
|
<tr>
|
202
201
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
203
|
-
<td>
|
204
|
-
</td>
|
202
|
+
<td>an integer id</td>
|
205
203
|
</tr>
|
206
204
|
</tbody>
|
207
205
|
</table></div>
|
208
206
|
</div>
|
209
207
|
<hr>
|
210
|
-
<div class="refsect2"
|
208
|
+
<div class="refsect2">
|
211
209
|
<a name="gtk-statusbar-push"></a><h3>gtk_statusbar_push ()</h3>
|
212
210
|
<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>,
|
213
211
|
<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>,
|
@@ -226,25 +224,23 @@ Pushes a new message onto a statusbar's stack.
|
|
226
224
|
<tr>
|
227
225
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
228
226
|
<td>the message's context id, as returned by
|
229
|
-
|
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>
|
230
228
|
</td>
|
231
229
|
</tr>
|
232
230
|
<tr>
|
233
231
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
234
|
-
<td>the message to add to the statusbar
|
235
|
-
</td>
|
232
|
+
<td>the message to add to the statusbar</td>
|
236
233
|
</tr>
|
237
234
|
<tr>
|
238
235
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
239
|
-
<td>
|
240
|
-
|
241
|
-
</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>.</td>
|
242
238
|
</tr>
|
243
239
|
</tbody>
|
244
240
|
</table></div>
|
245
241
|
</div>
|
246
242
|
<hr>
|
247
|
-
<div class="refsect2"
|
243
|
+
<div class="refsect2">
|
248
244
|
<a name="gtk-statusbar-pop"></a><h3>gtk_statusbar_pop ()</h3>
|
249
245
|
<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>,
|
250
246
|
<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>
|
@@ -267,14 +263,13 @@ context id.
|
|
267
263
|
</tr>
|
268
264
|
<tr>
|
269
265
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
270
|
-
<td>a context identifier
|
271
|
-
</td>
|
266
|
+
<td>a context identifier</td>
|
272
267
|
</tr>
|
273
268
|
</tbody>
|
274
269
|
</table></div>
|
275
270
|
</div>
|
276
271
|
<hr>
|
277
|
-
<div class="refsect2"
|
272
|
+
<div class="refsect2">
|
278
273
|
<a name="gtk-statusbar-remove"></a><h3>gtk_statusbar_remove ()</h3>
|
279
274
|
<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>,
|
280
275
|
<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>,
|
@@ -293,8 +288,7 @@ The exact <em class="parameter"><code>context_id</code></em> and <em class="para
|
|
293
288
|
</tr>
|
294
289
|
<tr>
|
295
290
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
296
|
-
<td>a context identifier
|
297
|
-
</td>
|
291
|
+
<td>a context identifier</td>
|
298
292
|
</tr>
|
299
293
|
<tr>
|
300
294
|
<td><p><span class="term"><em class="parameter"><code>message_id</code></em> :</span></p></td>
|
@@ -305,7 +299,7 @@ The exact <em class="parameter"><code>context_id</code></em> and <em class="para
|
|
305
299
|
</table></div>
|
306
300
|
</div>
|
307
301
|
<hr>
|
308
|
-
<div class="refsect2"
|
302
|
+
<div class="refsect2">
|
309
303
|
<a name="gtk-statusbar-remove-all"></a><h3>gtk_statusbar_remove_all ()</h3>
|
310
304
|
<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>,
|
311
305
|
<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>
|
@@ -323,15 +317,14 @@ stack with the exact <em class="parameter"><code>context_id</code></em>.
|
|
323
317
|
</tr>
|
324
318
|
<tr>
|
325
319
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
326
|
-
<td>a context identifier
|
327
|
-
</td>
|
320
|
+
<td>a context identifier</td>
|
328
321
|
</tr>
|
329
322
|
</tbody>
|
330
323
|
</table></div>
|
331
324
|
<p class="since">Since 2.22</p>
|
332
325
|
</div>
|
333
326
|
<hr>
|
334
|
-
<div class="refsect2"
|
327
|
+
<div class="refsect2">
|
335
328
|
<a name="gtk-statusbar-set-has-resize-grip"></a><h3>gtk_statusbar_set_has_resize_grip ()</h3>
|
336
329
|
<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>,
|
337
330
|
<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>
|
@@ -350,14 +343,13 @@ Sets whether the statusbar has a resize grip.
|
|
350
343
|
<tr>
|
351
344
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
352
345
|
<td>
|
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>
|
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</td>
|
355
347
|
</tr>
|
356
348
|
</tbody>
|
357
349
|
</table></div>
|
358
350
|
</div>
|
359
351
|
<hr>
|
360
|
-
<div class="refsect2"
|
352
|
+
<div class="refsect2">
|
361
353
|
<a name="gtk-statusbar-get-has-resize-grip"></a><h3>gtk_statusbar_get_has_resize_grip ()</h3>
|
362
354
|
<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>
|
363
355
|
<p>
|
@@ -373,16 +365,16 @@ Returns whether the statusbar has a resize grip.
|
|
373
365
|
</tr>
|
374
366
|
<tr>
|
375
367
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
376
|
-
<td>
|
377
|
-
</td>
|
368
|
+
<td>
|
369
|
+
<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.</td>
|
378
370
|
</tr>
|
379
371
|
</tbody>
|
380
372
|
</table></div>
|
381
373
|
</div>
|
382
374
|
<hr>
|
383
|
-
<div class="refsect2"
|
375
|
+
<div class="refsect2">
|
384
376
|
<a name="gtk-statusbar-get-message-area"></a><h3>gtk_statusbar_get_message_area ()</h3>
|
385
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
377
|
+
<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>
|
386
378
|
<p>
|
387
379
|
Retrieves the box containing the label widget.
|
388
380
|
</p>
|
@@ -396,8 +388,7 @@ Retrieves the box containing the label widget.
|
|
396
388
|
</tr>
|
397
389
|
<tr>
|
398
390
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
399
|
-
<td>
|
400
|
-
|
391
|
+
<td>a <a class="link" href="GtkBox.html" title="GtkBox"><span class="type">GtkBox</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
401
392
|
</td>
|
402
393
|
</tr>
|
403
394
|
</tbody>
|
@@ -405,9 +396,9 @@ Retrieves the box containing the label widget.
|
|
405
396
|
<p class="since">Since 2.20</p>
|
406
397
|
</div>
|
407
398
|
</div>
|
408
|
-
<div class="refsect1"
|
399
|
+
<div class="refsect1">
|
409
400
|
<a name="GtkStatusbar.property-details"></a><h2>Property Details</h2>
|
410
|
-
<div class="refsect2"
|
401
|
+
<div class="refsect2">
|
411
402
|
<a name="GtkStatusbar--has-resize-grip"></a><h3>The <code class="literal">"has-resize-grip"</code> property</h3>
|
412
403
|
<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>
|
413
404
|
<p>
|
@@ -417,23 +408,23 @@ Whether the statusbar has a grip for resizing the toplevel window.
|
|
417
408
|
<p class="since">Since 2.4</p>
|
418
409
|
</div>
|
419
410
|
</div>
|
420
|
-
<div class="refsect1"
|
411
|
+
<div class="refsect1">
|
421
412
|
<a name="GtkStatusbar.style-property-details"></a><h2>Style Property Details</h2>
|
422
|
-
<div class="refsect2"
|
413
|
+
<div class="refsect2">
|
423
414
|
<a name="GtkStatusbar--s-shadow-type"></a><h3>The <code class="literal">"shadow-type"</code> style property</h3>
|
424
415
|
<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>
|
425
416
|
<p>Style of bevel around the statusbar text.</p>
|
426
417
|
<p>Default value: GTK_SHADOW_IN</p>
|
427
418
|
</div>
|
428
419
|
</div>
|
429
|
-
<div class="refsect1"
|
420
|
+
<div class="refsect1">
|
430
421
|
<a name="GtkStatusbar.signal-details"></a><h2>Signal Details</h2>
|
431
|
-
<div class="refsect2"
|
422
|
+
<div class="refsect2">
|
432
423
|
<a name="GtkStatusbar-text-popped"></a><h3>The <code class="literal">"text-popped"</code> signal</h3>
|
433
424
|
<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,
|
434
425
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id,
|
435
426
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text,
|
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>
|
427
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
437
428
|
<p>
|
438
429
|
Is emitted whenever a new message is popped off a statusbar's stack.
|
439
430
|
</p>
|
@@ -442,18 +433,15 @@ Is emitted whenever a new message is popped off a statusbar's stack.
|
|
442
433
|
<tbody>
|
443
434
|
<tr>
|
444
435
|
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
|
445
|
-
<td>the object which received the signal
|
446
|
-
</td>
|
436
|
+
<td>the object which received the signal.</td>
|
447
437
|
</tr>
|
448
438
|
<tr>
|
449
439
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
450
|
-
<td>the context id of the relevant message/statusbar
|
451
|
-
</td>
|
440
|
+
<td>the context id of the relevant message/statusbar.</td>
|
452
441
|
</tr>
|
453
442
|
<tr>
|
454
443
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
455
|
-
<td>the message that was just popped
|
456
|
-
</td>
|
444
|
+
<td>the message that was just popped.</td>
|
457
445
|
</tr>
|
458
446
|
<tr>
|
459
447
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -463,12 +451,12 @@ Is emitted whenever a new message is popped off a statusbar's stack.
|
|
463
451
|
</table></div>
|
464
452
|
</div>
|
465
453
|
<hr>
|
466
|
-
<div class="refsect2"
|
454
|
+
<div class="refsect2">
|
467
455
|
<a name="GtkStatusbar-text-pushed"></a><h3>The <code class="literal">"text-pushed"</code> signal</h3>
|
468
456
|
<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,
|
469
457
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> context_id,
|
470
458
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *text,
|
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>
|
459
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
472
460
|
<p>
|
473
461
|
Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
474
462
|
</p>
|
@@ -477,18 +465,15 @@ Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
|
477
465
|
<tbody>
|
478
466
|
<tr>
|
479
467
|
<td><p><span class="term"><em class="parameter"><code>statusbar</code></em> :</span></p></td>
|
480
|
-
<td>the object which received the signal
|
481
|
-
</td>
|
468
|
+
<td>the object which received the signal.</td>
|
482
469
|
</tr>
|
483
470
|
<tr>
|
484
471
|
<td><p><span class="term"><em class="parameter"><code>context_id</code></em> :</span></p></td>
|
485
|
-
<td>the context id of the relevant message/statusbar
|
486
|
-
</td>
|
472
|
+
<td>the context id of the relevant message/statusbar.</td>
|
487
473
|
</tr>
|
488
474
|
<tr>
|
489
475
|
<td><p><span class="term"><em class="parameter"><code>text</code></em> :</span></p></td>
|
490
|
-
<td>the message that was pushed
|
491
|
-
</td>
|
476
|
+
<td>the message that was pushed.</td>
|
492
477
|
</tr>
|
493
478
|
<tr>
|
494
479
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -501,6 +486,6 @@ Is emitted whenever a new message gets pushed onto a statusbar's stack.
|
|
501
486
|
</div>
|
502
487
|
<div class="footer">
|
503
488
|
<hr>
|
504
|
-
Generated by GTK-Doc V1.
|
489
|
+
Generated by GTK-Doc V1.16.1</div>
|
505
490
|
</body>
|
506
491
|
</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.16.1 (XML mode)">
|
12
12
|
<link rel="stylesheet" href="style.css" type="text/css">
|
13
13
|
</head>
|
14
14
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
|
@@ -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">
|
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">
|
43
43
|
<a name="GtkStyle.synopsis"></a><h2>Synopsis</h2>
|
44
|
-
<pre class="synopsis">
|
44
|
+
<a name="GtkBorder"></a><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
|
+
struct <a class="link" href="GtkStyle.html#GtkStyle-struct" title="struct 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 @@
|
|
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"
|
79
|
+
<a class="link" href="gtk-Themeable-Stock-Images.html#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 @@
|
|
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"
|
522
|
-
<a class="link" href="GtkStyle.html#GtkBorder"
|
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"
|
520
|
+
struct <a class="link" href="GtkStyle.html#GtkBorder-struct" title="struct GtkBorder">GtkBorder</a>;
|
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>);
|
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,28 +528,32 @@
|
|
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">
|
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>
|
537
541
|
</div>
|
538
|
-
<div class="refsect1"
|
542
|
+
<div class="refsect1">
|
539
543
|
<a name="GtkStyle.signals"></a><h2>Signals</h2>
|
540
544
|
<pre class="synopsis">
|
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
|
545
|
+
"<a class="link" href="GtkStyle.html#GtkStyle-realize" title='The "realize" signal'>realize</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
546
|
+
"<a class="link" href="GtkStyle.html#GtkStyle-unrealize" title='The "unrealize" signal'>unrealize</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
543
547
|
</pre>
|
544
548
|
</div>
|
545
|
-
<div class="refsect1"
|
549
|
+
<div class="refsect1">
|
546
550
|
<a name="GtkStyle.description"></a><h2>Description</h2>
|
547
551
|
<p>
|
548
552
|
</p>
|
549
553
|
</div>
|
550
|
-
<div class="refsect1"
|
554
|
+
<div class="refsect1">
|
551
555
|
<a name="GtkStyle.details"></a><h2>Details</h2>
|
552
|
-
<div class="refsect2"
|
556
|
+
<div class="refsect2">
|
553
557
|
<a name="GTK-STYLE-ATTACHED:CAPS"></a><h3>GTK_STYLE_ATTACHED()</h3>
|
554
558
|
<pre class="programlisting">#define GTK_STYLE_ATTACHED(style) (GTK_STYLE (style)->attach_count > 0)
|
555
559
|
</pre>
|
@@ -560,15 +564,14 @@ Returns whether the style is attached to a window.
|
|
560
564
|
<col align="left" valign="top">
|
561
565
|
<tbody><tr>
|
562
566
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
563
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
564
|
-
</td>
|
567
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
565
568
|
</tr></tbody>
|
566
569
|
</table></div>
|
567
570
|
</div>
|
568
571
|
<hr>
|
569
|
-
<div class="refsect2"
|
570
|
-
<a name="GtkStyle-struct"></a><h3>GtkStyle</h3>
|
571
|
-
<pre class="programlisting">
|
572
|
+
<div class="refsect2">
|
573
|
+
<a name="GtkStyle-struct"></a><h3>struct GtkStyle</h3>
|
574
|
+
<pre class="programlisting">struct GtkStyle {
|
572
575
|
GdkColor fg[5];
|
573
576
|
GdkColor bg[5];
|
574
577
|
GdkColor light[5];
|
@@ -597,15 +600,15 @@ Returns whether the style is attached to a window.
|
|
597
600
|
GdkGC *white_gc;
|
598
601
|
|
599
602
|
GdkPixmap *bg_pixmap[5];
|
600
|
-
}
|
603
|
+
};
|
601
604
|
</pre>
|
602
605
|
<p>
|
603
606
|
</p>
|
604
607
|
</div>
|
605
608
|
<hr>
|
606
|
-
<div class="refsect2"
|
609
|
+
<div class="refsect2">
|
607
610
|
<a name="gtk-style-new"></a><h3>gtk_style_new ()</h3>
|
608
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
611
|
+
<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>
|
609
612
|
<p>
|
610
613
|
Creates a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.
|
611
614
|
</p>
|
@@ -613,15 +616,14 @@ Creates a new <a class="link" href="GtkStyle.html" title="Styles"><span class="t
|
|
613
616
|
<col align="left" valign="top">
|
614
617
|
<tbody><tr>
|
615
618
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
616
|
-
<td>a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
617
|
-
</td>
|
619
|
+
<td>a new <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
618
620
|
</tr></tbody>
|
619
621
|
</table></div>
|
620
622
|
</div>
|
621
623
|
<hr>
|
622
|
-
<div class="refsect2"
|
624
|
+
<div class="refsect2">
|
623
625
|
<a name="gtk-style-copy"></a><h3>gtk_style_copy ()</h3>
|
624
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
626
|
+
<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>
|
625
627
|
<p>
|
626
628
|
Creates a copy of the passed in <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a> object.
|
627
629
|
</p>
|
@@ -635,27 +637,27 @@ Creates a copy of the passed in <a class="link" href="GtkStyle.html" title="Styl
|
|
635
637
|
</tr>
|
636
638
|
<tr>
|
637
639
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
638
|
-
<td>
|
640
|
+
<td>a copy of <em class="parameter"><code>style</code></em>. <span class="annotation">[<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
|
639
641
|
</td>
|
640
642
|
</tr>
|
641
643
|
</tbody>
|
642
644
|
</table></div>
|
643
645
|
</div>
|
644
646
|
<hr>
|
645
|
-
<div class="refsect2"
|
647
|
+
<div class="refsect2">
|
646
648
|
<a name="gtk-style-attach"></a><h3>gtk_style_attach ()</h3>
|
647
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
649
|
+
<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>,
|
648
650
|
<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>
|
649
651
|
<p>
|
650
652
|
Attaches a style to a window; this process allocates the
|
651
653
|
colors and creates the GC's for the style - it specializes
|
652
|
-
it to a particular visual and colormap. The process may
|
653
|
-
involve the creation of a new style if the style has already
|
654
|
+
it to a particular visual and colormap. The process may
|
655
|
+
involve the creation of a new style if the style has already
|
654
656
|
been attached to a window with a different style and colormap.
|
655
657
|
</p>
|
656
658
|
<p>
|
657
|
-
Since this function may return a new object, you have to use it
|
658
|
-
in the following way:
|
659
|
+
Since this function may return a new object, you have to use it
|
660
|
+
in the following way:
|
659
661
|
<code class="literal">style = gtk_style_attach (style, window)</code>
|
660
662
|
</p>
|
661
663
|
<div class="variablelist"><table border="0">
|
@@ -663,27 +665,24 @@ in the following way:
|
|
663
665
|
<tbody>
|
664
666
|
<tr>
|
665
667
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
666
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
667
|
-
</td>
|
668
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
668
669
|
</tr>
|
669
670
|
<tr>
|
670
671
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
671
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a
|
672
|
-
</td>
|
672
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindow"><span class="type">GdkWindow</span></a>.</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>
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
</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.</td>
|
681
680
|
</tr>
|
682
681
|
</tbody>
|
683
682
|
</table></div>
|
684
683
|
</div>
|
685
684
|
<hr>
|
686
|
-
<div class="refsect2"
|
685
|
+
<div class="refsect2">
|
687
686
|
<a name="gtk-style-detach"></a><h3>gtk_style_detach ()</h3>
|
688
687
|
<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>
|
689
688
|
<p>
|
@@ -700,10 +699,10 @@ to any windows anymore, it is unrealized. See <a class="link" href="GtkStyle.htm
|
|
700
699
|
</table></div>
|
701
700
|
</div>
|
702
701
|
<hr>
|
703
|
-
<div class="refsect2"
|
702
|
+
<div class="refsect2">
|
704
703
|
<a name="gtk-style-ref"></a><h3>gtk_style_ref ()</h3>
|
705
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html" title="Styles"><span class="returnvalue">GtkStyle</span></a
|
706
|
-
<div class="warning"
|
704
|
+
<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>
|
705
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
707
706
|
<h3 class="title">Warning</h3>
|
708
707
|
<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>
|
709
708
|
</div>
|
@@ -715,23 +714,21 @@ Increase the reference count of <em class="parameter"><code>style</code></em>.
|
|
715
714
|
<tbody>
|
716
715
|
<tr>
|
717
716
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
718
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
719
|
-
</td>
|
717
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
720
718
|
</tr>
|
721
719
|
<tr>
|
722
720
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
723
721
|
<td>
|
724
|
-
<em class="parameter"><code>style</code></em
|
725
|
-
</td>
|
722
|
+
<em class="parameter"><code>style</code></em>.</td>
|
726
723
|
</tr>
|
727
724
|
</tbody>
|
728
725
|
</table></div>
|
729
726
|
</div>
|
730
727
|
<hr>
|
731
|
-
<div class="refsect2"
|
728
|
+
<div class="refsect2">
|
732
729
|
<a name="gtk-style-unref"></a><h3>gtk_style_unref ()</h3>
|
733
730
|
<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>
|
734
|
-
<div class="warning"
|
731
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
735
732
|
<h3 class="title">Warning</h3>
|
736
733
|
<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>
|
737
734
|
</div>
|
@@ -742,13 +739,12 @@ Decrease the reference count of <em class="parameter"><code>style</code></em>.
|
|
742
739
|
<col align="left" valign="top">
|
743
740
|
<tbody><tr>
|
744
741
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
745
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
746
|
-
</td>
|
742
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
747
743
|
</tr></tbody>
|
748
744
|
</table></div>
|
749
745
|
</div>
|
750
746
|
<hr>
|
751
|
-
<div class="refsect2"
|
747
|
+
<div class="refsect2">
|
752
748
|
<a name="gtk-style-set-background"></a><h3>gtk_style_set_background ()</h3>
|
753
749
|
<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>,
|
754
750
|
<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>,
|
@@ -772,14 +768,13 @@ specified by <em class="parameter"><code>style</code></em> for the given state.
|
|
772
768
|
</tr>
|
773
769
|
<tr>
|
774
770
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
775
|
-
<td>a state
|
776
|
-
</td>
|
771
|
+
<td>a state</td>
|
777
772
|
</tr>
|
778
773
|
</tbody>
|
779
774
|
</table></div>
|
780
775
|
</div>
|
781
776
|
<hr>
|
782
|
-
<div class="refsect2"
|
777
|
+
<div class="refsect2">
|
783
778
|
<a name="gtk-style-apply-default-background"></a><h3>gtk_style_apply_default_background ()</h3>
|
784
779
|
<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>,
|
785
780
|
<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>,
|
@@ -800,65 +795,20 @@ specified by <em class="parameter"><code>style</code></em> for the given state.
|
|
800
795
|
</table></div>
|
801
796
|
</div>
|
802
797
|
<hr>
|
803
|
-
<div class="refsect2"
|
798
|
+
<div class="refsect2">
|
804
799
|
<a name="gtk-style-apply-default-pixmap"></a><h3>gtk_style_apply_default_pixmap()</h3>
|
805
800
|
<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)
|
806
801
|
</pre>
|
807
|
-
<div class="warning"
|
802
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
808
803
|
<h3 class="title">Warning</h3>
|
809
804
|
<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>
|
810
805
|
</div>
|
811
806
|
<p>
|
812
807
|
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>.
|
813
808
|
</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>
|
859
809
|
</div>
|
860
810
|
<hr>
|
861
|
-
<div class="refsect2"
|
811
|
+
<div class="refsect2">
|
862
812
|
<a name="gtk-style-lookup-color"></a><h3>gtk_style_lookup_color ()</h3>
|
863
813
|
<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>,
|
864
814
|
<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>,
|
@@ -880,28 +830,25 @@ switch occurs.
|
|
880
830
|
</tr>
|
881
831
|
<tr>
|
882
832
|
<td><p><span class="term"><em class="parameter"><code>color_name</code></em> :</span></p></td>
|
883
|
-
<td>the name of the logical color to look up
|
884
|
-
</td>
|
833
|
+
<td>the name of the logical color to look up</td>
|
885
834
|
</tr>
|
886
835
|
<tr>
|
887
836
|
<td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td>
|
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>
|
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</td>
|
890
838
|
</tr>
|
891
839
|
<tr>
|
892
840
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
893
|
-
<td>
|
894
|
-
|
895
|
-
</td>
|
841
|
+
<td>
|
842
|
+
<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.</td>
|
896
843
|
</tr>
|
897
844
|
</tbody>
|
898
845
|
</table></div>
|
899
846
|
<p class="since">Since 2.10</p>
|
900
847
|
</div>
|
901
848
|
<hr>
|
902
|
-
<div class="refsect2"
|
849
|
+
<div class="refsect2">
|
903
850
|
<a name="gtk-style-lookup-icon-set"></a><h3>gtk_style_lookup_icon_set ()</h3>
|
904
|
-
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#GtkIconSet"
|
851
|
+
<pre class="programlisting"><a class="link" href="gtk-Themeable-Stock-Images.html#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>,
|
905
852
|
<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>
|
906
853
|
<p>
|
907
854
|
Looks up <em class="parameter"><code>stock_id</code></em> in the icon factories associated with <em class="parameter"><code>style</code></em>
|
@@ -918,21 +865,20 @@ otherwise <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Ma
|
|
918
865
|
</tr>
|
919
866
|
<tr>
|
920
867
|
<td><p><span class="term"><em class="parameter"><code>stock_id</code></em> :</span></p></td>
|
921
|
-
<td>an icon name
|
922
|
-
</td>
|
868
|
+
<td>an icon name</td>
|
923
869
|
</tr>
|
924
870
|
<tr>
|
925
871
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
926
|
-
<td>
|
872
|
+
<td>icon set of <em class="parameter"><code>stock_id</code></em>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
927
873
|
</td>
|
928
874
|
</tr>
|
929
875
|
</tbody>
|
930
876
|
</table></div>
|
931
877
|
</div>
|
932
878
|
<hr>
|
933
|
-
<div class="refsect2"
|
879
|
+
<div class="refsect2">
|
934
880
|
<a name="gtk-style-render-icon"></a><h3>gtk_style_render_icon ()</h3>
|
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
|
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> * 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>,
|
936
882
|
<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>,
|
937
883
|
<em class="parameter"><code><a class="link" href="GtkWidget.html#GtkTextDirection" title="enum GtkTextDirection"><span class="type">GtkTextDirection</span></a> direction</code></em>,
|
938
884
|
<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>,
|
@@ -954,49 +900,46 @@ pixbuf.
|
|
954
900
|
</tr>
|
955
901
|
<tr>
|
956
902
|
<td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
|
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>
|
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</td>
|
959
904
|
</tr>
|
960
905
|
<tr>
|
961
906
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
962
|
-
<td>a text direction
|
963
|
-
</td>
|
907
|
+
<td>a text direction</td>
|
964
908
|
</tr>
|
965
909
|
<tr>
|
966
910
|
<td><p><span class="term"><em class="parameter"><code>state</code></em> :</span></p></td>
|
967
|
-
<td>a state
|
968
|
-
</td>
|
911
|
+
<td>a state</td>
|
969
912
|
</tr>
|
970
913
|
<tr>
|
971
914
|
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
|
972
915
|
<td>(type int) the size to render the icon at. A size of
|
973
|
-
|
974
|
-
|
975
|
-
</td>
|
916
|
+
(GtkIconSize)-1 means render at the size of the source and
|
917
|
+
don't scale.</td>
|
976
918
|
</tr>
|
977
919
|
<tr>
|
978
920
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
979
|
-
<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>
|
980
922
|
</td>
|
981
923
|
</tr>
|
982
924
|
<tr>
|
983
925
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
984
|
-
<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>
|
985
927
|
</td>
|
986
928
|
</tr>
|
987
929
|
<tr>
|
988
930
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
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>
|
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>
|
990
933
|
</td>
|
991
934
|
</tr>
|
992
935
|
</tbody>
|
993
936
|
</table></div>
|
994
937
|
</div>
|
995
938
|
<hr>
|
996
|
-
<div class="refsect2"
|
939
|
+
<div class="refsect2">
|
997
940
|
<a name="gtk-style-get-font"></a><h3>gtk_style_get_font ()</h3>
|
998
941
|
<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>
|
999
|
-
<div class="warning"
|
942
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1000
943
|
<h3 class="title">Warning</h3>
|
1001
944
|
<p><code class="literal">gtk_style_get_font</code> is deprecated and should not be used in newly-written code.</p>
|
1002
945
|
</div>
|
@@ -1016,20 +959,19 @@ use <em class="parameter"><code>style->font_desc</code></em> instead.
|
|
1016
959
|
</tr>
|
1017
960
|
<tr>
|
1018
961
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1019
|
-
<td>
|
1020
|
-
|
1021
|
-
|
1022
|
-
</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>.</td>
|
1023
965
|
</tr>
|
1024
966
|
</tbody>
|
1025
967
|
</table></div>
|
1026
968
|
</div>
|
1027
969
|
<hr>
|
1028
|
-
<div class="refsect2"
|
970
|
+
<div class="refsect2">
|
1029
971
|
<a name="gtk-style-set-font"></a><h3>gtk_style_set_font ()</h3>
|
1030
972
|
<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>,
|
1031
973
|
<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>
|
1032
|
-
<div class="warning"
|
974
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1033
975
|
<h3 class="title">Warning</h3>
|
1034
976
|
<p><code class="literal">gtk_style_set_font</code> is deprecated and should not be used in newly-written code.</p>
|
1035
977
|
</div>
|
@@ -1044,20 +986,19 @@ use style->font_desc instead.
|
|
1044
986
|
<tbody>
|
1045
987
|
<tr>
|
1046
988
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
1047
|
-
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a
|
1048
|
-
</td>
|
989
|
+
<td>a <a class="link" href="GtkStyle.html" title="Styles"><span class="type">GtkStyle</span></a>.</td>
|
1049
990
|
</tr>
|
1050
991
|
<tr>
|
1051
992
|
<td><p><span class="term"><em class="parameter"><code>font</code></em> :</span></p></td>
|
1052
|
-
<td>
|
1053
|
-
|
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>
|
1054
995
|
</td>
|
1055
996
|
</tr>
|
1056
997
|
</tbody>
|
1057
998
|
</table></div>
|
1058
999
|
</div>
|
1059
1000
|
<hr>
|
1060
|
-
<div class="refsect2"
|
1001
|
+
<div class="refsect2">
|
1061
1002
|
<a name="gtk-style-get-style-property"></a><h3>gtk_style_get_style_property ()</h3>
|
1062
1003
|
<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>,
|
1063
1004
|
<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>,
|
@@ -1082,21 +1023,19 @@ widget class is in the given style.
|
|
1082
1023
|
</tr>
|
1083
1024
|
<tr>
|
1084
1025
|
<td><p><span class="term"><em class="parameter"><code>property_name</code></em> :</span></p></td>
|
1085
|
-
<td>the name of the style property to get
|
1086
|
-
</td>
|
1026
|
+
<td>the name of the style property to get</td>
|
1087
1027
|
</tr>
|
1088
1028
|
<tr>
|
1089
1029
|
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
|
1090
1030
|
<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
|
1091
|
-
|
1092
|
-
</td>
|
1031
|
+
queried will be stored</td>
|
1093
1032
|
</tr>
|
1094
1033
|
</tbody>
|
1095
1034
|
</table></div>
|
1096
1035
|
<p class="since">Since 2.16</p>
|
1097
1036
|
</div>
|
1098
1037
|
<hr>
|
1099
|
-
<div class="refsect2"
|
1038
|
+
<div class="refsect2">
|
1100
1039
|
<a name="gtk-style-get-valist"></a><h3>gtk_style_get_valist ()</h3>
|
1101
1040
|
<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>,
|
1102
1041
|
<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>,
|
@@ -1121,22 +1060,20 @@ Used primarily by language bindings.
|
|
1121
1060
|
</tr>
|
1122
1061
|
<tr>
|
1123
1062
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1124
|
-
<td>the name of the first style property to get
|
1125
|
-
</td>
|
1063
|
+
<td>the name of the first style property to get</td>
|
1126
1064
|
</tr>
|
1127
1065
|
<tr>
|
1128
1066
|
<td><p><span class="term"><em class="parameter"><code>var_args</code></em> :</span></p></td>
|
1129
1067
|
<td>a <span class="type">va_list</span> of pairs of property names and
|
1130
|
-
|
1131
|
-
|
1132
|
-
</td>
|
1068
|
+
locations to return the property values, starting with the
|
1069
|
+
location for <em class="parameter"><code>first_property_name</code></em>.</td>
|
1133
1070
|
</tr>
|
1134
1071
|
</tbody>
|
1135
1072
|
</table></div>
|
1136
1073
|
<p class="since">Since 2.16</p>
|
1137
1074
|
</div>
|
1138
1075
|
<hr>
|
1139
|
-
<div class="refsect2"
|
1076
|
+
<div class="refsect2">
|
1140
1077
|
<a name="gtk-style-get"></a><h3>gtk_style_get ()</h3>
|
1141
1078
|
<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>,
|
1142
1079
|
<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>,
|
@@ -1161,22 +1098,20 @@ from <em class="parameter"><code>style</code></em>.
|
|
1161
1098
|
</tr>
|
1162
1099
|
<tr>
|
1163
1100
|
<td><p><span class="term"><em class="parameter"><code>first_property_name</code></em> :</span></p></td>
|
1164
|
-
<td>the name of the first style property to get
|
1165
|
-
</td>
|
1101
|
+
<td>the name of the first style property to get</td>
|
1166
1102
|
</tr>
|
1167
1103
|
<tr>
|
1168
1104
|
<td><p><span class="term"><em class="parameter"><code>...</code></em> :</span></p></td>
|
1169
1105
|
<td>pairs of property names and locations to
|
1170
|
-
|
1171
|
-
|
1172
|
-
</td>
|
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>.</td>
|
1173
1108
|
</tr>
|
1174
1109
|
</tbody>
|
1175
1110
|
</table></div>
|
1176
1111
|
<p class="since">Since 2.16</p>
|
1177
1112
|
</div>
|
1178
1113
|
<hr>
|
1179
|
-
<div class="refsect2"
|
1114
|
+
<div class="refsect2">
|
1180
1115
|
<a name="gtk-draw-hline"></a><h3>gtk_draw_hline ()</h3>
|
1181
1116
|
<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>,
|
1182
1117
|
<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>,
|
@@ -1184,7 +1119,7 @@ from <em class="parameter"><code>style</code></em>.
|
|
1184
1119
|
<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>,
|
1185
1120
|
<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>,
|
1186
1121
|
<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>
|
1187
|
-
<div class="warning"
|
1122
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1188
1123
|
<h3 class="title">Warning</h3>
|
1189
1124
|
<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>
|
1190
1125
|
</div>
|
@@ -1207,29 +1142,25 @@ using the given style and state.
|
|
1207
1142
|
</tr>
|
1208
1143
|
<tr>
|
1209
1144
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1210
|
-
<td>a state
|
1211
|
-
</td>
|
1145
|
+
<td>a state</td>
|
1212
1146
|
</tr>
|
1213
1147
|
<tr>
|
1214
1148
|
<td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
|
1215
|
-
<td>the starting x coordinate
|
1216
|
-
</td>
|
1149
|
+
<td>the starting x coordinate</td>
|
1217
1150
|
</tr>
|
1218
1151
|
<tr>
|
1219
1152
|
<td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
|
1220
|
-
<td>the ending x coordinate
|
1221
|
-
</td>
|
1153
|
+
<td>the ending x coordinate</td>
|
1222
1154
|
</tr>
|
1223
1155
|
<tr>
|
1224
1156
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1225
|
-
<td>the y coordinate
|
1226
|
-
</td>
|
1157
|
+
<td>the y coordinate</td>
|
1227
1158
|
</tr>
|
1228
1159
|
</tbody>
|
1229
1160
|
</table></div>
|
1230
1161
|
</div>
|
1231
1162
|
<hr>
|
1232
|
-
<div class="refsect2"
|
1163
|
+
<div class="refsect2">
|
1233
1164
|
<a name="gtk-draw-vline"></a><h3>gtk_draw_vline ()</h3>
|
1234
1165
|
<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>,
|
1235
1166
|
<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>,
|
@@ -1237,7 +1168,7 @@ using the given style and state.
|
|
1237
1168
|
<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>,
|
1238
1169
|
<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>,
|
1239
1170
|
<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>
|
1240
|
-
<div class="warning"
|
1171
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1241
1172
|
<h3 class="title">Warning</h3>
|
1242
1173
|
<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>
|
1243
1174
|
</div>
|
@@ -1260,29 +1191,25 @@ using the given style and state.
|
|
1260
1191
|
</tr>
|
1261
1192
|
<tr>
|
1262
1193
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1263
|
-
<td>a state
|
1264
|
-
</td>
|
1194
|
+
<td>a state</td>
|
1265
1195
|
</tr>
|
1266
1196
|
<tr>
|
1267
1197
|
<td><p><span class="term"><em class="parameter"><code>y1_</code></em> :</span></p></td>
|
1268
|
-
<td>the starting y coordinate
|
1269
|
-
</td>
|
1198
|
+
<td>the starting y coordinate</td>
|
1270
1199
|
</tr>
|
1271
1200
|
<tr>
|
1272
1201
|
<td><p><span class="term"><em class="parameter"><code>y2_</code></em> :</span></p></td>
|
1273
|
-
<td>the ending y coordinate
|
1274
|
-
</td>
|
1202
|
+
<td>the ending y coordinate</td>
|
1275
1203
|
</tr>
|
1276
1204
|
<tr>
|
1277
1205
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1278
|
-
<td>the x coordinate
|
1279
|
-
</td>
|
1206
|
+
<td>the x coordinate</td>
|
1280
1207
|
</tr>
|
1281
1208
|
</tbody>
|
1282
1209
|
</table></div>
|
1283
1210
|
</div>
|
1284
1211
|
<hr>
|
1285
|
-
<div class="refsect2"
|
1212
|
+
<div class="refsect2">
|
1286
1213
|
<a name="gtk-draw-shadow"></a><h3>gtk_draw_shadow ()</h3>
|
1287
1214
|
<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>,
|
1288
1215
|
<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>,
|
@@ -1292,7 +1219,7 @@ using the given style and state.
|
|
1292
1219
|
<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>,
|
1293
1220
|
<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>,
|
1294
1221
|
<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>
|
1295
|
-
<div class="warning"
|
1222
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1296
1223
|
<h3 class="title">Warning</h3>
|
1297
1224
|
<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>
|
1298
1225
|
</div>
|
@@ -1315,39 +1242,33 @@ using the given style and state and shadow type.
|
|
1315
1242
|
</tr>
|
1316
1243
|
<tr>
|
1317
1244
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1318
|
-
<td>a state
|
1319
|
-
</td>
|
1245
|
+
<td>a state</td>
|
1320
1246
|
</tr>
|
1321
1247
|
<tr>
|
1322
1248
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1323
|
-
<td>type of shadow to draw
|
1324
|
-
</td>
|
1249
|
+
<td>type of shadow to draw</td>
|
1325
1250
|
</tr>
|
1326
1251
|
<tr>
|
1327
1252
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1328
|
-
<td>x origin of the rectangle
|
1329
|
-
</td>
|
1253
|
+
<td>x origin of the rectangle</td>
|
1330
1254
|
</tr>
|
1331
1255
|
<tr>
|
1332
1256
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1333
|
-
<td>y origin of the rectangle
|
1334
|
-
</td>
|
1257
|
+
<td>y origin of the rectangle</td>
|
1335
1258
|
</tr>
|
1336
1259
|
<tr>
|
1337
1260
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1338
|
-
<td>width of the rectangle
|
1339
|
-
</td>
|
1261
|
+
<td>width of the rectangle</td>
|
1340
1262
|
</tr>
|
1341
1263
|
<tr>
|
1342
1264
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1343
|
-
<td>width of the rectangle
|
1344
|
-
</td>
|
1265
|
+
<td>width of the rectangle</td>
|
1345
1266
|
</tr>
|
1346
1267
|
</tbody>
|
1347
1268
|
</table></div>
|
1348
1269
|
</div>
|
1349
1270
|
<hr>
|
1350
|
-
<div class="refsect2"
|
1271
|
+
<div class="refsect2">
|
1351
1272
|
<a name="gtk-draw-polygon"></a><h3>gtk_draw_polygon ()</h3>
|
1352
1273
|
<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>,
|
1353
1274
|
<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>,
|
@@ -1356,7 +1277,7 @@ using the given style and state and shadow type.
|
|
1356
1277
|
<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>,
|
1357
1278
|
<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>,
|
1358
1279
|
<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>
|
1359
|
-
<div class="warning"
|
1280
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1360
1281
|
<h3 class="title">Warning</h3>
|
1361
1282
|
<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>
|
1362
1283
|
</div>
|
@@ -1378,18 +1299,15 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1378
1299
|
</tr>
|
1379
1300
|
<tr>
|
1380
1301
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1381
|
-
<td>a state
|
1382
|
-
</td>
|
1302
|
+
<td>a state</td>
|
1383
1303
|
</tr>
|
1384
1304
|
<tr>
|
1385
1305
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1386
|
-
<td>type of shadow to draw
|
1387
|
-
</td>
|
1306
|
+
<td>type of shadow to draw</td>
|
1388
1307
|
</tr>
|
1389
1308
|
<tr>
|
1390
1309
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
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>
|
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</td>
|
1393
1311
|
</tr>
|
1394
1312
|
<tr>
|
1395
1313
|
<td><p><span class="term"><em class="parameter"><code>npoints</code></em> :</span></p></td>
|
@@ -1399,14 +1317,13 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1399
1317
|
<tr>
|
1400
1318
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
1401
1319
|
<td>
|
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>
|
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</td>
|
1404
1321
|
</tr>
|
1405
1322
|
</tbody>
|
1406
1323
|
</table></div>
|
1407
1324
|
</div>
|
1408
1325
|
<hr>
|
1409
|
-
<div class="refsect2"
|
1326
|
+
<div class="refsect2">
|
1410
1327
|
<a name="gtk-draw-arrow"></a><h3>gtk_draw_arrow ()</h3>
|
1411
1328
|
<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>,
|
1412
1329
|
<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>,
|
@@ -1418,7 +1335,7 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
1418
1335
|
<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>,
|
1419
1336
|
<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>,
|
1420
1337
|
<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>
|
1421
|
-
<div class="warning"
|
1338
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1422
1339
|
<h3 class="title">Warning</h3>
|
1423
1340
|
<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>
|
1424
1341
|
</div>
|
@@ -1441,50 +1358,42 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
1441
1358
|
</tr>
|
1442
1359
|
<tr>
|
1443
1360
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1444
|
-
<td>a state
|
1445
|
-
</td>
|
1361
|
+
<td>a state</td>
|
1446
1362
|
</tr>
|
1447
1363
|
<tr>
|
1448
1364
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1449
|
-
<td>the type of shadow to draw
|
1450
|
-
</td>
|
1365
|
+
<td>the type of shadow to draw</td>
|
1451
1366
|
</tr>
|
1452
1367
|
<tr>
|
1453
1368
|
<td><p><span class="term"><em class="parameter"><code>arrow_type</code></em> :</span></p></td>
|
1454
|
-
<td>the type of arrow to draw
|
1455
|
-
</td>
|
1369
|
+
<td>the type of arrow to draw</td>
|
1456
1370
|
</tr>
|
1457
1371
|
<tr>
|
1458
1372
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
1459
1373
|
<td>
|
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>
|
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</td>
|
1462
1375
|
</tr>
|
1463
1376
|
<tr>
|
1464
1377
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1465
|
-
<td>x origin of the rectangle to draw the arrow in
|
1466
|
-
</td>
|
1378
|
+
<td>x origin of the rectangle to draw the arrow in</td>
|
1467
1379
|
</tr>
|
1468
1380
|
<tr>
|
1469
1381
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1470
|
-
<td>y origin of the rectangle to draw the arrow in
|
1471
|
-
</td>
|
1382
|
+
<td>y origin of the rectangle to draw the arrow in</td>
|
1472
1383
|
</tr>
|
1473
1384
|
<tr>
|
1474
1385
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1475
|
-
<td>width of the rectangle to draw the arrow in
|
1476
|
-
</td>
|
1386
|
+
<td>width of the rectangle to draw the arrow in</td>
|
1477
1387
|
</tr>
|
1478
1388
|
<tr>
|
1479
1389
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1480
|
-
<td>height of the rectangle to draw the arrow in
|
1481
|
-
</td>
|
1390
|
+
<td>height of the rectangle to draw the arrow in</td>
|
1482
1391
|
</tr>
|
1483
1392
|
</tbody>
|
1484
1393
|
</table></div>
|
1485
1394
|
</div>
|
1486
1395
|
<hr>
|
1487
|
-
<div class="refsect2"
|
1396
|
+
<div class="refsect2">
|
1488
1397
|
<a name="gtk-draw-diamond"></a><h3>gtk_draw_diamond ()</h3>
|
1489
1398
|
<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>,
|
1490
1399
|
<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>,
|
@@ -1494,7 +1403,7 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
1494
1403
|
<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>,
|
1495
1404
|
<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>,
|
1496
1405
|
<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>
|
1497
|
-
<div class="warning"
|
1406
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1498
1407
|
<h3 class="title">Warning</h3>
|
1499
1408
|
<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>
|
1500
1409
|
</div>
|
@@ -1517,39 +1426,33 @@ parameters.
|
|
1517
1426
|
</tr>
|
1518
1427
|
<tr>
|
1519
1428
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1520
|
-
<td>a state
|
1521
|
-
</td>
|
1429
|
+
<td>a state</td>
|
1522
1430
|
</tr>
|
1523
1431
|
<tr>
|
1524
1432
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1525
|
-
<td>the type of shadow to draw
|
1526
|
-
</td>
|
1433
|
+
<td>the type of shadow to draw</td>
|
1527
1434
|
</tr>
|
1528
1435
|
<tr>
|
1529
1436
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1530
|
-
<td>x origin of the rectangle to draw the diamond in
|
1531
|
-
</td>
|
1437
|
+
<td>x origin of the rectangle to draw the diamond in</td>
|
1532
1438
|
</tr>
|
1533
1439
|
<tr>
|
1534
1440
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1535
|
-
<td>y origin of the rectangle to draw the diamond in
|
1536
|
-
</td>
|
1441
|
+
<td>y origin of the rectangle to draw the diamond in</td>
|
1537
1442
|
</tr>
|
1538
1443
|
<tr>
|
1539
1444
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1540
|
-
<td>width of the rectangle to draw the diamond in
|
1541
|
-
</td>
|
1445
|
+
<td>width of the rectangle to draw the diamond in</td>
|
1542
1446
|
</tr>
|
1543
1447
|
<tr>
|
1544
1448
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1545
|
-
<td>height of the rectangle to draw the diamond in
|
1546
|
-
</td>
|
1449
|
+
<td>height of the rectangle to draw the diamond in</td>
|
1547
1450
|
</tr>
|
1548
1451
|
</tbody>
|
1549
1452
|
</table></div>
|
1550
1453
|
</div>
|
1551
1454
|
<hr>
|
1552
|
-
<div class="refsect2"
|
1455
|
+
<div class="refsect2">
|
1553
1456
|
<a name="gtk-draw-string"></a><h3>gtk_draw_string ()</h3>
|
1554
1457
|
<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>,
|
1555
1458
|
<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>,
|
@@ -1557,7 +1460,7 @@ parameters.
|
|
1557
1460
|
<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>,
|
1558
1461
|
<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>,
|
1559
1462
|
<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>
|
1560
|
-
<div class="warning"
|
1463
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1561
1464
|
<h3 class="title">Warning</h3>
|
1562
1465
|
<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>
|
1563
1466
|
</div>
|
@@ -1579,29 +1482,25 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
1579
1482
|
</tr>
|
1580
1483
|
<tr>
|
1581
1484
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1582
|
-
<td>a state
|
1583
|
-
</td>
|
1485
|
+
<td>a state</td>
|
1584
1486
|
</tr>
|
1585
1487
|
<tr>
|
1586
1488
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1587
|
-
<td>x origin
|
1588
|
-
</td>
|
1489
|
+
<td>x origin</td>
|
1589
1490
|
</tr>
|
1590
1491
|
<tr>
|
1591
1492
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1592
|
-
<td>y origin
|
1593
|
-
</td>
|
1493
|
+
<td>y origin</td>
|
1594
1494
|
</tr>
|
1595
1495
|
<tr>
|
1596
1496
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
1597
|
-
<td>the string to draw
|
1598
|
-
</td>
|
1497
|
+
<td>the string to draw</td>
|
1599
1498
|
</tr>
|
1600
1499
|
</tbody>
|
1601
1500
|
</table></div>
|
1602
1501
|
</div>
|
1603
1502
|
<hr>
|
1604
|
-
<div class="refsect2"
|
1503
|
+
<div class="refsect2">
|
1605
1504
|
<a name="gtk-draw-box"></a><h3>gtk_draw_box ()</h3>
|
1606
1505
|
<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>,
|
1607
1506
|
<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>,
|
@@ -1611,7 +1510,7 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
1611
1510
|
<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>,
|
1612
1511
|
<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>,
|
1613
1512
|
<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>
|
1614
|
-
<div class="warning"
|
1513
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1615
1514
|
<h3 class="title">Warning</h3>
|
1616
1515
|
<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>
|
1617
1516
|
</div>
|
@@ -1633,39 +1532,33 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
1633
1532
|
</tr>
|
1634
1533
|
<tr>
|
1635
1534
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1636
|
-
<td>a state
|
1637
|
-
</td>
|
1535
|
+
<td>a state</td>
|
1638
1536
|
</tr>
|
1639
1537
|
<tr>
|
1640
1538
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1641
|
-
<td>the type of shadow to draw
|
1642
|
-
</td>
|
1539
|
+
<td>the type of shadow to draw</td>
|
1643
1540
|
</tr>
|
1644
1541
|
<tr>
|
1645
1542
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1646
|
-
<td>x origin of the box
|
1647
|
-
</td>
|
1543
|
+
<td>x origin of the box</td>
|
1648
1544
|
</tr>
|
1649
1545
|
<tr>
|
1650
1546
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1651
|
-
<td>y origin of the box
|
1652
|
-
</td>
|
1547
|
+
<td>y origin of the box</td>
|
1653
1548
|
</tr>
|
1654
1549
|
<tr>
|
1655
1550
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1656
|
-
<td>the width of the box
|
1657
|
-
</td>
|
1551
|
+
<td>the width of the box</td>
|
1658
1552
|
</tr>
|
1659
1553
|
<tr>
|
1660
1554
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1661
|
-
<td>the height of the box
|
1662
|
-
</td>
|
1555
|
+
<td>the height of the box</td>
|
1663
1556
|
</tr>
|
1664
1557
|
</tbody>
|
1665
1558
|
</table></div>
|
1666
1559
|
</div>
|
1667
1560
|
<hr>
|
1668
|
-
<div class="refsect2"
|
1561
|
+
<div class="refsect2">
|
1669
1562
|
<a name="gtk-draw-box-gap"></a><h3>gtk_draw_box_gap ()</h3>
|
1670
1563
|
<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>,
|
1671
1564
|
<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>,
|
@@ -1678,7 +1571,7 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
1678
1571
|
<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>,
|
1679
1572
|
<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>,
|
1680
1573
|
<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>
|
1681
|
-
<div class="warning"
|
1574
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1682
1575
|
<h3 class="title">Warning</h3>
|
1683
1576
|
<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>
|
1684
1577
|
</div>
|
@@ -1701,54 +1594,45 @@ leaving a gap in one side.
|
|
1701
1594
|
</tr>
|
1702
1595
|
<tr>
|
1703
1596
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1704
|
-
<td>a state
|
1705
|
-
</td>
|
1597
|
+
<td>a state</td>
|
1706
1598
|
</tr>
|
1707
1599
|
<tr>
|
1708
1600
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1709
|
-
<td>type of shadow to draw
|
1710
|
-
</td>
|
1601
|
+
<td>type of shadow to draw</td>
|
1711
1602
|
</tr>
|
1712
1603
|
<tr>
|
1713
1604
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1714
|
-
<td>x origin of the rectangle
|
1715
|
-
</td>
|
1605
|
+
<td>x origin of the rectangle</td>
|
1716
1606
|
</tr>
|
1717
1607
|
<tr>
|
1718
1608
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1719
|
-
<td>y origin of the rectangle
|
1720
|
-
</td>
|
1609
|
+
<td>y origin of the rectangle</td>
|
1721
1610
|
</tr>
|
1722
1611
|
<tr>
|
1723
1612
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1724
|
-
<td>width of the rectangle
|
1725
|
-
</td>
|
1613
|
+
<td>width of the rectangle</td>
|
1726
1614
|
</tr>
|
1727
1615
|
<tr>
|
1728
1616
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1729
|
-
<td>width of the rectangle
|
1730
|
-
</td>
|
1617
|
+
<td>width of the rectangle</td>
|
1731
1618
|
</tr>
|
1732
1619
|
<tr>
|
1733
1620
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
1734
|
-
<td>side in which to leave the gap
|
1735
|
-
</td>
|
1621
|
+
<td>side in which to leave the gap</td>
|
1736
1622
|
</tr>
|
1737
1623
|
<tr>
|
1738
1624
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
1739
|
-
<td>starting position of the gap
|
1740
|
-
</td>
|
1625
|
+
<td>starting position of the gap</td>
|
1741
1626
|
</tr>
|
1742
1627
|
<tr>
|
1743
1628
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
1744
|
-
<td>width of the gap
|
1745
|
-
</td>
|
1629
|
+
<td>width of the gap</td>
|
1746
1630
|
</tr>
|
1747
1631
|
</tbody>
|
1748
1632
|
</table></div>
|
1749
1633
|
</div>
|
1750
1634
|
<hr>
|
1751
|
-
<div class="refsect2"
|
1635
|
+
<div class="refsect2">
|
1752
1636
|
<a name="gtk-draw-check"></a><h3>gtk_draw_check ()</h3>
|
1753
1637
|
<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>,
|
1754
1638
|
<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>,
|
@@ -1758,7 +1642,7 @@ leaving a gap in one side.
|
|
1758
1642
|
<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>,
|
1759
1643
|
<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>,
|
1760
1644
|
<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>
|
1761
|
-
<div class="warning"
|
1645
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1762
1646
|
<h3 class="title">Warning</h3>
|
1763
1647
|
<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>
|
1764
1648
|
</div>
|
@@ -1781,39 +1665,33 @@ the given parameters.
|
|
1781
1665
|
</tr>
|
1782
1666
|
<tr>
|
1783
1667
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1784
|
-
<td>a state
|
1785
|
-
</td>
|
1668
|
+
<td>a state</td>
|
1786
1669
|
</tr>
|
1787
1670
|
<tr>
|
1788
1671
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1789
|
-
<td>the type of shadow to draw
|
1790
|
-
</td>
|
1672
|
+
<td>the type of shadow to draw</td>
|
1791
1673
|
</tr>
|
1792
1674
|
<tr>
|
1793
1675
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1794
|
-
<td>x origin of the rectangle to draw the check in
|
1795
|
-
</td>
|
1676
|
+
<td>x origin of the rectangle to draw the check in</td>
|
1796
1677
|
</tr>
|
1797
1678
|
<tr>
|
1798
1679
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1799
|
-
<td>y origin of the rectangle to draw the check in
|
1800
|
-
</td>
|
1680
|
+
<td>y origin of the rectangle to draw the check in</td>
|
1801
1681
|
</tr>
|
1802
1682
|
<tr>
|
1803
1683
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1804
|
-
<td>the width of the rectangle to draw the check in
|
1805
|
-
</td>
|
1684
|
+
<td>the width of the rectangle to draw the check in</td>
|
1806
1685
|
</tr>
|
1807
1686
|
<tr>
|
1808
1687
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1809
|
-
<td>the height of the rectangle to draw the check in
|
1810
|
-
</td>
|
1688
|
+
<td>the height of the rectangle to draw the check in</td>
|
1811
1689
|
</tr>
|
1812
1690
|
</tbody>
|
1813
1691
|
</table></div>
|
1814
1692
|
</div>
|
1815
1693
|
<hr>
|
1816
|
-
<div class="refsect2"
|
1694
|
+
<div class="refsect2">
|
1817
1695
|
<a name="gtk-draw-extension"></a><h3>gtk_draw_extension ()</h3>
|
1818
1696
|
<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>,
|
1819
1697
|
<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>,
|
@@ -1824,7 +1702,7 @@ the given parameters.
|
|
1824
1702
|
<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>,
|
1825
1703
|
<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>,
|
1826
1704
|
<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>
|
1827
|
-
<div class="warning"
|
1705
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1828
1706
|
<h3 class="title">Warning</h3>
|
1829
1707
|
<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>
|
1830
1708
|
</div>
|
@@ -1846,44 +1724,37 @@ Draws an extension, i.e. a notebook tab.
|
|
1846
1724
|
</tr>
|
1847
1725
|
<tr>
|
1848
1726
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1849
|
-
<td>a state
|
1850
|
-
</td>
|
1727
|
+
<td>a state</td>
|
1851
1728
|
</tr>
|
1852
1729
|
<tr>
|
1853
1730
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1854
|
-
<td>type of shadow to draw
|
1855
|
-
</td>
|
1731
|
+
<td>type of shadow to draw</td>
|
1856
1732
|
</tr>
|
1857
1733
|
<tr>
|
1858
1734
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1859
|
-
<td>x origin of the extension
|
1860
|
-
</td>
|
1735
|
+
<td>x origin of the extension</td>
|
1861
1736
|
</tr>
|
1862
1737
|
<tr>
|
1863
1738
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1864
|
-
<td>y origin of the extension
|
1865
|
-
</td>
|
1739
|
+
<td>y origin of the extension</td>
|
1866
1740
|
</tr>
|
1867
1741
|
<tr>
|
1868
1742
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1869
|
-
<td>width of the extension
|
1870
|
-
</td>
|
1743
|
+
<td>width of the extension</td>
|
1871
1744
|
</tr>
|
1872
1745
|
<tr>
|
1873
1746
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1874
|
-
<td>width of the extension
|
1875
|
-
</td>
|
1747
|
+
<td>width of the extension</td>
|
1876
1748
|
</tr>
|
1877
1749
|
<tr>
|
1878
1750
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
1879
|
-
<td>the side on to which the extension is attached
|
1880
|
-
</td>
|
1751
|
+
<td>the side on to which the extension is attached</td>
|
1881
1752
|
</tr>
|
1882
1753
|
</tbody>
|
1883
1754
|
</table></div>
|
1884
1755
|
</div>
|
1885
1756
|
<hr>
|
1886
|
-
<div class="refsect2"
|
1757
|
+
<div class="refsect2">
|
1887
1758
|
<a name="gtk-draw-flat-box"></a><h3>gtk_draw_flat_box ()</h3>
|
1888
1759
|
<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>,
|
1889
1760
|
<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>,
|
@@ -1893,7 +1764,7 @@ Draws an extension, i.e. a notebook tab.
|
|
1893
1764
|
<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>,
|
1894
1765
|
<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>,
|
1895
1766
|
<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>
|
1896
|
-
<div class="warning"
|
1767
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1897
1768
|
<h3 class="title">Warning</h3>
|
1898
1769
|
<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>
|
1899
1770
|
</div>
|
@@ -1915,39 +1786,33 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
1915
1786
|
</tr>
|
1916
1787
|
<tr>
|
1917
1788
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
1918
|
-
<td>a state
|
1919
|
-
</td>
|
1789
|
+
<td>a state</td>
|
1920
1790
|
</tr>
|
1921
1791
|
<tr>
|
1922
1792
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
1923
|
-
<td>the type of shadow to draw
|
1924
|
-
</td>
|
1793
|
+
<td>the type of shadow to draw</td>
|
1925
1794
|
</tr>
|
1926
1795
|
<tr>
|
1927
1796
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1928
|
-
<td>x origin of the box
|
1929
|
-
</td>
|
1797
|
+
<td>x origin of the box</td>
|
1930
1798
|
</tr>
|
1931
1799
|
<tr>
|
1932
1800
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1933
|
-
<td>y origin of the box
|
1934
|
-
</td>
|
1801
|
+
<td>y origin of the box</td>
|
1935
1802
|
</tr>
|
1936
1803
|
<tr>
|
1937
1804
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1938
|
-
<td>the width of the box
|
1939
|
-
</td>
|
1805
|
+
<td>the width of the box</td>
|
1940
1806
|
</tr>
|
1941
1807
|
<tr>
|
1942
1808
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1943
|
-
<td>the height of the box
|
1944
|
-
</td>
|
1809
|
+
<td>the height of the box</td>
|
1945
1810
|
</tr>
|
1946
1811
|
</tbody>
|
1947
1812
|
</table></div>
|
1948
1813
|
</div>
|
1949
1814
|
<hr>
|
1950
|
-
<div class="refsect2"
|
1815
|
+
<div class="refsect2">
|
1951
1816
|
<a name="gtk-draw-focus"></a><h3>gtk_draw_focus ()</h3>
|
1952
1817
|
<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>,
|
1953
1818
|
<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>,
|
@@ -1955,7 +1820,7 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
1955
1820
|
<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>,
|
1956
1821
|
<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>,
|
1957
1822
|
<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>
|
1958
|
-
<div class="warning"
|
1823
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1959
1824
|
<h3 class="title">Warning</h3>
|
1960
1825
|
<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>
|
1961
1826
|
</div>
|
@@ -1978,29 +1843,25 @@ given style.
|
|
1978
1843
|
</tr>
|
1979
1844
|
<tr>
|
1980
1845
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
1981
|
-
<td>the x origin of the rectangle around which to draw a focus indicator
|
1982
|
-
</td>
|
1846
|
+
<td>the x origin of the rectangle around which to draw a focus indicator</td>
|
1983
1847
|
</tr>
|
1984
1848
|
<tr>
|
1985
1849
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
1986
|
-
<td>the y origin of the rectangle around which to draw a focus indicator
|
1987
|
-
</td>
|
1850
|
+
<td>the y origin of the rectangle around which to draw a focus indicator</td>
|
1988
1851
|
</tr>
|
1989
1852
|
<tr>
|
1990
1853
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
1991
|
-
<td>the width of the rectangle around which to draw a focus indicator
|
1992
|
-
</td>
|
1854
|
+
<td>the width of the rectangle around which to draw a focus indicator</td>
|
1993
1855
|
</tr>
|
1994
1856
|
<tr>
|
1995
1857
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
1996
|
-
<td>the height of the rectangle around which to draw a focus indicator
|
1997
|
-
</td>
|
1858
|
+
<td>the height of the rectangle around which to draw a focus indicator</td>
|
1998
1859
|
</tr>
|
1999
1860
|
</tbody>
|
2000
1861
|
</table></div>
|
2001
1862
|
</div>
|
2002
1863
|
<hr>
|
2003
|
-
<div class="refsect2"
|
1864
|
+
<div class="refsect2">
|
2004
1865
|
<a name="gtk-draw-handle"></a><h3>gtk_draw_handle ()</h3>
|
2005
1866
|
<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>,
|
2006
1867
|
<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>,
|
@@ -2011,7 +1872,7 @@ given style.
|
|
2011
1872
|
<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>,
|
2012
1873
|
<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>,
|
2013
1874
|
<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>
|
2014
|
-
<div class="warning"
|
1875
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2015
1876
|
<h3 class="title">Warning</h3>
|
2016
1877
|
<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>
|
2017
1878
|
</div>
|
@@ -2033,44 +1894,37 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
2033
1894
|
</tr>
|
2034
1895
|
<tr>
|
2035
1896
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2036
|
-
<td>a state
|
2037
|
-
</td>
|
1897
|
+
<td>a state</td>
|
2038
1898
|
</tr>
|
2039
1899
|
<tr>
|
2040
1900
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2041
|
-
<td>type of shadow to draw
|
2042
|
-
</td>
|
1901
|
+
<td>type of shadow to draw</td>
|
2043
1902
|
</tr>
|
2044
1903
|
<tr>
|
2045
1904
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2046
|
-
<td>x origin of the handle
|
2047
|
-
</td>
|
1905
|
+
<td>x origin of the handle</td>
|
2048
1906
|
</tr>
|
2049
1907
|
<tr>
|
2050
1908
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2051
|
-
<td>y origin of the handle
|
2052
|
-
</td>
|
1909
|
+
<td>y origin of the handle</td>
|
2053
1910
|
</tr>
|
2054
1911
|
<tr>
|
2055
1912
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2056
|
-
<td>with of the handle
|
2057
|
-
</td>
|
1913
|
+
<td>with of the handle</td>
|
2058
1914
|
</tr>
|
2059
1915
|
<tr>
|
2060
1916
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2061
|
-
<td>height of the handle
|
2062
|
-
</td>
|
1917
|
+
<td>height of the handle</td>
|
2063
1918
|
</tr>
|
2064
1919
|
<tr>
|
2065
1920
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
2066
|
-
<td>the orientation of the handle
|
2067
|
-
</td>
|
1921
|
+
<td>the orientation of the handle</td>
|
2068
1922
|
</tr>
|
2069
1923
|
</tbody>
|
2070
1924
|
</table></div>
|
2071
1925
|
</div>
|
2072
1926
|
<hr>
|
2073
|
-
<div class="refsect2"
|
1927
|
+
<div class="refsect2">
|
2074
1928
|
<a name="gtk-draw-option"></a><h3>gtk_draw_option ()</h3>
|
2075
1929
|
<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>,
|
2076
1930
|
<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>,
|
@@ -2080,7 +1934,7 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
2080
1934
|
<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>,
|
2081
1935
|
<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>,
|
2082
1936
|
<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>
|
2083
|
-
<div class="warning"
|
1937
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2084
1938
|
<h3 class="title">Warning</h3>
|
2085
1939
|
<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>
|
2086
1940
|
</div>
|
@@ -2103,39 +1957,33 @@ the given parameters.
|
|
2103
1957
|
</tr>
|
2104
1958
|
<tr>
|
2105
1959
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2106
|
-
<td>a state
|
2107
|
-
</td>
|
1960
|
+
<td>a state</td>
|
2108
1961
|
</tr>
|
2109
1962
|
<tr>
|
2110
1963
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2111
|
-
<td>the type of shadow to draw
|
2112
|
-
</td>
|
1964
|
+
<td>the type of shadow to draw</td>
|
2113
1965
|
</tr>
|
2114
1966
|
<tr>
|
2115
1967
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2116
|
-
<td>x origin of the rectangle to draw the option in
|
2117
|
-
</td>
|
1968
|
+
<td>x origin of the rectangle to draw the option in</td>
|
2118
1969
|
</tr>
|
2119
1970
|
<tr>
|
2120
1971
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2121
|
-
<td>y origin of the rectangle to draw the option in
|
2122
|
-
</td>
|
1972
|
+
<td>y origin of the rectangle to draw the option in</td>
|
2123
1973
|
</tr>
|
2124
1974
|
<tr>
|
2125
1975
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2126
|
-
<td>the width of the rectangle to draw the option in
|
2127
|
-
</td>
|
1976
|
+
<td>the width of the rectangle to draw the option in</td>
|
2128
1977
|
</tr>
|
2129
1978
|
<tr>
|
2130
1979
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2131
|
-
<td>the height of the rectangle to draw the option in
|
2132
|
-
</td>
|
1980
|
+
<td>the height of the rectangle to draw the option in</td>
|
2133
1981
|
</tr>
|
2134
1982
|
</tbody>
|
2135
1983
|
</table></div>
|
2136
1984
|
</div>
|
2137
1985
|
<hr>
|
2138
|
-
<div class="refsect2"
|
1986
|
+
<div class="refsect2">
|
2139
1987
|
<a name="gtk-draw-shadow-gap"></a><h3>gtk_draw_shadow_gap ()</h3>
|
2140
1988
|
<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>,
|
2141
1989
|
<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>,
|
@@ -2148,7 +1996,7 @@ the given parameters.
|
|
2148
1996
|
<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>,
|
2149
1997
|
<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>,
|
2150
1998
|
<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>
|
2151
|
-
<div class="warning"
|
1999
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2152
2000
|
<h3 class="title">Warning</h3>
|
2153
2001
|
<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>
|
2154
2002
|
</div>
|
@@ -2172,54 +2020,45 @@ gap in one side.
|
|
2172
2020
|
</tr>
|
2173
2021
|
<tr>
|
2174
2022
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2175
|
-
<td>a state
|
2176
|
-
</td>
|
2023
|
+
<td>a state</td>
|
2177
2024
|
</tr>
|
2178
2025
|
<tr>
|
2179
2026
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2180
|
-
<td>type of shadow to draw
|
2181
|
-
</td>
|
2027
|
+
<td>type of shadow to draw</td>
|
2182
2028
|
</tr>
|
2183
2029
|
<tr>
|
2184
2030
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2185
|
-
<td>x origin of the rectangle
|
2186
|
-
</td>
|
2031
|
+
<td>x origin of the rectangle</td>
|
2187
2032
|
</tr>
|
2188
2033
|
<tr>
|
2189
2034
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2190
|
-
<td>y origin of the rectangle
|
2191
|
-
</td>
|
2035
|
+
<td>y origin of the rectangle</td>
|
2192
2036
|
</tr>
|
2193
2037
|
<tr>
|
2194
2038
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2195
|
-
<td>width of the rectangle
|
2196
|
-
</td>
|
2039
|
+
<td>width of the rectangle</td>
|
2197
2040
|
</tr>
|
2198
2041
|
<tr>
|
2199
2042
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2200
|
-
<td>width of the rectangle
|
2201
|
-
</td>
|
2043
|
+
<td>width of the rectangle</td>
|
2202
2044
|
</tr>
|
2203
2045
|
<tr>
|
2204
2046
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
2205
|
-
<td>side in which to leave the gap
|
2206
|
-
</td>
|
2047
|
+
<td>side in which to leave the gap</td>
|
2207
2048
|
</tr>
|
2208
2049
|
<tr>
|
2209
2050
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
2210
|
-
<td>starting position of the gap
|
2211
|
-
</td>
|
2051
|
+
<td>starting position of the gap</td>
|
2212
2052
|
</tr>
|
2213
2053
|
<tr>
|
2214
2054
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
2215
|
-
<td>width of the gap
|
2216
|
-
</td>
|
2055
|
+
<td>width of the gap</td>
|
2217
2056
|
</tr>
|
2218
2057
|
</tbody>
|
2219
2058
|
</table></div>
|
2220
2059
|
</div>
|
2221
2060
|
<hr>
|
2222
|
-
<div class="refsect2"
|
2061
|
+
<div class="refsect2">
|
2223
2062
|
<a name="gtk-draw-slider"></a><h3>gtk_draw_slider ()</h3>
|
2224
2063
|
<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>,
|
2225
2064
|
<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>,
|
@@ -2230,7 +2069,7 @@ gap in one side.
|
|
2230
2069
|
<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>,
|
2231
2070
|
<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>,
|
2232
2071
|
<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>
|
2233
|
-
<div class="warning"
|
2072
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2234
2073
|
<h3 class="title">Warning</h3>
|
2235
2074
|
<p><code class="literal">gtk_draw_slider</code> is deprecated and should not be used in newly-written code.</p>
|
2236
2075
|
</div>
|
@@ -2253,44 +2092,37 @@ given style and orientation.
|
|
2253
2092
|
</tr>
|
2254
2093
|
<tr>
|
2255
2094
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2256
|
-
<td>a state
|
2257
|
-
</td>
|
2095
|
+
<td>a state</td>
|
2258
2096
|
</tr>
|
2259
2097
|
<tr>
|
2260
2098
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2261
|
-
<td>a shadow
|
2262
|
-
</td>
|
2099
|
+
<td>a shadow</td>
|
2263
2100
|
</tr>
|
2264
2101
|
<tr>
|
2265
2102
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2266
|
-
<td>the x origin of the rectangle in which to draw a slider
|
2267
|
-
</td>
|
2103
|
+
<td>the x origin of the rectangle in which to draw a slider</td>
|
2268
2104
|
</tr>
|
2269
2105
|
<tr>
|
2270
2106
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2271
|
-
<td>the y origin of the rectangle in which to draw a slider
|
2272
|
-
</td>
|
2107
|
+
<td>the y origin of the rectangle in which to draw a slider</td>
|
2273
2108
|
</tr>
|
2274
2109
|
<tr>
|
2275
2110
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2276
|
-
<td>the width of the rectangle in which to draw a slider
|
2277
|
-
</td>
|
2111
|
+
<td>the width of the rectangle in which to draw a slider</td>
|
2278
2112
|
</tr>
|
2279
2113
|
<tr>
|
2280
2114
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2281
|
-
<td>the height of the rectangle in which to draw a slider
|
2282
|
-
</td>
|
2115
|
+
<td>the height of the rectangle in which to draw a slider</td>
|
2283
2116
|
</tr>
|
2284
2117
|
<tr>
|
2285
2118
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
2286
|
-
<td>the orientation to be used
|
2287
|
-
</td>
|
2119
|
+
<td>the orientation to be used</td>
|
2288
2120
|
</tr>
|
2289
2121
|
</tbody>
|
2290
2122
|
</table></div>
|
2291
2123
|
</div>
|
2292
2124
|
<hr>
|
2293
|
-
<div class="refsect2"
|
2125
|
+
<div class="refsect2">
|
2294
2126
|
<a name="gtk-draw-tab"></a><h3>gtk_draw_tab ()</h3>
|
2295
2127
|
<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>,
|
2296
2128
|
<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>,
|
@@ -2300,7 +2132,7 @@ given style and orientation.
|
|
2300
2132
|
<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>,
|
2301
2133
|
<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>,
|
2302
2134
|
<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>
|
2303
|
-
<div class="warning"
|
2135
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2304
2136
|
<h3 class="title">Warning</h3>
|
2305
2137
|
<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>
|
2306
2138
|
</div>
|
@@ -2323,39 +2155,33 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
2323
2155
|
</tr>
|
2324
2156
|
<tr>
|
2325
2157
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2326
|
-
<td>a state
|
2327
|
-
</td>
|
2158
|
+
<td>a state</td>
|
2328
2159
|
</tr>
|
2329
2160
|
<tr>
|
2330
2161
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2331
|
-
<td>the type of shadow to draw
|
2332
|
-
</td>
|
2162
|
+
<td>the type of shadow to draw</td>
|
2333
2163
|
</tr>
|
2334
2164
|
<tr>
|
2335
2165
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2336
|
-
<td>x origin of the rectangle to draw the tab in
|
2337
|
-
</td>
|
2166
|
+
<td>x origin of the rectangle to draw the tab in</td>
|
2338
2167
|
</tr>
|
2339
2168
|
<tr>
|
2340
2169
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2341
|
-
<td>y origin of the rectangle to draw the tab in
|
2342
|
-
</td>
|
2170
|
+
<td>y origin of the rectangle to draw the tab in</td>
|
2343
2171
|
</tr>
|
2344
2172
|
<tr>
|
2345
2173
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2346
|
-
<td>the width of the rectangle to draw the tab in
|
2347
|
-
</td>
|
2174
|
+
<td>the width of the rectangle to draw the tab in</td>
|
2348
2175
|
</tr>
|
2349
2176
|
<tr>
|
2350
2177
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2351
|
-
<td>the height of the rectangle to draw the tab in
|
2352
|
-
</td>
|
2178
|
+
<td>the height of the rectangle to draw the tab in</td>
|
2353
2179
|
</tr>
|
2354
2180
|
</tbody>
|
2355
2181
|
</table></div>
|
2356
2182
|
</div>
|
2357
2183
|
<hr>
|
2358
|
-
<div class="refsect2"
|
2184
|
+
<div class="refsect2">
|
2359
2185
|
<a name="gtk-draw-expander"></a><h3>gtk_draw_expander ()</h3>
|
2360
2186
|
<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>,
|
2361
2187
|
<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>,
|
@@ -2363,7 +2189,7 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
2363
2189
|
<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>,
|
2364
2190
|
<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>,
|
2365
2191
|
<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>
|
2366
|
-
<div class="warning"
|
2192
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2367
2193
|
<h3 class="title">Warning</h3>
|
2368
2194
|
<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>
|
2369
2195
|
</div>
|
@@ -2385,29 +2211,25 @@ Draws an expander as used in <a class="link" href="GtkTreeView.html" title="GtkT
|
|
2385
2211
|
</tr>
|
2386
2212
|
<tr>
|
2387
2213
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2388
|
-
<td>a state
|
2389
|
-
</td>
|
2214
|
+
<td>a state</td>
|
2390
2215
|
</tr>
|
2391
2216
|
<tr>
|
2392
2217
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2393
|
-
<td>the x position to draw the expander at
|
2394
|
-
</td>
|
2218
|
+
<td>the x position to draw the expander at</td>
|
2395
2219
|
</tr>
|
2396
2220
|
<tr>
|
2397
2221
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2398
|
-
<td>the y position to draw the expander at
|
2399
|
-
</td>
|
2222
|
+
<td>the y position to draw the expander at</td>
|
2400
2223
|
</tr>
|
2401
2224
|
<tr>
|
2402
2225
|
<td><p><span class="term"><em class="parameter"><code>expander_style</code></em> :</span></p></td>
|
2403
|
-
<td>the style to draw the expander in
|
2404
|
-
</td>
|
2226
|
+
<td>the style to draw the expander in</td>
|
2405
2227
|
</tr>
|
2406
2228
|
</tbody>
|
2407
2229
|
</table></div>
|
2408
2230
|
</div>
|
2409
2231
|
<hr>
|
2410
|
-
<div class="refsect2"
|
2232
|
+
<div class="refsect2">
|
2411
2233
|
<a name="gtk-draw-layout"></a><h3>gtk_draw_layout ()</h3>
|
2412
2234
|
<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>,
|
2413
2235
|
<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>,
|
@@ -2416,7 +2238,7 @@ Draws an expander as used in <a class="link" href="GtkTreeView.html" title="GtkT
|
|
2416
2238
|
<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>,
|
2417
2239
|
<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>,
|
2418
2240
|
<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>
|
2419
|
-
<div class="warning"
|
2241
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2420
2242
|
<h3 class="title">Warning</h3>
|
2421
2243
|
<p><code class="literal">gtk_draw_layout</code> is deprecated and should not be used in newly-written code.</p>
|
2422
2244
|
</div>
|
@@ -2438,35 +2260,31 @@ Draws a layout on <em class="parameter"><code>window</code></em> using the given
|
|
2438
2260
|
</tr>
|
2439
2261
|
<tr>
|
2440
2262
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2441
|
-
<td>a state
|
2442
|
-
</td>
|
2263
|
+
<td>a state</td>
|
2443
2264
|
</tr>
|
2444
2265
|
<tr>
|
2445
2266
|
<td><p><span class="term"><em class="parameter"><code>use_text</code></em> :</span></p></td>
|
2446
2267
|
<td>whether to use the text or foreground
|
2447
|
-
|
2268
|
+
graphics context of <em class="parameter"><code>style</code></em>
|
2448
2269
|
</td>
|
2449
2270
|
</tr>
|
2450
2271
|
<tr>
|
2451
2272
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2452
|
-
<td>x origin
|
2453
|
-
</td>
|
2273
|
+
<td>x origin</td>
|
2454
2274
|
</tr>
|
2455
2275
|
<tr>
|
2456
2276
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2457
|
-
<td>y origin
|
2458
|
-
</td>
|
2277
|
+
<td>y origin</td>
|
2459
2278
|
</tr>
|
2460
2279
|
<tr>
|
2461
2280
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
2462
|
-
<td>the layout to draw
|
2463
|
-
</td>
|
2281
|
+
<td>the layout to draw</td>
|
2464
2282
|
</tr>
|
2465
2283
|
</tbody>
|
2466
2284
|
</table></div>
|
2467
2285
|
</div>
|
2468
2286
|
<hr>
|
2469
|
-
<div class="refsect2"
|
2287
|
+
<div class="refsect2">
|
2470
2288
|
<a name="gtk-draw-resize-grip"></a><h3>gtk_draw_resize_grip ()</h3>
|
2471
2289
|
<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>,
|
2472
2290
|
<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>,
|
@@ -2476,7 +2294,7 @@ Draws a layout on <em class="parameter"><code>window</code></em> using the given
|
|
2476
2294
|
<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>,
|
2477
2295
|
<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>,
|
2478
2296
|
<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>
|
2479
|
-
<div class="warning"
|
2297
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2480
2298
|
<h3 class="title">Warning</h3>
|
2481
2299
|
<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>
|
2482
2300
|
</div>
|
@@ -2499,39 +2317,33 @@ parameters.
|
|
2499
2317
|
</tr>
|
2500
2318
|
<tr>
|
2501
2319
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2502
|
-
<td>a state
|
2503
|
-
</td>
|
2320
|
+
<td>a state</td>
|
2504
2321
|
</tr>
|
2505
2322
|
<tr>
|
2506
2323
|
<td><p><span class="term"><em class="parameter"><code>edge</code></em> :</span></p></td>
|
2507
|
-
<td>the edge in which to draw the resize grip
|
2508
|
-
</td>
|
2324
|
+
<td>the edge in which to draw the resize grip</td>
|
2509
2325
|
</tr>
|
2510
2326
|
<tr>
|
2511
2327
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2512
|
-
<td>the x origin of the rectangle in which to draw the resize grip
|
2513
|
-
</td>
|
2328
|
+
<td>the x origin of the rectangle in which to draw the resize grip</td>
|
2514
2329
|
</tr>
|
2515
2330
|
<tr>
|
2516
2331
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2517
|
-
<td>the y origin of the rectangle in which to draw the resize grip
|
2518
|
-
</td>
|
2332
|
+
<td>the y origin of the rectangle in which to draw the resize grip</td>
|
2519
2333
|
</tr>
|
2520
2334
|
<tr>
|
2521
2335
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2522
|
-
<td>the width of the rectangle in which to draw the resize grip
|
2523
|
-
</td>
|
2336
|
+
<td>the width of the rectangle in which to draw the resize grip</td>
|
2524
2337
|
</tr>
|
2525
2338
|
<tr>
|
2526
2339
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2527
|
-
<td>the height of the rectangle in which to draw the resize grip
|
2528
|
-
</td>
|
2340
|
+
<td>the height of the rectangle in which to draw the resize grip</td>
|
2529
2341
|
</tr>
|
2530
2342
|
</tbody>
|
2531
2343
|
</table></div>
|
2532
2344
|
</div>
|
2533
2345
|
<hr>
|
2534
|
-
<div class="refsect2"
|
2346
|
+
<div class="refsect2">
|
2535
2347
|
<a name="gtk-paint-arrow"></a><h3>gtk_paint_arrow ()</h3>
|
2536
2348
|
<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>,
|
2537
2349
|
<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>,
|
@@ -2565,66 +2377,58 @@ parameters. <em class="parameter"><code>arrow_type</code></em> determines the di
|
|
2565
2377
|
</tr>
|
2566
2378
|
<tr>
|
2567
2379
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2568
|
-
<td>a state
|
2569
|
-
</td>
|
2380
|
+
<td>a state</td>
|
2570
2381
|
</tr>
|
2571
2382
|
<tr>
|
2572
2383
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2573
|
-
<td>the type of shadow to draw
|
2574
|
-
</td>
|
2384
|
+
<td>the type of shadow to draw</td>
|
2575
2385
|
</tr>
|
2576
2386
|
<tr>
|
2577
2387
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2578
|
-
<td>
|
2579
|
-
|
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>
|
2580
2390
|
</td>
|
2581
2391
|
</tr>
|
2582
2392
|
<tr>
|
2583
2393
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2584
|
-
<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>
|
2585
2395
|
</td>
|
2586
2396
|
</tr>
|
2587
2397
|
<tr>
|
2588
2398
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2589
|
-
<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>
|
2590
2400
|
</td>
|
2591
2401
|
</tr>
|
2592
2402
|
<tr>
|
2593
2403
|
<td><p><span class="term"><em class="parameter"><code>arrow_type</code></em> :</span></p></td>
|
2594
|
-
<td>the type of arrow to draw
|
2595
|
-
</td>
|
2404
|
+
<td>the type of arrow to draw</td>
|
2596
2405
|
</tr>
|
2597
2406
|
<tr>
|
2598
2407
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
2599
2408
|
<td>
|
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>
|
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</td>
|
2602
2410
|
</tr>
|
2603
2411
|
<tr>
|
2604
2412
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2605
|
-
<td>x origin of the rectangle to draw the arrow in
|
2606
|
-
</td>
|
2413
|
+
<td>x origin of the rectangle to draw the arrow in</td>
|
2607
2414
|
</tr>
|
2608
2415
|
<tr>
|
2609
2416
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2610
|
-
<td>y origin of the rectangle to draw the arrow in
|
2611
|
-
</td>
|
2417
|
+
<td>y origin of the rectangle to draw the arrow in</td>
|
2612
2418
|
</tr>
|
2613
2419
|
<tr>
|
2614
2420
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2615
|
-
<td>width of the rectangle to draw the arrow in
|
2616
|
-
</td>
|
2421
|
+
<td>width of the rectangle to draw the arrow in</td>
|
2617
2422
|
</tr>
|
2618
2423
|
<tr>
|
2619
2424
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2620
|
-
<td>height of the rectangle to draw the arrow in
|
2621
|
-
</td>
|
2425
|
+
<td>height of the rectangle to draw the arrow in</td>
|
2622
2426
|
</tr>
|
2623
2427
|
</tbody>
|
2624
2428
|
</table></div>
|
2625
2429
|
</div>
|
2626
2430
|
<hr>
|
2627
|
-
<div class="refsect2"
|
2431
|
+
<div class="refsect2">
|
2628
2432
|
<a name="gtk-paint-box"></a><h3>gtk_paint_box ()</h3>
|
2629
2433
|
<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>,
|
2630
2434
|
<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>,
|
@@ -2655,55 +2459,49 @@ Draws a box on <em class="parameter"><code>window</code></em> with the given par
|
|
2655
2459
|
</tr>
|
2656
2460
|
<tr>
|
2657
2461
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2658
|
-
<td>a state
|
2659
|
-
</td>
|
2462
|
+
<td>a state</td>
|
2660
2463
|
</tr>
|
2661
2464
|
<tr>
|
2662
2465
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2663
|
-
<td>the type of shadow to draw
|
2664
|
-
</td>
|
2466
|
+
<td>the type of shadow to draw</td>
|
2665
2467
|
</tr>
|
2666
2468
|
<tr>
|
2667
2469
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2668
|
-
<td>
|
2669
|
-
|
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>
|
2670
2472
|
</td>
|
2671
2473
|
</tr>
|
2672
2474
|
<tr>
|
2673
2475
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2674
|
-
<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>
|
2675
2477
|
</td>
|
2676
2478
|
</tr>
|
2677
2479
|
<tr>
|
2678
2480
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2679
|
-
<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>
|
2680
2482
|
</td>
|
2681
2483
|
</tr>
|
2682
2484
|
<tr>
|
2683
2485
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2684
|
-
<td>x origin of the box
|
2685
|
-
</td>
|
2486
|
+
<td>x origin of the box</td>
|
2686
2487
|
</tr>
|
2687
2488
|
<tr>
|
2688
2489
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2689
|
-
<td>y origin of the box
|
2690
|
-
</td>
|
2490
|
+
<td>y origin of the box</td>
|
2691
2491
|
</tr>
|
2692
2492
|
<tr>
|
2693
2493
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2694
|
-
<td>the width of the box
|
2695
|
-
</td>
|
2494
|
+
<td>the width of the box</td>
|
2696
2495
|
</tr>
|
2697
2496
|
<tr>
|
2698
2497
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2699
|
-
<td>the height of the box
|
2700
|
-
</td>
|
2498
|
+
<td>the height of the box</td>
|
2701
2499
|
</tr>
|
2702
2500
|
</tbody>
|
2703
2501
|
</table></div>
|
2704
2502
|
</div>
|
2705
2503
|
<hr>
|
2706
|
-
<div class="refsect2"
|
2504
|
+
<div class="refsect2">
|
2707
2505
|
<a name="gtk-paint-box-gap"></a><h3>gtk_paint_box_gap ()</h3>
|
2708
2506
|
<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>,
|
2709
2507
|
<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>,
|
@@ -2738,70 +2536,61 @@ leaving a gap in one side.
|
|
2738
2536
|
</tr>
|
2739
2537
|
<tr>
|
2740
2538
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2741
|
-
<td>a state
|
2742
|
-
</td>
|
2539
|
+
<td>a state</td>
|
2743
2540
|
</tr>
|
2744
2541
|
<tr>
|
2745
2542
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2746
|
-
<td>type of shadow to draw
|
2747
|
-
</td>
|
2543
|
+
<td>type of shadow to draw</td>
|
2748
2544
|
</tr>
|
2749
2545
|
<tr>
|
2750
2546
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2751
|
-
<td>
|
2752
|
-
|
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>
|
2753
2549
|
</td>
|
2754
2550
|
</tr>
|
2755
2551
|
<tr>
|
2756
2552
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2757
|
-
<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>
|
2758
2554
|
</td>
|
2759
2555
|
</tr>
|
2760
2556
|
<tr>
|
2761
2557
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2762
|
-
<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>
|
2763
2559
|
</td>
|
2764
2560
|
</tr>
|
2765
2561
|
<tr>
|
2766
2562
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2767
|
-
<td>x origin of the rectangle
|
2768
|
-
</td>
|
2563
|
+
<td>x origin of the rectangle</td>
|
2769
2564
|
</tr>
|
2770
2565
|
<tr>
|
2771
2566
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2772
|
-
<td>y origin of the rectangle
|
2773
|
-
</td>
|
2567
|
+
<td>y origin of the rectangle</td>
|
2774
2568
|
</tr>
|
2775
2569
|
<tr>
|
2776
2570
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2777
|
-
<td>width of the rectangle
|
2778
|
-
</td>
|
2571
|
+
<td>width of the rectangle</td>
|
2779
2572
|
</tr>
|
2780
2573
|
<tr>
|
2781
2574
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2782
|
-
<td>width of the rectangle
|
2783
|
-
</td>
|
2575
|
+
<td>width of the rectangle</td>
|
2784
2576
|
</tr>
|
2785
2577
|
<tr>
|
2786
2578
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
2787
|
-
<td>side in which to leave the gap
|
2788
|
-
</td>
|
2579
|
+
<td>side in which to leave the gap</td>
|
2789
2580
|
</tr>
|
2790
2581
|
<tr>
|
2791
2582
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
2792
|
-
<td>starting position of the gap
|
2793
|
-
</td>
|
2583
|
+
<td>starting position of the gap</td>
|
2794
2584
|
</tr>
|
2795
2585
|
<tr>
|
2796
2586
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
2797
|
-
<td>width of the gap
|
2798
|
-
</td>
|
2587
|
+
<td>width of the gap</td>
|
2799
2588
|
</tr>
|
2800
2589
|
</tbody>
|
2801
2590
|
</table></div>
|
2802
2591
|
</div>
|
2803
2592
|
<hr>
|
2804
|
-
<div class="refsect2"
|
2593
|
+
<div class="refsect2">
|
2805
2594
|
<a name="gtk-paint-check"></a><h3>gtk_paint_check ()</h3>
|
2806
2595
|
<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>,
|
2807
2596
|
<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>,
|
@@ -2833,55 +2622,49 @@ the given parameters.
|
|
2833
2622
|
</tr>
|
2834
2623
|
<tr>
|
2835
2624
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2836
|
-
<td>a state
|
2837
|
-
</td>
|
2625
|
+
<td>a state</td>
|
2838
2626
|
</tr>
|
2839
2627
|
<tr>
|
2840
2628
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2841
|
-
<td>the type of shadow to draw
|
2842
|
-
</td>
|
2629
|
+
<td>the type of shadow to draw</td>
|
2843
2630
|
</tr>
|
2844
2631
|
<tr>
|
2845
2632
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2846
|
-
<td>
|
2847
|
-
|
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>
|
2848
2635
|
</td>
|
2849
2636
|
</tr>
|
2850
2637
|
<tr>
|
2851
2638
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2852
|
-
<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>
|
2853
2640
|
</td>
|
2854
2641
|
</tr>
|
2855
2642
|
<tr>
|
2856
2643
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2857
|
-
<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>
|
2858
2645
|
</td>
|
2859
2646
|
</tr>
|
2860
2647
|
<tr>
|
2861
2648
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2862
|
-
<td>x origin of the rectangle to draw the check in
|
2863
|
-
</td>
|
2649
|
+
<td>x origin of the rectangle to draw the check in</td>
|
2864
2650
|
</tr>
|
2865
2651
|
<tr>
|
2866
2652
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2867
|
-
<td>y origin of the rectangle to draw the check in
|
2868
|
-
</td>
|
2653
|
+
<td>y origin of the rectangle to draw the check in</td>
|
2869
2654
|
</tr>
|
2870
2655
|
<tr>
|
2871
2656
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2872
|
-
<td>the width of the rectangle to draw the check in
|
2873
|
-
</td>
|
2657
|
+
<td>the width of the rectangle to draw the check in</td>
|
2874
2658
|
</tr>
|
2875
2659
|
<tr>
|
2876
2660
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2877
|
-
<td>the height of the rectangle to draw the check in
|
2878
|
-
</td>
|
2661
|
+
<td>the height of the rectangle to draw the check in</td>
|
2879
2662
|
</tr>
|
2880
2663
|
</tbody>
|
2881
2664
|
</table></div>
|
2882
2665
|
</div>
|
2883
2666
|
<hr>
|
2884
|
-
<div class="refsect2"
|
2667
|
+
<div class="refsect2">
|
2885
2668
|
<a name="gtk-paint-diamond"></a><h3>gtk_paint_diamond ()</h3>
|
2886
2669
|
<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>,
|
2887
2670
|
<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>,
|
@@ -2913,55 +2696,49 @@ parameters.
|
|
2913
2696
|
</tr>
|
2914
2697
|
<tr>
|
2915
2698
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2916
|
-
<td>a state
|
2917
|
-
</td>
|
2699
|
+
<td>a state</td>
|
2918
2700
|
</tr>
|
2919
2701
|
<tr>
|
2920
2702
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
2921
|
-
<td>the type of shadow to draw
|
2922
|
-
</td>
|
2703
|
+
<td>the type of shadow to draw</td>
|
2923
2704
|
</tr>
|
2924
2705
|
<tr>
|
2925
2706
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
2926
|
-
<td>
|
2927
|
-
|
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>
|
2928
2709
|
</td>
|
2929
2710
|
</tr>
|
2930
2711
|
<tr>
|
2931
2712
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
2932
|
-
<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>
|
2933
2714
|
</td>
|
2934
2715
|
</tr>
|
2935
2716
|
<tr>
|
2936
2717
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
2937
|
-
<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>
|
2938
2719
|
</td>
|
2939
2720
|
</tr>
|
2940
2721
|
<tr>
|
2941
2722
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
2942
|
-
<td>x origin of the rectangle to draw the diamond in
|
2943
|
-
</td>
|
2723
|
+
<td>x origin of the rectangle to draw the diamond in</td>
|
2944
2724
|
</tr>
|
2945
2725
|
<tr>
|
2946
2726
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
2947
|
-
<td>y origin of the rectangle to draw the diamond in
|
2948
|
-
</td>
|
2727
|
+
<td>y origin of the rectangle to draw the diamond in</td>
|
2949
2728
|
</tr>
|
2950
2729
|
<tr>
|
2951
2730
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2952
|
-
<td>width of the rectangle to draw the diamond in
|
2953
|
-
</td>
|
2731
|
+
<td>width of the rectangle to draw the diamond in</td>
|
2954
2732
|
</tr>
|
2955
2733
|
<tr>
|
2956
2734
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2957
|
-
<td>height of the rectangle to draw the diamond in
|
2958
|
-
</td>
|
2735
|
+
<td>height of the rectangle to draw the diamond in</td>
|
2959
2736
|
</tr>
|
2960
2737
|
</tbody>
|
2961
2738
|
</table></div>
|
2962
2739
|
</div>
|
2963
2740
|
<hr>
|
2964
|
-
<div class="refsect2"
|
2741
|
+
<div class="refsect2">
|
2965
2742
|
<a name="gtk-paint-extension"></a><h3>gtk_paint_extension ()</h3>
|
2966
2743
|
<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>,
|
2967
2744
|
<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>,
|
@@ -2993,60 +2770,53 @@ Draws an extension, i.e. a notebook tab.
|
|
2993
2770
|
</tr>
|
2994
2771
|
<tr>
|
2995
2772
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
2996
|
-
<td>a state
|
2997
|
-
</td>
|
2773
|
+
<td>a state</td>
|
2998
2774
|
</tr>
|
2999
2775
|
<tr>
|
3000
2776
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3001
|
-
<td>type of shadow to draw
|
3002
|
-
</td>
|
2777
|
+
<td>type of shadow to draw</td>
|
3003
2778
|
</tr>
|
3004
2779
|
<tr>
|
3005
2780
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3006
|
-
<td>
|
3007
|
-
|
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>
|
3008
2783
|
</td>
|
3009
2784
|
</tr>
|
3010
2785
|
<tr>
|
3011
2786
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3012
|
-
<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>
|
3013
2788
|
</td>
|
3014
2789
|
</tr>
|
3015
2790
|
<tr>
|
3016
2791
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3017
|
-
<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>
|
3018
2793
|
</td>
|
3019
2794
|
</tr>
|
3020
2795
|
<tr>
|
3021
2796
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3022
|
-
<td>x origin of the extension
|
3023
|
-
</td>
|
2797
|
+
<td>x origin of the extension</td>
|
3024
2798
|
</tr>
|
3025
2799
|
<tr>
|
3026
2800
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3027
|
-
<td>y origin of the extension
|
3028
|
-
</td>
|
2801
|
+
<td>y origin of the extension</td>
|
3029
2802
|
</tr>
|
3030
2803
|
<tr>
|
3031
2804
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3032
|
-
<td>width of the extension
|
3033
|
-
</td>
|
2805
|
+
<td>width of the extension</td>
|
3034
2806
|
</tr>
|
3035
2807
|
<tr>
|
3036
2808
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3037
|
-
<td>width of the extension
|
3038
|
-
</td>
|
2809
|
+
<td>width of the extension</td>
|
3039
2810
|
</tr>
|
3040
2811
|
<tr>
|
3041
2812
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
3042
|
-
<td>the side on to which the extension is attached
|
3043
|
-
</td>
|
2813
|
+
<td>the side on to which the extension is attached</td>
|
3044
2814
|
</tr>
|
3045
2815
|
</tbody>
|
3046
2816
|
</table></div>
|
3047
2817
|
</div>
|
3048
2818
|
<hr>
|
3049
|
-
<div class="refsect2"
|
2819
|
+
<div class="refsect2">
|
3050
2820
|
<a name="gtk-paint-flat-box"></a><h3>gtk_paint_flat_box ()</h3>
|
3051
2821
|
<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>,
|
3052
2822
|
<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>,
|
@@ -3077,55 +2847,49 @@ Draws a flat box on <em class="parameter"><code>window</code></em> with the give
|
|
3077
2847
|
</tr>
|
3078
2848
|
<tr>
|
3079
2849
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3080
|
-
<td>a state
|
3081
|
-
</td>
|
2850
|
+
<td>a state</td>
|
3082
2851
|
</tr>
|
3083
2852
|
<tr>
|
3084
2853
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3085
|
-
<td>the type of shadow to draw
|
3086
|
-
</td>
|
2854
|
+
<td>the type of shadow to draw</td>
|
3087
2855
|
</tr>
|
3088
2856
|
<tr>
|
3089
2857
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3090
|
-
<td>
|
3091
|
-
|
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>
|
3092
2860
|
</td>
|
3093
2861
|
</tr>
|
3094
2862
|
<tr>
|
3095
2863
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3096
|
-
<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>
|
3097
2865
|
</td>
|
3098
2866
|
</tr>
|
3099
2867
|
<tr>
|
3100
2868
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3101
|
-
<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>
|
3102
2870
|
</td>
|
3103
2871
|
</tr>
|
3104
2872
|
<tr>
|
3105
2873
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3106
|
-
<td>x origin of the box
|
3107
|
-
</td>
|
2874
|
+
<td>x origin of the box</td>
|
3108
2875
|
</tr>
|
3109
2876
|
<tr>
|
3110
2877
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3111
|
-
<td>y origin of the box
|
3112
|
-
</td>
|
2878
|
+
<td>y origin of the box</td>
|
3113
2879
|
</tr>
|
3114
2880
|
<tr>
|
3115
2881
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3116
|
-
<td>the width of the box
|
3117
|
-
</td>
|
2882
|
+
<td>the width of the box</td>
|
3118
2883
|
</tr>
|
3119
2884
|
<tr>
|
3120
2885
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3121
|
-
<td>the height of the box
|
3122
|
-
</td>
|
2886
|
+
<td>the height of the box</td>
|
3123
2887
|
</tr>
|
3124
2888
|
</tbody>
|
3125
2889
|
</table></div>
|
3126
2890
|
</div>
|
3127
2891
|
<hr>
|
3128
|
-
<div class="refsect2"
|
2892
|
+
<div class="refsect2">
|
3129
2893
|
<a name="gtk-paint-focus"></a><h3>gtk_paint_focus ()</h3>
|
3130
2894
|
<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>,
|
3131
2895
|
<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>,
|
@@ -3156,50 +2920,45 @@ given style.
|
|
3156
2920
|
</tr>
|
3157
2921
|
<tr>
|
3158
2922
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3159
|
-
<td>a state
|
3160
|
-
</td>
|
2923
|
+
<td>a state</td>
|
3161
2924
|
</tr>
|
3162
2925
|
<tr>
|
3163
2926
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3164
|
-
<td>
|
3165
|
-
|
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>
|
3166
2929
|
</td>
|
3167
2930
|
</tr>
|
3168
2931
|
<tr>
|
3169
2932
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3170
|
-
<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>
|
3171
2934
|
</td>
|
3172
2935
|
</tr>
|
3173
2936
|
<tr>
|
3174
2937
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3175
|
-
<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>
|
3176
2939
|
</td>
|
3177
2940
|
</tr>
|
3178
2941
|
<tr>
|
3179
2942
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3180
|
-
<td>the x origin of the rectangle around which to draw a focus indicator
|
3181
|
-
</td>
|
2943
|
+
<td>the x origin of the rectangle around which to draw a focus indicator</td>
|
3182
2944
|
</tr>
|
3183
2945
|
<tr>
|
3184
2946
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3185
|
-
<td>the y origin of the rectangle around which to draw a focus indicator
|
3186
|
-
</td>
|
2947
|
+
<td>the y origin of the rectangle around which to draw a focus indicator</td>
|
3187
2948
|
</tr>
|
3188
2949
|
<tr>
|
3189
2950
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3190
|
-
<td>the width of the rectangle around which to draw a focus indicator
|
3191
|
-
</td>
|
2951
|
+
<td>the width of the rectangle around which to draw a focus indicator</td>
|
3192
2952
|
</tr>
|
3193
2953
|
<tr>
|
3194
2954
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3195
|
-
<td>the height of the rectangle around which to draw a focus indicator
|
3196
|
-
</td>
|
2955
|
+
<td>the height of the rectangle around which to draw a focus indicator</td>
|
3197
2956
|
</tr>
|
3198
2957
|
</tbody>
|
3199
2958
|
</table></div>
|
3200
2959
|
</div>
|
3201
2960
|
<hr>
|
3202
|
-
<div class="refsect2"
|
2961
|
+
<div class="refsect2">
|
3203
2962
|
<a name="gtk-paint-handle"></a><h3>gtk_paint_handle ()</h3>
|
3204
2963
|
<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>,
|
3205
2964
|
<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>,
|
@@ -3231,60 +2990,53 @@ Draws a handle as used in <a class="link" href="GtkHandleBox.html" title="GtkHan
|
|
3231
2990
|
</tr>
|
3232
2991
|
<tr>
|
3233
2992
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3234
|
-
<td>a state
|
3235
|
-
</td>
|
2993
|
+
<td>a state</td>
|
3236
2994
|
</tr>
|
3237
2995
|
<tr>
|
3238
2996
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3239
|
-
<td>type of shadow to draw
|
3240
|
-
</td>
|
2997
|
+
<td>type of shadow to draw</td>
|
3241
2998
|
</tr>
|
3242
2999
|
<tr>
|
3243
3000
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3244
|
-
<td>
|
3245
|
-
|
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>
|
3246
3003
|
</td>
|
3247
3004
|
</tr>
|
3248
3005
|
<tr>
|
3249
3006
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3250
|
-
<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>
|
3251
3008
|
</td>
|
3252
3009
|
</tr>
|
3253
3010
|
<tr>
|
3254
3011
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3255
|
-
<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>
|
3256
3013
|
</td>
|
3257
3014
|
</tr>
|
3258
3015
|
<tr>
|
3259
3016
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3260
|
-
<td>x origin of the handle
|
3261
|
-
</td>
|
3017
|
+
<td>x origin of the handle</td>
|
3262
3018
|
</tr>
|
3263
3019
|
<tr>
|
3264
3020
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3265
|
-
<td>y origin of the handle
|
3266
|
-
</td>
|
3021
|
+
<td>y origin of the handle</td>
|
3267
3022
|
</tr>
|
3268
3023
|
<tr>
|
3269
3024
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3270
|
-
<td>with of the handle
|
3271
|
-
</td>
|
3025
|
+
<td>with of the handle</td>
|
3272
3026
|
</tr>
|
3273
3027
|
<tr>
|
3274
3028
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3275
|
-
<td>height of the handle
|
3276
|
-
</td>
|
3029
|
+
<td>height of the handle</td>
|
3277
3030
|
</tr>
|
3278
3031
|
<tr>
|
3279
3032
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
3280
|
-
<td>the orientation of the handle
|
3281
|
-
</td>
|
3033
|
+
<td>the orientation of the handle</td>
|
3282
3034
|
</tr>
|
3283
3035
|
</tbody>
|
3284
3036
|
</table></div>
|
3285
3037
|
</div>
|
3286
3038
|
<hr>
|
3287
|
-
<div class="refsect2"
|
3039
|
+
<div class="refsect2">
|
3288
3040
|
<a name="gtk-paint-hline"></a><h3>gtk_paint_hline ()</h3>
|
3289
3041
|
<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>,
|
3290
3042
|
<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>,
|
@@ -3314,45 +3066,41 @@ using the given style and state.
|
|
3314
3066
|
</tr>
|
3315
3067
|
<tr>
|
3316
3068
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3317
|
-
<td>a state
|
3318
|
-
</td>
|
3069
|
+
<td>a state</td>
|
3319
3070
|
</tr>
|
3320
3071
|
<tr>
|
3321
3072
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3322
|
-
<td>
|
3323
|
-
|
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>
|
3324
3075
|
</td>
|
3325
3076
|
</tr>
|
3326
3077
|
<tr>
|
3327
3078
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3328
|
-
<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>
|
3329
3080
|
</td>
|
3330
3081
|
</tr>
|
3331
3082
|
<tr>
|
3332
3083
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3333
|
-
<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>
|
3334
3085
|
</td>
|
3335
3086
|
</tr>
|
3336
3087
|
<tr>
|
3337
3088
|
<td><p><span class="term"><em class="parameter"><code>x1</code></em> :</span></p></td>
|
3338
|
-
<td>the starting x coordinate
|
3339
|
-
</td>
|
3089
|
+
<td>the starting x coordinate</td>
|
3340
3090
|
</tr>
|
3341
3091
|
<tr>
|
3342
3092
|
<td><p><span class="term"><em class="parameter"><code>x2</code></em> :</span></p></td>
|
3343
|
-
<td>the ending x coordinate
|
3344
|
-
</td>
|
3093
|
+
<td>the ending x coordinate</td>
|
3345
3094
|
</tr>
|
3346
3095
|
<tr>
|
3347
3096
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3348
|
-
<td>the y coordinate
|
3349
|
-
</td>
|
3097
|
+
<td>the y coordinate</td>
|
3350
3098
|
</tr>
|
3351
3099
|
</tbody>
|
3352
3100
|
</table></div>
|
3353
3101
|
</div>
|
3354
3102
|
<hr>
|
3355
|
-
<div class="refsect2"
|
3103
|
+
<div class="refsect2">
|
3356
3104
|
<a name="gtk-paint-option"></a><h3>gtk_paint_option ()</h3>
|
3357
3105
|
<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>,
|
3358
3106
|
<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>,
|
@@ -3384,55 +3132,49 @@ the given parameters.
|
|
3384
3132
|
</tr>
|
3385
3133
|
<tr>
|
3386
3134
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3387
|
-
<td>a state
|
3388
|
-
</td>
|
3135
|
+
<td>a state</td>
|
3389
3136
|
</tr>
|
3390
3137
|
<tr>
|
3391
3138
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3392
|
-
<td>the type of shadow to draw
|
3393
|
-
</td>
|
3139
|
+
<td>the type of shadow to draw</td>
|
3394
3140
|
</tr>
|
3395
3141
|
<tr>
|
3396
3142
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3397
|
-
<td>
|
3398
|
-
|
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>
|
3399
3145
|
</td>
|
3400
3146
|
</tr>
|
3401
3147
|
<tr>
|
3402
3148
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3403
|
-
<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>
|
3404
3150
|
</td>
|
3405
3151
|
</tr>
|
3406
3152
|
<tr>
|
3407
3153
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3408
|
-
<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>
|
3409
3155
|
</td>
|
3410
3156
|
</tr>
|
3411
3157
|
<tr>
|
3412
3158
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3413
|
-
<td>x origin of the rectangle to draw the option in
|
3414
|
-
</td>
|
3159
|
+
<td>x origin of the rectangle to draw the option in</td>
|
3415
3160
|
</tr>
|
3416
3161
|
<tr>
|
3417
3162
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3418
|
-
<td>y origin of the rectangle to draw the option in
|
3419
|
-
</td>
|
3163
|
+
<td>y origin of the rectangle to draw the option in</td>
|
3420
3164
|
</tr>
|
3421
3165
|
<tr>
|
3422
3166
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3423
|
-
<td>the width of the rectangle to draw the option in
|
3424
|
-
</td>
|
3167
|
+
<td>the width of the rectangle to draw the option in</td>
|
3425
3168
|
</tr>
|
3426
3169
|
<tr>
|
3427
3170
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3428
|
-
<td>the height of the rectangle to draw the option in
|
3429
|
-
</td>
|
3171
|
+
<td>the height of the rectangle to draw the option in</td>
|
3430
3172
|
</tr>
|
3431
3173
|
</tbody>
|
3432
3174
|
</table></div>
|
3433
3175
|
</div>
|
3434
3176
|
<hr>
|
3435
|
-
<div class="refsect2"
|
3177
|
+
<div class="refsect2">
|
3436
3178
|
<a name="gtk-paint-polygon"></a><h3>gtk_paint_polygon ()</h3>
|
3437
3179
|
<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>,
|
3438
3180
|
<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>,
|
@@ -3462,34 +3204,31 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
3462
3204
|
</tr>
|
3463
3205
|
<tr>
|
3464
3206
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3465
|
-
<td>a state
|
3466
|
-
</td>
|
3207
|
+
<td>a state</td>
|
3467
3208
|
</tr>
|
3468
3209
|
<tr>
|
3469
3210
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3470
|
-
<td>type of shadow to draw
|
3471
|
-
</td>
|
3211
|
+
<td>type of shadow to draw</td>
|
3472
3212
|
</tr>
|
3473
3213
|
<tr>
|
3474
3214
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3475
|
-
<td>
|
3476
|
-
|
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>
|
3477
3217
|
</td>
|
3478
3218
|
</tr>
|
3479
3219
|
<tr>
|
3480
3220
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3481
|
-
<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>
|
3482
3222
|
</td>
|
3483
3223
|
</tr>
|
3484
3224
|
<tr>
|
3485
3225
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3486
|
-
<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>
|
3487
3227
|
</td>
|
3488
3228
|
</tr>
|
3489
3229
|
<tr>
|
3490
3230
|
<td><p><span class="term"><em class="parameter"><code>points</code></em> :</span></p></td>
|
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>
|
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</td>
|
3493
3232
|
</tr>
|
3494
3233
|
<tr>
|
3495
3234
|
<td><p><span class="term"><em class="parameter"><code>n_points</code></em> :</span></p></td>
|
@@ -3499,14 +3238,13 @@ Draws a polygon on <em class="parameter"><code>window</code></em> with the given
|
|
3499
3238
|
<tr>
|
3500
3239
|
<td><p><span class="term"><em class="parameter"><code>fill</code></em> :</span></p></td>
|
3501
3240
|
<td>
|
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>
|
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</td>
|
3504
3242
|
</tr>
|
3505
3243
|
</tbody>
|
3506
3244
|
</table></div>
|
3507
3245
|
</div>
|
3508
3246
|
<hr>
|
3509
|
-
<div class="refsect2"
|
3247
|
+
<div class="refsect2">
|
3510
3248
|
<a name="gtk-paint-shadow"></a><h3>gtk_paint_shadow ()</h3>
|
3511
3249
|
<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>,
|
3512
3250
|
<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>,
|
@@ -3538,55 +3276,49 @@ using the given style and state and shadow type.
|
|
3538
3276
|
</tr>
|
3539
3277
|
<tr>
|
3540
3278
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3541
|
-
<td>a state
|
3542
|
-
</td>
|
3279
|
+
<td>a state</td>
|
3543
3280
|
</tr>
|
3544
3281
|
<tr>
|
3545
3282
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3546
|
-
<td>type of shadow to draw
|
3547
|
-
</td>
|
3283
|
+
<td>type of shadow to draw</td>
|
3548
3284
|
</tr>
|
3549
3285
|
<tr>
|
3550
3286
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3551
|
-
<td>
|
3552
|
-
|
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>
|
3553
3289
|
</td>
|
3554
3290
|
</tr>
|
3555
3291
|
<tr>
|
3556
3292
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3557
|
-
<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>
|
3558
3294
|
</td>
|
3559
3295
|
</tr>
|
3560
3296
|
<tr>
|
3561
3297
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3562
|
-
<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>
|
3563
3299
|
</td>
|
3564
3300
|
</tr>
|
3565
3301
|
<tr>
|
3566
3302
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3567
|
-
<td>x origin of the rectangle
|
3568
|
-
</td>
|
3303
|
+
<td>x origin of the rectangle</td>
|
3569
3304
|
</tr>
|
3570
3305
|
<tr>
|
3571
3306
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3572
|
-
<td>y origin of the rectangle
|
3573
|
-
</td>
|
3307
|
+
<td>y origin of the rectangle</td>
|
3574
3308
|
</tr>
|
3575
3309
|
<tr>
|
3576
3310
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3577
|
-
<td>width of the rectangle
|
3578
|
-
</td>
|
3311
|
+
<td>width of the rectangle</td>
|
3579
3312
|
</tr>
|
3580
3313
|
<tr>
|
3581
3314
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3582
|
-
<td>width of the rectangle
|
3583
|
-
</td>
|
3315
|
+
<td>width of the rectangle</td>
|
3584
3316
|
</tr>
|
3585
3317
|
</tbody>
|
3586
3318
|
</table></div>
|
3587
3319
|
</div>
|
3588
3320
|
<hr>
|
3589
|
-
<div class="refsect2"
|
3321
|
+
<div class="refsect2">
|
3590
3322
|
<a name="gtk-paint-shadow-gap"></a><h3>gtk_paint_shadow_gap ()</h3>
|
3591
3323
|
<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>,
|
3592
3324
|
<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>,
|
@@ -3622,70 +3354,61 @@ gap in one side.
|
|
3622
3354
|
</tr>
|
3623
3355
|
<tr>
|
3624
3356
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3625
|
-
<td>a state
|
3626
|
-
</td>
|
3357
|
+
<td>a state</td>
|
3627
3358
|
</tr>
|
3628
3359
|
<tr>
|
3629
3360
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3630
|
-
<td>type of shadow to draw
|
3631
|
-
</td>
|
3361
|
+
<td>type of shadow to draw</td>
|
3632
3362
|
</tr>
|
3633
3363
|
<tr>
|
3634
3364
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3635
|
-
<td>
|
3636
|
-
|
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>
|
3637
3367
|
</td>
|
3638
3368
|
</tr>
|
3639
3369
|
<tr>
|
3640
3370
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3641
|
-
<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>
|
3642
3372
|
</td>
|
3643
3373
|
</tr>
|
3644
3374
|
<tr>
|
3645
3375
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3646
|
-
<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>
|
3647
3377
|
</td>
|
3648
3378
|
</tr>
|
3649
3379
|
<tr>
|
3650
3380
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3651
|
-
<td>x origin of the rectangle
|
3652
|
-
</td>
|
3381
|
+
<td>x origin of the rectangle</td>
|
3653
3382
|
</tr>
|
3654
3383
|
<tr>
|
3655
3384
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3656
|
-
<td>y origin of the rectangle
|
3657
|
-
</td>
|
3385
|
+
<td>y origin of the rectangle</td>
|
3658
3386
|
</tr>
|
3659
3387
|
<tr>
|
3660
3388
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3661
|
-
<td>width of the rectangle
|
3662
|
-
</td>
|
3389
|
+
<td>width of the rectangle</td>
|
3663
3390
|
</tr>
|
3664
3391
|
<tr>
|
3665
3392
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3666
|
-
<td>width of the rectangle
|
3667
|
-
</td>
|
3393
|
+
<td>width of the rectangle</td>
|
3668
3394
|
</tr>
|
3669
3395
|
<tr>
|
3670
3396
|
<td><p><span class="term"><em class="parameter"><code>gap_side</code></em> :</span></p></td>
|
3671
|
-
<td>side in which to leave the gap
|
3672
|
-
</td>
|
3397
|
+
<td>side in which to leave the gap</td>
|
3673
3398
|
</tr>
|
3674
3399
|
<tr>
|
3675
3400
|
<td><p><span class="term"><em class="parameter"><code>gap_x</code></em> :</span></p></td>
|
3676
|
-
<td>starting position of the gap
|
3677
|
-
</td>
|
3401
|
+
<td>starting position of the gap</td>
|
3678
3402
|
</tr>
|
3679
3403
|
<tr>
|
3680
3404
|
<td><p><span class="term"><em class="parameter"><code>gap_width</code></em> :</span></p></td>
|
3681
|
-
<td>width of the gap
|
3682
|
-
</td>
|
3405
|
+
<td>width of the gap</td>
|
3683
3406
|
</tr>
|
3684
3407
|
</tbody>
|
3685
3408
|
</table></div>
|
3686
3409
|
</div>
|
3687
3410
|
<hr>
|
3688
|
-
<div class="refsect2"
|
3411
|
+
<div class="refsect2">
|
3689
3412
|
<a name="gtk-paint-slider"></a><h3>gtk_paint_slider ()</h3>
|
3690
3413
|
<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>,
|
3691
3414
|
<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>,
|
@@ -3718,60 +3441,53 @@ given style and orientation.
|
|
3718
3441
|
</tr>
|
3719
3442
|
<tr>
|
3720
3443
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3721
|
-
<td>a state
|
3722
|
-
</td>
|
3444
|
+
<td>a state</td>
|
3723
3445
|
</tr>
|
3724
3446
|
<tr>
|
3725
3447
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3726
|
-
<td>a shadow
|
3727
|
-
</td>
|
3448
|
+
<td>a shadow</td>
|
3728
3449
|
</tr>
|
3729
3450
|
<tr>
|
3730
3451
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3731
|
-
<td>
|
3732
|
-
|
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>
|
3733
3454
|
</td>
|
3734
3455
|
</tr>
|
3735
3456
|
<tr>
|
3736
3457
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3737
|
-
<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>
|
3738
3459
|
</td>
|
3739
3460
|
</tr>
|
3740
3461
|
<tr>
|
3741
3462
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3742
|
-
<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>
|
3743
3464
|
</td>
|
3744
3465
|
</tr>
|
3745
3466
|
<tr>
|
3746
3467
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3747
|
-
<td>the x origin of the rectangle in which to draw a slider
|
3748
|
-
</td>
|
3468
|
+
<td>the x origin of the rectangle in which to draw a slider</td>
|
3749
3469
|
</tr>
|
3750
3470
|
<tr>
|
3751
3471
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3752
|
-
<td>the y origin of the rectangle in which to draw a slider
|
3753
|
-
</td>
|
3472
|
+
<td>the y origin of the rectangle in which to draw a slider</td>
|
3754
3473
|
</tr>
|
3755
3474
|
<tr>
|
3756
3475
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3757
|
-
<td>the width of the rectangle in which to draw a slider
|
3758
|
-
</td>
|
3476
|
+
<td>the width of the rectangle in which to draw a slider</td>
|
3759
3477
|
</tr>
|
3760
3478
|
<tr>
|
3761
3479
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3762
|
-
<td>the height of the rectangle in which to draw a slider
|
3763
|
-
</td>
|
3480
|
+
<td>the height of the rectangle in which to draw a slider</td>
|
3764
3481
|
</tr>
|
3765
3482
|
<tr>
|
3766
3483
|
<td><p><span class="term"><em class="parameter"><code>orientation</code></em> :</span></p></td>
|
3767
|
-
<td>the orientation to be used
|
3768
|
-
</td>
|
3484
|
+
<td>the orientation to be used</td>
|
3769
3485
|
</tr>
|
3770
3486
|
</tbody>
|
3771
3487
|
</table></div>
|
3772
3488
|
</div>
|
3773
3489
|
<hr>
|
3774
|
-
<div class="refsect2"
|
3490
|
+
<div class="refsect2">
|
3775
3491
|
<a name="gtk-paint-spinner"></a><h3>gtk_paint_spinner ()</h3>
|
3776
3492
|
<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>,
|
3777
3493
|
<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>,
|
@@ -3802,23 +3518,22 @@ Draws a spinner on <em class="parameter"><code>window</code></em> using the give
|
|
3802
3518
|
</tr>
|
3803
3519
|
<tr>
|
3804
3520
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3805
|
-
<td>a state
|
3806
|
-
</td>
|
3521
|
+
<td>a state</td>
|
3807
3522
|
</tr>
|
3808
3523
|
<tr>
|
3809
3524
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3810
|
-
<td>
|
3811
|
-
|
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>
|
3812
3527
|
</td>
|
3813
3528
|
</tr>
|
3814
3529
|
<tr>
|
3815
3530
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3816
|
-
<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>
|
3817
3532
|
</td>
|
3818
3533
|
</tr>
|
3819
3534
|
<tr>
|
3820
3535
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3821
|
-
<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>
|
3822
3537
|
</td>
|
3823
3538
|
</tr>
|
3824
3539
|
<tr>
|
@@ -3828,30 +3543,26 @@ Draws a spinner on <em class="parameter"><code>window</code></em> using the give
|
|
3828
3543
|
</tr>
|
3829
3544
|
<tr>
|
3830
3545
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3831
|
-
<td>the x origin of the rectangle in which to draw the spinner
|
3832
|
-
</td>
|
3546
|
+
<td>the x origin of the rectangle in which to draw the spinner</td>
|
3833
3547
|
</tr>
|
3834
3548
|
<tr>
|
3835
3549
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3836
|
-
<td>the y origin of the rectangle in which to draw the spinner
|
3837
|
-
</td>
|
3550
|
+
<td>the y origin of the rectangle in which to draw the spinner</td>
|
3838
3551
|
</tr>
|
3839
3552
|
<tr>
|
3840
3553
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3841
|
-
<td>the width of the rectangle in which to draw the spinner
|
3842
|
-
</td>
|
3554
|
+
<td>the width of the rectangle in which to draw the spinner</td>
|
3843
3555
|
</tr>
|
3844
3556
|
<tr>
|
3845
3557
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3846
|
-
<td>the height of the rectangle in which to draw the spinner
|
3847
|
-
</td>
|
3558
|
+
<td>the height of the rectangle in which to draw the spinner</td>
|
3848
3559
|
</tr>
|
3849
3560
|
</tbody>
|
3850
3561
|
</table></div>
|
3851
3562
|
<p class="since">Since 2.20</p>
|
3852
3563
|
</div>
|
3853
3564
|
<hr>
|
3854
|
-
<div class="refsect2"
|
3565
|
+
<div class="refsect2">
|
3855
3566
|
<a name="gtk-paint-string"></a><h3>gtk_paint_string ()</h3>
|
3856
3567
|
<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>,
|
3857
3568
|
<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>,
|
@@ -3862,7 +3573,7 @@ Draws a spinner on <em class="parameter"><code>window</code></em> using the give
|
|
3862
3573
|
<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>,
|
3863
3574
|
<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>,
|
3864
3575
|
<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>
|
3865
|
-
<div class="warning"
|
3576
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3866
3577
|
<h3 class="title">Warning</h3>
|
3867
3578
|
<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>
|
3868
3579
|
</div>
|
@@ -3884,45 +3595,41 @@ Draws a text string on <em class="parameter"><code>window</code></em> with the g
|
|
3884
3595
|
</tr>
|
3885
3596
|
<tr>
|
3886
3597
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3887
|
-
<td>a state
|
3888
|
-
</td>
|
3598
|
+
<td>a state</td>
|
3889
3599
|
</tr>
|
3890
3600
|
<tr>
|
3891
3601
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3892
|
-
<td>
|
3893
|
-
|
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>
|
3894
3604
|
</td>
|
3895
3605
|
</tr>
|
3896
3606
|
<tr>
|
3897
3607
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3898
|
-
<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>
|
3899
3609
|
</td>
|
3900
3610
|
</tr>
|
3901
3611
|
<tr>
|
3902
3612
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3903
|
-
<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>
|
3904
3614
|
</td>
|
3905
3615
|
</tr>
|
3906
3616
|
<tr>
|
3907
3617
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3908
|
-
<td>x origin
|
3909
|
-
</td>
|
3618
|
+
<td>x origin</td>
|
3910
3619
|
</tr>
|
3911
3620
|
<tr>
|
3912
3621
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3913
|
-
<td>y origin
|
3914
|
-
</td>
|
3622
|
+
<td>y origin</td>
|
3915
3623
|
</tr>
|
3916
3624
|
<tr>
|
3917
3625
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
3918
|
-
<td>the string to draw
|
3919
|
-
</td>
|
3626
|
+
<td>the string to draw</td>
|
3920
3627
|
</tr>
|
3921
3628
|
</tbody>
|
3922
3629
|
</table></div>
|
3923
3630
|
</div>
|
3924
3631
|
<hr>
|
3925
|
-
<div class="refsect2"
|
3632
|
+
<div class="refsect2">
|
3926
3633
|
<a name="gtk-paint-tab"></a><h3>gtk_paint_tab ()</h3>
|
3927
3634
|
<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>,
|
3928
3635
|
<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>,
|
@@ -3954,55 +3661,49 @@ in the given rectangle on <em class="parameter"><code>window</code></em> using t
|
|
3954
3661
|
</tr>
|
3955
3662
|
<tr>
|
3956
3663
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
3957
|
-
<td>a state
|
3958
|
-
</td>
|
3664
|
+
<td>a state</td>
|
3959
3665
|
</tr>
|
3960
3666
|
<tr>
|
3961
3667
|
<td><p><span class="term"><em class="parameter"><code>shadow_type</code></em> :</span></p></td>
|
3962
|
-
<td>the type of shadow to draw
|
3963
|
-
</td>
|
3668
|
+
<td>the type of shadow to draw</td>
|
3964
3669
|
</tr>
|
3965
3670
|
<tr>
|
3966
3671
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
3967
|
-
<td>
|
3968
|
-
|
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>
|
3969
3674
|
</td>
|
3970
3675
|
</tr>
|
3971
3676
|
<tr>
|
3972
3677
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
3973
|
-
<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>
|
3974
3679
|
</td>
|
3975
3680
|
</tr>
|
3976
3681
|
<tr>
|
3977
3682
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
3978
|
-
<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>
|
3979
3684
|
</td>
|
3980
3685
|
</tr>
|
3981
3686
|
<tr>
|
3982
3687
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3983
|
-
<td>x origin of the rectangle to draw the tab in
|
3984
|
-
</td>
|
3688
|
+
<td>x origin of the rectangle to draw the tab in</td>
|
3985
3689
|
</tr>
|
3986
3690
|
<tr>
|
3987
3691
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3988
|
-
<td>y origin of the rectangle to draw the tab in
|
3989
|
-
</td>
|
3692
|
+
<td>y origin of the rectangle to draw the tab in</td>
|
3990
3693
|
</tr>
|
3991
3694
|
<tr>
|
3992
3695
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3993
|
-
<td>the width of the rectangle to draw the tab in
|
3994
|
-
</td>
|
3696
|
+
<td>the width of the rectangle to draw the tab in</td>
|
3995
3697
|
</tr>
|
3996
3698
|
<tr>
|
3997
3699
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3998
|
-
<td>the height of the rectangle to draw the tab in
|
3999
|
-
</td>
|
3700
|
+
<td>the height of the rectangle to draw the tab in</td>
|
4000
3701
|
</tr>
|
4001
3702
|
</tbody>
|
4002
3703
|
</table></div>
|
4003
3704
|
</div>
|
4004
3705
|
<hr>
|
4005
|
-
<div class="refsect2"
|
3706
|
+
<div class="refsect2">
|
4006
3707
|
<a name="gtk-paint-vline"></a><h3>gtk_paint_vline ()</h3>
|
4007
3708
|
<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>,
|
4008
3709
|
<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>,
|
@@ -4032,45 +3733,41 @@ using the given style and state.
|
|
4032
3733
|
</tr>
|
4033
3734
|
<tr>
|
4034
3735
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
4035
|
-
<td>a state
|
4036
|
-
</td>
|
3736
|
+
<td>a state</td>
|
4037
3737
|
</tr>
|
4038
3738
|
<tr>
|
4039
3739
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4040
|
-
<td>
|
4041
|
-
|
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>
|
4042
3742
|
</td>
|
4043
3743
|
</tr>
|
4044
3744
|
<tr>
|
4045
3745
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
4046
|
-
<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>
|
4047
3747
|
</td>
|
4048
3748
|
</tr>
|
4049
3749
|
<tr>
|
4050
3750
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
4051
|
-
<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>
|
4052
3752
|
</td>
|
4053
3753
|
</tr>
|
4054
3754
|
<tr>
|
4055
3755
|
<td><p><span class="term"><em class="parameter"><code>y1_</code></em> :</span></p></td>
|
4056
|
-
<td>the starting y coordinate
|
4057
|
-
</td>
|
3756
|
+
<td>the starting y coordinate</td>
|
4058
3757
|
</tr>
|
4059
3758
|
<tr>
|
4060
3759
|
<td><p><span class="term"><em class="parameter"><code>y2_</code></em> :</span></p></td>
|
4061
|
-
<td>the ending y coordinate
|
4062
|
-
</td>
|
3760
|
+
<td>the ending y coordinate</td>
|
4063
3761
|
</tr>
|
4064
3762
|
<tr>
|
4065
3763
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
4066
|
-
<td>the x coordinate
|
4067
|
-
</td>
|
3764
|
+
<td>the x coordinate</td>
|
4068
3765
|
</tr>
|
4069
3766
|
</tbody>
|
4070
3767
|
</table></div>
|
4071
3768
|
</div>
|
4072
3769
|
<hr>
|
4073
|
-
<div class="refsect2"
|
3770
|
+
<div class="refsect2">
|
4074
3771
|
<a name="gtk-paint-expander"></a><h3>gtk_paint_expander ()</h3>
|
4075
3772
|
<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>,
|
4076
3773
|
<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>,
|
@@ -4107,47 +3804,43 @@ expanded position.
|
|
4107
3804
|
</tr>
|
4108
3805
|
<tr>
|
4109
3806
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
4110
|
-
<td>a state
|
4111
|
-
</td>
|
3807
|
+
<td>a state</td>
|
4112
3808
|
</tr>
|
4113
3809
|
<tr>
|
4114
3810
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4115
|
-
<td>
|
4116
|
-
|
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>
|
4117
3813
|
</td>
|
4118
3814
|
</tr>
|
4119
3815
|
<tr>
|
4120
3816
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
4121
|
-
<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>
|
4122
3818
|
</td>
|
4123
3819
|
</tr>
|
4124
3820
|
<tr>
|
4125
3821
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
4126
|
-
<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>
|
4127
3823
|
</td>
|
4128
3824
|
</tr>
|
4129
3825
|
<tr>
|
4130
3826
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
4131
|
-
<td>the x position to draw the expander at
|
4132
|
-
</td>
|
3827
|
+
<td>the x position to draw the expander at</td>
|
4133
3828
|
</tr>
|
4134
3829
|
<tr>
|
4135
3830
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
4136
|
-
<td>the y position to draw the expander at
|
4137
|
-
</td>
|
3831
|
+
<td>the y position to draw the expander at</td>
|
4138
3832
|
</tr>
|
4139
3833
|
<tr>
|
4140
3834
|
<td><p><span class="term"><em class="parameter"><code>expander_style</code></em> :</span></p></td>
|
4141
3835
|
<td>the style to draw the expander in; determines
|
4142
|
-
|
4143
|
-
|
4144
|
-
</td>
|
3836
|
+
whether the expander is collapsed, expanded, or in an
|
3837
|
+
intermediate state.</td>
|
4145
3838
|
</tr>
|
4146
3839
|
</tbody>
|
4147
3840
|
</table></div>
|
4148
3841
|
</div>
|
4149
3842
|
<hr>
|
4150
|
-
<div class="refsect2"
|
3843
|
+
<div class="refsect2">
|
4151
3844
|
<a name="gtk-paint-layout"></a><h3>gtk_paint_layout ()</h3>
|
4152
3845
|
<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>,
|
4153
3846
|
<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>,
|
@@ -4177,51 +3870,47 @@ Draws a layout on <em class="parameter"><code>window</code></em> using the given
|
|
4177
3870
|
</tr>
|
4178
3871
|
<tr>
|
4179
3872
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
4180
|
-
<td>a state
|
4181
|
-
</td>
|
3873
|
+
<td>a state</td>
|
4182
3874
|
</tr>
|
4183
3875
|
<tr>
|
4184
3876
|
<td><p><span class="term"><em class="parameter"><code>use_text</code></em> :</span></p></td>
|
4185
3877
|
<td>whether to use the text or foreground
|
4186
|
-
|
3878
|
+
graphics context of <em class="parameter"><code>style</code></em>
|
4187
3879
|
</td>
|
4188
3880
|
</tr>
|
4189
3881
|
<tr>
|
4190
3882
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4191
|
-
<td>
|
4192
|
-
|
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>
|
4193
3885
|
</td>
|
4194
3886
|
</tr>
|
4195
3887
|
<tr>
|
4196
3888
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
4197
|
-
<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>
|
4198
3890
|
</td>
|
4199
3891
|
</tr>
|
4200
3892
|
<tr>
|
4201
3893
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
4202
|
-
<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>
|
4203
3895
|
</td>
|
4204
3896
|
</tr>
|
4205
3897
|
<tr>
|
4206
3898
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
4207
|
-
<td>x origin
|
4208
|
-
</td>
|
3899
|
+
<td>x origin</td>
|
4209
3900
|
</tr>
|
4210
3901
|
<tr>
|
4211
3902
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
4212
|
-
<td>y origin
|
4213
|
-
</td>
|
3903
|
+
<td>y origin</td>
|
4214
3904
|
</tr>
|
4215
3905
|
<tr>
|
4216
3906
|
<td><p><span class="term"><em class="parameter"><code>layout</code></em> :</span></p></td>
|
4217
|
-
<td>the layout to draw
|
4218
|
-
</td>
|
3907
|
+
<td>the layout to draw</td>
|
4219
3908
|
</tr>
|
4220
3909
|
</tbody>
|
4221
3910
|
</table></div>
|
4222
3911
|
</div>
|
4223
3912
|
<hr>
|
4224
|
-
<div class="refsect2"
|
3913
|
+
<div class="refsect2">
|
4225
3914
|
<a name="gtk-paint-resize-grip"></a><h3>gtk_paint_resize_grip ()</h3>
|
4226
3915
|
<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>,
|
4227
3916
|
<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>,
|
@@ -4253,55 +3942,49 @@ parameters.
|
|
4253
3942
|
</tr>
|
4254
3943
|
<tr>
|
4255
3944
|
<td><p><span class="term"><em class="parameter"><code>state_type</code></em> :</span></p></td>
|
4256
|
-
<td>a state
|
4257
|
-
</td>
|
3945
|
+
<td>a state</td>
|
4258
3946
|
</tr>
|
4259
3947
|
<tr>
|
4260
3948
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4261
|
-
<td>
|
4262
|
-
|
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>
|
4263
3951
|
</td>
|
4264
3952
|
</tr>
|
4265
3953
|
<tr>
|
4266
3954
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
4267
|
-
<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>
|
4268
3956
|
</td>
|
4269
3957
|
</tr>
|
4270
3958
|
<tr>
|
4271
3959
|
<td><p><span class="term"><em class="parameter"><code>detail</code></em> :</span></p></td>
|
4272
|
-
<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>
|
4273
3961
|
</td>
|
4274
3962
|
</tr>
|
4275
3963
|
<tr>
|
4276
3964
|
<td><p><span class="term"><em class="parameter"><code>edge</code></em> :</span></p></td>
|
4277
|
-
<td>the edge in which to draw the resize grip
|
4278
|
-
</td>
|
3965
|
+
<td>the edge in which to draw the resize grip</td>
|
4279
3966
|
</tr>
|
4280
3967
|
<tr>
|
4281
3968
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
4282
|
-
<td>the x origin of the rectangle in which to draw the resize grip
|
4283
|
-
</td>
|
3969
|
+
<td>the x origin of the rectangle in which to draw the resize grip</td>
|
4284
3970
|
</tr>
|
4285
3971
|
<tr>
|
4286
3972
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
4287
|
-
<td>the y origin of the rectangle in which to draw the resize grip
|
4288
|
-
</td>
|
3973
|
+
<td>the y origin of the rectangle in which to draw the resize grip</td>
|
4289
3974
|
</tr>
|
4290
3975
|
<tr>
|
4291
3976
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
4292
|
-
<td>the width of the rectangle in which to draw the resize grip
|
4293
|
-
</td>
|
3977
|
+
<td>the width of the rectangle in which to draw the resize grip</td>
|
4294
3978
|
</tr>
|
4295
3979
|
<tr>
|
4296
3980
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
4297
|
-
<td>the height of the rectangle in which to draw the resize grip
|
4298
|
-
</td>
|
3981
|
+
<td>the height of the rectangle in which to draw the resize grip</td>
|
4299
3982
|
</tr>
|
4300
3983
|
</tbody>
|
4301
3984
|
</table></div>
|
4302
3985
|
</div>
|
4303
3986
|
<hr>
|
4304
|
-
<div class="refsect2"
|
3987
|
+
<div class="refsect2">
|
4305
3988
|
<a name="gtk-draw-insertion-cursor"></a><h3>gtk_draw_insertion_cursor ()</h3>
|
4306
3989
|
<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>,
|
4307
3990
|
<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>,
|
@@ -4329,137 +4012,99 @@ but merely a convenience function for drawing the standard cursor shape.
|
|
4329
4012
|
</tr>
|
4330
4013
|
<tr>
|
4331
4014
|
<td><p><span class="term"><em class="parameter"><code>area</code></em> :</span></p></td>
|
4332
|
-
<td>
|
4333
|
-
|
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>
|
4334
4017
|
</td>
|
4335
4018
|
</tr>
|
4336
4019
|
<tr>
|
4337
4020
|
<td><p><span class="term"><em class="parameter"><code>location</code></em> :</span></p></td>
|
4338
|
-
<td>location where to draw the cursor (<em class="parameter"><code>location->width</code></em> is ignored)
|
4339
|
-
</td>
|
4021
|
+
<td>location where to draw the cursor (<em class="parameter"><code>location->width</code></em> is ignored)</td>
|
4340
4022
|
</tr>
|
4341
4023
|
<tr>
|
4342
4024
|
<td><p><span class="term"><em class="parameter"><code>is_primary</code></em> :</span></p></td>
|
4343
|
-
<td>if the cursor should be the primary cursor color
|
4344
|
-
</td>
|
4025
|
+
<td>if the cursor should be the primary cursor color.</td>
|
4345
4026
|
</tr>
|
4346
4027
|
<tr>
|
4347
4028
|
<td><p><span class="term"><em class="parameter"><code>direction</code></em> :</span></p></td>
|
4348
4029
|
<td>whether the cursor is left-to-right or
|
4349
|
-
|
4030
|
+
right-to-left. Should never be <span class="type">GTK_TEXT_DIR_NONE</span>
|
4350
4031
|
</td>
|
4351
4032
|
</tr>
|
4352
4033
|
<tr>
|
4353
4034
|
<td><p><span class="term"><em class="parameter"><code>draw_arrow</code></em> :</span></p></td>
|
4354
4035
|
<td>
|
4355
4036
|
<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
|
4356
|
-
|
4357
|
-
</td>
|
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.</td>
|
4358
4038
|
</tr>
|
4359
4039
|
</tbody>
|
4360
4040
|
</table></div>
|
4361
4041
|
<p class="since">Since 2.4</p>
|
4362
4042
|
</div>
|
4363
4043
|
<hr>
|
4364
|
-
<div class="refsect2"
|
4365
|
-
<a name="GtkBorder"></a><h3>GtkBorder</h3>
|
4366
|
-
<pre class="programlisting">
|
4367
|
-
gint left;
|
4368
|
-
gint right;
|
4369
|
-
gint top;
|
4370
|
-
gint bottom;
|
4371
|
-
} GtkBorder;
|
4372
|
-
</pre>
|
4044
|
+
<div class="refsect2">
|
4045
|
+
<a name="GtkBorder-struct"></a><h3>struct GtkBorder</h3>
|
4046
|
+
<pre class="programlisting">struct GtkBorder;</pre>
|
4373
4047
|
<p>
|
4374
4048
|
A struct that specifies a border around a rectangular area that can
|
4375
4049
|
be of different width on each side.
|
4376
4050
|
</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>
|
4402
4051
|
</div>
|
4403
4052
|
<hr>
|
4404
|
-
<div class="refsect2"
|
4053
|
+
<div class="refsect2">
|
4405
4054
|
<a name="gtk-border-new"></a><h3>gtk_border_new ()</h3>
|
4406
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder"
|
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>
|
4407
4056
|
<p>
|
4408
|
-
Allocates a new <a class="link" href="GtkStyle.html#GtkBorder"
|
4057
|
+
Allocates a new <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure and initializes its elements to zero.
|
4409
4058
|
</p>
|
4410
4059
|
<div class="variablelist"><table border="0">
|
4411
4060
|
<col align="left" valign="top">
|
4412
4061
|
<tbody><tr>
|
4413
4062
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4414
|
-
<td>
|
4415
|
-
|
4416
|
-
|
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>
|
4417
4065
|
</td>
|
4418
4066
|
</tr></tbody>
|
4419
4067
|
</table></div>
|
4420
4068
|
<p class="since">Since 2.14</p>
|
4421
4069
|
</div>
|
4422
4070
|
<hr>
|
4423
|
-
<div class="refsect2"
|
4071
|
+
<div class="refsect2">
|
4424
4072
|
<a name="gtk-border-copy"></a><h3>gtk_border_copy ()</h3>
|
4425
|
-
<pre class="programlisting"><a class="link" href="GtkStyle.html#GtkBorder"
|
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>
|
4426
4074
|
<p>
|
4427
|
-
Copies a <a class="link" href="GtkStyle.html#GtkBorder"
|
4075
|
+
Copies a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4428
4076
|
</p>
|
4429
4077
|
<div class="variablelist"><table border="0">
|
4430
4078
|
<col align="left" valign="top">
|
4431
4079
|
<tbody>
|
4432
4080
|
<tr>
|
4433
4081
|
<td><p><span class="term"><em class="parameter"><code>border_</code></em> :</span></p></td>
|
4434
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"
|
4435
|
-
</td>
|
4082
|
+
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>.</td>
|
4436
4083
|
</tr>
|
4437
4084
|
<tr>
|
4438
4085
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4439
|
-
<td>a copy of <em class="parameter"><code>border_</code></em
|
4440
|
-
</td>
|
4086
|
+
<td>a copy of <em class="parameter"><code>border_</code></em>.</td>
|
4441
4087
|
</tr>
|
4442
4088
|
</tbody>
|
4443
4089
|
</table></div>
|
4444
4090
|
</div>
|
4445
4091
|
<hr>
|
4446
|
-
<div class="refsect2"
|
4092
|
+
<div class="refsect2">
|
4447
4093
|
<a name="gtk-border-free"></a><h3>gtk_border_free ()</h3>
|
4448
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_border_free (<em class="parameter"><code><a class="link" href="GtkStyle.html#GtkBorder"
|
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>
|
4449
4095
|
<p>
|
4450
|
-
Frees a <a class="link" href="GtkStyle.html#GtkBorder"
|
4096
|
+
Frees a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a> structure.
|
4451
4097
|
</p>
|
4452
4098
|
<div class="variablelist"><table border="0">
|
4453
4099
|
<col align="left" valign="top">
|
4454
4100
|
<tbody><tr>
|
4455
4101
|
<td><p><span class="term"><em class="parameter"><code>border_</code></em> :</span></p></td>
|
4456
|
-
<td>a <a class="link" href="GtkStyle.html#GtkBorder"
|
4457
|
-
</td>
|
4102
|
+
<td>a <a class="link" href="GtkStyle.html#GtkBorder"><span class="type">GtkBorder</span></a>.</td>
|
4458
4103
|
</tr></tbody>
|
4459
4104
|
</table></div>
|
4460
4105
|
</div>
|
4461
4106
|
<hr>
|
4462
|
-
<div class="refsect2"
|
4107
|
+
<div class="refsect2">
|
4463
4108
|
<a name="GtkRcProperty"></a><h3>GtkRcProperty</h3>
|
4464
4109
|
<pre class="programlisting">typedef struct {
|
4465
4110
|
/* quark-ified property identifier like "GtkScrollbar::spacing" */
|
@@ -4475,46 +4120,21 @@ Frees a <a class="link" href="GtkStyle.html#GtkBorder" title="GtkBorder"><span c
|
|
4475
4120
|
</p>
|
4476
4121
|
</div>
|
4477
4122
|
<hr>
|
4478
|
-
<div class="refsect2"
|
4123
|
+
<div class="refsect2">
|
4479
4124
|
<a name="GtkRcPropertyParser"></a><h3>GtkRcPropertyParser ()</h3>
|
4480
4125
|
<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>,
|
4481
4126
|
<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>,
|
4482
4127
|
<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>
|
4483
4128
|
<p>
|
4484
4129
|
</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>
|
4510
4130
|
</div>
|
4511
4131
|
</div>
|
4512
|
-
<div class="refsect1"
|
4132
|
+
<div class="refsect1">
|
4513
4133
|
<a name="GtkStyle.signal-details"></a><h2>Signal Details</h2>
|
4514
|
-
<div class="refsect2"
|
4134
|
+
<div class="refsect2">
|
4515
4135
|
<a name="GtkStyle-realize"></a><h3>The <code class="literal">"realize"</code> signal</h3>
|
4516
4136
|
<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,
|
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>
|
4137
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
4518
4138
|
<p>
|
4519
4139
|
Emitted when the style has been initialized for a particular
|
4520
4140
|
colormap and depth. Connecting to this signal is probably seldom
|
@@ -4526,8 +4146,7 @@ deal with styles that have been already realized.
|
|
4526
4146
|
<tbody>
|
4527
4147
|
<tr>
|
4528
4148
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
4529
|
-
<td>the object which received the signal
|
4530
|
-
</td>
|
4149
|
+
<td>the object which received the signal</td>
|
4531
4150
|
</tr>
|
4532
4151
|
<tr>
|
4533
4152
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4538,10 +4157,10 @@ deal with styles that have been already realized.
|
|
4538
4157
|
<p class="since">Since 2.4</p>
|
4539
4158
|
</div>
|
4540
4159
|
<hr>
|
4541
|
-
<div class="refsect2"
|
4160
|
+
<div class="refsect2">
|
4542
4161
|
<a name="GtkStyle-unrealize"></a><h3>The <code class="literal">"unrealize"</code> signal</h3>
|
4543
4162
|
<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,
|
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>
|
4163
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
4545
4164
|
<p>
|
4546
4165
|
Emitted when the aspects of the style specific to a particular colormap
|
4547
4166
|
and depth are being cleaned up. A connection to this signal can be useful
|
@@ -4553,8 +4172,7 @@ This signal provides a convenient place to free such cached objects.
|
|
4553
4172
|
<tbody>
|
4554
4173
|
<tr>
|
4555
4174
|
<td><p><span class="term"><em class="parameter"><code>style</code></em> :</span></p></td>
|
4556
|
-
<td>the object which received the signal
|
4557
|
-
</td>
|
4175
|
+
<td>the object which received the signal</td>
|
4558
4176
|
</tr>
|
4559
4177
|
<tr>
|
4560
4178
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4568,6 +4186,6 @@ This signal provides a convenient place to free such cached objects.
|
|
4568
4186
|
</div>
|
4569
4187
|
<div class="footer">
|
4570
4188
|
<hr>
|
4571
|
-
Generated by GTK-Doc V1.
|
4189
|
+
Generated by GTK-Doc V1.16.1</div>
|
4572
4190
|
</body>
|
4573
4191
|
</html>
|