gtk2 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/gtk2/rbgdkproperty.c +4 -4
- data/ext/gtk2/rbgtk.c +17 -0
- data/ext/gtk2/rbgtkdialog.c +26 -7
- data/ext/gtk2/rbgtkselectiondata.c +4 -5
- data/lib/2.0/gtk2.so +0 -0
- data/test/test_gdk_pixbuf.rb +34 -0
- 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/lib/gtk-2.0/2.10.0/engines/libpixmap.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libpixmap.la +1 -1
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/2.10.0/engines/libwimp.la +1 -1
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.dll.a +0 -0
- data/vendor/local/lib/gtk-2.0/modules/libgail.la +1 -1
- data/vendor/local/lib/libgailutil.dll.a +0 -0
- data/vendor/local/lib/libgailutil.la +1 -1
- data/vendor/local/lib/libgdk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgdk-win32-2.0.la +1 -1
- data/vendor/local/lib/libgtk-win32-2.0.dll.a +0 -0
- data/vendor/local/lib/libgtk-win32-2.0.la +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailMisc.html +46 -46
- data/vendor/local/share/gtk-doc/html/gail-libgail-util/gail-libgail-util-GailTextUtil.html +18 -18
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplay.html +93 -93
- data/vendor/local/share/gtk-doc/html/gdk2/GdkDisplayManager.html +7 -7
- data/vendor/local/share/gtk-doc/html/gdk2/GdkScreen.html +159 -159
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Application-launching.html +13 -13
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Bitmaps-and-Pixmaps.html +53 -53
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Colormaps-and-Colors.html +85 -85
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Cursors.html +17 -17
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drag-and-Drop.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Drawing-Primitives.html +200 -200
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Event-Structures.html +102 -102
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Events.html +61 -61
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Fonts.html +117 -117
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-GdkRGB.html +110 -110
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-General.html +75 -75
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Graphics-Contexts.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Images.html +52 -52
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input-Devices.html +55 -55
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Input.html +23 -23
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Keyboard-Handling.html +99 -99
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pango-Interaction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Pixbufs.html +20 -20
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Points-Rectangles-and-Regions.html +46 -46
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Properties-and-Atoms.html +125 -125
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Selections.html +36 -36
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Testing.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Threads.html +88 -88
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Visuals.html +56 -56
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-Windows.html +395 -395
- data/vendor/local/share/gtk-doc/html/gdk2/gdk2-X-Window-System-Interaction.html +72 -72
- data/vendor/local/share/gtk-doc/html/gdk2/multihead.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAboutDialog.html +136 -136
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccelLabel.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAccessible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAction.html +133 -133
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActionGroup.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkActivatable.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAdjustment.html +78 -78
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAlignment.html +54 -54
- data/vendor/local/share/gtk-doc/html/gtk2/GtkArrow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAspectFrame.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkAssistant.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBin.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBox.html +67 -67
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuildable.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/GtkBuilder.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButton.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkButtonBox.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCList.html +294 -294
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCTree.html +212 -212
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCalendar.html +97 -97
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellEditable.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellLayout.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRenderer.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererAccel.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererCombo.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererPixbuf.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererProgress.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpin.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererSpinner.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererText.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellRendererToggle.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCellView.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCheckButton.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorButton.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelection.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk2/GtkColorSelectionDialog.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCombo.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBox.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxEntry.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk2/GtkComboBoxText.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkContainer.html +92 -92
- data/vendor/local/share/gtk-doc/html/gtk2/GtkCurve.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDialog.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkDrawingArea.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEditable.html +60 -60
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntry.html +274 -274
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryBuffer.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEntryCompletion.html +103 -103
- data/vendor/local/share/gtk-doc/html/gtk2/GtkEventBox.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkExpander.html +59 -59
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooser.html +217 -217
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserButton.html +31 -31
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserDialog.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileChooserWidget.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFileSelection.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFixed.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontButton.html +57 -57
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelection.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkFrame.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkGammaCurve.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSV.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkHandleBox.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContext.html +65 -65
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMContextSimple.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIMMulticontext.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconTheme.html +99 -99
- data/vendor/local/share/gtk-doc/html/gtk2/GtkIconView.html +214 -214
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImage.html +73 -73
- data/vendor/local/share/gtk-doc/html/gtk2/GtkImageMenuItem.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInfoBar.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInputDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkInvisible.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkItemFactory.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLabel.html +158 -158
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLayout.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk2/GtkLinkButton.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkList.html +40 -40
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListItem.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkListStore.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenu.html +107 -107
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuBar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuItem.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuShell.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMenuToolButton.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMessageDialog.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk2/GtkMisc.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkNotebook.html +225 -225
- data/vendor/local/share/gtk-doc/html/gtk2/GtkObject.html +117 -117
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOffscreenWindow.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOldEditable.html +50 -50
- data/vendor/local/share/gtk-doc/html/gtk2/GtkOptionMenu.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetup.html +75 -75
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPageSetupUnixDialog.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaned.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPaperSize.html +68 -68
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPixmap.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPlug.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPreview.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintContext.html +21 -21
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintJob.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintSettings.html +210 -210
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrintUnixDialog.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk2/GtkPrinter.html +96 -96
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgress.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkProgressBar.html +49 -49
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioAction.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioMenuItem.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRadioToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRange.html +110 -110
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentAction.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooser.html +114 -114
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserDialog.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentChooserWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentFilter.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRecentManager.html +147 -147
- data/vendor/local/share/gtk-doc/html/gtk2/GtkRuler.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScale.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScaleButton.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrollbar.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk2/GtkScrolledWindow.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSeparatorToolItem.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSettings.html +213 -213
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSizeGroup.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSocket.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinButton.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkSpinner.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusIcon.html +164 -164
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStatusbar.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk2/GtkStyle.html +467 -467
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTable.html +93 -93
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTearoffMenuItem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkText.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextBuffer.html +233 -233
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextIter.html +309 -309
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextMark.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTag.html +134 -134
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextTagTable.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTextView.html +237 -237
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTipsQuery.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleAction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleButton.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToggleToolButton.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolButton.html +62 -62
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItem.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolItemGroup.html +46 -46
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolPalette.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolShell.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkToolbar.html +127 -127
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltip.html +28 -28
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTooltips.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTree.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeItem.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModel.html +156 -156
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelFilter.html +48 -48
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeModelSort.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSelection.html +43 -43
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeSortable.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeStore.html +74 -74
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeView.html +478 -478
- data/vendor/local/share/gtk-doc/html/gtk2/GtkTreeViewColumn.html +175 -175
- data/vendor/local/share/gtk-doc/html/gtk2/GtkUIManager.html +64 -64
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVBox.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVButtonBox.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVPaned.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVRuler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScale.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVScrollbar.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVSeparator.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkViewport.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/GtkVolumeButton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWidget.html +769 -769
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindow.html +310 -310
- data/vendor/local/share/gtk-doc/html/gtk2/GtkWindowGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/TextWidget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/TreeWidget.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk2/ch01.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/chap-drawing-model.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-changes-2-0.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkAboutDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkColorButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkComboBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkIconView.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkLinkButton.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-GtkRecentChooser.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-checklist.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-entry-icons.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-migrating-tooltips.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk-question-index.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Accelerator-Maps.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Bindings.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Clipboards.html +115 -115
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Drag-and-Drop.html +80 -80
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Feature-Test-Macros.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Filesystem-utilities.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-General.html +173 -173
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Graphics-Contexts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-GtkTreeView-drag-and-drop.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-High-level-Printing-API.html +168 -168
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Keyboard-Accelerators.html +100 -100
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Orientable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Resource-Files.html +70 -70
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Selections.html +149 -149
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Signals.html +95 -95
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Stock-Items.html +26 -26
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Testing.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Themeable-Stock-Images.html +69 -69
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-Types.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkcheckmenuitem.html +34 -34
- data/vendor/local/share/gtk-doc/html/gtk2/gtk2-gtkfilefilter.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk2/gtkfilechooser-selection-modes.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-advanced.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk2/gtkrecent-chooser.html +1 -1
- data/vendor/local/share/gtk-doc/html/gtk2/migrating-GtkCombo.html +4 -4
- metadata +16 -17
- data/lib/1.9/gtk2.so +0 -0
- data/lib/2.1/gtk2.so +0 -0
@@ -45,18 +45,18 @@
|
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
struct <a class="link" href="GtkFontSelectionDialog.html#GtkFontSelectionDialog-struct" title="struct GtkFontSelectionDialog">GtkFontSelectionDialog</a>;
|
48
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-new" title="gtk_font_selection_dialog_new ()">gtk_font_selection_dialog_new</a> (<em class="parameter"><code>const <a href="
|
48
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-new" title="gtk_font_selection_dialog_new ()">gtk_font_selection_dialog_new</a> (<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> *title</code></em>);
|
49
49
|
<a href="../gdk2/gdk2-Fonts.html#GdkFont"><span class="returnvalue">GdkFont</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font" title="gtk_font_selection_dialog_get_font ()">gtk_font_selection_dialog_get_font</a> (<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);
|
50
|
-
<a href="
|
50
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-font-name" title="gtk_font_selection_dialog_get_font_name ()">gtk_font_selection_dialog_get_font_name</a>
|
51
51
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);
|
52
|
-
<a href="
|
52
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-set-font-name" title="gtk_font_selection_dialog_set_font_name ()">gtk_font_selection_dialog_set_font_name</a>
|
53
53
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>,
|
54
|
-
<em class="parameter"><code>const <a href="
|
55
|
-
const <a href="
|
54
|
+
<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> *fontname</code></em>);
|
55
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-preview-text" title="gtk_font_selection_dialog_get_preview_text ()">gtk_font_selection_dialog_get_preview_text</a>
|
56
56
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);
|
57
57
|
<span class="returnvalue">void</span> <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-set-preview-text" title="gtk_font_selection_dialog_set_preview_text ()">gtk_font_selection_dialog_set_preview_text</a>
|
58
58
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>,
|
59
|
-
<em class="parameter"><code>const <a href="
|
59
|
+
<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> *text</code></em>);
|
60
60
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-apply-button" title="gtk_font_selection_dialog_get_apply_button ()">gtk_font_selection_dialog_get_apply_button</a>
|
61
61
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);
|
62
62
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFontSelectionDialog.html#gtk-font-selection-dialog-get-cancel-button" title="gtk_font_selection_dialog_get_cancel_button ()">gtk_font_selection_dialog_get_cancel_button</a>
|
@@ -70,8 +70,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
70
70
|
<div class="refsect1">
|
71
71
|
<a name="GtkFontSelectionDialog.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
72
72
|
<pre class="synopsis">
|
73
|
-
<a href="
|
74
|
-
+----<a href="
|
73
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
74
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
75
75
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
76
76
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
77
77
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -127,7 +127,7 @@ name "font_selection". It also exposes the buttons with the names
|
|
127
127
|
<hr>
|
128
128
|
<div class="refsect2">
|
129
129
|
<a name="gtk-font-selection-dialog-new"></a><h3>gtk_font_selection_dialog_new ()</h3>
|
130
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_font_selection_dialog_new (<em class="parameter"><code>const <a href="
|
130
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_font_selection_dialog_new (<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> *title</code></em>);</pre>
|
131
131
|
<p>
|
132
132
|
Creates a new <a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a>.
|
133
133
|
</p>
|
@@ -174,7 +174,7 @@ Gets the currently-selected font.
|
|
174
174
|
<tr>
|
175
175
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
176
176
|
<td>the <a href="../gdk2/gdk2-Fonts.html#GdkFont"><span class="type">GdkFont</span></a> from the <a class="link" href="GtkFontSelection.html" title="GtkFontSelection"><span class="type">GtkFontSelection</span></a> for the
|
177
|
-
currently selected font in the dialog, or <a href="
|
177
|
+
currently selected font in the dialog, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no font is selected</td>
|
178
178
|
</tr>
|
179
179
|
</tbody>
|
180
180
|
</table></div>
|
@@ -182,7 +182,7 @@ currently selected font in the dialog, or <a href="/home/kou/work/ruby/ruby-gnom
|
|
182
182
|
<hr>
|
183
183
|
<div class="refsect2">
|
184
184
|
<a name="gtk-font-selection-dialog-get-font-name"></a><h3>gtk_font_selection_dialog_get_font_name ()</h3>
|
185
|
-
<pre class="programlisting"><a href="
|
185
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_font_selection_dialog_get_font_name
|
186
186
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);</pre>
|
187
187
|
<p>
|
188
188
|
Gets the currently-selected font name.
|
@@ -208,8 +208,8 @@ if you want to compare two font descriptions.
|
|
208
208
|
</tr>
|
209
209
|
<tr>
|
210
210
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
211
|
-
<td>A string with the name of the current font, or <a href="
|
212
|
-
font is selected. You must free this string with <a href="
|
211
|
+
<td>A string with the name of the current font, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no
|
212
|
+
font is selected. You must free this string with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
213
213
|
</tr>
|
214
214
|
</tbody>
|
215
215
|
</table></div>
|
@@ -217,9 +217,9 @@ font is selected. You must free this string with <a href="/home/kou/work/ruby/ru
|
|
217
217
|
<hr>
|
218
218
|
<div class="refsect2">
|
219
219
|
<a name="gtk-font-selection-dialog-set-font-name"></a><h3>gtk_font_selection_dialog_set_font_name ()</h3>
|
220
|
-
<pre class="programlisting"><a href="
|
220
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_font_selection_dialog_set_font_name
|
221
221
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>,
|
222
|
-
<em class="parameter"><code>const <a href="
|
222
|
+
<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> *fontname</code></em>);</pre>
|
223
223
|
<p>
|
224
224
|
Sets the currently selected font.
|
225
225
|
</p>
|
@@ -241,8 +241,8 @@ Sets the currently selected font.
|
|
241
241
|
<tr>
|
242
242
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
243
243
|
<td>
|
244
|
-
<a href="
|
245
|
-
<em class="parameter"><code>fontname</code></em> specified, <a href="
|
244
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the font selected in <em class="parameter"><code>fsd</code></em> is now the
|
245
|
+
<em class="parameter"><code>fontname</code></em> specified, <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
|
246
246
|
</tr>
|
247
247
|
</tbody>
|
248
248
|
</table></div>
|
@@ -250,7 +250,7 @@ Sets the currently selected font.
|
|
250
250
|
<hr>
|
251
251
|
<div class="refsect2">
|
252
252
|
<a name="gtk-font-selection-dialog-get-preview-text"></a><h3>gtk_font_selection_dialog_get_preview_text ()</h3>
|
253
|
-
<pre class="programlisting">const <a href="
|
253
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_font_selection_dialog_get_preview_text
|
254
254
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>);</pre>
|
255
255
|
<p>
|
256
256
|
Gets the text displayed in the preview area.
|
@@ -280,7 +280,7 @@ modified or freed</td>
|
|
280
280
|
<a name="gtk-font-selection-dialog-set-preview-text"></a><h3>gtk_font_selection_dialog_set_preview_text ()</h3>
|
281
281
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_font_selection_dialog_set_preview_text
|
282
282
|
(<em class="parameter"><code><a class="link" href="GtkFontSelectionDialog.html" title="GtkFontSelectionDialog"><span class="type">GtkFontSelectionDialog</span></a> *fsd</code></em>,
|
283
|
-
<em class="parameter"><code>const <a href="
|
283
|
+
<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> *text</code></em>);</pre>
|
284
284
|
<p>
|
285
285
|
Sets the text displayed in the preview area.
|
286
286
|
</p>
|
@@ -47,20 +47,20 @@
|
|
47
47
|
#include <gtk/gtk.h>
|
48
48
|
|
49
49
|
struct <a class="link" href="GtkFrame.html#GtkFrame-struct" title="struct GtkFrame">GtkFrame</a>;
|
50
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFrame.html#gtk-frame-new" title="gtk_frame_new ()">gtk_frame_new</a> (<em class="parameter"><code>const <a href="
|
50
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFrame.html#gtk-frame-new" title="gtk_frame_new ()">gtk_frame_new</a> (<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> *label</code></em>);
|
51
51
|
<span class="returnvalue">void</span> <a class="link" href="GtkFrame.html#gtk-frame-set-label" title="gtk_frame_set_label ()">gtk_frame_set_label</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
52
|
-
<em class="parameter"><code>const <a href="
|
52
|
+
<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> *label</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkFrame.html#gtk-frame-set-label-widget" title="gtk_frame_set_label_widget ()">gtk_frame_set_label_widget</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *label_widget</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkFrame.html#gtk-frame-set-label-align" title="gtk_frame_set_label_align ()">gtk_frame_set_label_align</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
56
|
-
<em class="parameter"><code><a href="
|
57
|
-
<em class="parameter"><code><a href="
|
56
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
57
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);
|
58
58
|
<span class="returnvalue">void</span> <a class="link" href="GtkFrame.html#gtk-frame-set-shadow-type" title="gtk_frame_set_shadow_type ()">gtk_frame_set_shadow_type</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
59
59
|
<em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> type</code></em>);
|
60
|
-
const <a href="
|
60
|
+
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkFrame.html#gtk-frame-get-label" title="gtk_frame_get_label ()">gtk_frame_get_label</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>);
|
61
61
|
<span class="returnvalue">void</span> <a class="link" href="GtkFrame.html#gtk-frame-get-label-align" title="gtk_frame_get_label_align ()">gtk_frame_get_label_align</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
62
|
-
<em class="parameter"><code><a href="
|
63
|
-
<em class="parameter"><code><a href="
|
62
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
|
63
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);
|
64
64
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkFrame.html#gtk-frame-get-label-widget" title="gtk_frame_get_label_widget ()">gtk_frame_get_label_widget</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>);
|
65
65
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="returnvalue">GtkShadowType</span></a> <a class="link" href="GtkFrame.html#gtk-frame-get-shadow-type" title="gtk_frame_get_shadow_type ()">gtk_frame_get_shadow_type</a> (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>);
|
66
66
|
</pre>
|
@@ -68,8 +68,8 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
68
68
|
<div class="refsect1">
|
69
69
|
<a name="GtkFrame.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
70
70
|
<pre class="synopsis">
|
71
|
-
<a href="
|
72
|
-
+----<a href="
|
71
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
72
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
73
73
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
74
74
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
75
75
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -87,10 +87,10 @@ GtkFrame implements
|
|
87
87
|
<div class="refsect1">
|
88
88
|
<a name="GtkFrame.properties"></a><h2>Properties</h2>
|
89
89
|
<pre class="synopsis">
|
90
|
-
"<a class="link" href="GtkFrame.html#GtkFrame--label" title='The "label" property'>label</a>" <a href="
|
90
|
+
"<a class="link" href="GtkFrame.html#GtkFrame--label" title='The "label" property'>label</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
|
91
91
|
"<a class="link" href="GtkFrame.html#GtkFrame--label-widget" title='The "label-widget" property'>label-widget</a>" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write
|
92
|
-
"<a class="link" href="GtkFrame.html#GtkFrame--label-xalign" title='The "label-xalign" property'>label-xalign</a>" <a href="
|
93
|
-
"<a class="link" href="GtkFrame.html#GtkFrame--label-yalign" title='The "label-yalign" property'>label-yalign</a>" <a href="
|
92
|
+
"<a class="link" href="GtkFrame.html#GtkFrame--label-xalign" title='The "label-xalign" property'>label-xalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
93
|
+
"<a class="link" href="GtkFrame.html#GtkFrame--label-yalign" title='The "label-yalign" property'>label-yalign</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write
|
94
94
|
"<a class="link" href="GtkFrame.html#GtkFrame--shadow" title='The "shadow" property'>shadow</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write
|
95
95
|
"<a class="link" href="GtkFrame.html#GtkFrame--shadow-type" title='The "shadow-type" property'>shadow-type</a>" <a class="link" href="gtk2-Standard-Enumerations.html#GtkShadowType" title="enum GtkShadowType"><span class="type">GtkShadowType</span></a> : Read / Write
|
96
96
|
</pre>
|
@@ -155,10 +155,10 @@ a <child> type attribute.
|
|
155
155
|
<hr>
|
156
156
|
<div class="refsect2">
|
157
157
|
<a name="gtk-frame-new"></a><h3>gtk_frame_new ()</h3>
|
158
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_frame_new (<em class="parameter"><code>const <a href="
|
158
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_frame_new (<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> *label</code></em>);</pre>
|
159
159
|
<p>
|
160
160
|
Creates a new <a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a>, with optional label <em class="parameter"><code>label</code></em>.
|
161
|
-
If <em class="parameter"><code>label</code></em> is <a href="
|
161
|
+
If <em class="parameter"><code>label</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, the label is omitted.
|
162
162
|
</p>
|
163
163
|
<div class="variablelist"><table border="0" class="variablelist">
|
164
164
|
<colgroup>
|
@@ -181,9 +181,9 @@ If <em class="parameter"><code>label</code></em> is <a href="/home/kou/work/ruby
|
|
181
181
|
<div class="refsect2">
|
182
182
|
<a name="gtk-frame-set-label"></a><h3>gtk_frame_set_label ()</h3>
|
183
183
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_frame_set_label (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
184
|
-
<em class="parameter"><code>const <a href="
|
184
|
+
<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> *label</code></em>);</pre>
|
185
185
|
<p>
|
186
|
-
Sets the text of the label. If <em class="parameter"><code>label</code></em> is <a href="
|
186
|
+
Sets the text of the label. If <em class="parameter"><code>label</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>,
|
187
187
|
the current label is removed.
|
188
188
|
</p>
|
189
189
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -237,8 +237,8 @@ title.
|
|
237
237
|
<div class="refsect2">
|
238
238
|
<a name="gtk-frame-set-label-align"></a><h3>gtk_frame_set_label_align ()</h3>
|
239
239
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_frame_set_label_align (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
240
|
-
<em class="parameter"><code><a href="
|
241
|
-
<em class="parameter"><code><a href="
|
240
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> xalign</code></em>,
|
241
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> yalign</code></em>);</pre>
|
242
242
|
<p>
|
243
243
|
Sets the alignment of the frame widget's label. The
|
244
244
|
default values for a newly created frame are 0.0 and 0.5.
|
@@ -300,11 +300,11 @@ Sets the shadow type for <em class="parameter"><code>frame</code></em>.
|
|
300
300
|
<hr>
|
301
301
|
<div class="refsect2">
|
302
302
|
<a name="gtk-frame-get-label"></a><h3>gtk_frame_get_label ()</h3>
|
303
|
-
<pre class="programlisting">const <a href="
|
303
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_frame_get_label (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>);</pre>
|
304
304
|
<p>
|
305
305
|
If the frame's label widget is a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, returns the
|
306
306
|
text in the label widget. (The frame will have a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
|
307
|
-
for the label widget if a non-<a href="
|
307
|
+
for the label widget if a non-<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> argument was passed
|
308
308
|
to <a class="link" href="GtkFrame.html#gtk-frame-new" title="gtk_frame_new ()"><code class="function">gtk_frame_new()</code></a>.)
|
309
309
|
</p>
|
310
310
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -320,7 +320,7 @@ to <a class="link" href="GtkFrame.html#gtk-frame-new" title="gtk_frame_new ()"><
|
|
320
320
|
</tr>
|
321
321
|
<tr>
|
322
322
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
323
|
-
<td>the text in the label, or <a href="
|
323
|
+
<td>the text in the label, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there
|
324
324
|
was no label widget or the lable widget was not
|
325
325
|
a <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>. This string is owned by GTK+ and
|
326
326
|
must not be modified or freed.</td>
|
@@ -332,8 +332,8 @@ must not be modified or freed.</td>
|
|
332
332
|
<div class="refsect2">
|
333
333
|
<a name="gtk-frame-get-label-align"></a><h3>gtk_frame_get_label_align ()</h3>
|
334
334
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_frame_get_label_align (<em class="parameter"><code><a class="link" href="GtkFrame.html" title="GtkFrame"><span class="type">GtkFrame</span></a> *frame</code></em>,
|
335
|
-
<em class="parameter"><code><a href="
|
336
|
-
<em class="parameter"><code><a href="
|
335
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *xalign</code></em>,
|
336
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> *yalign</code></em>);</pre>
|
337
337
|
<p>
|
338
338
|
Retrieves the X and Y alignment of the frame's label. See
|
339
339
|
<a class="link" href="GtkFrame.html#gtk-frame-set-label-align" title="gtk_frame_set_label_align ()"><code class="function">gtk_frame_set_label_align()</code></a>.
|
@@ -352,13 +352,13 @@ Retrieves the X and Y alignment of the frame's label. See
|
|
352
352
|
<tr>
|
353
353
|
<td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td>
|
354
354
|
<td>location to store X alignment of
|
355
|
-
frame's label, or <a href="
|
355
|
+
frame's label, or <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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
356
356
|
</td>
|
357
357
|
</tr>
|
358
358
|
<tr>
|
359
359
|
<td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td>
|
360
360
|
<td>location to store X alignment of
|
361
|
-
frame's label, or <a href="
|
361
|
+
frame's label, or <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="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
362
362
|
</td>
|
363
363
|
</tr>
|
364
364
|
</tbody>
|
@@ -385,7 +385,7 @@ Retrieves the label widget for the frame. See
|
|
385
385
|
</tr>
|
386
386
|
<tr>
|
387
387
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
388
|
-
<td>the label widget, or <a href="
|
388
|
+
<td>the label widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
389
389
|
</td>
|
390
390
|
</tr>
|
391
391
|
</tbody>
|
@@ -422,7 +422,7 @@ Retrieves the shadow type of the frame. See
|
|
422
422
|
<a name="GtkFrame.property-details"></a><h2>Property Details</h2>
|
423
423
|
<div class="refsect2">
|
424
424
|
<a name="GtkFrame--label"></a><h3>The <code class="literal">"label"</code> property</h3>
|
425
|
-
<pre class="programlisting"> "label" <a href="
|
425
|
+
<pre class="programlisting"> "label" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
426
426
|
<p>Text of the frame's label.</p>
|
427
427
|
<p>Default value: NULL</p>
|
428
428
|
</div>
|
@@ -435,7 +435,7 @@ Retrieves the shadow type of the frame. See
|
|
435
435
|
<hr>
|
436
436
|
<div class="refsect2">
|
437
437
|
<a name="GtkFrame--label-xalign"></a><h3>The <code class="literal">"label-xalign"</code> property</h3>
|
438
|
-
<pre class="programlisting"> "label-xalign" <a href="
|
438
|
+
<pre class="programlisting"> "label-xalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
439
439
|
<p>The horizontal alignment of the label.</p>
|
440
440
|
<p>Allowed values: [0,1]</p>
|
441
441
|
<p>Default value: 0</p>
|
@@ -443,7 +443,7 @@ Retrieves the shadow type of the frame. See
|
|
443
443
|
<hr>
|
444
444
|
<div class="refsect2">
|
445
445
|
<a name="GtkFrame--label-yalign"></a><h3>The <code class="literal">"label-yalign"</code> property</h3>
|
446
|
-
<pre class="programlisting"> "label-yalign" <a href="
|
446
|
+
<pre class="programlisting"> "label-yalign" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gfloat"><span class="type">gfloat</span></a> : Read / Write</pre>
|
447
447
|
<p>The vertical alignment of the label.</p>
|
448
448
|
<p>Allowed values: [0,1]</p>
|
449
449
|
<p>Default value: 0.5</p>
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkGammaCurve.html#GtkGammaCurve-struc
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkGammaCurve.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
58
58
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -45,15 +45,15 @@
|
|
45
45
|
#include <gtk/gtk.h>
|
46
46
|
|
47
47
|
struct <a class="link" href="GtkHBox.html#GtkHBox-struct" title="struct GtkHBox">GtkHBox</a>;
|
48
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkHBox.html#gtk-hbox-new" title="gtk_hbox_new ()">gtk_hbox_new</a> (<em class="parameter"><code><a href="
|
49
|
-
<em class="parameter"><code><a href="
|
48
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkHBox.html#gtk-hbox-new" title="gtk_hbox_new ()">gtk_hbox_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>,
|
49
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);
|
50
50
|
</pre>
|
51
51
|
</div>
|
52
52
|
<div class="refsect1">
|
53
53
|
<a name="GtkHBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
54
54
|
<pre class="synopsis">
|
55
|
-
<a href="
|
56
|
-
+----<a href="
|
55
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
56
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
57
57
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
58
58
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
59
59
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -95,8 +95,8 @@ All children are allocated the same height.
|
|
95
95
|
<hr>
|
96
96
|
<div class="refsect2">
|
97
97
|
<a name="gtk-hbox-new"></a><h3>gtk_hbox_new ()</h3>
|
98
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_hbox_new (<em class="parameter"><code><a href="
|
99
|
-
<em class="parameter"><code><a href="
|
98
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_hbox_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>,
|
99
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
|
100
100
|
<p>
|
101
101
|
Creates a new <a class="link" href="GtkHBox.html" title="GtkHBox"><span class="type">GtkHBox</span></a>.
|
102
102
|
</p>
|
@@ -109,7 +109,7 @@ Creates a new <a class="link" href="GtkHBox.html" title="GtkHBox"><span class="t
|
|
109
109
|
<tr>
|
110
110
|
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
111
111
|
<td>
|
112
|
-
<a href="
|
112
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if all children are to be given equal space allotments.</td>
|
113
113
|
</tr>
|
114
114
|
<tr>
|
115
115
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
@@ -46,17 +46,17 @@
|
|
46
46
|
|
47
47
|
struct <a class="link" href="GtkHButtonBox.html#GtkHButtonBox-struct" title="struct GtkHButtonBox">GtkHButtonBox</a>;
|
48
48
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-new" title="gtk_hbutton_box_new ()">gtk_hbutton_box_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
49
|
-
<a href="
|
49
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-get-spacing-default" title="gtk_hbutton_box_get_spacing_default ()">gtk_hbutton_box_get_spacing_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
50
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="returnvalue">GtkButtonBoxStyle</span></a> <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-get-layout-default" title="gtk_hbutton_box_get_layout_default ()">gtk_hbutton_box_get_layout_default</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
51
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-set-spacing-default" title="gtk_hbutton_box_set_spacing_default ()">gtk_hbutton_box_set_spacing_default</a> (<em class="parameter"><code><a href="
|
51
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-set-spacing-default" title="gtk_hbutton_box_set_spacing_default ()">gtk_hbutton_box_set_spacing_default</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);
|
52
52
|
<span class="returnvalue">void</span> <a class="link" href="GtkHButtonBox.html#gtk-hbutton-box-set-layout-default" title="gtk_hbutton_box_set_layout_default ()">gtk_hbutton_box_set_layout_default</a> (<em class="parameter"><code><a class="link" href="gtk2-Standard-Enumerations.html#GtkButtonBoxStyle" title="enum GtkButtonBoxStyle"><span class="type">GtkButtonBoxStyle</span></a> layout</code></em>);
|
53
53
|
</pre>
|
54
54
|
</div>
|
55
55
|
<div class="refsect1">
|
56
56
|
<a name="GtkHButtonBox.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
57
57
|
<pre class="synopsis">
|
58
|
-
<a href="
|
59
|
-
+----<a href="
|
58
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
59
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
60
60
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
61
61
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
62
62
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -125,7 +125,7 @@ Creates a new horizontal button box.
|
|
125
125
|
<hr>
|
126
126
|
<div class="refsect2">
|
127
127
|
<a name="gtk-hbutton-box-get-spacing-default"></a><h3>gtk_hbutton_box_get_spacing_default ()</h3>
|
128
|
-
<pre class="programlisting"><a href="
|
128
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_hbutton_box_get_spacing_default (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
129
129
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
130
130
|
<h3 class="title">Warning</h3>
|
131
131
|
<p><code class="literal">gtk_hbutton_box_get_spacing_default</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -170,7 +170,7 @@ Retrieves the current layout used to arrange buttons in button box widgets.
|
|
170
170
|
<hr>
|
171
171
|
<div class="refsect2">
|
172
172
|
<a name="gtk-hbutton-box-set-spacing-default"></a><h3>gtk_hbutton_box_set_spacing_default ()</h3>
|
173
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hbutton_box_set_spacing_default (<em class="parameter"><code><a href="
|
173
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hbutton_box_set_spacing_default (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> spacing</code></em>);</pre>
|
174
174
|
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
175
175
|
<h3 class="title">Warning</h3>
|
176
176
|
<p><code class="literal">gtk_hbutton_box_set_spacing_default</code> is deprecated and should not be used in newly-written code.</p>
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkHPaned.html#GtkHPaned-struct" title
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkHPaned.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
58
58
|
+----<a class="link" href="GtkContainer.html" title="GtkContainer">GtkContainer</a>
|
@@ -51,8 +51,8 @@ struct <a class="link" href="GtkHRuler.html#GtkHRuler-struct" title
|
|
51
51
|
<div class="refsect1">
|
52
52
|
<a name="GtkHRuler.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
53
53
|
<pre class="synopsis">
|
54
|
-
<a href="
|
55
|
-
+----<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
55
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
56
56
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
57
57
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
58
58
|
+----<a class="link" href="GtkRuler.html" title="GtkRuler">GtkRuler</a>
|
@@ -53,35 +53,35 @@ struct <a class="link" href="GtkHSV.html#GtkHSV-struct" title="stru
|
|
53
53
|
<em class="parameter"><code><span class="type">double</span> s</code></em>,
|
54
54
|
<em class="parameter"><code><span class="type">double</span> v</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-hsv-get-color" title="gtk_hsv_get_color ()">gtk_hsv_get_color</a> (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
56
|
-
<em class="parameter"><code><a href="
|
57
|
-
<em class="parameter"><code><a href="
|
58
|
-
<em class="parameter"><code><a href="
|
56
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
|
57
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
|
58
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);
|
59
59
|
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-hsv-set-metrics" title="gtk_hsv_set_metrics ()">gtk_hsv_set_metrics</a> (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
60
|
-
<em class="parameter"><code><a href="
|
61
|
-
<em class="parameter"><code><a href="
|
60
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
|
61
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ring_width</code></em>);
|
62
62
|
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-hsv-get-metrics" title="gtk_hsv_get_metrics ()">gtk_hsv_get_metrics</a> (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
63
|
-
<em class="parameter"><code><a href="
|
64
|
-
<em class="parameter"><code><a href="
|
65
|
-
<a href="
|
66
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-hsv-to-rgb" title="gtk_hsv_to_rgb ()">gtk_hsv_to_rgb</a> (<em class="parameter"><code><a href="
|
67
|
-
<em class="parameter"><code><a href="
|
68
|
-
<em class="parameter"><code><a href="
|
69
|
-
<em class="parameter"><code><a href="
|
70
|
-
<em class="parameter"><code><a href="
|
71
|
-
<em class="parameter"><code><a href="
|
72
|
-
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-rgb-to-hsv" title="gtk_rgb_to_hsv ()">gtk_rgb_to_hsv</a> (<em class="parameter"><code><a href="
|
73
|
-
<em class="parameter"><code><a href="
|
74
|
-
<em class="parameter"><code><a href="
|
75
|
-
<em class="parameter"><code><a href="
|
76
|
-
<em class="parameter"><code><a href="
|
77
|
-
<em class="parameter"><code><a href="
|
63
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *size</code></em>,
|
64
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ring_width</code></em>);
|
65
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkHSV.html#gtk-hsv-is-adjusting" title="gtk_hsv_is_adjusting ()">gtk_hsv_is_adjusting</a> (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>);
|
66
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-hsv-to-rgb" title="gtk_hsv_to_rgb ()">gtk_hsv_to_rgb</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
|
67
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
|
68
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v</code></em>,
|
69
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *r</code></em>,
|
70
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *g</code></em>,
|
71
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *b</code></em>);
|
72
|
+
<span class="returnvalue">void</span> <a class="link" href="GtkHSV.html#gtk-rgb-to-hsv" title="gtk_rgb_to_hsv ()">gtk_rgb_to_hsv</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
|
73
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
|
74
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> b</code></em>,
|
75
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
|
76
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
|
77
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);
|
78
78
|
</pre>
|
79
79
|
</div>
|
80
80
|
<div class="refsect1">
|
81
81
|
<a name="GtkHSV.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
82
82
|
<pre class="synopsis">
|
83
|
-
<a href="
|
84
|
-
+----<a href="
|
83
|
+
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
84
|
+
+----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
|
85
85
|
+----<a class="link" href="GtkObject.html" title="GtkObject">GtkObject</a>
|
86
86
|
+----<a class="link" href="GtkWidget.html" title="GtkWidget">GtkWidget</a>
|
87
87
|
+----GtkHSV
|
@@ -96,8 +96,8 @@ GtkHSV implements
|
|
96
96
|
<div class="refsect1">
|
97
97
|
<a name="GtkHSV.signals"></a><h2>Signals</h2>
|
98
98
|
<pre class="synopsis">
|
99
|
-
"<a class="link" href="GtkHSV.html#GtkHSV-changed" title='The "changed" signal'>changed</a>" : <a href="
|
100
|
-
"<a class="link" href="GtkHSV.html#GtkHSV-move" title='The "move" signal'>move</a>" : <a href="
|
99
|
+
"<a class="link" href="GtkHSV.html#GtkHSV-changed" title='The "changed" signal'>changed</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>
|
100
|
+
"<a class="link" href="GtkHSV.html#GtkHSV-move" title='The "move" signal'>move</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
101
101
|
</pre>
|
102
102
|
</div>
|
103
103
|
<div class="refsect1">
|
@@ -178,9 +178,9 @@ Color component values must be in the [0.0, 1.0] range.
|
|
178
178
|
<div class="refsect2">
|
179
179
|
<a name="gtk-hsv-get-color"></a><h3>gtk_hsv_get_color ()</h3>
|
180
180
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hsv_get_color (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
181
|
-
<em class="parameter"><code><a href="
|
182
|
-
<em class="parameter"><code><a href="
|
183
|
-
<em class="parameter"><code><a href="
|
181
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
|
182
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
|
183
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
|
184
184
|
<p>
|
185
185
|
Queries the current color in an HSV color selector.
|
186
186
|
Returned values will be in the [0.0, 1.0] range.
|
@@ -218,8 +218,8 @@ Returned values will be in the [0.0, 1.0] range.
|
|
218
218
|
<div class="refsect2">
|
219
219
|
<a name="gtk-hsv-set-metrics"></a><h3>gtk_hsv_set_metrics ()</h3>
|
220
220
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hsv_set_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
221
|
-
<em class="parameter"><code><a href="
|
222
|
-
<em class="parameter"><code><a href="
|
221
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> size</code></em>,
|
222
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> ring_width</code></em>);</pre>
|
223
223
|
<p>
|
224
224
|
Sets the size and ring width of an HSV color selector.
|
225
225
|
</p>
|
@@ -249,8 +249,8 @@ Sets the size and ring width of an HSV color selector.
|
|
249
249
|
<div class="refsect2">
|
250
250
|
<a name="gtk-hsv-get-metrics"></a><h3>gtk_hsv_get_metrics ()</h3>
|
251
251
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hsv_get_metrics (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>,
|
252
|
-
<em class="parameter"><code><a href="
|
253
|
-
<em class="parameter"><code><a href="
|
252
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *size</code></em>,
|
253
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *ring_width</code></em>);</pre>
|
254
254
|
<p>
|
255
255
|
Queries the size and ring width of an HSV color selector.
|
256
256
|
</p>
|
@@ -281,7 +281,7 @@ Queries the size and ring width of an HSV color selector.
|
|
281
281
|
<hr>
|
282
282
|
<div class="refsect2">
|
283
283
|
<a name="gtk-hsv-is-adjusting"></a><h3>gtk_hsv_is_adjusting ()</h3>
|
284
|
-
<pre class="programlisting"><a href="
|
284
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_hsv_is_adjusting (<em class="parameter"><code><a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv</code></em>);</pre>
|
285
285
|
<p>
|
286
286
|
An HSV color selector can be said to be adjusting if multiple rapid
|
287
287
|
changes are being made to its value, for example, when the user is
|
@@ -302,8 +302,8 @@ the HSV color selector is being adjusted or not.
|
|
302
302
|
<tr>
|
303
303
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
304
304
|
<td>
|
305
|
-
<a href="
|
306
|
-
since they may be transitory, or <a href="
|
305
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clients can ignore changes to the color value,
|
306
|
+
since they may be transitory, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if they should consider
|
307
307
|
the color value status to be final.</td>
|
308
308
|
</tr>
|
309
309
|
</tbody>
|
@@ -313,12 +313,12 @@ the color value status to be final.</td>
|
|
313
313
|
<hr>
|
314
314
|
<div class="refsect2">
|
315
315
|
<a name="gtk-hsv-to-rgb"></a><h3>gtk_hsv_to_rgb ()</h3>
|
316
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hsv_to_rgb (<em class="parameter"><code><a href="
|
317
|
-
<em class="parameter"><code><a href="
|
318
|
-
<em class="parameter"><code><a href="
|
319
|
-
<em class="parameter"><code><a href="
|
320
|
-
<em class="parameter"><code><a href="
|
321
|
-
<em class="parameter"><code><a href="
|
316
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_hsv_to_rgb (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> h</code></em>,
|
317
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> s</code></em>,
|
318
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> v</code></em>,
|
319
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *r</code></em>,
|
320
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *g</code></em>,
|
321
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *b</code></em>);</pre>
|
322
322
|
<p>
|
323
323
|
Converts a color from HSV space to RGB.
|
324
324
|
Input values must be in the [0.0, 1.0] range;
|
@@ -364,12 +364,12 @@ output values will be in the same range.
|
|
364
364
|
<hr>
|
365
365
|
<div class="refsect2">
|
366
366
|
<a name="gtk-rgb-to-hsv"></a><h3>gtk_rgb_to_hsv ()</h3>
|
367
|
-
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rgb_to_hsv (<em class="parameter"><code><a href="
|
368
|
-
<em class="parameter"><code><a href="
|
369
|
-
<em class="parameter"><code><a href="
|
370
|
-
<em class="parameter"><code><a href="
|
371
|
-
<em class="parameter"><code><a href="
|
372
|
-
<em class="parameter"><code><a href="
|
367
|
+
<pre class="programlisting"><span class="returnvalue">void</span> gtk_rgb_to_hsv (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> r</code></em>,
|
368
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> g</code></em>,
|
369
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> b</code></em>,
|
370
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *h</code></em>,
|
371
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *s</code></em>,
|
372
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> *v</code></em>);</pre>
|
373
373
|
<p>
|
374
374
|
Converts a color from RGB space to HSV.
|
375
375
|
Input values must be in the [0.0, 1.0] range;
|
@@ -418,7 +418,7 @@ output values will be in the same range.
|
|
418
418
|
<div class="refsect2">
|
419
419
|
<a name="GtkHSV-changed"></a><h3>The <code class="literal">"changed"</code> signal</h3>
|
420
420
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
|
421
|
-
<a href="
|
421
|
+
<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>
|
422
422
|
<p>
|
423
423
|
</p>
|
424
424
|
<div class="variablelist"><table border="0" class="variablelist">
|
@@ -443,7 +443,7 @@ output values will be in the same range.
|
|
443
443
|
<a name="GtkHSV-move"></a><h3>The <code class="literal">"move"</code> signal</h3>
|
444
444
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkHSV.html" title="GtkHSV"><span class="type">GtkHSV</span></a> *hsv,
|
445
445
|
<a class="link" href="gtk2-Standard-Enumerations.html#GtkDirectionType" title="enum GtkDirectionType"><span class="type">GtkDirectionType</span></a> arg1,
|
446
|
-
<a href="
|
446
|
+
<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-ACTION:CAPS"><code class="literal">Action</code></a></pre>
|
447
447
|
<p>
|
448
448
|
</p>
|
449
449
|
<div class="variablelist"><table border="0" class="variablelist">
|