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="DisplayWidgets.html" title="Display Widgets">
|
9
9
|
<link rel="prev" href="GtkImage.html" title="GtkImage">
|
10
10
|
<link rel="next" href="GtkProgressBar.html" title="GtkProgressBar">
|
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="#GtkLabel.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkLabel"></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"><img src="label.png"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkLabel.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="GtkLabel.html#GtkLabel-struct" title="struct GtkLabel">GtkLabel</a>;
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkLabel.html#gtk-label-new" title="gtk_label_new ()">gtk_label_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> *str</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()">gtk_label_set_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
54
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> *str</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-set-attributes" title="gtk_label_set_attributes ()">gtk_label_set_attributes</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
@@ -82,8 +82,8 @@
|
|
82
82
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *y</code></em>);
|
83
83
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-mnemonic-keyval" title="gtk_label_get_mnemonic_keyval ()">gtk_label_get_mnemonic_keyval</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
84
84
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-selectable" title="gtk_label_get_selectable ()">gtk_label_get_selectable</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
85
|
-
const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
86
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
85
|
+
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="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()">gtk_label_get_text</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
86
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkLabel.html#gtk-label-new-with-mnemonic" title="gtk_label_new_with_mnemonic ()">gtk_label_new_with_mnemonic</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> *str</code></em>);
|
87
87
|
<span class="returnvalue">void</span> <a class="link" href="GtkLabel.html#gtk-label-select-region" title="gtk_label_select_region ()">gtk_label_select_region</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
88
88
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_offset</code></em>,
|
89
89
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> end_offset</code></em>);
|
@@ -126,7 +126,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
126
126
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkLabel.html#gtk-label-get-track-visited-links" title="gtk_label_get_track_visited_links ()">gtk_label_get_track_visited_links</a> (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);
|
127
127
|
</pre>
|
128
128
|
</div>
|
129
|
-
<div class="refsect1"
|
129
|
+
<div class="refsect1">
|
130
130
|
<a name="GtkLabel.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
131
131
|
<pre class="synopsis">
|
132
132
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -139,13 +139,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
139
139
|
+----<a class="link" href="GtkTipsQuery.html" title="GtkTipsQuery">GtkTipsQuery</a>
|
140
140
|
</pre>
|
141
141
|
</div>
|
142
|
-
<div class="refsect1"
|
142
|
+
<div class="refsect1">
|
143
143
|
<a name="GtkLabel.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
144
144
|
<p>
|
145
145
|
GtkLabel implements
|
146
146
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
147
147
|
</div>
|
148
|
-
<div class="refsect1"
|
148
|
+
<div class="refsect1">
|
149
149
|
<a name="GtkLabel.properties"></a><h2>Properties</h2>
|
150
150
|
<pre class="synopsis">
|
151
151
|
"<a class="link" href="GtkLabel.html#GtkLabel--angle" title='The "angle" property'>angle</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write
|
@@ -169,24 +169,24 @@ GtkLabel implements
|
|
169
169
|
"<a class="link" href="GtkLabel.html#GtkLabel--wrap-mode" title='The "wrap-mode" property'>wrap-mode</a>" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write
|
170
170
|
</pre>
|
171
171
|
</div>
|
172
|
-
<div class="refsect1"
|
172
|
+
<div class="refsect1">
|
173
173
|
<a name="GtkLabel.signals"></a><h2>Signals</h2>
|
174
174
|
<pre class="synopsis">
|
175
|
-
"<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</a>" :
|
176
|
-
"<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</a>" : Run Last
|
177
|
-
"<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" :
|
178
|
-
"<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" :
|
179
|
-
"<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : Run Last
|
175
|
+
"<a class="link" href="GtkLabel.html#GtkLabel-activate-current-link" title='The "activate-current-link" signal'>activate-current-link</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
176
|
+
"<a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "activate-link" signal'>activate-link</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
177
|
+
"<a class="link" href="GtkLabel.html#GtkLabel-copy-clipboard" title='The "copy-clipboard" signal'>copy-clipboard</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
178
|
+
"<a class="link" href="GtkLabel.html#GtkLabel-move-cursor" title='The "move-cursor" signal'>move-cursor</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
179
|
+
"<a class="link" href="GtkLabel.html#GtkLabel-populate-popup" title='The "populate-popup" signal'>populate-popup</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a>
|
180
180
|
</pre>
|
181
181
|
</div>
|
182
|
-
<div class="refsect1"
|
182
|
+
<div class="refsect1">
|
183
183
|
<a name="GtkLabel.description"></a><h2>Description</h2>
|
184
184
|
<p>
|
185
185
|
The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget displays a small amount of text. As the name
|
186
186
|
implies, most labels are used to label another widget such as a
|
187
187
|
<a class="link" href="GtkButton.html" title="GtkButton"><span class="type">GtkButton</span></a>, a <a class="link" href="GtkMenuItem.html" title="GtkMenuItem"><span class="type">GtkMenuItem</span></a>, or a <a class="link" href="GtkOptionMenu.html" title="GtkOptionMenu"><span class="type">GtkOptionMenu</span></a>.
|
188
188
|
</p>
|
189
|
-
<div class="refsect2"
|
189
|
+
<div class="refsect2">
|
190
190
|
<a name="GtkLabel-BUILDER-UI"></a><h3>GtkLabel as GtkBuildable</h3>
|
191
191
|
<p>
|
192
192
|
The GtkLabel implementation of the GtkBuildable interface supports a
|
@@ -195,7 +195,7 @@ elements. the <attribute> element has attributes named name, value,
|
|
195
195
|
start and end and allows you to specify <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttribute"><span class="type">PangoAttribute</span></a> values for this label.
|
196
196
|
</p>
|
197
197
|
<div class="example">
|
198
|
-
<a name="
|
198
|
+
<a name="id637785"></a><p class="title"><b>Example 13. A UI definition fragment specifying Pango attributes</b></p>
|
199
199
|
<div class="example-contents">
|
200
200
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
201
201
|
<tbody>
|
@@ -227,8 +227,8 @@ content instead.
|
|
227
227
|
</p>
|
228
228
|
</div>
|
229
229
|
<hr>
|
230
|
-
<div class="refsect2"
|
231
|
-
<a name="
|
230
|
+
<div class="refsect2">
|
231
|
+
<a name="id637808"></a><h3>Mnemonics</h3>
|
232
232
|
<p>
|
233
233
|
Labels may contain <em class="firstterm">mnemonics</em>. Mnemonics are
|
234
234
|
underlined characters in the label, used for keyboard navigation.
|
@@ -304,8 +304,8 @@ To create a mnemonic for a widget alongside the label, such as a
|
|
304
304
|
</p>
|
305
305
|
</div>
|
306
306
|
<hr>
|
307
|
-
<div class="refsect2"
|
308
|
-
<a name="
|
307
|
+
<div class="refsect2">
|
308
|
+
<a name="id637930"></a><h3>Markup (styled text)</h3>
|
309
309
|
<p>
|
310
310
|
To make it easy to format text in a label (changing colors, fonts,
|
311
311
|
etc.), label text can be provided in a simple <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">markup format</a>.
|
@@ -347,8 +347,8 @@ being displayed, so translations will cause problems.
|
|
347
347
|
</p>
|
348
348
|
</div>
|
349
349
|
<hr>
|
350
|
-
<div class="refsect2"
|
351
|
-
<a name="
|
350
|
+
<div class="refsect2">
|
351
|
+
<a name="id638047"></a><h3>Selectable labels</h3>
|
352
352
|
<p>
|
353
353
|
Labels can be made selectable with <a class="link" href="GtkLabel.html#gtk-label-set-selectable" title="gtk_label_set_selectable ()"><code class="function">gtk_label_set_selectable()</code></a>.
|
354
354
|
Selectable labels allow the user to copy the label contents to
|
@@ -357,8 +357,8 @@ the clipboard. Only labels that contain useful-to-copy information
|
|
357
357
|
</p>
|
358
358
|
</div>
|
359
359
|
<hr>
|
360
|
-
<div class="refsect2"
|
361
|
-
<a name="
|
360
|
+
<div class="refsect2">
|
361
|
+
<a name="id638070"></a><h3>Text layout</h3>
|
362
362
|
<p>
|
363
363
|
A label can contain any number of paragraphs, but will have
|
364
364
|
performance problems if it contains more than a small number.
|
@@ -376,8 +376,8 @@ aligns in its available space, see <a class="link" href="GtkMisc.html#gtk-misc-s
|
|
376
376
|
</p>
|
377
377
|
</div>
|
378
378
|
<hr>
|
379
|
-
<div class="refsect2"
|
380
|
-
<a name="
|
379
|
+
<div class="refsect2">
|
380
|
+
<a name="id638121"></a><h3>Links</h3>
|
381
381
|
<p>
|
382
382
|
Since 2.18, GTK+ supports markup for clickable hyperlinks in addition
|
383
383
|
to regular Pango markup. The markup for links is borrowed from HTML, using the
|
@@ -402,20 +402,20 @@ the <a class="link" href="GtkLabel.html#GtkLabel-activate-link" title='The "acti
|
|
402
402
|
</p>
|
403
403
|
</div>
|
404
404
|
</div>
|
405
|
-
<div class="refsect1"
|
405
|
+
<div class="refsect1">
|
406
406
|
<a name="GtkLabel.details"></a><h2>Details</h2>
|
407
|
-
<div class="refsect2"
|
408
|
-
<a name="GtkLabel-struct"></a><h3>GtkLabel</h3>
|
409
|
-
<pre class="programlisting">
|
407
|
+
<div class="refsect2">
|
408
|
+
<a name="GtkLabel-struct"></a><h3>struct GtkLabel</h3>
|
409
|
+
<pre class="programlisting">struct GtkLabel;</pre>
|
410
410
|
<p>
|
411
411
|
This should not be accessed directly. Use the accessor functions as
|
412
412
|
described below.
|
413
413
|
</p>
|
414
414
|
</div>
|
415
415
|
<hr>
|
416
|
-
<div class="refsect2"
|
416
|
+
<div class="refsect2">
|
417
417
|
<a name="gtk-label-new"></a><h3>gtk_label_new ()</h3>
|
418
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
418
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_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> *str</code></em>);</pre>
|
419
419
|
<p>
|
420
420
|
Creates a new label with the given text inside it. You can
|
421
421
|
pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to get an empty label widget.
|
@@ -425,19 +425,18 @@ pass <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.
|
|
425
425
|
<tbody>
|
426
426
|
<tr>
|
427
427
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
428
|
-
<td>The text of the label
|
429
|
-
</td>
|
428
|
+
<td>The text of the label</td>
|
430
429
|
</tr>
|
431
430
|
<tr>
|
432
431
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
433
|
-
<td>
|
432
|
+
<td>the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
|
434
433
|
</td>
|
435
434
|
</tr>
|
436
435
|
</tbody>
|
437
436
|
</table></div>
|
438
437
|
</div>
|
439
438
|
<hr>
|
440
|
-
<div class="refsect2"
|
439
|
+
<div class="refsect2">
|
441
440
|
<a name="gtk-label-set-text"></a><h3>gtk_label_set_text ()</h3>
|
442
441
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_text (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
443
442
|
<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> *str</code></em>);</pre>
|
@@ -458,14 +457,13 @@ This will also clear any previously set mnemonic accelerators.
|
|
458
457
|
</tr>
|
459
458
|
<tr>
|
460
459
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
461
|
-
<td>The text you want to set
|
462
|
-
</td>
|
460
|
+
<td>The text you want to set</td>
|
463
461
|
</tr>
|
464
462
|
</tbody>
|
465
463
|
</table></div>
|
466
464
|
</div>
|
467
465
|
<hr>
|
468
|
-
<div class="refsect2"
|
466
|
+
<div class="refsect2">
|
469
467
|
<a name="gtk-label-set-attributes"></a><h3>gtk_label_set_attributes ()</h3>
|
470
468
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
471
469
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a> *attrs</code></em>);</pre>
|
@@ -475,7 +473,7 @@ label text.
|
|
475
473
|
</p>
|
476
474
|
<p>
|
477
475
|
</p>
|
478
|
-
<div class="note"
|
476
|
+
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
479
477
|
<h3 class="title">Note</h3>
|
480
478
|
<p>The attributes set with this function will be applied
|
481
479
|
and merged with any other attributes previously effected by way
|
@@ -503,7 +501,7 @@ to the label after the markup string is parsed.</p>
|
|
503
501
|
</table></div>
|
504
502
|
</div>
|
505
503
|
<hr>
|
506
|
-
<div class="refsect2"
|
504
|
+
<div class="refsect2">
|
507
505
|
<a name="gtk-label-set-markup"></a><h3>gtk_label_set_markup ()</h3>
|
508
506
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
509
507
|
<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> *str</code></em>);</pre>
|
@@ -544,14 +542,13 @@ external data, you may need to escape it with <a href="http://library.gnome.org/
|
|
544
542
|
</tr>
|
545
543
|
<tr>
|
546
544
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
547
|
-
<td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)
|
548
|
-
</td>
|
545
|
+
<td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
549
546
|
</tr>
|
550
547
|
</tbody>
|
551
548
|
</table></div>
|
552
549
|
</div>
|
553
550
|
<hr>
|
554
|
-
<div class="refsect2"
|
551
|
+
<div class="refsect2">
|
555
552
|
<a name="gtk-label-set-markup-with-mnemonic"></a><h3>gtk_label_set_markup_with_mnemonic ()</h3>
|
556
553
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_markup_with_mnemonic (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
557
554
|
<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> *str</code></em>);</pre>
|
@@ -575,14 +572,13 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
575
572
|
</tr>
|
576
573
|
<tr>
|
577
574
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
578
|
-
<td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)
|
579
|
-
</td>
|
575
|
+
<td>a markup string (see <a href="/usr/share/gtk-doc/html/pango/PangoMarkupFormat.html">Pango markup format</a>)</td>
|
580
576
|
</tr>
|
581
577
|
</tbody>
|
582
578
|
</table></div>
|
583
579
|
</div>
|
584
580
|
<hr>
|
585
|
-
<div class="refsect2"
|
581
|
+
<div class="refsect2">
|
586
582
|
<a name="gtk-label-set-pattern"></a><h3>gtk_label_set_pattern ()</h3>
|
587
583
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_pattern (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
588
584
|
<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> *pattern</code></em>);</pre>
|
@@ -597,19 +593,17 @@ The pattern of underlines you want under the existing text within the
|
|
597
593
|
<tbody>
|
598
594
|
<tr>
|
599
595
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
600
|
-
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to set the pattern to
|
601
|
-
</td>
|
596
|
+
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to set the pattern to.</td>
|
602
597
|
</tr>
|
603
598
|
<tr>
|
604
599
|
<td><p><span class="term"><em class="parameter"><code>pattern</code></em> :</span></p></td>
|
605
|
-
<td>The pattern as described above
|
606
|
-
</td>
|
600
|
+
<td>The pattern as described above.</td>
|
607
601
|
</tr>
|
608
602
|
</tbody>
|
609
603
|
</table></div>
|
610
604
|
</div>
|
611
605
|
<hr>
|
612
|
-
<div class="refsect2"
|
606
|
+
<div class="refsect2">
|
613
607
|
<a name="gtk-label-set-justify"></a><h3>gtk_label_set_justify ()</h3>
|
614
608
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_justify (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
615
609
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> jtype</code></em>);</pre>
|
@@ -638,7 +632,7 @@ effect on labels containing only a single line.
|
|
638
632
|
</table></div>
|
639
633
|
</div>
|
640
634
|
<hr>
|
641
|
-
<div class="refsect2"
|
635
|
+
<div class="refsect2">
|
642
636
|
<a name="gtk-label-set-ellipsize"></a><h3>gtk_label_set_ellipsize ()</h3>
|
643
637
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
644
638
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> mode</code></em>);</pre>
|
@@ -664,7 +658,7 @@ if there is not enough space to render the entire string.
|
|
664
658
|
<p class="since">Since 2.6</p>
|
665
659
|
</div>
|
666
660
|
<hr>
|
667
|
-
<div class="refsect2"
|
661
|
+
<div class="refsect2">
|
668
662
|
<a name="gtk-label-set-width-chars"></a><h3>gtk_label_set_width_chars ()</h3>
|
669
663
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
670
664
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
|
@@ -681,15 +675,14 @@ Sets the desired width in characters of <em class="parameter"><code>label</code>
|
|
681
675
|
</tr>
|
682
676
|
<tr>
|
683
677
|
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
684
|
-
<td>the new desired width, in characters
|
685
|
-
</td>
|
678
|
+
<td>the new desired width, in characters.</td>
|
686
679
|
</tr>
|
687
680
|
</tbody>
|
688
681
|
</table></div>
|
689
682
|
<p class="since">Since 2.6</p>
|
690
683
|
</div>
|
691
684
|
<hr>
|
692
|
-
<div class="refsect2"
|
685
|
+
<div class="refsect2">
|
693
686
|
<a name="gtk-label-set-max-width-chars"></a><h3>gtk_label_set_max_width_chars ()</h3>
|
694
687
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_max_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
695
688
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n_chars</code></em>);</pre>
|
@@ -706,19 +699,18 @@ Sets the desired maximum width in characters of <em class="parameter"><code>labe
|
|
706
699
|
</tr>
|
707
700
|
<tr>
|
708
701
|
<td><p><span class="term"><em class="parameter"><code>n_chars</code></em> :</span></p></td>
|
709
|
-
<td>the new desired maximum width, in characters
|
710
|
-
</td>
|
702
|
+
<td>the new desired maximum width, in characters.</td>
|
711
703
|
</tr>
|
712
704
|
</tbody>
|
713
705
|
</table></div>
|
714
706
|
<p class="since">Since 2.6</p>
|
715
707
|
</div>
|
716
708
|
<hr>
|
717
|
-
<div class="refsect2"
|
709
|
+
<div class="refsect2">
|
718
710
|
<a name="gtk-label-get"></a><h3>gtk_label_get ()</h3>
|
719
711
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_get (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
720
712
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **str</code></em>);</pre>
|
721
|
-
<div class="warning"
|
713
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
722
714
|
<h3 class="title">Warning</h3>
|
723
715
|
<p><code class="literal">gtk_label_get</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkLabel.html#gtk-label-get-text" title="gtk_label_get_text ()"><code class="function">gtk_label_get_text()</code></a> instead.</p>
|
724
716
|
</div>
|
@@ -732,23 +724,21 @@ must not write to it.
|
|
732
724
|
<tbody>
|
733
725
|
<tr>
|
734
726
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
735
|
-
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget you want to get the text from
|
736
|
-
</td>
|
727
|
+
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> widget you want to get the text from.</td>
|
737
728
|
</tr>
|
738
729
|
<tr>
|
739
730
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
740
|
-
<td>The reference to the pointer you want to point to the text
|
741
|
-
</td>
|
731
|
+
<td>The reference to the pointer you want to point to the text.</td>
|
742
732
|
</tr>
|
743
733
|
</tbody>
|
744
734
|
</table></div>
|
745
735
|
</div>
|
746
736
|
<hr>
|
747
|
-
<div class="refsect2"
|
737
|
+
<div class="refsect2">
|
748
738
|
<a name="gtk-label-parse-uline"></a><h3>gtk_label_parse_uline ()</h3>
|
749
739
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_label_parse_uline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
750
740
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *string</code></em>);</pre>
|
751
|
-
<div class="warning"
|
741
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
752
742
|
<h3 class="title">Warning</h3>
|
753
743
|
<p><code class="literal">gtk_label_parse_uline</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" title="gtk_label_set_use_underline ()"><code class="function">gtk_label_set_use_underline()</code></a> instead.</p>
|
754
744
|
</div>
|
@@ -764,24 +754,21 @@ probably only used within the GTK+ library itself for menu items and such.
|
|
764
754
|
<tbody>
|
765
755
|
<tr>
|
766
756
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
767
|
-
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to affect
|
768
|
-
</td>
|
757
|
+
<td>The <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> you want to affect.</td>
|
769
758
|
</tr>
|
770
759
|
<tr>
|
771
760
|
<td><p><span class="term"><em class="parameter"><code>string</code></em> :</span></p></td>
|
772
|
-
<td>The string you want to parse for underlines
|
773
|
-
</td>
|
761
|
+
<td>The string you want to parse for underlines.</td>
|
774
762
|
</tr>
|
775
763
|
<tr>
|
776
764
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
777
|
-
<td>The lowercase keyval of the last character underlined
|
778
|
-
</td>
|
765
|
+
<td>The lowercase keyval of the last character underlined.</td>
|
779
766
|
</tr>
|
780
767
|
</tbody>
|
781
768
|
</table></div>
|
782
769
|
</div>
|
783
770
|
<hr>
|
784
|
-
<div class="refsect2"
|
771
|
+
<div class="refsect2">
|
785
772
|
<a name="gtk-label-set-line-wrap"></a><h3>gtk_label_set_line_wrap ()</h3>
|
786
773
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_line_wrap (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
787
774
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> wrap</code></em>);</pre>
|
@@ -807,14 +794,13 @@ set the label's width using <a class="link" href="GtkWidget.html#gtk-widget-set-
|
|
807
794
|
</tr>
|
808
795
|
<tr>
|
809
796
|
<td><p><span class="term"><em class="parameter"><code>wrap</code></em> :</span></p></td>
|
810
|
-
<td>the setting
|
811
|
-
</td>
|
797
|
+
<td>the setting</td>
|
812
798
|
</tr>
|
813
799
|
</tbody>
|
814
800
|
</table></div>
|
815
801
|
</div>
|
816
802
|
<hr>
|
817
|
-
<div class="refsect2"
|
803
|
+
<div class="refsect2">
|
818
804
|
<a name="gtk-label-set-line-wrap-mode"></a><h3>gtk_label_set_line_wrap_mode ()</h3>
|
819
805
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
820
806
|
<em class="parameter"><code><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> wrap_mode</code></em>);</pre>
|
@@ -833,19 +819,18 @@ wrap on word boundaries.
|
|
833
819
|
</tr>
|
834
820
|
<tr>
|
835
821
|
<td><p><span class="term"><em class="parameter"><code>wrap_mode</code></em> :</span></p></td>
|
836
|
-
<td>the line wrapping mode
|
837
|
-
</td>
|
822
|
+
<td>the line wrapping mode</td>
|
838
823
|
</tr>
|
839
824
|
</tbody>
|
840
825
|
</table></div>
|
841
826
|
<p class="since">Since 2.10</p>
|
842
827
|
</div>
|
843
828
|
<hr>
|
844
|
-
<div class="refsect2"
|
829
|
+
<div class="refsect2">
|
845
830
|
<a name="gtk-label-set"></a><h3>gtk_label_set</h3>
|
846
831
|
<pre class="programlisting">#define gtk_label_set gtk_label_set_text
|
847
832
|
</pre>
|
848
|
-
<div class="warning"
|
833
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
849
834
|
<h3 class="title">Warning</h3>
|
850
835
|
<p><code class="literal">gtk_label_set</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkLabel.html#gtk-label-set-text" title="gtk_label_set_text ()"><code class="function">gtk_label_set_text()</code></a> instead.</p>
|
851
836
|
</div>
|
@@ -854,7 +839,7 @@ Sets the text within the GtkLabel widget.
|
|
854
839
|
</p>
|
855
840
|
</div>
|
856
841
|
<hr>
|
857
|
-
<div class="refsect2"
|
842
|
+
<div class="refsect2">
|
858
843
|
<a name="gtk-label-get-layout-offsets"></a><h3>gtk_label_get_layout_offsets ()</h3>
|
859
844
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_get_layout_offsets (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
860
845
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *x</code></em>,
|
@@ -879,19 +864,19 @@ and from pixels using <a href="/usr/share/gtk-doc/html/pango/pango-Glyph-Storage
|
|
879
864
|
</tr>
|
880
865
|
<tr>
|
881
866
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
882
|
-
<td>
|
867
|
+
<td>location to store X offset of layout, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
883
868
|
</td>
|
884
869
|
</tr>
|
885
870
|
<tr>
|
886
871
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
887
|
-
<td>
|
872
|
+
<td>location to store Y offset of layout, 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="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
888
873
|
</td>
|
889
874
|
</tr>
|
890
875
|
</tbody>
|
891
876
|
</table></div>
|
892
877
|
</div>
|
893
878
|
<hr>
|
894
|
-
<div class="refsect2"
|
879
|
+
<div class="refsect2">
|
895
880
|
<a name="gtk-label-get-mnemonic-keyval"></a><h3>gtk_label_get_mnemonic_keyval ()</h3>
|
896
881
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gtk_label_get_mnemonic_keyval (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
897
882
|
<p>
|
@@ -909,14 +894,14 @@ mnemonic set up it returns <span class="type">GDK_VoidSymbol</span>.
|
|
909
894
|
</tr>
|
910
895
|
<tr>
|
911
896
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
912
|
-
<td>
|
897
|
+
<td>GDK keyval usable for accelerators, or <span class="type">GDK_VoidSymbol</span>
|
913
898
|
</td>
|
914
899
|
</tr>
|
915
900
|
</tbody>
|
916
901
|
</table></div>
|
917
902
|
</div>
|
918
903
|
<hr>
|
919
|
-
<div class="refsect2"
|
904
|
+
<div class="refsect2">
|
920
905
|
<a name="gtk-label-get-selectable"></a><h3>gtk_label_get_selectable ()</h3>
|
921
906
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_selectable (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
922
907
|
<p>
|
@@ -932,16 +917,16 @@ Gets the value set by <a class="link" href="GtkLabel.html#gtk-label-set-selectab
|
|
932
917
|
</tr>
|
933
918
|
<tr>
|
934
919
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
935
|
-
<td>
|
936
|
-
</td>
|
920
|
+
<td>
|
921
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the user can copy text from the label</td>
|
937
922
|
</tr>
|
938
923
|
</tbody>
|
939
924
|
</table></div>
|
940
925
|
</div>
|
941
926
|
<hr>
|
942
|
-
<div class="refsect2"
|
927
|
+
<div class="refsect2">
|
943
928
|
<a name="gtk-label-get-text"></a><h3>gtk_label_get_text ()</h3>
|
944
|
-
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a
|
929
|
+
<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_label_get_text (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
945
930
|
<p>
|
946
931
|
Fetches the text from a label widget, as displayed on the
|
947
932
|
screen. This does not include any embedded underlines
|
@@ -957,17 +942,16 @@ indicating mnemonics or Pango markup. (See <a class="link" href="GtkLabel.html#g
|
|
957
942
|
</tr>
|
958
943
|
<tr>
|
959
944
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
960
|
-
<td>
|
961
|
-
|
962
|
-
</td>
|
945
|
+
<td>the text in the label widget. This is the internal
|
946
|
+
string used by the label, and must not be modified.</td>
|
963
947
|
</tr>
|
964
948
|
</tbody>
|
965
949
|
</table></div>
|
966
950
|
</div>
|
967
951
|
<hr>
|
968
|
-
<div class="refsect2"
|
952
|
+
<div class="refsect2">
|
969
953
|
<a name="gtk-label-new-with-mnemonic"></a><h3>gtk_label_new_with_mnemonic ()</h3>
|
970
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
954
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_new_with_mnemonic (<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> *str</code></em>);</pre>
|
971
955
|
<p>
|
972
956
|
Creates a new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>, containing the text in <em class="parameter"><code>str</code></em>.
|
973
957
|
</p>
|
@@ -992,19 +976,18 @@ and be activated by the mnemonic.
|
|
992
976
|
<tr>
|
993
977
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
994
978
|
<td>The text of the label, with an underscore in front of the
|
995
|
-
|
996
|
-
</td>
|
979
|
+
mnemonic character</td>
|
997
980
|
</tr>
|
998
981
|
<tr>
|
999
982
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1000
|
-
<td>
|
983
|
+
<td>the new <a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a>
|
1001
984
|
</td>
|
1002
985
|
</tr>
|
1003
986
|
</tbody>
|
1004
987
|
</table></div>
|
1005
988
|
</div>
|
1006
989
|
<hr>
|
1007
|
-
<div class="refsect2"
|
990
|
+
<div class="refsect2">
|
1008
991
|
<a name="gtk-label-select-region"></a><h3>gtk_label_select_region ()</h3>
|
1009
992
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_select_region (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1010
993
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> start_offset</code></em>,
|
@@ -1025,19 +1008,17 @@ this function has no effect. If <em class="parameter"><code>start_offset</code><
|
|
1025
1008
|
</tr>
|
1026
1009
|
<tr>
|
1027
1010
|
<td><p><span class="term"><em class="parameter"><code>start_offset</code></em> :</span></p></td>
|
1028
|
-
<td>start offset (in characters not bytes)
|
1029
|
-
</td>
|
1011
|
+
<td>start offset (in characters not bytes)</td>
|
1030
1012
|
</tr>
|
1031
1013
|
<tr>
|
1032
1014
|
<td><p><span class="term"><em class="parameter"><code>end_offset</code></em> :</span></p></td>
|
1033
|
-
<td>end offset (in characters not bytes)
|
1034
|
-
</td>
|
1015
|
+
<td>end offset (in characters not bytes)</td>
|
1035
1016
|
</tr>
|
1036
1017
|
</tbody>
|
1037
1018
|
</table></div>
|
1038
1019
|
</div>
|
1039
1020
|
<hr>
|
1040
|
-
<div class="refsect2"
|
1021
|
+
<div class="refsect2">
|
1041
1022
|
<a name="gtk-label-set-mnemonic-widget"></a><h3>gtk_label_set_mnemonic_widget ()</h3>
|
1042
1023
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_mnemonic_widget (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1043
1024
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>);</pre>
|
@@ -1068,14 +1049,14 @@ and toggle focus between the colliding widgets otherwise.
|
|
1068
1049
|
</tr>
|
1069
1050
|
<tr>
|
1070
1051
|
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
1071
|
-
<td>
|
1052
|
+
<td>the target <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1072
1053
|
</td>
|
1073
1054
|
</tr>
|
1074
1055
|
</tbody>
|
1075
1056
|
</table></div>
|
1076
1057
|
</div>
|
1077
1058
|
<hr>
|
1078
|
-
<div class="refsect2"
|
1059
|
+
<div class="refsect2">
|
1079
1060
|
<a name="gtk-label-set-selectable"></a><h3>gtk_label_set_selectable ()</h3>
|
1080
1061
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_selectable (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1081
1062
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1094,14 +1075,13 @@ copy-and-paste.
|
|
1094
1075
|
<tr>
|
1095
1076
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1096
1077
|
<td>
|
1097
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow selecting text in the label
|
1098
|
-
</td>
|
1078
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to allow selecting text in the label</td>
|
1099
1079
|
</tr>
|
1100
1080
|
</tbody>
|
1101
1081
|
</table></div>
|
1102
1082
|
</div>
|
1103
1083
|
<hr>
|
1104
|
-
<div class="refsect2"
|
1084
|
+
<div class="refsect2">
|
1105
1085
|
<a name="gtk-label-set-text-with-mnemonic"></a><h3>gtk_label_set_text_with_mnemonic ()</h3>
|
1106
1086
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_text_with_mnemonic (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1107
1087
|
<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> *str</code></em>);</pre>
|
@@ -1122,14 +1102,13 @@ automatically, or explicitly using <a class="link" href="GtkLabel.html#gtk-label
|
|
1122
1102
|
</tr>
|
1123
1103
|
<tr>
|
1124
1104
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
1125
|
-
<td>a string
|
1126
|
-
</td>
|
1105
|
+
<td>a string</td>
|
1127
1106
|
</tr>
|
1128
1107
|
</tbody>
|
1129
1108
|
</table></div>
|
1130
1109
|
</div>
|
1131
1110
|
<hr>
|
1132
|
-
<div class="refsect2"
|
1111
|
+
<div class="refsect2">
|
1133
1112
|
<a name="gtk-label-get-attributes"></a><h3>gtk_label_get_attributes ()</h3>
|
1134
1113
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="returnvalue">PangoAttrList</span></a> * gtk_label_get_attributes (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1135
1114
|
<p>
|
@@ -1150,14 +1129,15 @@ pango_layout_get_attribute (gtk_label_get_layout (label)).
|
|
1150
1129
|
</tr>
|
1151
1130
|
<tr>
|
1152
1131
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1153
|
-
<td>
|
1132
|
+
<td>the attribute list, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
1133
|
+
if none was set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1154
1134
|
</td>
|
1155
1135
|
</tr>
|
1156
1136
|
</tbody>
|
1157
1137
|
</table></div>
|
1158
1138
|
</div>
|
1159
1139
|
<hr>
|
1160
|
-
<div class="refsect2"
|
1140
|
+
<div class="refsect2">
|
1161
1141
|
<a name="gtk-label-get-justify"></a><h3>gtk_label_get_justify ()</h3>
|
1162
1142
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="returnvalue">GtkJustification</span></a> gtk_label_get_justify (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1163
1143
|
<p>
|
@@ -1173,14 +1153,13 @@ Returns the justification of the label. See <a class="link" href="GtkLabel.html#
|
|
1173
1153
|
</tr>
|
1174
1154
|
<tr>
|
1175
1155
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1176
|
-
<td
|
1177
|
-
</td>
|
1156
|
+
<td><a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a></td>
|
1178
1157
|
</tr>
|
1179
1158
|
</tbody>
|
1180
1159
|
</table></div>
|
1181
1160
|
</div>
|
1182
1161
|
<hr>
|
1183
|
-
<div class="refsect2"
|
1162
|
+
<div class="refsect2">
|
1184
1163
|
<a name="gtk-label-get-ellipsize"></a><h3>gtk_label_get_ellipsize ()</h3>
|
1185
1164
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="returnvalue">PangoEllipsizeMode</span></a> gtk_label_get_ellipsize (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1186
1165
|
<p>
|
@@ -1196,16 +1175,14 @@ Returns the ellipsizing position of the label. See <a class="link" href="GtkLabe
|
|
1196
1175
|
</tr>
|
1197
1176
|
<tr>
|
1198
1177
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1199
|
-
<td
|
1200
|
-
|
1201
|
-
</td>
|
1178
|
+
<td><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a></td>
|
1202
1179
|
</tr>
|
1203
1180
|
</tbody>
|
1204
1181
|
</table></div>
|
1205
1182
|
<p class="since">Since 2.6</p>
|
1206
1183
|
</div>
|
1207
1184
|
<hr>
|
1208
|
-
<div class="refsect2"
|
1185
|
+
<div class="refsect2">
|
1209
1186
|
<a name="gtk-label-get-width-chars"></a><h3>gtk_label_get_width_chars ()</h3>
|
1210
1187
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_label_get_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1211
1188
|
<p>
|
@@ -1222,16 +1199,14 @@ Retrieves the desired width of <em class="parameter"><code>label</code></em>, in
|
|
1222
1199
|
</tr>
|
1223
1200
|
<tr>
|
1224
1201
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1225
|
-
<td>
|
1226
|
-
|
1227
|
-
</td>
|
1202
|
+
<td>the width of the label in characters.</td>
|
1228
1203
|
</tr>
|
1229
1204
|
</tbody>
|
1230
1205
|
</table></div>
|
1231
1206
|
<p class="since">Since 2.6</p>
|
1232
1207
|
</div>
|
1233
1208
|
<hr>
|
1234
|
-
<div class="refsect2"
|
1209
|
+
<div class="refsect2">
|
1235
1210
|
<a name="gtk-label-get-max-width-chars"></a><h3>gtk_label_get_max_width_chars ()</h3>
|
1236
1211
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> gtk_label_get_max_width_chars (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1237
1212
|
<p>
|
@@ -1248,16 +1223,14 @@ Retrieves the desired maximum width of <em class="parameter"><code>label</code><
|
|
1248
1223
|
</tr>
|
1249
1224
|
<tr>
|
1250
1225
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1251
|
-
<td>
|
1252
|
-
|
1253
|
-
</td>
|
1226
|
+
<td>the maximum width of the label in characters.</td>
|
1254
1227
|
</tr>
|
1255
1228
|
</tbody>
|
1256
1229
|
</table></div>
|
1257
1230
|
<p class="since">Since 2.6</p>
|
1258
1231
|
</div>
|
1259
1232
|
<hr>
|
1260
|
-
<div class="refsect2"
|
1233
|
+
<div class="refsect2">
|
1261
1234
|
<a name="gtk-label-get-label"></a><h3>gtk_label_get_label ()</h3>
|
1262
1235
|
<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_label_get_label (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1263
1236
|
<p>
|
@@ -1275,15 +1248,14 @@ underlines indicating mnemonics and Pango markup. (See
|
|
1275
1248
|
</tr>
|
1276
1249
|
<tr>
|
1277
1250
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1278
|
-
<td>
|
1279
|
-
|
1280
|
-
</td>
|
1251
|
+
<td>the text of the label widget. This string is
|
1252
|
+
owned by the widget and must not be modified or freed.</td>
|
1281
1253
|
</tr>
|
1282
1254
|
</tbody>
|
1283
1255
|
</table></div>
|
1284
1256
|
</div>
|
1285
1257
|
<hr>
|
1286
|
-
<div class="refsect2"
|
1258
|
+
<div class="refsect2">
|
1287
1259
|
<a name="gtk-label-get-layout"></a><h3>gtk_label_get_layout ()</h3>
|
1288
1260
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="returnvalue">PangoLayout</span></a> * gtk_label_get_layout (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1289
1261
|
<p>
|
@@ -1303,14 +1275,14 @@ freed by the caller.
|
|
1303
1275
|
</tr>
|
1304
1276
|
<tr>
|
1305
1277
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1306
|
-
<td>
|
1278
|
+
<td>the <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoLayout"><span class="type">PangoLayout</span></a> for this label. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1307
1279
|
</td>
|
1308
1280
|
</tr>
|
1309
1281
|
</tbody>
|
1310
1282
|
</table></div>
|
1311
1283
|
</div>
|
1312
1284
|
<hr>
|
1313
|
-
<div class="refsect2"
|
1285
|
+
<div class="refsect2">
|
1314
1286
|
<a name="gtk-label-get-line-wrap"></a><h3>gtk_label_get_line_wrap ()</h3>
|
1315
1287
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_line_wrap (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1316
1288
|
<p>
|
@@ -1327,14 +1299,14 @@ See <a class="link" href="GtkLabel.html#gtk-label-set-line-wrap" title="gtk_labe
|
|
1327
1299
|
</tr>
|
1328
1300
|
<tr>
|
1329
1301
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1330
|
-
<td>
|
1331
|
-
</td>
|
1302
|
+
<td>
|
1303
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</td>
|
1332
1304
|
</tr>
|
1333
1305
|
</tbody>
|
1334
1306
|
</table></div>
|
1335
1307
|
</div>
|
1336
1308
|
<hr>
|
1337
|
-
<div class="refsect2"
|
1309
|
+
<div class="refsect2">
|
1338
1310
|
<a name="gtk-label-get-line-wrap-mode"></a><h3>gtk_label_get_line_wrap_mode ()</h3>
|
1339
1311
|
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="returnvalue">PangoWrapMode</span></a> gtk_label_get_line_wrap_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1340
1312
|
<p>
|
@@ -1350,16 +1322,15 @@ Returns line wrap mode used by the label. See <a class="link" href="GtkLabel.htm
|
|
1350
1322
|
</tr>
|
1351
1323
|
<tr>
|
1352
1324
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1353
|
-
<td>
|
1354
|
-
|
1355
|
-
</td>
|
1325
|
+
<td>
|
1326
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the lines of the label are automatically wrapped.</td>
|
1356
1327
|
</tr>
|
1357
1328
|
</tbody>
|
1358
1329
|
</table></div>
|
1359
1330
|
<p class="since">Since 2.10</p>
|
1360
1331
|
</div>
|
1361
1332
|
<hr>
|
1362
|
-
<div class="refsect2"
|
1333
|
+
<div class="refsect2">
|
1363
1334
|
<a name="gtk-label-get-mnemonic-widget"></a><h3>gtk_label_get_mnemonic_widget ()</h3>
|
1364
1335
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_label_get_mnemonic_widget (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1365
1336
|
<p>
|
@@ -1376,15 +1347,15 @@ label. See <a class="link" href="GtkLabel.html#gtk-label-set-mnemonic-widget" ti
|
|
1376
1347
|
</tr>
|
1377
1348
|
<tr>
|
1378
1349
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1379
|
-
<td>
|
1380
|
-
|
1350
|
+
<td>the target of the label's mnemonic,
|
1351
|
+
or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none has been set and the default algorithm will be used. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1381
1352
|
</td>
|
1382
1353
|
</tr>
|
1383
1354
|
</tbody>
|
1384
1355
|
</table></div>
|
1385
1356
|
</div>
|
1386
1357
|
<hr>
|
1387
|
-
<div class="refsect2"
|
1358
|
+
<div class="refsect2">
|
1388
1359
|
<a name="gtk-label-get-selection-bounds"></a><h3>gtk_label_get_selection_bounds ()</h3>
|
1389
1360
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_selection_bounds (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1390
1361
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *start</code></em>,
|
@@ -1403,24 +1374,22 @@ if there's a selection.
|
|
1403
1374
|
</tr>
|
1404
1375
|
<tr>
|
1405
1376
|
<td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
|
1406
|
-
<td>return location for start of selection, as a character offset
|
1407
|
-
</td>
|
1377
|
+
<td>return location for start of selection, as a character offset</td>
|
1408
1378
|
</tr>
|
1409
1379
|
<tr>
|
1410
1380
|
<td><p><span class="term"><em class="parameter"><code>end</code></em> :</span></p></td>
|
1411
|
-
<td>return location for end of selection, as a character offset
|
1412
|
-
</td>
|
1381
|
+
<td>return location for end of selection, as a character offset</td>
|
1413
1382
|
</tr>
|
1414
1383
|
<tr>
|
1415
1384
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1416
|
-
<td>
|
1417
|
-
</td>
|
1385
|
+
<td>
|
1386
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if selection is non-empty</td>
|
1418
1387
|
</tr>
|
1419
1388
|
</tbody>
|
1420
1389
|
</table></div>
|
1421
1390
|
</div>
|
1422
1391
|
<hr>
|
1423
|
-
<div class="refsect2"
|
1392
|
+
<div class="refsect2">
|
1424
1393
|
<a name="gtk-label-get-use-markup"></a><h3>gtk_label_get_use_markup ()</h3>
|
1425
1394
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_use_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1426
1395
|
<p>
|
@@ -1438,14 +1407,14 @@ language</GTKDOCLINK>. See <a class="link" href="GtkLabel.html#gtk-label-set-use
|
|
1438
1407
|
</tr>
|
1439
1408
|
<tr>
|
1440
1409
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1441
|
-
<td>
|
1442
|
-
</td>
|
1410
|
+
<td>
|
1411
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text will be parsed for markup.</td>
|
1443
1412
|
</tr>
|
1444
1413
|
</tbody>
|
1445
1414
|
</table></div>
|
1446
1415
|
</div>
|
1447
1416
|
<hr>
|
1448
|
-
<div class="refsect2"
|
1417
|
+
<div class="refsect2">
|
1449
1418
|
<a name="gtk-label-get-use-underline"></a><h3>gtk_label_get_use_underline ()</h3>
|
1450
1419
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_use_underline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1451
1420
|
<p>
|
@@ -1462,15 +1431,15 @@ mnemonic. See <a class="link" href="GtkLabel.html#gtk-label-set-use-underline" t
|
|
1462
1431
|
</tr>
|
1463
1432
|
<tr>
|
1464
1433
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1465
|
-
<td>
|
1466
|
-
|
1467
|
-
|
1434
|
+
<td>
|
1435
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> whether an embedded underline in the label indicates
|
1436
|
+
the mnemonic accelerator keys.</td>
|
1468
1437
|
</tr>
|
1469
1438
|
</tbody>
|
1470
1439
|
</table></div>
|
1471
1440
|
</div>
|
1472
1441
|
<hr>
|
1473
|
-
<div class="refsect2"
|
1442
|
+
<div class="refsect2">
|
1474
1443
|
<a name="gtk-label-get-single-line-mode"></a><h3>gtk_label_get_single_line_mode ()</h3>
|
1475
1444
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_single_line_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1476
1445
|
<p>
|
@@ -1486,16 +1455,15 @@ Returns whether the label is in single line mode.
|
|
1486
1455
|
</tr>
|
1487
1456
|
<tr>
|
1488
1457
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1489
|
-
<td>
|
1490
|
-
|
1491
|
-
</td>
|
1458
|
+
<td>
|
1459
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> when the label is in single line mode.</td>
|
1492
1460
|
</tr>
|
1493
1461
|
</tbody>
|
1494
1462
|
</table></div>
|
1495
1463
|
<p class="since">Since 2.6</p>
|
1496
1464
|
</div>
|
1497
1465
|
<hr>
|
1498
|
-
<div class="refsect2"
|
1466
|
+
<div class="refsect2">
|
1499
1467
|
<a name="gtk-label-get-angle"></a><h3>gtk_label_get_angle ()</h3>
|
1500
1468
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_label_get_angle (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1501
1469
|
<p>
|
@@ -1512,16 +1480,14 @@ Gets the angle of rotation for the label. See
|
|
1512
1480
|
</tr>
|
1513
1481
|
<tr>
|
1514
1482
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1515
|
-
<td>
|
1516
|
-
|
1517
|
-
</td>
|
1483
|
+
<td>the angle of rotation for the label</td>
|
1518
1484
|
</tr>
|
1519
1485
|
</tbody>
|
1520
1486
|
</table></div>
|
1521
1487
|
<p class="since">Since 2.6</p>
|
1522
1488
|
</div>
|
1523
1489
|
<hr>
|
1524
|
-
<div class="refsect2"
|
1490
|
+
<div class="refsect2">
|
1525
1491
|
<a name="gtk-label-set-label"></a><h3>gtk_label_set_label ()</h3>
|
1526
1492
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_label (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1527
1493
|
<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> *str</code></em>);</pre>
|
@@ -1541,14 +1507,13 @@ on the values of the <a class="link" href="GtkLabel.html#GtkLabel--use-underline
|
|
1541
1507
|
</tr>
|
1542
1508
|
<tr>
|
1543
1509
|
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
|
1544
|
-
<td>the new text to set for the label
|
1545
|
-
</td>
|
1510
|
+
<td>the new text to set for the label</td>
|
1546
1511
|
</tr>
|
1547
1512
|
</tbody>
|
1548
1513
|
</table></div>
|
1549
1514
|
</div>
|
1550
1515
|
<hr>
|
1551
|
-
<div class="refsect2"
|
1516
|
+
<div class="refsect2">
|
1552
1517
|
<a name="gtk-label-set-use-markup"></a><h3>gtk_label_set_use_markup ()</h3>
|
1553
1518
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_use_markup (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1554
1519
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1567,14 +1532,13 @@ language</GTKDOCLINK>. See <a class="link" href="GtkLabel.html#gtk-label-set-mar
|
|
1567
1532
|
<tr>
|
1568
1533
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1569
1534
|
<td>
|
1570
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text should be parsed for markup
|
1571
|
-
</td>
|
1535
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label's text should be parsed for markup.</td>
|
1572
1536
|
</tr>
|
1573
1537
|
</tbody>
|
1574
1538
|
</table></div>
|
1575
1539
|
</div>
|
1576
1540
|
<hr>
|
1577
|
-
<div class="refsect2"
|
1541
|
+
<div class="refsect2">
|
1578
1542
|
<a name="gtk-label-set-use-underline"></a><h3>gtk_label_set_use_underline ()</h3>
|
1579
1543
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_use_underline (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1580
1544
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
|
@@ -1593,14 +1557,13 @@ used for the mnemonic accelerator key.
|
|
1593
1557
|
<tr>
|
1594
1558
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1595
1559
|
<td>
|
1596
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics
|
1597
|
-
</td>
|
1560
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if underlines in the text indicate mnemonics</td>
|
1598
1561
|
</tr>
|
1599
1562
|
</tbody>
|
1600
1563
|
</table></div>
|
1601
1564
|
</div>
|
1602
1565
|
<hr>
|
1603
|
-
<div class="refsect2"
|
1566
|
+
<div class="refsect2">
|
1604
1567
|
<a name="gtk-label-set-single-line-mode"></a><h3>gtk_label_set_single_line_mode ()</h3>
|
1605
1568
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_single_line_mode (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1606
1569
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> single_line_mode</code></em>);</pre>
|
@@ -1618,15 +1581,14 @@ Sets whether the label is in single line mode.
|
|
1618
1581
|
<tr>
|
1619
1582
|
<td><p><span class="term"><em class="parameter"><code>single_line_mode</code></em> :</span></p></td>
|
1620
1583
|
<td>
|
1621
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label should be in single line mode
|
1622
|
-
</td>
|
1584
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the label should be in single line mode</td>
|
1623
1585
|
</tr>
|
1624
1586
|
</tbody>
|
1625
1587
|
</table></div>
|
1626
1588
|
<p class="since">Since 2.6</p>
|
1627
1589
|
</div>
|
1628
1590
|
<hr>
|
1629
|
-
<div class="refsect2"
|
1591
|
+
<div class="refsect2">
|
1630
1592
|
<a name="gtk-label-set-angle"></a><h3>gtk_label_set_angle ()</h3>
|
1631
1593
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_angle (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1632
1594
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> angle</code></em>);</pre>
|
@@ -1647,15 +1609,14 @@ wrapped, or ellipsized.
|
|
1647
1609
|
<tr>
|
1648
1610
|
<td><p><span class="term"><em class="parameter"><code>angle</code></em> :</span></p></td>
|
1649
1611
|
<td>the angle that the baseline of the label makes with
|
1650
|
-
|
1651
|
-
</td>
|
1612
|
+
the horizontal, in degrees, measured counterclockwise</td>
|
1652
1613
|
</tr>
|
1653
1614
|
</tbody>
|
1654
1615
|
</table></div>
|
1655
1616
|
<p class="since">Since 2.6</p>
|
1656
1617
|
</div>
|
1657
1618
|
<hr>
|
1658
|
-
<div class="refsect2"
|
1619
|
+
<div class="refsect2">
|
1659
1620
|
<a name="gtk-label-get-current-uri"></a><h3>gtk_label_get_current_uri ()</h3>
|
1660
1621
|
<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_label_get_current_uri (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1661
1622
|
<p>
|
@@ -1678,17 +1639,15 @@ or for use in a <a class="link" href="GtkWidget.html#GtkWidget-query-tooltip" ti
|
|
1678
1639
|
</tr>
|
1679
1640
|
<tr>
|
1680
1641
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1681
|
-
<td>
|
1682
|
-
|
1683
|
-
|
1684
|
-
</td>
|
1642
|
+
<td>the currently active URI. The string is owned by GTK+ and must
|
1643
|
+
not be freed or modified.</td>
|
1685
1644
|
</tr>
|
1686
1645
|
</tbody>
|
1687
1646
|
</table></div>
|
1688
1647
|
<p class="since">Since 2.18</p>
|
1689
1648
|
</div>
|
1690
1649
|
<hr>
|
1691
|
-
<div class="refsect2"
|
1650
|
+
<div class="refsect2">
|
1692
1651
|
<a name="gtk-label-set-track-visited-links"></a><h3>gtk_label_set_track_visited_links ()</h3>
|
1693
1652
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_label_set_track_visited_links (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>,
|
1694
1653
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> track_links</code></em>);</pre>
|
@@ -1707,15 +1666,14 @@ links (and use a different color for them).
|
|
1707
1666
|
<tr>
|
1708
1667
|
<td><p><span class="term"><em class="parameter"><code>track_links</code></em> :</span></p></td>
|
1709
1668
|
<td>
|
1710
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track visited links
|
1711
|
-
</td>
|
1669
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to track visited links</td>
|
1712
1670
|
</tr>
|
1713
1671
|
</tbody>
|
1714
1672
|
</table></div>
|
1715
1673
|
<p class="since">Since 2.18</p>
|
1716
1674
|
</div>
|
1717
1675
|
<hr>
|
1718
|
-
<div class="refsect2"
|
1676
|
+
<div class="refsect2">
|
1719
1677
|
<a name="gtk-label-get-track-visited-links"></a><h3>gtk_label_get_track_visited_links ()</h3>
|
1720
1678
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_label_get_track_visited_links (<em class="parameter"><code><a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label</code></em>);</pre>
|
1721
1679
|
<p>
|
@@ -1732,18 +1690,17 @@ of clicked links.
|
|
1732
1690
|
</tr>
|
1733
1691
|
<tr>
|
1734
1692
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1735
|
-
<td>
|
1736
|
-
|
1737
|
-
</td>
|
1693
|
+
<td>
|
1694
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if clicked links are remembered</td>
|
1738
1695
|
</tr>
|
1739
1696
|
</tbody>
|
1740
1697
|
</table></div>
|
1741
1698
|
<p class="since">Since 2.18</p>
|
1742
1699
|
</div>
|
1743
1700
|
</div>
|
1744
|
-
<div class="refsect1"
|
1701
|
+
<div class="refsect1">
|
1745
1702
|
<a name="GtkLabel.property-details"></a><h2>Property Details</h2>
|
1746
|
-
<div class="refsect2"
|
1703
|
+
<div class="refsect2">
|
1747
1704
|
<a name="GtkLabel--angle"></a><h3>The <code class="literal">"angle"</code> property</h3>
|
1748
1705
|
<pre class="programlisting"> "angle" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
1749
1706
|
<p>
|
@@ -1757,13 +1714,13 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1757
1714
|
<p class="since">Since 2.6</p>
|
1758
1715
|
</div>
|
1759
1716
|
<hr>
|
1760
|
-
<div class="refsect2"
|
1717
|
+
<div class="refsect2">
|
1761
1718
|
<a name="GtkLabel--attributes"></a><h3>The <code class="literal">"attributes"</code> property</h3>
|
1762
1719
|
<pre class="programlisting"> "attributes" <a href="/usr/share/gtk-doc/html/pango/pango-Text-Attributes.html#PangoAttrList"><span class="type">PangoAttrList</span></a>* : Read / Write</pre>
|
1763
1720
|
<p>A list of style attributes to apply to the text of the label.</p>
|
1764
1721
|
</div>
|
1765
1722
|
<hr>
|
1766
|
-
<div class="refsect2"
|
1723
|
+
<div class="refsect2">
|
1767
1724
|
<a name="GtkLabel--cursor-position"></a><h3>The <code class="literal">"cursor-position"</code> property</h3>
|
1768
1725
|
<pre class="programlisting"> "cursor-position" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1769
1726
|
<p>The current position of the insertion cursor in chars.</p>
|
@@ -1771,7 +1728,7 @@ if the label is selectable, wrapped, or ellipsized.
|
|
1771
1728
|
<p>Default value: 0</p>
|
1772
1729
|
</div>
|
1773
1730
|
<hr>
|
1774
|
-
<div class="refsect2"
|
1731
|
+
<div class="refsect2">
|
1775
1732
|
<a name="GtkLabel--ellipsize"></a><h3>The <code class="literal">"ellipsize"</code> property</h3>
|
1776
1733
|
<pre class="programlisting"> "ellipsize" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoEllipsizeMode"><span class="type">PangoEllipsizeMode</span></a> : Read / Write</pre>
|
1777
1734
|
<p>
|
@@ -1792,21 +1749,21 @@ to set a label's width are <a class="link" href="GtkWidget.html#gtk-widget-set-s
|
|
1792
1749
|
<p class="since">Since 2.6</p>
|
1793
1750
|
</div>
|
1794
1751
|
<hr>
|
1795
|
-
<div class="refsect2"
|
1752
|
+
<div class="refsect2">
|
1796
1753
|
<a name="GtkLabel--justify"></a><h3>The <code class="literal">"justify"</code> property</h3>
|
1797
1754
|
<pre class="programlisting"> "justify" <a class="link" href="gtk-Standard-Enumerations.html#GtkJustification" title="enum GtkJustification"><span class="type">GtkJustification</span></a> : Read / Write</pre>
|
1798
1755
|
<p>The alignment of the lines in the text of the label relative to each other. This does NOT affect the alignment of the label within its allocation. See GtkMisc::xalign for that.</p>
|
1799
1756
|
<p>Default value: GTK_JUSTIFY_LEFT</p>
|
1800
1757
|
</div>
|
1801
1758
|
<hr>
|
1802
|
-
<div class="refsect2"
|
1759
|
+
<div class="refsect2">
|
1803
1760
|
<a name="GtkLabel--label"></a><h3>The <code class="literal">"label"</code> property</h3>
|
1804
1761
|
<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>
|
1805
1762
|
<p>The text of the label.</p>
|
1806
1763
|
<p>Default value: ""</p>
|
1807
1764
|
</div>
|
1808
1765
|
<hr>
|
1809
|
-
<div class="refsect2"
|
1766
|
+
<div class="refsect2">
|
1810
1767
|
<a name="GtkLabel--max-width-chars"></a><h3>The <code class="literal">"max-width-chars"</code> property</h3>
|
1811
1768
|
<pre class="programlisting"> "max-width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1812
1769
|
<p>
|
@@ -1821,34 +1778,34 @@ value, then the "max-width-chars" property is ignored.
|
|
1821
1778
|
<p class="since">Since 2.6</p>
|
1822
1779
|
</div>
|
1823
1780
|
<hr>
|
1824
|
-
<div class="refsect2"
|
1781
|
+
<div class="refsect2">
|
1825
1782
|
<a name="GtkLabel--mnemonic-keyval"></a><h3>The <code class="literal">"mnemonic-keyval"</code> property</h3>
|
1826
1783
|
<pre class="programlisting"> "mnemonic-keyval" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read</pre>
|
1827
1784
|
<p>The mnemonic accelerator key for this label.</p>
|
1828
1785
|
<p>Default value: 16777215</p>
|
1829
1786
|
</div>
|
1830
1787
|
<hr>
|
1831
|
-
<div class="refsect2"
|
1788
|
+
<div class="refsect2">
|
1832
1789
|
<a name="GtkLabel--mnemonic-widget"></a><h3>The <code class="literal">"mnemonic-widget"</code> property</h3>
|
1833
1790
|
<pre class="programlisting"> "mnemonic-widget" <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a>* : Read / Write</pre>
|
1834
1791
|
<p>The widget to be activated when the label's mnemonic key is pressed.</p>
|
1835
1792
|
</div>
|
1836
1793
|
<hr>
|
1837
|
-
<div class="refsect2"
|
1794
|
+
<div class="refsect2">
|
1838
1795
|
<a name="GtkLabel--pattern"></a><h3>The <code class="literal">"pattern"</code> property</h3>
|
1839
1796
|
<pre class="programlisting"> "pattern" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
1840
1797
|
<p>A string with _ characters in positions correspond to characters in the text to underline.</p>
|
1841
1798
|
<p>Default value: NULL</p>
|
1842
1799
|
</div>
|
1843
1800
|
<hr>
|
1844
|
-
<div class="refsect2"
|
1801
|
+
<div class="refsect2">
|
1845
1802
|
<a name="GtkLabel--selectable"></a><h3>The <code class="literal">"selectable"</code> property</h3>
|
1846
1803
|
<pre class="programlisting"> "selectable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1847
1804
|
<p>Whether the label text can be selected with the mouse.</p>
|
1848
1805
|
<p>Default value: FALSE</p>
|
1849
1806
|
</div>
|
1850
1807
|
<hr>
|
1851
|
-
<div class="refsect2"
|
1808
|
+
<div class="refsect2">
|
1852
1809
|
<a name="GtkLabel--selection-bound"></a><h3>The <code class="literal">"selection-bound"</code> property</h3>
|
1853
1810
|
<pre class="programlisting"> "selection-bound" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read</pre>
|
1854
1811
|
<p>The position of the opposite end of the selection from the cursor in chars.</p>
|
@@ -1856,7 +1813,7 @@ value, then the "max-width-chars" property is ignored.
|
|
1856
1813
|
<p>Default value: 0</p>
|
1857
1814
|
</div>
|
1858
1815
|
<hr>
|
1859
|
-
<div class="refsect2"
|
1816
|
+
<div class="refsect2">
|
1860
1817
|
<a name="GtkLabel--single-line-mode"></a><h3>The <code class="literal">"single-line-mode"</code> property</h3>
|
1861
1818
|
<pre class="programlisting"> "single-line-mode" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1862
1819
|
<p>
|
@@ -1870,7 +1827,7 @@ changes would be distracting, e.g. in a statusbar.
|
|
1870
1827
|
<p class="since">Since 2.6</p>
|
1871
1828
|
</div>
|
1872
1829
|
<hr>
|
1873
|
-
<div class="refsect2"
|
1830
|
+
<div class="refsect2">
|
1874
1831
|
<a name="GtkLabel--track-visited-links"></a><h3>The <code class="literal">"track-visited-links"</code> property</h3>
|
1875
1832
|
<pre class="programlisting"> "track-visited-links" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1876
1833
|
<p>
|
@@ -1882,21 +1839,21 @@ color, instead of ::link-color.
|
|
1882
1839
|
<p class="since">Since 2.18</p>
|
1883
1840
|
</div>
|
1884
1841
|
<hr>
|
1885
|
-
<div class="refsect2"
|
1842
|
+
<div class="refsect2">
|
1886
1843
|
<a name="GtkLabel--use-markup"></a><h3>The <code class="literal">"use-markup"</code> property</h3>
|
1887
1844
|
<pre class="programlisting"> "use-markup" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1888
1845
|
<p>The text of the label includes XML markup. See pango_parse_markup().</p>
|
1889
1846
|
<p>Default value: FALSE</p>
|
1890
1847
|
</div>
|
1891
1848
|
<hr>
|
1892
|
-
<div class="refsect2"
|
1849
|
+
<div class="refsect2">
|
1893
1850
|
<a name="GtkLabel--use-underline"></a><h3>The <code class="literal">"use-underline"</code> property</h3>
|
1894
1851
|
<pre class="programlisting"> "use-underline" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1895
1852
|
<p>If set, an underline in the text indicates the next character should be used for the mnemonic accelerator key.</p>
|
1896
1853
|
<p>Default value: FALSE</p>
|
1897
1854
|
</div>
|
1898
1855
|
<hr>
|
1899
|
-
<div class="refsect2"
|
1856
|
+
<div class="refsect2">
|
1900
1857
|
<a name="GtkLabel--width-chars"></a><h3>The <code class="literal">"width-chars"</code> property</h3>
|
1901
1858
|
<pre class="programlisting"> "width-chars" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
1902
1859
|
<p>
|
@@ -1911,14 +1868,14 @@ If the "width-chars" property is set to a positive value, then the
|
|
1911
1868
|
<p class="since">Since 2.6</p>
|
1912
1869
|
</div>
|
1913
1870
|
<hr>
|
1914
|
-
<div class="refsect2"
|
1871
|
+
<div class="refsect2">
|
1915
1872
|
<a name="GtkLabel--wrap"></a><h3>The <code class="literal">"wrap"</code> property</h3>
|
1916
1873
|
<pre class="programlisting"> "wrap" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
1917
1874
|
<p>If set, wrap lines if the text becomes too wide.</p>
|
1918
1875
|
<p>Default value: FALSE</p>
|
1919
1876
|
</div>
|
1920
1877
|
<hr>
|
1921
|
-
<div class="refsect2"
|
1878
|
+
<div class="refsect2">
|
1922
1879
|
<a name="GtkLabel--wrap-mode"></a><h3>The <code class="literal">"wrap-mode"</code> property</h3>
|
1923
1880
|
<pre class="programlisting"> "wrap-mode" <a href="/usr/share/gtk-doc/html/pango/pango-Layout-Objects.html#PangoWrapMode"><span class="type">PangoWrapMode</span></a> : Read / Write</pre>
|
1924
1881
|
<p>
|
@@ -1930,12 +1887,12 @@ means wrap on word boundaries.
|
|
1930
1887
|
<p class="since">Since 2.10</p>
|
1931
1888
|
</div>
|
1932
1889
|
</div>
|
1933
|
-
<div class="refsect1"
|
1890
|
+
<div class="refsect1">
|
1934
1891
|
<a name="GtkLabel.signal-details"></a><h2>Signal Details</h2>
|
1935
|
-
<div class="refsect2"
|
1892
|
+
<div class="refsect2">
|
1936
1893
|
<a name="GtkLabel-activate-current-link"></a><h3>The <code class="literal">"activate-current-link"</code> signal</h3>
|
1937
1894
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
|
1938
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1895
|
+
<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>
|
1939
1896
|
<p>
|
1940
1897
|
A <a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
1941
1898
|
which gets emitted when the user activates a link in the label.
|
@@ -1952,8 +1909,7 @@ The default bindings for this signal are all forms of the Enter key.
|
|
1952
1909
|
<tbody>
|
1953
1910
|
<tr>
|
1954
1911
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
1955
|
-
<td>The label on which the signal was emitted
|
1956
|
-
</td>
|
1912
|
+
<td>The label on which the signal was emitted</td>
|
1957
1913
|
</tr>
|
1958
1914
|
<tr>
|
1959
1915
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1964,11 +1920,11 @@ The default bindings for this signal are all forms of the Enter key.
|
|
1964
1920
|
<p class="since">Since 2.18</p>
|
1965
1921
|
</div>
|
1966
1922
|
<hr>
|
1967
|
-
<div class="refsect2"
|
1923
|
+
<div class="refsect2">
|
1968
1924
|
<a name="GtkLabel-activate-link"></a><h3>The <code class="literal">"activate-link"</code> signal</h3>
|
1969
1925
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
|
1970
1926
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri,
|
1971
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
1927
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
1972
1928
|
<p>
|
1973
1929
|
The signal which gets emitted to activate a URI.
|
1974
1930
|
Applications may connect to it to override the default behaviour,
|
@@ -1979,13 +1935,11 @@ which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-ur
|
|
1979
1935
|
<tbody>
|
1980
1936
|
<tr>
|
1981
1937
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
1982
|
-
<td>The label on which the signal was emitted
|
1983
|
-
</td>
|
1938
|
+
<td>The label on which the signal was emitted</td>
|
1984
1939
|
</tr>
|
1985
1940
|
<tr>
|
1986
1941
|
<td><p><span class="term"><em class="parameter"><code>uri</code></em> :</span></p></td>
|
1987
|
-
<td>the URI that is activated
|
1988
|
-
</td>
|
1942
|
+
<td>the URI that is activated</td>
|
1989
1943
|
</tr>
|
1990
1944
|
<tr>
|
1991
1945
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -1993,18 +1947,18 @@ which is to call <a class="link" href="gtk-Filesystem-utilities.html#gtk-show-ur
|
|
1993
1947
|
</tr>
|
1994
1948
|
<tr>
|
1995
1949
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1996
|
-
<td>
|
1997
|
-
</td>
|
1950
|
+
<td>
|
1951
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the link has been activated</td>
|
1998
1952
|
</tr>
|
1999
1953
|
</tbody>
|
2000
1954
|
</table></div>
|
2001
1955
|
<p class="since">Since 2.18</p>
|
2002
1956
|
</div>
|
2003
1957
|
<hr>
|
2004
|
-
<div class="refsect2"
|
1958
|
+
<div class="refsect2">
|
2005
1959
|
<a name="GtkLabel-copy-clipboard"></a><h3>The <code class="literal">"copy-clipboard"</code> signal</h3>
|
2006
1960
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
|
2007
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1961
|
+
<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>
|
2008
1962
|
<p>
|
2009
1963
|
The ::copy-clipboard signal is a
|
2010
1964
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2018,8 +1972,7 @@ The default binding for this signal is Ctrl-c.
|
|
2018
1972
|
<tbody>
|
2019
1973
|
<tr>
|
2020
1974
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
2021
|
-
<td>the object which received the signal
|
2022
|
-
</td>
|
1975
|
+
<td>the object which received the signal</td>
|
2023
1976
|
</tr>
|
2024
1977
|
<tr>
|
2025
1978
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2029,13 +1982,13 @@ The default binding for this signal is Ctrl-c.
|
|
2029
1982
|
</table></div>
|
2030
1983
|
</div>
|
2031
1984
|
<hr>
|
2032
|
-
<div class="refsect2"
|
1985
|
+
<div class="refsect2">
|
2033
1986
|
<a name="GtkLabel-move-cursor"></a><h3>The <code class="literal">"move-cursor"</code> signal</h3>
|
2034
1987
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *entry,
|
2035
1988
|
<a class="link" href="gtk-Standard-Enumerations.html#GtkMovementStep" title="enum GtkMovementStep"><span class="type">GtkMovementStep</span></a> step,
|
2036
1989
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> count,
|
2037
1990
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> extend_selection,
|
2038
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
1991
|
+
<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>
|
2039
1992
|
<p>
|
2040
1993
|
The ::move-cursor signal is a
|
2041
1994
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -2066,8 +2019,7 @@ There are too many key combinations to list them all here.
|
|
2066
2019
|
<tbody>
|
2067
2020
|
<tr>
|
2068
2021
|
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
|
2069
|
-
<td>the object which received the signal
|
2070
|
-
</td>
|
2022
|
+
<td>the object which received the signal</td>
|
2071
2023
|
</tr>
|
2072
2024
|
<tr>
|
2073
2025
|
<td><p><span class="term"><em class="parameter"><code>step</code></em> :</span></p></td>
|
@@ -2076,14 +2028,12 @@ There are too many key combinations to list them all here.
|
|
2076
2028
|
</tr>
|
2077
2029
|
<tr>
|
2078
2030
|
<td><p><span class="term"><em class="parameter"><code>count</code></em> :</span></p></td>
|
2079
|
-
<td>the number of <em class="parameter"><code>step</code></em> units to move
|
2080
|
-
</td>
|
2031
|
+
<td>the number of <em class="parameter"><code>step</code></em> units to move</td>
|
2081
2032
|
</tr>
|
2082
2033
|
<tr>
|
2083
2034
|
<td><p><span class="term"><em class="parameter"><code>extend_selection</code></em> :</span></p></td>
|
2084
2035
|
<td>
|
2085
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection
|
2086
|
-
</td>
|
2036
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the move should extend the selection</td>
|
2087
2037
|
</tr>
|
2088
2038
|
<tr>
|
2089
2039
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2093,11 +2043,11 @@ There are too many key combinations to list them all here.
|
|
2093
2043
|
</table></div>
|
2094
2044
|
</div>
|
2095
2045
|
<hr>
|
2096
|
-
<div class="refsect2"
|
2046
|
+
<div class="refsect2">
|
2097
2047
|
<a name="GtkLabel-populate-popup"></a><h3>The <code class="literal">"populate-popup"</code> signal</h3>
|
2098
2048
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkLabel.html" title="GtkLabel"><span class="type">GtkLabel</span></a> *label,
|
2099
2049
|
<a class="link" href="GtkMenu.html" title="GtkMenu"><span class="type">GtkMenu</span></a> *menu,
|
2100
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run Last</pre>
|
2050
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
|
2101
2051
|
<p>
|
2102
2052
|
The ::populate-popup signal gets emitted before showing the
|
2103
2053
|
context menu of the label. Note that only selectable labels
|
@@ -2112,13 +2062,11 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2112
2062
|
<tbody>
|
2113
2063
|
<tr>
|
2114
2064
|
<td><p><span class="term"><em class="parameter"><code>label</code></em> :</span></p></td>
|
2115
|
-
<td>The label on which the signal is emitted
|
2116
|
-
</td>
|
2065
|
+
<td>The label on which the signal is emitted</td>
|
2117
2066
|
</tr>
|
2118
2067
|
<tr>
|
2119
2068
|
<td><p><span class="term"><em class="parameter"><code>menu</code></em> :</span></p></td>
|
2120
|
-
<td>the menu that is being populated
|
2121
|
-
</td>
|
2069
|
+
<td>the menu that is being populated</td>
|
2122
2070
|
</tr>
|
2123
2071
|
<tr>
|
2124
2072
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -2131,6 +2079,6 @@ to this signal and append your menuitems to the <em class="parameter"><code>menu
|
|
2131
2079
|
</div>
|
2132
2080
|
<div class="footer">
|
2133
2081
|
<hr>
|
2134
|
-
Generated by GTK-Doc V1.
|
2082
|
+
Generated by GTK-Doc V1.16.1</div>
|
2135
2083
|
</body>
|
2136
2084
|
</html>
|