gtk2 0.90.8-x86-mingw32 → 0.90.9-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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="LayoutContainers.html" title="Layout Containers">
|
9
9
|
<link rel="prev" href="GtkNotebook.html" title="GtkNotebook">
|
10
10
|
<link rel="next" href="GtkExpander.html" title="GtkExpander">
|
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">
|
@@ -34,7 +34,7 @@
|
|
34
34
|
<a href="#GtkTable.child-properties" class="shortcut">Child Properties</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkTable"></a><div class="titlepage"></div>
|
39
39
|
<div class="refnamediv"><table width="100%"><tr>
|
40
40
|
<td valign="top">
|
@@ -43,13 +43,13 @@
|
|
43
43
|
</td>
|
44
44
|
<td valign="top" align="right"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkTable.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
|
-
|
52
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
51
|
+
struct <a class="link" href="GtkTable.html#GtkTable-struct" title="struct GtkTable">GtkTable</a>;
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkTable.html#gtk-table-new" title="gtk_table_new ()">gtk_table_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
|
53
53
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
|
54
54
|
<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>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkTable.html#gtk-table-resize" title="gtk_table_resize ()">gtk_table_resize</a> (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
@@ -95,7 +95,7 @@
|
|
95
95
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *columns</code></em>);
|
96
96
|
</pre>
|
97
97
|
</div>
|
98
|
-
<div class="refsect1"
|
98
|
+
<div class="refsect1">
|
99
99
|
<a name="GtkTable.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
100
100
|
<pre class="synopsis">
|
101
101
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -106,13 +106,13 @@
|
|
106
106
|
+----GtkTable
|
107
107
|
</pre>
|
108
108
|
</div>
|
109
|
-
<div class="refsect1"
|
109
|
+
<div class="refsect1">
|
110
110
|
<a name="GtkTable.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
111
111
|
<p>
|
112
112
|
GtkTable implements
|
113
113
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
114
114
|
</div>
|
115
|
-
<div class="refsect1"
|
115
|
+
<div class="refsect1">
|
116
116
|
<a name="GtkTable.properties"></a><h2>Properties</h2>
|
117
117
|
<pre class="synopsis">
|
118
118
|
"<a class="link" href="GtkTable.html#GtkTable--column-spacing" title='The "column-spacing" property'>column-spacing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
@@ -122,7 +122,7 @@ GtkTable implements
|
|
122
122
|
"<a class="link" href="GtkTable.html#GtkTable--row-spacing" title='The "row-spacing" property'>row-spacing</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
123
123
|
</pre>
|
124
124
|
</div>
|
125
|
-
<div class="refsect1"
|
125
|
+
<div class="refsect1">
|
126
126
|
<a name="GtkTable.child-properties"></a><h2>Child Properties</h2>
|
127
127
|
<pre class="synopsis">
|
128
128
|
"<a class="link" href="GtkTable.html#GtkTable--c-bottom-attach" title='The "bottom-attach" child property'>bottom-attach</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
@@ -135,7 +135,7 @@ GtkTable implements
|
|
135
135
|
"<a class="link" href="GtkTable.html#GtkTable--c-y-padding" title='The "y-padding" child property'>y-padding</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
|
136
136
|
</pre>
|
137
137
|
</div>
|
138
|
-
<div class="refsect1"
|
138
|
+
<div class="refsect1">
|
139
139
|
<a name="GtkTable.description"></a><h2>Description</h2>
|
140
140
|
<p>
|
141
141
|
The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> functions allow the programmer to arrange widgets in rows and
|
@@ -162,11 +162,11 @@ The gaps between <span class="emphasis"><em>all</em></span> rows or columns can
|
|
162
162
|
table will resize themselves to the size of the largest widget in the table.
|
163
163
|
</p>
|
164
164
|
</div>
|
165
|
-
<div class="refsect1"
|
165
|
+
<div class="refsect1">
|
166
166
|
<a name="GtkTable.details"></a><h2>Details</h2>
|
167
|
-
<div class="refsect2"
|
168
|
-
<a name="GtkTable-struct"></a><h3>GtkTable</h3>
|
169
|
-
<pre class="programlisting">
|
167
|
+
<div class="refsect2">
|
168
|
+
<a name="GtkTable-struct"></a><h3>struct GtkTable</h3>
|
169
|
+
<pre class="programlisting">struct GtkTable;</pre>
|
170
170
|
<p>
|
171
171
|
The <span class="structname">GtkTable</span> structure holds the data for the actual table itself.
|
172
172
|
<em class="structfield"><code>children</code></em> is a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of all the widgets the table contains. <em class="structfield"><code>rows</code></em> and <em class="structfield"><code>columns</code></em> are pointers to <span class="type">GtkTableRowCol</span> structures, which contain the default spacing and expansion details for the <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>'s rows and columns, respectively.
|
@@ -176,9 +176,9 @@ The <span class="structname">GtkTable</span> structure holds the data for the ac
|
|
176
176
|
</p>
|
177
177
|
</div>
|
178
178
|
<hr>
|
179
|
-
<div class="refsect2"
|
179
|
+
<div class="refsect2">
|
180
180
|
<a name="gtk-table-new"></a><h3>gtk_table_new ()</h3>
|
181
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
181
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_table_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
|
182
182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> columns</code></em>,
|
183
183
|
<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>);</pre>
|
184
184
|
<p>
|
@@ -193,30 +193,26 @@ as well and is silently interpreted as 1.
|
|
193
193
|
<tbody>
|
194
194
|
<tr>
|
195
195
|
<td><p><span class="term"><em class="parameter"><code>rows</code></em> :</span></p></td>
|
196
|
-
<td>The number of rows the new table should have
|
197
|
-
</td>
|
196
|
+
<td>The number of rows the new table should have.</td>
|
198
197
|
</tr>
|
199
198
|
<tr>
|
200
199
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
201
|
-
<td>The number of columns the new table should have
|
202
|
-
</td>
|
200
|
+
<td>The number of columns the new table should have.</td>
|
203
201
|
</tr>
|
204
202
|
<tr>
|
205
203
|
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
206
204
|
<td>If set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>, all table cells are resized to the size of the cell
|
207
|
-
containing the largest widget
|
208
|
-
</td>
|
205
|
+
containing the largest widget.</td>
|
209
206
|
</tr>
|
210
207
|
<tr>
|
211
208
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
212
|
-
<td>A pointer to the the newly created table widget
|
213
|
-
</td>
|
209
|
+
<td>A pointer to the the newly created table widget.</td>
|
214
210
|
</tr>
|
215
211
|
</tbody>
|
216
212
|
</table></div>
|
217
213
|
</div>
|
218
214
|
<hr>
|
219
|
-
<div class="refsect2"
|
215
|
+
<div class="refsect2">
|
220
216
|
<a name="gtk-table-resize"></a><h3>gtk_table_resize ()</h3>
|
221
217
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_resize (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
222
218
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> rows</code></em>,
|
@@ -229,24 +225,21 @@ If you need to change a table's size <span class="emphasis"><em>after</em></span
|
|
229
225
|
<tbody>
|
230
226
|
<tr>
|
231
227
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
232
|
-
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> you wish to change the size of
|
233
|
-
</td>
|
228
|
+
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> you wish to change the size of.</td>
|
234
229
|
</tr>
|
235
230
|
<tr>
|
236
231
|
<td><p><span class="term"><em class="parameter"><code>rows</code></em> :</span></p></td>
|
237
|
-
<td>The new number of rows
|
238
|
-
</td>
|
232
|
+
<td>The new number of rows.</td>
|
239
233
|
</tr>
|
240
234
|
<tr>
|
241
235
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
242
|
-
<td>The new number of columns
|
243
|
-
</td>
|
236
|
+
<td>The new number of columns.</td>
|
244
237
|
</tr>
|
245
238
|
</tbody>
|
246
239
|
</table></div>
|
247
240
|
</div>
|
248
241
|
<hr>
|
249
|
-
<div class="refsect2"
|
242
|
+
<div class="refsect2">
|
250
243
|
<a name="gtk-table-attach"></a><h3>gtk_table_attach ()</h3>
|
251
244
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_attach (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
252
245
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *child</code></em>,
|
@@ -269,59 +262,49 @@ and row numbers of the table. (Columns and rows are indexed from zero).
|
|
269
262
|
<tbody>
|
270
263
|
<tr>
|
271
264
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
272
|
-
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> to add a new widget to
|
273
|
-
</td>
|
265
|
+
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> to add a new widget to.</td>
|
274
266
|
</tr>
|
275
267
|
<tr>
|
276
268
|
<td><p><span class="term"><em class="parameter"><code>child</code></em> :</span></p></td>
|
277
|
-
<td>The widget to add
|
278
|
-
</td>
|
269
|
+
<td>The widget to add.</td>
|
279
270
|
</tr>
|
280
271
|
<tr>
|
281
272
|
<td><p><span class="term"><em class="parameter"><code>left_attach</code></em> :</span></p></td>
|
282
|
-
<td>the column number to attach the left side of a child widget to
|
283
|
-
</td>
|
273
|
+
<td>the column number to attach the left side of a child widget to.</td>
|
284
274
|
</tr>
|
285
275
|
<tr>
|
286
276
|
<td><p><span class="term"><em class="parameter"><code>right_attach</code></em> :</span></p></td>
|
287
|
-
<td>the column number to attach the right side of a child widget to
|
288
|
-
</td>
|
277
|
+
<td>the column number to attach the right side of a child widget to.</td>
|
289
278
|
</tr>
|
290
279
|
<tr>
|
291
280
|
<td><p><span class="term"><em class="parameter"><code>top_attach</code></em> :</span></p></td>
|
292
|
-
<td>the row number to attach the top of a child widget to
|
293
|
-
</td>
|
281
|
+
<td>the row number to attach the top of a child widget to.</td>
|
294
282
|
</tr>
|
295
283
|
<tr>
|
296
284
|
<td><p><span class="term"><em class="parameter"><code>bottom_attach</code></em> :</span></p></td>
|
297
|
-
<td>the row number to attach the bottom of a child widget to
|
298
|
-
</td>
|
285
|
+
<td>the row number to attach the bottom of a child widget to.</td>
|
299
286
|
</tr>
|
300
287
|
<tr>
|
301
288
|
<td><p><span class="term"><em class="parameter"><code>xoptions</code></em> :</span></p></td>
|
302
|
-
<td>Used to specify the properties of the child widget when the table is resized
|
303
|
-
</td>
|
289
|
+
<td>Used to specify the properties of the child widget when the table is resized.</td>
|
304
290
|
</tr>
|
305
291
|
<tr>
|
306
292
|
<td><p><span class="term"><em class="parameter"><code>yoptions</code></em> :</span></p></td>
|
307
|
-
<td>The same as xoptions, except this field determines behaviour of vertical resizing
|
308
|
-
</td>
|
293
|
+
<td>The same as xoptions, except this field determines behaviour of vertical resizing.</td>
|
309
294
|
</tr>
|
310
295
|
<tr>
|
311
296
|
<td><p><span class="term"><em class="parameter"><code>xpadding</code></em> :</span></p></td>
|
312
|
-
<td>An integer value specifying the padding on the left and right of the widget being added to the table
|
313
|
-
</td>
|
297
|
+
<td>An integer value specifying the padding on the left and right of the widget being added to the table.</td>
|
314
298
|
</tr>
|
315
299
|
<tr>
|
316
300
|
<td><p><span class="term"><em class="parameter"><code>ypadding</code></em> :</span></p></td>
|
317
|
-
<td>The amount of padding above and below the child widget
|
318
|
-
</td>
|
301
|
+
<td>The amount of padding above and below the child widget.</td>
|
319
302
|
</tr>
|
320
303
|
</tbody>
|
321
304
|
</table></div>
|
322
305
|
</div>
|
323
306
|
<hr>
|
324
|
-
<div class="refsect2"
|
307
|
+
<div class="refsect2">
|
325
308
|
<a name="gtk-table-attach-defaults"></a><h3>gtk_table_attach_defaults ()</h3>
|
326
309
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_attach_defaults (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
327
310
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
|
@@ -337,39 +320,33 @@ As there are many options associated with <a class="link" href="GtkTable.html#gt
|
|
337
320
|
<tbody>
|
338
321
|
<tr>
|
339
322
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
340
|
-
<td>The table to add a new child widget to
|
341
|
-
</td>
|
323
|
+
<td>The table to add a new child widget to.</td>
|
342
324
|
</tr>
|
343
325
|
<tr>
|
344
326
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
345
|
-
<td>The child widget to add
|
346
|
-
</td>
|
327
|
+
<td>The child widget to add.</td>
|
347
328
|
</tr>
|
348
329
|
<tr>
|
349
330
|
<td><p><span class="term"><em class="parameter"><code>left_attach</code></em> :</span></p></td>
|
350
|
-
<td>The column number to attach the left side of the child widget to
|
351
|
-
</td>
|
331
|
+
<td>The column number to attach the left side of the child widget to.</td>
|
352
332
|
</tr>
|
353
333
|
<tr>
|
354
334
|
<td><p><span class="term"><em class="parameter"><code>right_attach</code></em> :</span></p></td>
|
355
|
-
<td>The column number to attach the right side of the child widget to
|
356
|
-
</td>
|
335
|
+
<td>The column number to attach the right side of the child widget to.</td>
|
357
336
|
</tr>
|
358
337
|
<tr>
|
359
338
|
<td><p><span class="term"><em class="parameter"><code>top_attach</code></em> :</span></p></td>
|
360
|
-
<td>The row number to attach the top of the child widget to
|
361
|
-
</td>
|
339
|
+
<td>The row number to attach the top of the child widget to.</td>
|
362
340
|
</tr>
|
363
341
|
<tr>
|
364
342
|
<td><p><span class="term"><em class="parameter"><code>bottom_attach</code></em> :</span></p></td>
|
365
|
-
<td>The row number to attach the bottom of the child widget to
|
366
|
-
</td>
|
343
|
+
<td>The row number to attach the bottom of the child widget to.</td>
|
367
344
|
</tr>
|
368
345
|
</tbody>
|
369
346
|
</table></div>
|
370
347
|
</div>
|
371
348
|
<hr>
|
372
|
-
<div class="refsect2"
|
349
|
+
<div class="refsect2">
|
373
350
|
<a name="gtk-table-set-row-spacing"></a><h3>gtk_table_set_row_spacing ()</h3>
|
374
351
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_set_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
375
352
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>,
|
@@ -382,24 +359,21 @@ Changes the space between a given table row and the subsequent row.
|
|
382
359
|
<tbody>
|
383
360
|
<tr>
|
384
361
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
385
|
-
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> containing the row whose properties you wish to change
|
386
|
-
</td>
|
362
|
+
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> containing the row whose properties you wish to change.</td>
|
387
363
|
</tr>
|
388
364
|
<tr>
|
389
365
|
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
390
|
-
<td>row number whose spacing will be changed
|
391
|
-
</td>
|
366
|
+
<td>row number whose spacing will be changed.</td>
|
392
367
|
</tr>
|
393
368
|
<tr>
|
394
369
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
395
|
-
<td>number of pixels that the spacing should take up
|
396
|
-
</td>
|
370
|
+
<td>number of pixels that the spacing should take up.</td>
|
397
371
|
</tr>
|
398
372
|
</tbody>
|
399
373
|
</table></div>
|
400
374
|
</div>
|
401
375
|
<hr>
|
402
|
-
<div class="refsect2"
|
376
|
+
<div class="refsect2">
|
403
377
|
<a name="gtk-table-set-col-spacing"></a><h3>gtk_table_set_col_spacing ()</h3>
|
404
378
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_set_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
405
379
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>,
|
@@ -413,24 +387,21 @@ column.
|
|
413
387
|
<tbody>
|
414
388
|
<tr>
|
415
389
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
416
|
-
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a
|
417
|
-
</td>
|
390
|
+
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>.</td>
|
418
391
|
</tr>
|
419
392
|
<tr>
|
420
393
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
421
|
-
<td>the column whose spacing should be changed
|
422
|
-
</td>
|
394
|
+
<td>the column whose spacing should be changed.</td>
|
423
395
|
</tr>
|
424
396
|
<tr>
|
425
397
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
426
|
-
<td>number of pixels that the spacing should take up
|
427
|
-
</td>
|
398
|
+
<td>number of pixels that the spacing should take up.</td>
|
428
399
|
</tr>
|
429
400
|
</tbody>
|
430
401
|
</table></div>
|
431
402
|
</div>
|
432
403
|
<hr>
|
433
|
-
<div class="refsect2"
|
404
|
+
<div class="refsect2">
|
434
405
|
<a name="gtk-table-set-row-spacings"></a><h3>gtk_table_set_row_spacings ()</h3>
|
435
406
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_set_row_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
436
407
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
|
@@ -442,19 +413,17 @@ Sets the space between every row in <em class="parameter"><code>table</code></em
|
|
442
413
|
<tbody>
|
443
414
|
<tr>
|
444
415
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
445
|
-
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a
|
446
|
-
</td>
|
416
|
+
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>.</td>
|
447
417
|
</tr>
|
448
418
|
<tr>
|
449
419
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
450
|
-
<td>the number of pixels of space to place between every row in the table
|
451
|
-
</td>
|
420
|
+
<td>the number of pixels of space to place between every row in the table.</td>
|
452
421
|
</tr>
|
453
422
|
</tbody>
|
454
423
|
</table></div>
|
455
424
|
</div>
|
456
425
|
<hr>
|
457
|
-
<div class="refsect2"
|
426
|
+
<div class="refsect2">
|
458
427
|
<a name="gtk-table-set-col-spacings"></a><h3>gtk_table_set_col_spacings ()</h3>
|
459
428
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_set_col_spacings (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
460
429
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
|
@@ -466,19 +435,17 @@ Sets the space between every column in <em class="parameter"><code>table</code><
|
|
466
435
|
<tbody>
|
467
436
|
<tr>
|
468
437
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
469
|
-
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a
|
470
|
-
</td>
|
438
|
+
<td>a <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a>.</td>
|
471
439
|
</tr>
|
472
440
|
<tr>
|
473
441
|
<td><p><span class="term"><em class="parameter"><code>spacing</code></em> :</span></p></td>
|
474
|
-
<td>the number of pixels of space to place between every column in the table
|
475
|
-
</td>
|
442
|
+
<td>the number of pixels of space to place between every column in the table.</td>
|
476
443
|
</tr>
|
477
444
|
</tbody>
|
478
445
|
</table></div>
|
479
446
|
</div>
|
480
447
|
<hr>
|
481
|
-
<div class="refsect2"
|
448
|
+
<div class="refsect2">
|
482
449
|
<a name="gtk-table-set-homogeneous"></a><h3>gtk_table_set_homogeneous ()</h3>
|
483
450
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_set_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
484
451
|
<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>);</pre>
|
@@ -490,20 +457,18 @@ Changes the homogenous property of table cells, ie. whether all cells are an equ
|
|
490
457
|
<tbody>
|
491
458
|
<tr>
|
492
459
|
<td><p><span class="term"><em class="parameter"><code>table</code></em> :</span></p></td>
|
493
|
-
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> you wish to set the homogeneous properties of
|
494
|
-
</td>
|
460
|
+
<td>The <a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> you wish to set the homogeneous properties of.</td>
|
495
461
|
</tr>
|
496
462
|
<tr>
|
497
463
|
<td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
|
498
464
|
<td>Set to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to ensure all table cells are the same size. Set
|
499
|
-
to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour
|
500
|
-
</td>
|
465
|
+
to <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if this is not your desired behaviour.</td>
|
501
466
|
</tr>
|
502
467
|
</tbody>
|
503
468
|
</table></div>
|
504
469
|
</div>
|
505
470
|
<hr>
|
506
|
-
<div class="refsect2"
|
471
|
+
<div class="refsect2">
|
507
472
|
<a name="gtk-table-get-default-row-spacing"></a><h3>gtk_table_get_default_row_spacing ()</h3>
|
508
473
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_table_get_default_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
|
509
474
|
<p>
|
@@ -521,14 +486,13 @@ the spacing that will be used for newly added rows.
|
|
521
486
|
</tr>
|
522
487
|
<tr>
|
523
488
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
524
|
-
<td>
|
525
|
-
</td>
|
489
|
+
<td>the default row spacing</td>
|
526
490
|
</tr>
|
527
491
|
</tbody>
|
528
492
|
</table></div>
|
529
493
|
</div>
|
530
494
|
<hr>
|
531
|
-
<div class="refsect2"
|
495
|
+
<div class="refsect2">
|
532
496
|
<a name="gtk-table-get-homogeneous"></a><h3>gtk_table_get_homogeneous ()</h3>
|
533
497
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_table_get_homogeneous (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
|
534
498
|
<p>
|
@@ -545,14 +509,14 @@ width and height. (See <code class="function">gtk_table_set_homogenous()</code>)
|
|
545
509
|
</tr>
|
546
510
|
<tr>
|
547
511
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
548
|
-
<td>
|
549
|
-
</td>
|
512
|
+
<td>
|
513
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the cells are all constrained to the same size</td>
|
550
514
|
</tr>
|
551
515
|
</tbody>
|
552
516
|
</table></div>
|
553
517
|
</div>
|
554
518
|
<hr>
|
555
|
-
<div class="refsect2"
|
519
|
+
<div class="refsect2">
|
556
520
|
<a name="gtk-table-get-row-spacing"></a><h3>gtk_table_get_row_spacing ()</h3>
|
557
521
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_table_get_row_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
558
522
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> row</code></em>);</pre>
|
@@ -570,19 +534,17 @@ row <em class="parameter"><code>row</code></em> + 1. See <a class="link" href="G
|
|
570
534
|
</tr>
|
571
535
|
<tr>
|
572
536
|
<td><p><span class="term"><em class="parameter"><code>row</code></em> :</span></p></td>
|
573
|
-
<td>a row in the table, 0 indicates the first row
|
574
|
-
</td>
|
537
|
+
<td>a row in the table, 0 indicates the first row</td>
|
575
538
|
</tr>
|
576
539
|
<tr>
|
577
540
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
578
|
-
<td>
|
579
|
-
</td>
|
541
|
+
<td>the row spacing</td>
|
580
542
|
</tr>
|
581
543
|
</tbody>
|
582
544
|
</table></div>
|
583
545
|
</div>
|
584
546
|
<hr>
|
585
|
-
<div class="refsect2"
|
547
|
+
<div class="refsect2">
|
586
548
|
<a name="gtk-table-get-col-spacing"></a><h3>gtk_table_get_col_spacing ()</h3>
|
587
549
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_table_get_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
588
550
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> column</code></em>);</pre>
|
@@ -600,19 +562,17 @@ column <em class="parameter"><code>col</code></em> + 1. See <a class="link" href
|
|
600
562
|
</tr>
|
601
563
|
<tr>
|
602
564
|
<td><p><span class="term"><em class="parameter"><code>column</code></em> :</span></p></td>
|
603
|
-
<td>a column in the table, 0 indicates the first column
|
604
|
-
</td>
|
565
|
+
<td>a column in the table, 0 indicates the first column</td>
|
605
566
|
</tr>
|
606
567
|
<tr>
|
607
568
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
608
|
-
<td>
|
609
|
-
</td>
|
569
|
+
<td>the column spacing</td>
|
610
570
|
</tr>
|
611
571
|
</tbody>
|
612
572
|
</table></div>
|
613
573
|
</div>
|
614
574
|
<hr>
|
615
|
-
<div class="refsect2"
|
575
|
+
<div class="refsect2">
|
616
576
|
<a name="gtk-table-get-default-col-spacing"></a><h3>gtk_table_get_default_col_spacing ()</h3>
|
617
577
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_table_get_default_col_spacing (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>);</pre>
|
618
578
|
<p>
|
@@ -630,14 +590,13 @@ the spacing that will be used for newly added columns.
|
|
630
590
|
</tr>
|
631
591
|
<tr>
|
632
592
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
633
|
-
<td>
|
634
|
-
</td>
|
593
|
+
<td>the default column spacing</td>
|
635
594
|
</tr>
|
636
595
|
</tbody>
|
637
596
|
</table></div>
|
638
597
|
</div>
|
639
598
|
<hr>
|
640
|
-
<div class="refsect2"
|
599
|
+
<div class="refsect2">
|
641
600
|
<a name="gtk-table-get-size"></a><h3>gtk_table_get_size ()</h3>
|
642
601
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_table_get_size (<em class="parameter"><code><a class="link" href="GtkTable.html" title="GtkTable"><span class="type">GtkTable</span></a> *table</code></em>,
|
643
602
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> *rows</code></em>,
|
@@ -652,14 +611,14 @@ the spacing that will be used for newly added columns.
|
|
652
611
|
</tr>
|
653
612
|
<tr>
|
654
613
|
<td><p><span class="term"><em class="parameter"><code>rows</code></em> :</span></p></td>
|
655
|
-
<td>
|
656
|
-
|
614
|
+
<td>return location for the number of
|
615
|
+
rows, 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>
|
657
616
|
</td>
|
658
617
|
</tr>
|
659
618
|
<tr>
|
660
619
|
<td><p><span class="term"><em class="parameter"><code>columns</code></em> :</span></p></td>
|
661
|
-
<td>
|
662
|
-
|
620
|
+
<td>return location for the number
|
621
|
+
of columns, 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>
|
663
622
|
</td>
|
664
623
|
</tr>
|
665
624
|
</tbody>
|
@@ -667,9 +626,9 @@ the spacing that will be used for newly added columns.
|
|
667
626
|
<p class="since">Since 2.22</p>
|
668
627
|
</div>
|
669
628
|
</div>
|
670
|
-
<div class="refsect1"
|
629
|
+
<div class="refsect1">
|
671
630
|
<a name="GtkTable.property-details"></a><h2>Property Details</h2>
|
672
|
-
<div class="refsect2"
|
631
|
+
<div class="refsect2">
|
673
632
|
<a name="GtkTable--column-spacing"></a><h3>The <code class="literal">"column-spacing"</code> property</h3>
|
674
633
|
<pre class="programlisting"> "column-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
675
634
|
<p>The amount of space between two consecutive columns.</p>
|
@@ -677,14 +636,14 @@ the spacing that will be used for newly added columns.
|
|
677
636
|
<p>Default value: 0</p>
|
678
637
|
</div>
|
679
638
|
<hr>
|
680
|
-
<div class="refsect2"
|
639
|
+
<div class="refsect2">
|
681
640
|
<a name="GtkTable--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
|
682
641
|
<pre class="programlisting"> "homogeneous" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
683
642
|
<p>If TRUE, the table cells are all the same width/height.</p>
|
684
643
|
<p>Default value: FALSE</p>
|
685
644
|
</div>
|
686
645
|
<hr>
|
687
|
-
<div class="refsect2"
|
646
|
+
<div class="refsect2">
|
688
647
|
<a name="GtkTable--n-columns"></a><h3>The <code class="literal">"n-columns"</code> property</h3>
|
689
648
|
<pre class="programlisting"> "n-columns" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
690
649
|
<p>The number of columns in the table.</p>
|
@@ -692,7 +651,7 @@ the spacing that will be used for newly added columns.
|
|
692
651
|
<p>Default value: 1</p>
|
693
652
|
</div>
|
694
653
|
<hr>
|
695
|
-
<div class="refsect2"
|
654
|
+
<div class="refsect2">
|
696
655
|
<a name="GtkTable--n-rows"></a><h3>The <code class="literal">"n-rows"</code> property</h3>
|
697
656
|
<pre class="programlisting"> "n-rows" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
698
657
|
<p>The number of rows in the table.</p>
|
@@ -700,7 +659,7 @@ the spacing that will be used for newly added columns.
|
|
700
659
|
<p>Default value: 1</p>
|
701
660
|
</div>
|
702
661
|
<hr>
|
703
|
-
<div class="refsect2"
|
662
|
+
<div class="refsect2">
|
704
663
|
<a name="GtkTable--row-spacing"></a><h3>The <code class="literal">"row-spacing"</code> property</h3>
|
705
664
|
<pre class="programlisting"> "row-spacing" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
706
665
|
<p>The amount of space between two consecutive rows.</p>
|
@@ -708,9 +667,9 @@ the spacing that will be used for newly added columns.
|
|
708
667
|
<p>Default value: 0</p>
|
709
668
|
</div>
|
710
669
|
</div>
|
711
|
-
<div class="refsect1"
|
670
|
+
<div class="refsect1">
|
712
671
|
<a name="GtkTable.child-property-details"></a><h2>Child Property Details</h2>
|
713
|
-
<div class="refsect2"
|
672
|
+
<div class="refsect2">
|
714
673
|
<a name="GtkTable--c-bottom-attach"></a><h3>The <code class="literal">"bottom-attach"</code> child property</h3>
|
715
674
|
<pre class="programlisting"> "bottom-attach" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
716
675
|
<p>The row number to attach the bottom of the child to.</p>
|
@@ -718,7 +677,7 @@ the spacing that will be used for newly added columns.
|
|
718
677
|
<p>Default value: 1</p>
|
719
678
|
</div>
|
720
679
|
<hr>
|
721
|
-
<div class="refsect2"
|
680
|
+
<div class="refsect2">
|
722
681
|
<a name="GtkTable--c-left-attach"></a><h3>The <code class="literal">"left-attach"</code> child property</h3>
|
723
682
|
<pre class="programlisting"> "left-attach" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
724
683
|
<p>The column number to attach the left side of the child to.</p>
|
@@ -726,7 +685,7 @@ the spacing that will be used for newly added columns.
|
|
726
685
|
<p>Default value: 0</p>
|
727
686
|
</div>
|
728
687
|
<hr>
|
729
|
-
<div class="refsect2"
|
688
|
+
<div class="refsect2">
|
730
689
|
<a name="GtkTable--c-right-attach"></a><h3>The <code class="literal">"right-attach"</code> child property</h3>
|
731
690
|
<pre class="programlisting"> "right-attach" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
732
691
|
<p>The column number to attach the right side of a child widget to.</p>
|
@@ -734,7 +693,7 @@ the spacing that will be used for newly added columns.
|
|
734
693
|
<p>Default value: 1</p>
|
735
694
|
</div>
|
736
695
|
<hr>
|
737
|
-
<div class="refsect2"
|
696
|
+
<div class="refsect2">
|
738
697
|
<a name="GtkTable--c-top-attach"></a><h3>The <code class="literal">"top-attach"</code> child property</h3>
|
739
698
|
<pre class="programlisting"> "top-attach" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
740
699
|
<p>The row number to attach the top of a child widget to.</p>
|
@@ -742,14 +701,14 @@ the spacing that will be used for newly added columns.
|
|
742
701
|
<p>Default value: 0</p>
|
743
702
|
</div>
|
744
703
|
<hr>
|
745
|
-
<div class="refsect2"
|
704
|
+
<div class="refsect2">
|
746
705
|
<a name="GtkTable--c-x-options"></a><h3>The <code class="literal">"x-options"</code> child property</h3>
|
747
706
|
<pre class="programlisting"> "x-options" <a class="link" href="gtk-Standard-Enumerations.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> : Read / Write</pre>
|
748
707
|
<p>Options specifying the horizontal behaviour of the child.</p>
|
749
708
|
<p>Default value: GTK_EXPAND|GTK_FILL</p>
|
750
709
|
</div>
|
751
710
|
<hr>
|
752
|
-
<div class="refsect2"
|
711
|
+
<div class="refsect2">
|
753
712
|
<a name="GtkTable--c-x-padding"></a><h3>The <code class="literal">"x-padding"</code> child property</h3>
|
754
713
|
<pre class="programlisting"> "x-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
755
714
|
<p>Extra space to put between the child and its left and right neighbors, in pixels.</p>
|
@@ -757,14 +716,14 @@ the spacing that will be used for newly added columns.
|
|
757
716
|
<p>Default value: 0</p>
|
758
717
|
</div>
|
759
718
|
<hr>
|
760
|
-
<div class="refsect2"
|
719
|
+
<div class="refsect2">
|
761
720
|
<a name="GtkTable--c-y-options"></a><h3>The <code class="literal">"y-options"</code> child property</h3>
|
762
721
|
<pre class="programlisting"> "y-options" <a class="link" href="gtk-Standard-Enumerations.html#GtkAttachOptions" title="enum GtkAttachOptions"><span class="type">GtkAttachOptions</span></a> : Read / Write</pre>
|
763
722
|
<p>Options specifying the vertical behaviour of the child.</p>
|
764
723
|
<p>Default value: GTK_EXPAND|GTK_FILL</p>
|
765
724
|
</div>
|
766
725
|
<hr>
|
767
|
-
<div class="refsect2"
|
726
|
+
<div class="refsect2">
|
768
727
|
<a name="GtkTable--c-y-padding"></a><h3>The <code class="literal">"y-padding"</code> child property</h3>
|
769
728
|
<pre class="programlisting"> "y-padding" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
|
770
729
|
<p>Extra space to put between the child and its upper and lower neighbors, in pixels.</p>
|
@@ -772,7 +731,7 @@ the spacing that will be used for newly added columns.
|
|
772
731
|
<p>Default value: 0</p>
|
773
732
|
</div>
|
774
733
|
</div>
|
775
|
-
<div class="refsect1"
|
734
|
+
<div class="refsect1">
|
776
735
|
<a name="GtkTable.see-also"></a><h2>See Also</h2>
|
777
736
|
<p>
|
778
737
|
</p>
|
@@ -795,6 +754,6 @@ the spacing that will be used for newly added columns.
|
|
795
754
|
</div>
|
796
755
|
<div class="footer">
|
797
756
|
<hr>
|
798
|
-
Generated by GTK-Doc V1.
|
757
|
+
Generated by GTK-Doc V1.16.1</div>
|
799
758
|
</body>
|
800
759
|
</html>
|