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="WindowWidgets.html" title="Windows">
|
9
9
|
<link rel="prev" href="GtkMessageDialog.html" title="GtkMessageDialog">
|
10
10
|
<link rel="next" href="GtkWindowGroup.html" title="GtkWindowGroup">
|
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="#GtkWindow.signals" class="shortcut">Signals</a>
|
35
35
|
</td></tr>
|
36
36
|
</table>
|
37
|
-
<div class="refentry"
|
37
|
+
<div class="refentry">
|
38
38
|
<a name="GtkWindow"></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="window.png"></td>
|
45
45
|
</tr></table></div>
|
46
|
-
<div class="refsynopsisdiv"
|
46
|
+
<div class="refsynopsisdiv">
|
47
47
|
<a name="GtkWindow.synopsis"></a><h2>Synopsis</h2>
|
48
48
|
<pre class="synopsis">
|
49
49
|
#include <gtk/gtk.h>
|
50
50
|
|
51
51
|
<a class="link" href="GtkWindow.html#GtkWindow-struct" title="GtkWindow">GtkWindow</a>;
|
52
|
-
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
52
|
+
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * <a class="link" href="GtkWindow.html#gtk-window-new" title="gtk_window_new ()">gtk_window_new</a> (<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a> type</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-title" title="gtk_window_set_title ()">gtk_window_set_title</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</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> *title</code></em>);
|
55
55
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-wmclass" title="gtk_window_set_wmclass ()">gtk_window_set_wmclass</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
@@ -89,10 +89,10 @@
|
|
89
89
|
<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>);
|
90
90
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-screen" title="gtk_window_set_screen ()">gtk_window_set_screen</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
91
91
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);
|
92
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a
|
92
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-screen" title="gtk_window_get_screen ()">gtk_window_get_screen</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
93
93
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-is-active" title="gtk_window_is_active ()">gtk_window_is_active</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
94
94
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="gtk_window_has_toplevel_focus ()">gtk_window_has_toplevel_focus</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
95
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
95
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkWindow.html#gtk-window-list-toplevels" title="gtk_window_list_toplevels ()">gtk_window_list_toplevels</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
96
96
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-add-mnemonic" title="gtk_window_add_mnemonic ()">gtk_window_add_mnemonic</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
97
97
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
98
98
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *target</code></em>);
|
@@ -169,7 +169,7 @@
|
|
169
169
|
<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> *role</code></em>);
|
170
170
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-decorated" title="gtk_window_get_decorated ()">gtk_window_get_decorated</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
171
171
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-deletable" title="gtk_window_get_deletable ()">gtk_window_get_deletable</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
172
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
172
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-default-icon-list" title="gtk_window_get_default_icon_list ()">gtk_window_get_default_icon_list</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
173
173
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-default-icon-name" title="gtk_window_get_default_icon_name ()">gtk_window_get_default_icon_name</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
174
174
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-get-default-size" title="gtk_window_get_default_size ()">gtk_window_get_default_size</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
175
175
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
@@ -181,8 +181,8 @@
|
|
181
181
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *right</code></em>,
|
182
182
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bottom</code></em>);
|
183
183
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-has-frame" title="gtk_window_get_has_frame ()">gtk_window_get_has_frame</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
184
|
-
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
185
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
184
|
+
<a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-icon" title="gtk_window_get_icon ()">gtk_window_get_icon</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
185
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-icon-list" title="gtk_window_get_icon_list ()">gtk_window_get_icon_list</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
186
186
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GtkWindow.html#gtk-window-get-icon-name" title="gtk_window_get_icon_name ()">gtk_window_get_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
187
187
|
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-mnemonic-modifier" title="gtk_window_get_mnemonic_modifier ()">gtk_window_get_mnemonic_modifier</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
188
188
|
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GtkWindow.html#gtk-window-get-modal" title="gtk_window_get_modal ()">gtk_window_get_modal</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);
|
@@ -215,17 +215,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
215
215
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> height</code></em>);
|
216
216
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()">gtk_window_set_default_icon_list</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);
|
217
217
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-default-icon" title="gtk_window_set_default_icon ()">gtk_window_set_default_icon</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);
|
218
|
-
|
219
|
-
(<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> *filename</code></em>,
|
220
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
|
218
|
+
#define <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-from-file" title="gtk_window_set_default_icon_from_file">gtk_window_set_default_icon_from_file</a>
|
221
219
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-name" title="gtk_window_set_default_icon_name ()">gtk_window_set_default_icon_name</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> *name</code></em>);
|
222
220
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()">gtk_window_set_icon</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
223
221
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);
|
224
222
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()">gtk_window_set_icon_list</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
225
223
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);
|
226
|
-
|
227
|
-
<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> *filename</code></em>,
|
228
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
|
224
|
+
#define <a class="link" href="GtkWindow.html#gtk-window-set-icon-from-file" title="gtk_window_set_icon_from_file">gtk_window_set_icon_from_file</a>
|
229
225
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_window_set_icon_name ()">gtk_window_set_icon_name</a> (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
230
226
|
<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> *name</code></em>);
|
231
227
|
<span class="returnvalue">void</span> <a class="link" href="GtkWindow.html#gtk-window-set-auto-startup-notification" title="gtk_window_set_auto_startup_notification ()">gtk_window_set_auto_startup_notification</a>
|
@@ -238,7 +234,7 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
238
234
|
<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>);
|
239
235
|
</pre>
|
240
236
|
</div>
|
241
|
-
<div class="refsect1"
|
237
|
+
<div class="refsect1">
|
242
238
|
<a name="GtkWindow.object-hierarchy"></a><h2>Object Hierarchy</h2>
|
243
239
|
<pre class="synopsis">
|
244
240
|
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
|
@@ -254,13 +250,13 @@ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.htm
|
|
254
250
|
+----<a class="link" href="GtkPlug.html" title="GtkPlug">GtkPlug</a>
|
255
251
|
</pre>
|
256
252
|
</div>
|
257
|
-
<div class="refsect1"
|
253
|
+
<div class="refsect1">
|
258
254
|
<a name="GtkWindow.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
|
259
255
|
<p>
|
260
256
|
GtkWindow implements
|
261
257
|
AtkImplementorIface and <a class="link" href="GtkBuildable.html" title="GtkBuildable">GtkBuildable</a>.</p>
|
262
258
|
</div>
|
263
|
-
<div class="refsect1"
|
259
|
+
<div class="refsect1">
|
264
260
|
<a name="GtkWindow.properties"></a><h2>Properties</h2>
|
265
261
|
<pre class="synopsis">
|
266
262
|
"<a class="link" href="GtkWindow.html#GtkWindow--accept-focus" title='The "accept-focus" property'>accept-focus</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
|
@@ -294,21 +290,21 @@ GtkWindow implements
|
|
294
290
|
"<a class="link" href="GtkWindow.html#GtkWindow--window-position" title='The "window-position" property'>window-position</a>" <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a> : Read / Write
|
295
291
|
</pre>
|
296
292
|
</div>
|
297
|
-
<div class="refsect1"
|
293
|
+
<div class="refsect1">
|
298
294
|
<a name="GtkWindow.signals"></a><h2>Signals</h2>
|
299
295
|
<pre class="synopsis">
|
300
|
-
"<a class="link" href="GtkWindow.html#GtkWindow-activate-default" title='The "activate-default" signal'>activate-default</a>" :
|
301
|
-
"<a class="link" href="GtkWindow.html#GtkWindow-activate-focus" title='The "activate-focus" signal'>activate-focus</a>" :
|
302
|
-
"<a class="link" href="GtkWindow.html#GtkWindow-frame-event" title='The "frame-event" signal'>frame-event</a>" : Run Last
|
303
|
-
"<a class="link" href="GtkWindow.html#GtkWindow-keys-changed" title='The "keys-changed" signal'>keys-changed</a>" : Run First
|
304
|
-
"<a class="link" href="GtkWindow.html#GtkWindow-set-focus" title='The "set-focus" signal'>set-focus</a>" : Run Last
|
296
|
+
"<a class="link" href="GtkWindow.html#GtkWindow-activate-default" title='The "activate-default" signal'>activate-default</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
297
|
+
"<a class="link" href="GtkWindow.html#GtkWindow-activate-focus" title='The "activate-focus" signal'>activate-focus</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-ACTION:CAPS"><code class="literal">Action</code></a>
|
298
|
+
"<a class="link" href="GtkWindow.html#GtkWindow-frame-event" title='The "frame-event" signal'>frame-event</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>
|
299
|
+
"<a class="link" href="GtkWindow.html#GtkWindow-keys-changed" title='The "keys-changed" signal'>keys-changed</a>" : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a>
|
300
|
+
"<a class="link" href="GtkWindow.html#GtkWindow-set-focus" title='The "set-focus" signal'>set-focus</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>
|
305
301
|
</pre>
|
306
302
|
</div>
|
307
|
-
<div class="refsect1"
|
303
|
+
<div class="refsect1">
|
308
304
|
<a name="GtkWindow.description"></a><h2>Description</h2>
|
309
305
|
<p>
|
310
306
|
</p>
|
311
|
-
<div class="refsect2"
|
307
|
+
<div class="refsect2">
|
312
308
|
<a name="GtkWindow-BUILDER-UI"></a><h3>GtkWindow as GtkBuildable</h3>
|
313
309
|
<p>
|
314
310
|
The GtkWindow implementation of the GtkBuildable interface supports a
|
@@ -317,7 +313,7 @@ elements representing the GtkAccelGroup objects you want to add to your
|
|
317
313
|
window (synonymous with <a class="link" href="GtkWindow.html#gtk-window-add-accel-group" title="gtk_window_add_accel_group ()"><code class="function">gtk_window_add_accel_group()</code></a>.
|
318
314
|
</p>
|
319
315
|
<div class="example">
|
320
|
-
<a name="
|
316
|
+
<a name="id660269"></a><p class="title"><b>Example 10. A UI definition fragment with accel groups</b></p>
|
321
317
|
<div class="example-contents">
|
322
318
|
<table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
|
323
319
|
<tbody>
|
@@ -345,18 +341,18 @@ window (synonymous with <a class="link" href="GtkWindow.html#gtk-window-add-acce
|
|
345
341
|
<br class="example-break">
|
346
342
|
</div>
|
347
343
|
</div>
|
348
|
-
<div class="refsect1"
|
344
|
+
<div class="refsect1">
|
349
345
|
<a name="GtkWindow.details"></a><h2>Details</h2>
|
350
|
-
<div class="refsect2"
|
346
|
+
<div class="refsect2">
|
351
347
|
<a name="GtkWindow-struct"></a><h3>GtkWindow</h3>
|
352
348
|
<pre class="programlisting">typedef struct _GtkWindow GtkWindow;</pre>
|
353
349
|
<p>
|
354
350
|
</p>
|
355
351
|
</div>
|
356
352
|
<hr>
|
357
|
-
<div class="refsect2"
|
353
|
+
<div class="refsect2">
|
358
354
|
<a name="gtk-window-new"></a><h3>gtk_window_new ()</h3>
|
359
|
-
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a
|
355
|
+
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_window_new (<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a> type</code></em>);</pre>
|
360
356
|
<p>
|
361
357
|
Creates a new <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, which is a toplevel window that can
|
362
358
|
contain other widgets. Nearly always, the type of the window should
|
@@ -376,19 +372,17 @@ If you simply want an undecorated window (no window borders), use
|
|
376
372
|
<tbody>
|
377
373
|
<tr>
|
378
374
|
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
|
379
|
-
<td>type of window
|
380
|
-
</td>
|
375
|
+
<td>type of window</td>
|
381
376
|
</tr>
|
382
377
|
<tr>
|
383
378
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
384
|
-
<td>
|
385
|
-
</td>
|
379
|
+
<td>a new <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>.</td>
|
386
380
|
</tr>
|
387
381
|
</tbody>
|
388
382
|
</table></div>
|
389
383
|
</div>
|
390
384
|
<hr>
|
391
|
-
<div class="refsect2"
|
385
|
+
<div class="refsect2">
|
392
386
|
<a name="gtk-window-set-title"></a><h3>gtk_window_set_title ()</h3>
|
393
387
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_title (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
394
388
|
<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>);</pre>
|
@@ -412,14 +406,13 @@ document filename, for example.
|
|
412
406
|
</tr>
|
413
407
|
<tr>
|
414
408
|
<td><p><span class="term"><em class="parameter"><code>title</code></em> :</span></p></td>
|
415
|
-
<td>title of the window
|
416
|
-
</td>
|
409
|
+
<td>title of the window</td>
|
417
410
|
</tr>
|
418
411
|
</tbody>
|
419
412
|
</table></div>
|
420
413
|
</div>
|
421
414
|
<hr>
|
422
|
-
<div class="refsect2"
|
415
|
+
<div class="refsect2">
|
423
416
|
<a name="gtk-window-set-wmclass"></a><h3>gtk_window_set_wmclass ()</h3>
|
424
417
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_wmclass (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
425
418
|
<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> *wmclass_name</code></em>,
|
@@ -444,25 +437,23 @@ manager to restore window positions when loading a saved session.
|
|
444
437
|
</tr>
|
445
438
|
<tr>
|
446
439
|
<td><p><span class="term"><em class="parameter"><code>wmclass_name</code></em> :</span></p></td>
|
447
|
-
<td>window name hint
|
448
|
-
</td>
|
440
|
+
<td>window name hint</td>
|
449
441
|
</tr>
|
450
442
|
<tr>
|
451
443
|
<td><p><span class="term"><em class="parameter"><code>wmclass_class</code></em> :</span></p></td>
|
452
|
-
<td>window class hint
|
453
|
-
</td>
|
444
|
+
<td>window class hint</td>
|
454
445
|
</tr>
|
455
446
|
</tbody>
|
456
447
|
</table></div>
|
457
448
|
</div>
|
458
449
|
<hr>
|
459
|
-
<div class="refsect2"
|
450
|
+
<div class="refsect2">
|
460
451
|
<a name="gtk-window-set-policy"></a><h3>gtk_window_set_policy ()</h3>
|
461
452
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_policy (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
462
453
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_shrink</code></em>,
|
463
454
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> allow_grow</code></em>,
|
464
455
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> auto_shrink</code></em>);</pre>
|
465
|
-
<div class="warning"
|
456
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
466
457
|
<h3 class="title">Warning</h3>
|
467
458
|
<p><code class="literal">gtk_window_set_policy</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkWindow.html#gtk-window-set-resizable" title="gtk_window_set_resizable ()"><code class="function">gtk_window_set_resizable()</code></a> instead.</p>
|
468
459
|
</div>
|
@@ -533,30 +524,26 @@ the child gets a larger allocation than it requests.
|
|
533
524
|
<tbody>
|
534
525
|
<tr>
|
535
526
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
536
|
-
<td>the window
|
537
|
-
</td>
|
527
|
+
<td>the window</td>
|
538
528
|
</tr>
|
539
529
|
<tr>
|
540
530
|
<td><p><span class="term"><em class="parameter"><code>allow_shrink</code></em> :</span></p></td>
|
541
|
-
<td>whether the user can shrink the window below its size request
|
542
|
-
</td>
|
531
|
+
<td>whether the user can shrink the window below its size request</td>
|
543
532
|
</tr>
|
544
533
|
<tr>
|
545
534
|
<td><p><span class="term"><em class="parameter"><code>allow_grow</code></em> :</span></p></td>
|
546
|
-
<td>whether the user can grow the window larger than its size request
|
547
|
-
</td>
|
535
|
+
<td>whether the user can grow the window larger than its size request</td>
|
548
536
|
</tr>
|
549
537
|
<tr>
|
550
538
|
<td><p><span class="term"><em class="parameter"><code>auto_shrink</code></em> :</span></p></td>
|
551
|
-
<td>whether the window automatically snaps back to its size request
|
552
|
-
|
553
|
-
</td>
|
539
|
+
<td>whether the window automatically snaps back to its size request
|
540
|
+
if it's larger</td>
|
554
541
|
</tr>
|
555
542
|
</tbody>
|
556
543
|
</table></div>
|
557
544
|
</div>
|
558
545
|
<hr>
|
559
|
-
<div class="refsect2"
|
546
|
+
<div class="refsect2">
|
560
547
|
<a name="gtk-window-set-resizable"></a><h3>gtk_window_set_resizable ()</h3>
|
561
548
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_resizable (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
562
549
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> resizable</code></em>);</pre>
|
@@ -575,14 +562,13 @@ by default.
|
|
575
562
|
<tr>
|
576
563
|
<td><p><span class="term"><em class="parameter"><code>resizable</code></em> :</span></p></td>
|
577
564
|
<td>
|
578
|
-
<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 resize this window
|
579
|
-
</td>
|
565
|
+
<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 resize this window</td>
|
580
566
|
</tr>
|
581
567
|
</tbody>
|
582
568
|
</table></div>
|
583
569
|
</div>
|
584
570
|
<hr>
|
585
|
-
<div class="refsect2"
|
571
|
+
<div class="refsect2">
|
586
572
|
<a name="gtk-window-get-resizable"></a><h3>gtk_window_get_resizable ()</h3>
|
587
573
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_resizable (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
588
574
|
<p>
|
@@ -598,14 +584,14 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-resiza
|
|
598
584
|
</tr>
|
599
585
|
<tr>
|
600
586
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
601
|
-
<td>
|
602
|
-
</td>
|
587
|
+
<td>
|
588
|
+
<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 resize the window</td>
|
603
589
|
</tr>
|
604
590
|
</tbody>
|
605
591
|
</table></div>
|
606
592
|
</div>
|
607
593
|
<hr>
|
608
|
-
<div class="refsect2"
|
594
|
+
<div class="refsect2">
|
609
595
|
<a name="gtk-window-add-accel-group"></a><h3>gtk_window_add_accel_group ()</h3>
|
610
596
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_add_accel_group (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
611
597
|
<em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
|
@@ -619,8 +605,7 @@ in <em class="parameter"><code>accel_group</code></em>.
|
|
619
605
|
<tbody>
|
620
606
|
<tr>
|
621
607
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
622
|
-
<td>window to attach accelerator group to
|
623
|
-
</td>
|
608
|
+
<td>window to attach accelerator group to</td>
|
624
609
|
</tr>
|
625
610
|
<tr>
|
626
611
|
<td><p><span class="term"><em class="parameter"><code>accel_group</code></em> :</span></p></td>
|
@@ -631,7 +616,7 @@ in <em class="parameter"><code>accel_group</code></em>.
|
|
631
616
|
</table></div>
|
632
617
|
</div>
|
633
618
|
<hr>
|
634
|
-
<div class="refsect2"
|
619
|
+
<div class="refsect2">
|
635
620
|
<a name="gtk-window-remove-accel-group"></a><h3>gtk_window_remove_accel_group ()</h3>
|
636
621
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_remove_accel_group (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
637
622
|
<em class="parameter"><code><a class="link" href="gtk-Keyboard-Accelerators.html#GtkAccelGroup"><span class="type">GtkAccelGroup</span></a> *accel_group</code></em>);</pre>
|
@@ -655,11 +640,11 @@ Reverses the effects of <a class="link" href="GtkWindow.html#gtk-window-add-acce
|
|
655
640
|
</table></div>
|
656
641
|
</div>
|
657
642
|
<hr>
|
658
|
-
<div class="refsect2"
|
643
|
+
<div class="refsect2">
|
659
644
|
<a name="gtk-window-position"></a><h3>gtk_window_position</h3>
|
660
645
|
<pre class="programlisting">#define gtk_window_position gtk_window_set_position
|
661
646
|
</pre>
|
662
|
-
<div class="warning"
|
647
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
663
648
|
<h3 class="title">Warning</h3>
|
664
649
|
<p><code class="literal">gtk_window_position</code> is deprecated and should not be used in newly-written code. Use <a class="link" href="GtkWindow.html#gtk-window-set-position" title="gtk_window_set_position ()"><code class="function">gtk_window_set_position()</code></a> instead.</p>
|
665
650
|
</div>
|
@@ -668,7 +653,7 @@ Deprecated alias for <a class="link" href="GtkWindow.html#gtk-window-set-positio
|
|
668
653
|
</p>
|
669
654
|
</div>
|
670
655
|
<hr>
|
671
|
-
<div class="refsect2"
|
656
|
+
<div class="refsect2">
|
672
657
|
<a name="gtk-window-activate-focus"></a><h3>gtk_window_activate_focus ()</h3>
|
673
658
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_activate_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
674
659
|
<p>
|
@@ -684,14 +669,14 @@ Activates the current focused widget within the window.
|
|
684
669
|
</tr>
|
685
670
|
<tr>
|
686
671
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
687
|
-
<td>
|
688
|
-
</td>
|
672
|
+
<td>
|
673
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.</td>
|
689
674
|
</tr>
|
690
675
|
</tbody>
|
691
676
|
</table></div>
|
692
677
|
</div>
|
693
678
|
<hr>
|
694
|
-
<div class="refsect2"
|
679
|
+
<div class="refsect2">
|
695
680
|
<a name="gtk-window-activate-default"></a><h3>gtk_window_activate_default ()</h3>
|
696
681
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_activate_default (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
697
682
|
<p>
|
@@ -710,14 +695,14 @@ focused widget is activated.
|
|
710
695
|
</tr>
|
711
696
|
<tr>
|
712
697
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
713
|
-
<td>
|
714
|
-
</td>
|
698
|
+
<td>
|
699
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget got activated.</td>
|
715
700
|
</tr>
|
716
701
|
</tbody>
|
717
702
|
</table></div>
|
718
703
|
</div>
|
719
704
|
<hr>
|
720
|
-
<div class="refsect2"
|
705
|
+
<div class="refsect2">
|
721
706
|
<a name="gtk-window-set-modal"></a><h3>gtk_window_set_modal ()</h3>
|
722
707
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_modal (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
723
708
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> modal</code></em>);</pre>
|
@@ -739,14 +724,13 @@ will then disallow lowering the dialog below the parent.
|
|
739
724
|
</tr>
|
740
725
|
<tr>
|
741
726
|
<td><p><span class="term"><em class="parameter"><code>modal</code></em> :</span></p></td>
|
742
|
-
<td>whether the window is modal
|
743
|
-
</td>
|
727
|
+
<td>whether the window is modal</td>
|
744
728
|
</tr>
|
745
729
|
</tbody>
|
746
730
|
</table></div>
|
747
731
|
</div>
|
748
732
|
<hr>
|
749
|
-
<div class="refsect2"
|
733
|
+
<div class="refsect2">
|
750
734
|
<a name="gtk-window-set-default-size"></a><h3>gtk_window_set_default_size ()</h3>
|
751
735
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_default_size (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
752
736
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
@@ -796,19 +780,17 @@ passing 0 for <em class="parameter"><code>width</code></em> and <em class="param
|
|
796
780
|
</tr>
|
797
781
|
<tr>
|
798
782
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
799
|
-
<td>width in pixels, or -1 to unset the default width
|
800
|
-
</td>
|
783
|
+
<td>width in pixels, or -1 to unset the default width</td>
|
801
784
|
</tr>
|
802
785
|
<tr>
|
803
786
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
804
|
-
<td>height in pixels, or -1 to unset the default height
|
805
|
-
</td>
|
787
|
+
<td>height in pixels, or -1 to unset the default height</td>
|
806
788
|
</tr>
|
807
789
|
</tbody>
|
808
790
|
</table></div>
|
809
791
|
</div>
|
810
792
|
<hr>
|
811
|
-
<div class="refsect2"
|
793
|
+
<div class="refsect2">
|
812
794
|
<a name="gtk-window-set-geometry-hints"></a><h3>gtk_window_set_geometry_hints ()</h3>
|
813
795
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_geometry_hints (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
814
796
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *geometry_widget</code></em>,
|
@@ -830,24 +812,21 @@ character); aspect ratios; and more. See the <a href="http://library.gnome.org/d
|
|
830
812
|
</tr>
|
831
813
|
<tr>
|
832
814
|
<td><p><span class="term"><em class="parameter"><code>geometry_widget</code></em> :</span></p></td>
|
833
|
-
<td>widget the geometry hints will be applied to
|
834
|
-
</td>
|
815
|
+
<td>widget the geometry hints will be applied to</td>
|
835
816
|
</tr>
|
836
817
|
<tr>
|
837
818
|
<td><p><span class="term"><em class="parameter"><code>geometry</code></em> :</span></p></td>
|
838
|
-
<td>struct containing geometry information
|
839
|
-
</td>
|
819
|
+
<td>struct containing geometry information</td>
|
840
820
|
</tr>
|
841
821
|
<tr>
|
842
822
|
<td><p><span class="term"><em class="parameter"><code>geom_mask</code></em> :</span></p></td>
|
843
|
-
<td>mask indicating which struct fields should be paid attention to
|
844
|
-
</td>
|
823
|
+
<td>mask indicating which struct fields should be paid attention to</td>
|
845
824
|
</tr>
|
846
825
|
</tbody>
|
847
826
|
</table></div>
|
848
827
|
</div>
|
849
828
|
<hr>
|
850
|
-
<div class="refsect2"
|
829
|
+
<div class="refsect2">
|
851
830
|
<a name="gtk-window-set-gravity"></a><h3>gtk_window_set_gravity ()</h3>
|
852
831
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
853
832
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> gravity</code></em>);</pre>
|
@@ -870,14 +849,13 @@ typically "do what you mean."
|
|
870
849
|
</tr>
|
871
850
|
<tr>
|
872
851
|
<td><p><span class="term"><em class="parameter"><code>gravity</code></em> :</span></p></td>
|
873
|
-
<td>window gravity
|
874
|
-
</td>
|
852
|
+
<td>window gravity</td>
|
875
853
|
</tr>
|
876
854
|
</tbody>
|
877
855
|
</table></div>
|
878
856
|
</div>
|
879
857
|
<hr>
|
880
|
-
<div class="refsect2"
|
858
|
+
<div class="refsect2">
|
881
859
|
<a name="gtk-window-get-gravity"></a><h3>gtk_window_get_gravity ()</h3>
|
882
860
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGravity"><span class="returnvalue">GdkGravity</span></a> gtk_window_get_gravity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
883
861
|
<p>
|
@@ -893,14 +871,14 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-gravit
|
|
893
871
|
</tr>
|
894
872
|
<tr>
|
895
873
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
896
|
-
<td>
|
874
|
+
<td>window gravity. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
897
875
|
</td>
|
898
876
|
</tr>
|
899
877
|
</tbody>
|
900
878
|
</table></div>
|
901
879
|
</div>
|
902
880
|
<hr>
|
903
|
-
<div class="refsect2"
|
881
|
+
<div class="refsect2">
|
904
882
|
<a name="gtk-window-set-position"></a><h3>gtk_window_set_position ()</h3>
|
905
883
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_position (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
906
884
|
<em class="parameter"><code><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a> position</code></em>);</pre>
|
@@ -914,19 +892,17 @@ the window to be repositioned to satisfy the new constraint.
|
|
914
892
|
<tbody>
|
915
893
|
<tr>
|
916
894
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
917
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a
|
918
|
-
</td>
|
895
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>.</td>
|
919
896
|
</tr>
|
920
897
|
<tr>
|
921
898
|
<td><p><span class="term"><em class="parameter"><code>position</code></em> :</span></p></td>
|
922
|
-
<td>a position constraint
|
923
|
-
</td>
|
899
|
+
<td>a position constraint.</td>
|
924
900
|
</tr>
|
925
901
|
</tbody>
|
926
902
|
</table></div>
|
927
903
|
</div>
|
928
904
|
<hr>
|
929
|
-
<div class="refsect2"
|
905
|
+
<div class="refsect2">
|
930
906
|
<a name="gtk-window-set-transient-for"></a><h3>gtk_window_set_transient_for ()</h3>
|
931
907
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_transient_for (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
932
908
|
<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *parent</code></em>);</pre>
|
@@ -955,14 +931,14 @@ much as the window manager would have done on X.
|
|
955
931
|
</tr>
|
956
932
|
<tr>
|
957
933
|
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
|
958
|
-
<td>
|
934
|
+
<td>parent window, 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>
|
959
935
|
</td>
|
960
936
|
</tr>
|
961
937
|
</tbody>
|
962
938
|
</table></div>
|
963
939
|
</div>
|
964
940
|
<hr>
|
965
|
-
<div class="refsect2"
|
941
|
+
<div class="refsect2">
|
966
942
|
<a name="gtk-window-set-destroy-with-parent"></a><h3>gtk_window_set_destroy_with_parent ()</h3>
|
967
943
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_destroy_with_parent (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
968
944
|
<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>
|
@@ -982,14 +958,13 @@ associated with, for example.
|
|
982
958
|
</tr>
|
983
959
|
<tr>
|
984
960
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
985
|
-
<td>whether to destroy <em class="parameter"><code>window</code></em> with its transient parent
|
986
|
-
</td>
|
961
|
+
<td>whether to destroy <em class="parameter"><code>window</code></em> with its transient parent</td>
|
987
962
|
</tr>
|
988
963
|
</tbody>
|
989
964
|
</table></div>
|
990
965
|
</div>
|
991
966
|
<hr>
|
992
|
-
<div class="refsect2"
|
967
|
+
<div class="refsect2">
|
993
968
|
<a name="gtk-window-set-screen"></a><h3>gtk_window_set_screen ()</h3>
|
994
969
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
995
970
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
|
@@ -1003,22 +978,20 @@ then remapped on the new screen.
|
|
1003
978
|
<tbody>
|
1004
979
|
<tr>
|
1005
980
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
1006
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a
|
1007
|
-
</td>
|
981
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>.</td>
|
1008
982
|
</tr>
|
1009
983
|
<tr>
|
1010
984
|
<td><p><span class="term"><em class="parameter"><code>screen</code></em> :</span></p></td>
|
1011
|
-
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a
|
1012
|
-
</td>
|
985
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>.</td>
|
1013
986
|
</tr>
|
1014
987
|
</tbody>
|
1015
988
|
</table></div>
|
1016
989
|
<p class="since">Since 2.2</p>
|
1017
990
|
</div>
|
1018
991
|
<hr>
|
1019
|
-
<div class="refsect2"
|
992
|
+
<div class="refsect2">
|
1020
993
|
<a name="gtk-window-get-screen"></a><h3>gtk_window_get_screen ()</h3>
|
1021
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a
|
994
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="returnvalue">GdkScreen</span></a> * gtk_window_get_screen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1022
995
|
<p>
|
1023
996
|
Returns the <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a> associated with <em class="parameter"><code>window</code></em>.
|
1024
997
|
</p>
|
@@ -1027,12 +1000,11 @@ Returns the <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"
|
|
1027
1000
|
<tbody>
|
1028
1001
|
<tr>
|
1029
1002
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
1030
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a
|
1031
|
-
</td>
|
1003
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>.</td>
|
1032
1004
|
</tr>
|
1033
1005
|
<tr>
|
1034
1006
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1035
|
-
<td>
|
1007
|
+
<td>a <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1036
1008
|
</td>
|
1037
1009
|
</tr>
|
1038
1010
|
</tbody>
|
@@ -1040,7 +1012,7 @@ Returns the <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"
|
|
1040
1012
|
<p class="since">Since 2.2</p>
|
1041
1013
|
</div>
|
1042
1014
|
<hr>
|
1043
|
-
<div class="refsect2"
|
1015
|
+
<div class="refsect2">
|
1044
1016
|
<a name="gtk-window-is-active"></a><h3>gtk_window_is_active ()</h3>
|
1045
1017
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_is_active (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1046
1018
|
<p>
|
@@ -1062,16 +1034,15 @@ See <a class="link" href="GtkWindow.html#gtk-window-has-toplevel-focus" title="g
|
|
1062
1034
|
</tr>
|
1063
1035
|
<tr>
|
1064
1036
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1065
|
-
<td>
|
1066
|
-
|
1067
|
-
</td>
|
1037
|
+
<td>
|
1038
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window part of the current active window.</td>
|
1068
1039
|
</tr>
|
1069
1040
|
</tbody>
|
1070
1041
|
</table></div>
|
1071
1042
|
<p class="since">Since 2.4</p>
|
1072
1043
|
</div>
|
1073
1044
|
<hr>
|
1074
|
-
<div class="refsect2"
|
1045
|
+
<div class="refsect2">
|
1075
1046
|
<a name="gtk-window-has-toplevel-focus"></a><h3>gtk_window_has_toplevel_focus ()</h3>
|
1076
1047
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_has_toplevel_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1077
1048
|
<p>
|
@@ -1089,18 +1060,17 @@ but for embedded windows, like <a class="link" href="GtkPlug.html" title="GtkPlu
|
|
1089
1060
|
</tr>
|
1090
1061
|
<tr>
|
1091
1062
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1092
|
-
<td>
|
1093
|
-
|
1094
|
-
</td>
|
1063
|
+
<td>
|
1064
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the input focus is within this GtkWindow</td>
|
1095
1065
|
</tr>
|
1096
1066
|
</tbody>
|
1097
1067
|
</table></div>
|
1098
1068
|
<p class="since">Since 2.4</p>
|
1099
1069
|
</div>
|
1100
1070
|
<hr>
|
1101
|
-
<div class="refsect2"
|
1071
|
+
<div class="refsect2">
|
1102
1072
|
<a name="gtk-window-list-toplevels"></a><h3>gtk_window_list_toplevels ()</h3>
|
1103
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
1073
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_window_list_toplevels (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
1104
1074
|
<p>
|
1105
1075
|
Returns a list of all existing toplevel windows. The widgets
|
1106
1076
|
in the list are not individually referenced. If you want
|
@@ -1113,13 +1083,13 @@ then unref all the widgets afterwards.
|
|
1113
1083
|
<col align="left" valign="top">
|
1114
1084
|
<tbody><tr>
|
1115
1085
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1116
|
-
<td>
|
1086
|
+
<td>list of toplevel widgets. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GtkWidget][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
1117
1087
|
</td>
|
1118
1088
|
</tr></tbody>
|
1119
1089
|
</table></div>
|
1120
1090
|
</div>
|
1121
1091
|
<hr>
|
1122
|
-
<div class="refsect2"
|
1092
|
+
<div class="refsect2">
|
1123
1093
|
<a name="gtk-window-add-mnemonic"></a><h3>gtk_window_add_mnemonic ()</h3>
|
1124
1094
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_add_mnemonic (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1125
1095
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
@@ -1137,19 +1107,17 @@ Adds a mnemonic to this window.
|
|
1137
1107
|
</tr>
|
1138
1108
|
<tr>
|
1139
1109
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
1140
|
-
<td>the mnemonic
|
1141
|
-
</td>
|
1110
|
+
<td>the mnemonic</td>
|
1142
1111
|
</tr>
|
1143
1112
|
<tr>
|
1144
1113
|
<td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
|
1145
|
-
<td>the widget that gets activated by the mnemonic
|
1146
|
-
</td>
|
1114
|
+
<td>the widget that gets activated by the mnemonic</td>
|
1147
1115
|
</tr>
|
1148
1116
|
</tbody>
|
1149
1117
|
</table></div>
|
1150
1118
|
</div>
|
1151
1119
|
<hr>
|
1152
|
-
<div class="refsect2"
|
1120
|
+
<div class="refsect2">
|
1153
1121
|
<a name="gtk-window-remove-mnemonic"></a><h3>gtk_window_remove_mnemonic ()</h3>
|
1154
1122
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_remove_mnemonic (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1155
1123
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
@@ -1167,19 +1135,17 @@ Removes a mnemonic from this window.
|
|
1167
1135
|
</tr>
|
1168
1136
|
<tr>
|
1169
1137
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
1170
|
-
<td>the mnemonic
|
1171
|
-
</td>
|
1138
|
+
<td>the mnemonic</td>
|
1172
1139
|
</tr>
|
1173
1140
|
<tr>
|
1174
1141
|
<td><p><span class="term"><em class="parameter"><code>target</code></em> :</span></p></td>
|
1175
|
-
<td>the widget that gets activated by the mnemonic
|
1176
|
-
</td>
|
1142
|
+
<td>the widget that gets activated by the mnemonic</td>
|
1177
1143
|
</tr>
|
1178
1144
|
</tbody>
|
1179
1145
|
</table></div>
|
1180
1146
|
</div>
|
1181
1147
|
<hr>
|
1182
|
-
<div class="refsect2"
|
1148
|
+
<div class="refsect2">
|
1183
1149
|
<a name="gtk-window-mnemonic-activate"></a><h3>gtk_window_mnemonic_activate ()</h3>
|
1184
1150
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_mnemonic_activate (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1185
1151
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> keyval</code></em>,
|
@@ -1197,25 +1163,22 @@ Activates the targets associated with the mnemonic.
|
|
1197
1163
|
</tr>
|
1198
1164
|
<tr>
|
1199
1165
|
<td><p><span class="term"><em class="parameter"><code>keyval</code></em> :</span></p></td>
|
1200
|
-
<td>the mnemonic
|
1201
|
-
</td>
|
1166
|
+
<td>the mnemonic</td>
|
1202
1167
|
</tr>
|
1203
1168
|
<tr>
|
1204
1169
|
<td><p><span class="term"><em class="parameter"><code>modifier</code></em> :</span></p></td>
|
1205
|
-
<td>the modifiers
|
1206
|
-
</td>
|
1170
|
+
<td>the modifiers</td>
|
1207
1171
|
</tr>
|
1208
1172
|
<tr>
|
1209
1173
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1210
1174
|
<td>
|
1211
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the activation is done
|
1212
|
-
</td>
|
1175
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the activation is done.</td>
|
1213
1176
|
</tr>
|
1214
1177
|
</tbody>
|
1215
1178
|
</table></div>
|
1216
1179
|
</div>
|
1217
1180
|
<hr>
|
1218
|
-
<div class="refsect2"
|
1181
|
+
<div class="refsect2">
|
1219
1182
|
<a name="gtk-window-activate-key"></a><h3>gtk_window_activate_key ()</h3>
|
1220
1183
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_activate_key (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1221
1184
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
@@ -1240,16 +1203,15 @@ overriding the standard key handling for a toplevel window.
|
|
1240
1203
|
</tr>
|
1241
1204
|
<tr>
|
1242
1205
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1243
|
-
<td>
|
1244
|
-
|
1245
|
-
</td>
|
1206
|
+
<td>
|
1207
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a mnemonic or accelerator was found and activated.</td>
|
1246
1208
|
</tr>
|
1247
1209
|
</tbody>
|
1248
1210
|
</table></div>
|
1249
1211
|
<p class="since">Since 2.4</p>
|
1250
1212
|
</div>
|
1251
1213
|
<hr>
|
1252
|
-
<div class="refsect2"
|
1214
|
+
<div class="refsect2">
|
1253
1215
|
<a name="gtk-window-propagate-key-event"></a><h3>gtk_window_propagate_key_event ()</h3>
|
1254
1216
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_propagate_key_event (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1255
1217
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEventKey"><span class="type">GdkEventKey</span></a> *event</code></em>);</pre>
|
@@ -1276,16 +1238,15 @@ overriding the standard key handling for a toplevel window.
|
|
1276
1238
|
</tr>
|
1277
1239
|
<tr>
|
1278
1240
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1279
|
-
<td>
|
1280
|
-
|
1281
|
-
</td>
|
1241
|
+
<td>
|
1242
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a widget in the focus chain handled the event.</td>
|
1282
1243
|
</tr>
|
1283
1244
|
</tbody>
|
1284
1245
|
</table></div>
|
1285
1246
|
<p class="since">Since 2.4</p>
|
1286
1247
|
</div>
|
1287
1248
|
<hr>
|
1288
|
-
<div class="refsect2"
|
1249
|
+
<div class="refsect2">
|
1289
1250
|
<a name="gtk-window-get-focus"></a><h3>gtk_window_get_focus ()</h3>
|
1290
1251
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_window_get_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1291
1252
|
<p>
|
@@ -1305,14 +1266,14 @@ not be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macro
|
|
1305
1266
|
</tr>
|
1306
1267
|
<tr>
|
1307
1268
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1308
|
-
<td>
|
1269
|
+
<td>the currently focused widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1309
1270
|
</td>
|
1310
1271
|
</tr>
|
1311
1272
|
</tbody>
|
1312
1273
|
</table></div>
|
1313
1274
|
</div>
|
1314
1275
|
<hr>
|
1315
|
-
<div class="refsect2"
|
1276
|
+
<div class="refsect2">
|
1316
1277
|
<a name="gtk-window-set-focus"></a><h3>gtk_window_set_focus ()</h3>
|
1317
1278
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1318
1279
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *focus</code></em>);</pre>
|
@@ -1333,15 +1294,15 @@ widget in the toplevel, it is usually more convenient to use
|
|
1333
1294
|
</tr>
|
1334
1295
|
<tr>
|
1335
1296
|
<td><p><span class="term"><em class="parameter"><code>focus</code></em> :</span></p></td>
|
1336
|
-
<td>
|
1337
|
-
|
1297
|
+
<td>widget to be the new focus widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset
|
1298
|
+
any focus widget for the toplevel window. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1338
1299
|
</td>
|
1339
1300
|
</tr>
|
1340
1301
|
</tbody>
|
1341
1302
|
</table></div>
|
1342
1303
|
</div>
|
1343
1304
|
<hr>
|
1344
|
-
<div class="refsect2"
|
1305
|
+
<div class="refsect2">
|
1345
1306
|
<a name="gtk-window-get-default-widget"></a><h3>gtk_window_get_default_widget ()</h3>
|
1346
1307
|
<pre class="programlisting"><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="returnvalue">GtkWidget</span></a> * gtk_window_get_default_widget (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1347
1308
|
<p>
|
@@ -1358,8 +1319,7 @@ for more details.
|
|
1358
1319
|
</tr>
|
1359
1320
|
<tr>
|
1360
1321
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1361
|
-
<td>
|
1362
|
-
|
1322
|
+
<td>the default widget, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is none. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
1363
1323
|
</td>
|
1364
1324
|
</tr>
|
1365
1325
|
</tbody>
|
@@ -1367,7 +1327,7 @@ for more details.
|
|
1367
1327
|
<p class="since">Since 2.14</p>
|
1368
1328
|
</div>
|
1369
1329
|
<hr>
|
1370
|
-
<div class="refsect2"
|
1330
|
+
<div class="refsect2">
|
1371
1331
|
<a name="gtk-window-set-default"></a><h3>gtk_window_set_default ()</h3>
|
1372
1332
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_default (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1373
1333
|
<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *default_widget</code></em>);</pre>
|
@@ -1390,15 +1350,15 @@ widget you'd like to make the default using <a class="link" href="GtkWidget.html
|
|
1390
1350
|
</tr>
|
1391
1351
|
<tr>
|
1392
1352
|
<td><p><span class="term"><em class="parameter"><code>default_widget</code></em> :</span></p></td>
|
1393
|
-
<td>
|
1394
|
-
|
1353
|
+
<td>widget to be the default, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to unset the
|
1354
|
+
default widget for the toplevel. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
1395
1355
|
</td>
|
1396
1356
|
</tr>
|
1397
1357
|
</tbody>
|
1398
1358
|
</table></div>
|
1399
1359
|
</div>
|
1400
1360
|
<hr>
|
1401
|
-
<div class="refsect2"
|
1361
|
+
<div class="refsect2">
|
1402
1362
|
<a name="gtk-window-present"></a><h3>gtk_window_present ()</h3>
|
1403
1363
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_present (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1404
1364
|
<p>
|
@@ -1432,7 +1392,7 @@ it is preferable to use <a class="link" href="GtkWindow.html#gtk-window-present-
|
|
1432
1392
|
</table></div>
|
1433
1393
|
</div>
|
1434
1394
|
<hr>
|
1435
|
-
<div class="refsect2"
|
1395
|
+
<div class="refsect2">
|
1436
1396
|
<a name="gtk-window-present-with-time"></a><h3>gtk_window_present_with_time ()</h3>
|
1437
1397
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_present_with_time (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1438
1398
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> timestamp</code></em>);</pre>
|
@@ -1451,16 +1411,15 @@ If you need to present a window without a timestamp, use
|
|
1451
1411
|
</tr>
|
1452
1412
|
<tr>
|
1453
1413
|
<td><p><span class="term"><em class="parameter"><code>timestamp</code></em> :</span></p></td>
|
1454
|
-
<td>the timestamp of the user interaction (typically a
|
1455
|
-
|
1456
|
-
</td>
|
1414
|
+
<td>the timestamp of the user interaction (typically a
|
1415
|
+
button or key press event) which triggered this call</td>
|
1457
1416
|
</tr>
|
1458
1417
|
</tbody>
|
1459
1418
|
</table></div>
|
1460
1419
|
<p class="since">Since 2.8</p>
|
1461
1420
|
</div>
|
1462
1421
|
<hr>
|
1463
|
-
<div class="refsect2"
|
1422
|
+
<div class="refsect2">
|
1464
1423
|
<a name="gtk-window-iconify"></a><h3>gtk_window_iconify ()</h3>
|
1465
1424
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_iconify (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1466
1425
|
<p>
|
@@ -1490,7 +1449,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1490
1449
|
</table></div>
|
1491
1450
|
</div>
|
1492
1451
|
<hr>
|
1493
|
-
<div class="refsect2"
|
1452
|
+
<div class="refsect2">
|
1494
1453
|
<a name="gtk-window-deiconify"></a><h3>gtk_window_deiconify ()</h3>
|
1495
1454
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_deiconify (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1496
1455
|
<p>
|
@@ -1513,7 +1472,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1513
1472
|
</table></div>
|
1514
1473
|
</div>
|
1515
1474
|
<hr>
|
1516
|
-
<div class="refsect2"
|
1475
|
+
<div class="refsect2">
|
1517
1476
|
<a name="gtk-window-stick"></a><h3>gtk_window_stick ()</h3>
|
1518
1477
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_stick (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1519
1478
|
<p>
|
@@ -1541,7 +1500,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1541
1500
|
</table></div>
|
1542
1501
|
</div>
|
1543
1502
|
<hr>
|
1544
|
-
<div class="refsect2"
|
1503
|
+
<div class="refsect2">
|
1545
1504
|
<a name="gtk-window-unstick"></a><h3>gtk_window_unstick ()</h3>
|
1546
1505
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_unstick (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1547
1506
|
<p>
|
@@ -1566,7 +1525,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1566
1525
|
</table></div>
|
1567
1526
|
</div>
|
1568
1527
|
<hr>
|
1569
|
-
<div class="refsect2"
|
1528
|
+
<div class="refsect2">
|
1570
1529
|
<a name="gtk-window-maximize"></a><h3>gtk_window_maximize ()</h3>
|
1571
1530
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_maximize (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1572
1531
|
<p>
|
@@ -1596,7 +1555,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1596
1555
|
</table></div>
|
1597
1556
|
</div>
|
1598
1557
|
<hr>
|
1599
|
-
<div class="refsect2"
|
1558
|
+
<div class="refsect2">
|
1600
1559
|
<a name="gtk-window-unmaximize"></a><h3>gtk_window_unmaximize ()</h3>
|
1601
1560
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_unmaximize (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1602
1561
|
<p>
|
@@ -1621,7 +1580,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1621
1580
|
</table></div>
|
1622
1581
|
</div>
|
1623
1582
|
<hr>
|
1624
|
-
<div class="refsect2"
|
1583
|
+
<div class="refsect2">
|
1625
1584
|
<a name="gtk-window-fullscreen"></a><h3>gtk_window_fullscreen ()</h3>
|
1626
1585
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_fullscreen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1627
1586
|
<p>
|
@@ -1647,7 +1606,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1647
1606
|
<p class="since">Since 2.2</p>
|
1648
1607
|
</div>
|
1649
1608
|
<hr>
|
1650
|
-
<div class="refsect2"
|
1609
|
+
<div class="refsect2">
|
1651
1610
|
<a name="gtk-window-unfullscreen"></a><h3>gtk_window_unfullscreen ()</h3>
|
1652
1611
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_unfullscreen (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
1653
1612
|
<p>
|
@@ -1673,7 +1632,7 @@ on <a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">Gt
|
|
1673
1632
|
<p class="since">Since 2.2</p>
|
1674
1633
|
</div>
|
1675
1634
|
<hr>
|
1676
|
-
<div class="refsect2"
|
1635
|
+
<div class="refsect2">
|
1677
1636
|
<a name="gtk-window-set-keep-above"></a><h3>gtk_window_set_keep_above ()</h3>
|
1678
1637
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_keep_above (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1679
1638
|
<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>
|
@@ -1710,15 +1669,14 @@ drawing attention to their dialogs.
|
|
1710
1669
|
</tr>
|
1711
1670
|
<tr>
|
1712
1671
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1713
|
-
<td>whether to keep <em class="parameter"><code>window</code></em> above other windows
|
1714
|
-
</td>
|
1672
|
+
<td>whether to keep <em class="parameter"><code>window</code></em> above other windows</td>
|
1715
1673
|
</tr>
|
1716
1674
|
</tbody>
|
1717
1675
|
</table></div>
|
1718
1676
|
<p class="since">Since 2.4</p>
|
1719
1677
|
</div>
|
1720
1678
|
<hr>
|
1721
|
-
<div class="refsect2"
|
1679
|
+
<div class="refsect2">
|
1722
1680
|
<a name="gtk-window-set-keep-below"></a><h3>gtk_window_set_keep_below ()</h3>
|
1723
1681
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_keep_below (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1724
1682
|
<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>
|
@@ -1755,15 +1713,14 @@ drawing attention to their dialogs.
|
|
1755
1713
|
</tr>
|
1756
1714
|
<tr>
|
1757
1715
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1758
|
-
<td>whether to keep <em class="parameter"><code>window</code></em> below other windows
|
1759
|
-
</td>
|
1716
|
+
<td>whether to keep <em class="parameter"><code>window</code></em> below other windows</td>
|
1760
1717
|
</tr>
|
1761
1718
|
</tbody>
|
1762
1719
|
</table></div>
|
1763
1720
|
<p class="since">Since 2.4</p>
|
1764
1721
|
</div>
|
1765
1722
|
<hr>
|
1766
|
-
<div class="refsect2"
|
1723
|
+
<div class="refsect2">
|
1767
1724
|
<a name="gtk-window-begin-resize-drag"></a><h3>gtk_window_begin_resize_drag ()</h3>
|
1768
1725
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_begin_resize_drag (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1769
1726
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowEdge"><span class="type">GdkWindowEdge</span></a> edge</code></em>,
|
@@ -1788,34 +1745,29 @@ potentially not all that well, depending on the windowing system.
|
|
1788
1745
|
</tr>
|
1789
1746
|
<tr>
|
1790
1747
|
<td><p><span class="term"><em class="parameter"><code>edge</code></em> :</span></p></td>
|
1791
|
-
<td>position of the resize control
|
1792
|
-
</td>
|
1748
|
+
<td>position of the resize control</td>
|
1793
1749
|
</tr>
|
1794
1750
|
<tr>
|
1795
1751
|
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
|
1796
|
-
<td>mouse button that initiated the drag
|
1797
|
-
</td>
|
1752
|
+
<td>mouse button that initiated the drag</td>
|
1798
1753
|
</tr>
|
1799
1754
|
<tr>
|
1800
1755
|
<td><p><span class="term"><em class="parameter"><code>root_x</code></em> :</span></p></td>
|
1801
|
-
<td>X position where the user clicked to initiate the drag, in root window coordinates
|
1802
|
-
</td>
|
1756
|
+
<td>X position where the user clicked to initiate the drag, in root window coordinates</td>
|
1803
1757
|
</tr>
|
1804
1758
|
<tr>
|
1805
1759
|
<td><p><span class="term"><em class="parameter"><code>root_y</code></em> :</span></p></td>
|
1806
|
-
<td>Y position where the user clicked to initiate the drag
|
1807
|
-
</td>
|
1760
|
+
<td>Y position where the user clicked to initiate the drag</td>
|
1808
1761
|
</tr>
|
1809
1762
|
<tr>
|
1810
1763
|
<td><p><span class="term"><em class="parameter"><code>timestamp</code></em> :</span></p></td>
|
1811
|
-
<td>timestamp from the click event that initiated the drag
|
1812
|
-
</td>
|
1764
|
+
<td>timestamp from the click event that initiated the drag</td>
|
1813
1765
|
</tr>
|
1814
1766
|
</tbody>
|
1815
1767
|
</table></div>
|
1816
1768
|
</div>
|
1817
1769
|
<hr>
|
1818
|
-
<div class="refsect2"
|
1770
|
+
<div class="refsect2">
|
1819
1771
|
<a name="gtk-window-begin-move-drag"></a><h3>gtk_window_begin_move_drag ()</h3>
|
1820
1772
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_begin_move_drag (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1821
1773
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> button</code></em>,
|
@@ -1839,29 +1791,25 @@ potentially not all that well, depending on the windowing system.
|
|
1839
1791
|
</tr>
|
1840
1792
|
<tr>
|
1841
1793
|
<td><p><span class="term"><em class="parameter"><code>button</code></em> :</span></p></td>
|
1842
|
-
<td>mouse button that initiated the drag
|
1843
|
-
</td>
|
1794
|
+
<td>mouse button that initiated the drag</td>
|
1844
1795
|
</tr>
|
1845
1796
|
<tr>
|
1846
1797
|
<td><p><span class="term"><em class="parameter"><code>root_x</code></em> :</span></p></td>
|
1847
|
-
<td>X position where the user clicked to initiate the drag, in root window coordinates
|
1848
|
-
</td>
|
1798
|
+
<td>X position where the user clicked to initiate the drag, in root window coordinates</td>
|
1849
1799
|
</tr>
|
1850
1800
|
<tr>
|
1851
1801
|
<td><p><span class="term"><em class="parameter"><code>root_y</code></em> :</span></p></td>
|
1852
|
-
<td>Y position where the user clicked to initiate the drag
|
1853
|
-
</td>
|
1802
|
+
<td>Y position where the user clicked to initiate the drag</td>
|
1854
1803
|
</tr>
|
1855
1804
|
<tr>
|
1856
1805
|
<td><p><span class="term"><em class="parameter"><code>timestamp</code></em> :</span></p></td>
|
1857
|
-
<td>timestamp from the click event that initiated the drag
|
1858
|
-
</td>
|
1806
|
+
<td>timestamp from the click event that initiated the drag</td>
|
1859
1807
|
</tr>
|
1860
1808
|
</tbody>
|
1861
1809
|
</table></div>
|
1862
1810
|
</div>
|
1863
1811
|
<hr>
|
1864
|
-
<div class="refsect2"
|
1812
|
+
<div class="refsect2">
|
1865
1813
|
<a name="gtk-window-set-decorated"></a><h3>gtk_window_set_decorated ()</h3>
|
1866
1814
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_decorated (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1867
1815
|
<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>
|
@@ -1890,14 +1838,13 @@ policy involved.
|
|
1890
1838
|
<tr>
|
1891
1839
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1892
1840
|
<td>
|
1893
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window
|
1894
|
-
</td>
|
1841
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window</td>
|
1895
1842
|
</tr>
|
1896
1843
|
</tbody>
|
1897
1844
|
</table></div>
|
1898
1845
|
</div>
|
1899
1846
|
<hr>
|
1900
|
-
<div class="refsect2"
|
1847
|
+
<div class="refsect2">
|
1901
1848
|
<a name="gtk-window-set-deletable"></a><h3>gtk_window_set_deletable ()</h3>
|
1902
1849
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_deletable (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1903
1850
|
<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>
|
@@ -1925,21 +1872,24 @@ policy involved.
|
|
1925
1872
|
<tr>
|
1926
1873
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
1927
1874
|
<td>
|
1928
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window as deletable
|
1929
|
-
</td>
|
1875
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to decorate the window as deletable</td>
|
1930
1876
|
</tr>
|
1931
1877
|
</tbody>
|
1932
1878
|
</table></div>
|
1933
1879
|
<p class="since">Since 2.10</p>
|
1934
1880
|
</div>
|
1935
1881
|
<hr>
|
1936
|
-
<div class="refsect2"
|
1882
|
+
<div class="refsect2">
|
1937
1883
|
<a name="gtk-window-set-frame-dimensions"></a><h3>gtk_window_set_frame_dimensions ()</h3>
|
1938
1884
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_frame_dimensions (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1939
1885
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> left</code></em>,
|
1940
1886
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> top</code></em>,
|
1941
1887
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> right</code></em>,
|
1942
1888
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> bottom</code></em>);</pre>
|
1889
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1890
|
+
<h3 class="title">Warning</h3>
|
1891
|
+
<p><code class="literal">gtk_window_set_frame_dimensions</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3</p>
|
1892
|
+
</div>
|
1943
1893
|
<p>
|
1944
1894
|
(Note: this is a special-purpose function intended for the framebuffer
|
1945
1895
|
port; see <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>. It will have no effect on the
|
@@ -1955,37 +1905,36 @@ can be used to change the size of the frame border.
|
|
1955
1905
|
<tbody>
|
1956
1906
|
<tr>
|
1957
1907
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
1958
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> that has a frame
|
1959
|
-
</td>
|
1908
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> that has a frame</td>
|
1960
1909
|
</tr>
|
1961
1910
|
<tr>
|
1962
1911
|
<td><p><span class="term"><em class="parameter"><code>left</code></em> :</span></p></td>
|
1963
|
-
<td>The width of the left border
|
1964
|
-
</td>
|
1912
|
+
<td>The width of the left border</td>
|
1965
1913
|
</tr>
|
1966
1914
|
<tr>
|
1967
1915
|
<td><p><span class="term"><em class="parameter"><code>top</code></em> :</span></p></td>
|
1968
|
-
<td>The height of the top border
|
1969
|
-
</td>
|
1916
|
+
<td>The height of the top border</td>
|
1970
1917
|
</tr>
|
1971
1918
|
<tr>
|
1972
1919
|
<td><p><span class="term"><em class="parameter"><code>right</code></em> :</span></p></td>
|
1973
|
-
<td>The width of the right border
|
1974
|
-
</td>
|
1920
|
+
<td>The width of the right border</td>
|
1975
1921
|
</tr>
|
1976
1922
|
<tr>
|
1977
1923
|
<td><p><span class="term"><em class="parameter"><code>bottom</code></em> :</span></p></td>
|
1978
|
-
<td>The height of the bottom border
|
1979
|
-
</td>
|
1924
|
+
<td>The height of the bottom border</td>
|
1980
1925
|
</tr>
|
1981
1926
|
</tbody>
|
1982
1927
|
</table></div>
|
1983
1928
|
</div>
|
1984
1929
|
<hr>
|
1985
|
-
<div class="refsect2"
|
1930
|
+
<div class="refsect2">
|
1986
1931
|
<a name="gtk-window-set-has-frame"></a><h3>gtk_window_set_has_frame ()</h3>
|
1987
1932
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_has_frame (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
1988
1933
|
<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>
|
1934
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
1935
|
+
<h3 class="title">Warning</h3>
|
1936
|
+
<p><code class="literal">gtk_window_set_has_frame</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3</p>
|
1937
|
+
</div>
|
1989
1938
|
<p>
|
1990
1939
|
(Note: this is a special-purpose function for the framebuffer port,
|
1991
1940
|
that causes GTK+ to draw its own window border. For most applications,
|
@@ -2013,14 +1962,13 @@ want to do their own window decorations.
|
|
2013
1962
|
</tr>
|
2014
1963
|
<tr>
|
2015
1964
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2016
|
-
<td>a boolean
|
2017
|
-
</td>
|
1965
|
+
<td>a boolean</td>
|
2018
1966
|
</tr>
|
2019
1967
|
</tbody>
|
2020
1968
|
</table></div>
|
2021
1969
|
</div>
|
2022
1970
|
<hr>
|
2023
|
-
<div class="refsect2"
|
1971
|
+
<div class="refsect2">
|
2024
1972
|
<a name="gtk-window-set-mnemonic-modifier"></a><h3>gtk_window_set_mnemonic_modifier ()</h3>
|
2025
1973
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2026
1974
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifier</code></em>);</pre>
|
@@ -2038,14 +1986,13 @@ Sets the mnemonic modifier for this window.
|
|
2038
1986
|
<tr>
|
2039
1987
|
<td><p><span class="term"><em class="parameter"><code>modifier</code></em> :</span></p></td>
|
2040
1988
|
<td>the modifier mask used to activate
|
2041
|
-
|
2042
|
-
</td>
|
1989
|
+
mnemonics on this window.</td>
|
2043
1990
|
</tr>
|
2044
1991
|
</tbody>
|
2045
1992
|
</table></div>
|
2046
1993
|
</div>
|
2047
1994
|
<hr>
|
2048
|
-
<div class="refsect2"
|
1995
|
+
<div class="refsect2">
|
2049
1996
|
<a name="gtk-window-set-type-hint"></a><h3>gtk_window_set_type_hint ()</h3>
|
2050
1997
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2051
1998
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> hint</code></em>);</pre>
|
@@ -2071,14 +2018,13 @@ will sometimes call <a class="link" href="GtkWindow.html#gtk-window-set-type-hin
|
|
2071
2018
|
</tr>
|
2072
2019
|
<tr>
|
2073
2020
|
<td><p><span class="term"><em class="parameter"><code>hint</code></em> :</span></p></td>
|
2074
|
-
<td>the window type
|
2075
|
-
</td>
|
2021
|
+
<td>the window type</td>
|
2076
2022
|
</tr>
|
2077
2023
|
</tbody>
|
2078
2024
|
</table></div>
|
2079
2025
|
</div>
|
2080
2026
|
<hr>
|
2081
|
-
<div class="refsect2"
|
2027
|
+
<div class="refsect2">
|
2082
2028
|
<a name="gtk-window-set-skip-taskbar-hint"></a><h3>gtk_window_set_skip_taskbar_hint ()</h3>
|
2083
2029
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_skip_taskbar_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2084
2030
|
<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>
|
@@ -2091,21 +2037,20 @@ the window in the task bar. This function sets this hint.
|
|
2091
2037
|
<tbody>
|
2092
2038
|
<tr>
|
2093
2039
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2094
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2040
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2095
2041
|
</td>
|
2096
2042
|
</tr>
|
2097
2043
|
<tr>
|
2098
2044
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2099
2045
|
<td>
|
2100
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the task bar
|
2101
|
-
</td>
|
2046
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the task bar</td>
|
2102
2047
|
</tr>
|
2103
2048
|
</tbody>
|
2104
2049
|
</table></div>
|
2105
2050
|
<p class="since">Since 2.2</p>
|
2106
2051
|
</div>
|
2107
2052
|
<hr>
|
2108
|
-
<div class="refsect2"
|
2053
|
+
<div class="refsect2">
|
2109
2054
|
<a name="gtk-window-set-skip-pager-hint"></a><h3>gtk_window_set_skip_pager_hint ()</h3>
|
2110
2055
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_skip_pager_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2111
2056
|
<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>
|
@@ -2121,21 +2066,20 @@ on the screen.)
|
|
2121
2066
|
<tbody>
|
2122
2067
|
<tr>
|
2123
2068
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2124
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2069
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2125
2070
|
</td>
|
2126
2071
|
</tr>
|
2127
2072
|
<tr>
|
2128
2073
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2129
2074
|
<td>
|
2130
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the pager
|
2131
|
-
</td>
|
2075
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to keep this window from appearing in the pager</td>
|
2132
2076
|
</tr>
|
2133
2077
|
</tbody>
|
2134
2078
|
</table></div>
|
2135
2079
|
<p class="since">Since 2.2</p>
|
2136
2080
|
</div>
|
2137
2081
|
<hr>
|
2138
|
-
<div class="refsect2"
|
2082
|
+
<div class="refsect2">
|
2139
2083
|
<a name="gtk-window-set-urgency-hint"></a><h3>gtk_window_set_urgency_hint ()</h3>
|
2140
2084
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_urgency_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2141
2085
|
<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>
|
@@ -2148,21 +2092,20 @@ the users attention to the window. This function sets this hint.
|
|
2148
2092
|
<tbody>
|
2149
2093
|
<tr>
|
2150
2094
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2151
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2095
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2152
2096
|
</td>
|
2153
2097
|
</tr>
|
2154
2098
|
<tr>
|
2155
2099
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2156
2100
|
<td>
|
2157
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to mark this window as urgent
|
2158
|
-
</td>
|
2101
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to mark this window as urgent</td>
|
2159
2102
|
</tr>
|
2160
2103
|
</tbody>
|
2161
2104
|
</table></div>
|
2162
2105
|
<p class="since">Since 2.8</p>
|
2163
2106
|
</div>
|
2164
2107
|
<hr>
|
2165
|
-
<div class="refsect2"
|
2108
|
+
<div class="refsect2">
|
2166
2109
|
<a name="gtk-window-set-accept-focus"></a><h3>gtk_window_set_accept_focus ()</h3>
|
2167
2110
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_accept_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2168
2111
|
<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>
|
@@ -2175,21 +2118,20 @@ the input focus. This function sets this hint.
|
|
2175
2118
|
<tbody>
|
2176
2119
|
<tr>
|
2177
2120
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2178
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2121
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2179
2122
|
</td>
|
2180
2123
|
</tr>
|
2181
2124
|
<tr>
|
2182
2125
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2183
2126
|
<td>
|
2184
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus
|
2185
|
-
</td>
|
2127
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus</td>
|
2186
2128
|
</tr>
|
2187
2129
|
</tbody>
|
2188
2130
|
</table></div>
|
2189
2131
|
<p class="since">Since 2.4</p>
|
2190
2132
|
</div>
|
2191
2133
|
<hr>
|
2192
|
-
<div class="refsect2"
|
2134
|
+
<div class="refsect2">
|
2193
2135
|
<a name="gtk-window-set-focus-on-map"></a><h3>gtk_window_set_focus_on_map ()</h3>
|
2194
2136
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_focus_on_map (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2195
2137
|
<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>
|
@@ -2203,21 +2145,20 @@ hint.
|
|
2203
2145
|
<tbody>
|
2204
2146
|
<tr>
|
2205
2147
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
2206
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2148
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
2207
2149
|
</td>
|
2208
2150
|
</tr>
|
2209
2151
|
<tr>
|
2210
2152
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
2211
2153
|
<td>
|
2212
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus on map
|
2213
|
-
</td>
|
2154
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to let this window receive input focus on map</td>
|
2214
2155
|
</tr>
|
2215
2156
|
</tbody>
|
2216
2157
|
</table></div>
|
2217
2158
|
<p class="since">Since 2.6</p>
|
2218
2159
|
</div>
|
2219
2160
|
<hr>
|
2220
|
-
<div class="refsect2"
|
2161
|
+
<div class="refsect2">
|
2221
2162
|
<a name="gtk-window-set-startup-id"></a><h3>gtk_window_set_startup_id ()</h3>
|
2222
2163
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_startup_id (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2223
2164
|
<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> *startup_id</code></em>);</pre>
|
@@ -2244,15 +2185,14 @@ This function is only useful on X11, not with other GTK+ targets.
|
|
2244
2185
|
</tr>
|
2245
2186
|
<tr>
|
2246
2187
|
<td><p><span class="term"><em class="parameter"><code>startup_id</code></em> :</span></p></td>
|
2247
|
-
<td>a string with startup-notification identifier
|
2248
|
-
</td>
|
2188
|
+
<td>a string with startup-notification identifier</td>
|
2249
2189
|
</tr>
|
2250
2190
|
</tbody>
|
2251
2191
|
</table></div>
|
2252
2192
|
<p class="since">Since 2.12</p>
|
2253
2193
|
</div>
|
2254
2194
|
<hr>
|
2255
|
-
<div class="refsect2"
|
2195
|
+
<div class="refsect2">
|
2256
2196
|
<a name="gtk-window-set-role"></a><h3>gtk_window_set_role ()</h3>
|
2257
2197
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_role (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2258
2198
|
<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> *role</code></em>);</pre>
|
@@ -2282,14 +2222,13 @@ restoring the session.
|
|
2282
2222
|
</tr>
|
2283
2223
|
<tr>
|
2284
2224
|
<td><p><span class="term"><em class="parameter"><code>role</code></em> :</span></p></td>
|
2285
|
-
<td>unique identifier for the window to be used when restoring a session
|
2286
|
-
</td>
|
2225
|
+
<td>unique identifier for the window to be used when restoring a session</td>
|
2287
2226
|
</tr>
|
2288
2227
|
</tbody>
|
2289
2228
|
</table></div>
|
2290
2229
|
</div>
|
2291
2230
|
<hr>
|
2292
|
-
<div class="refsect2"
|
2231
|
+
<div class="refsect2">
|
2293
2232
|
<a name="gtk-window-get-decorated"></a><h3>gtk_window_get_decorated ()</h3>
|
2294
2233
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_decorated (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2295
2234
|
<p>
|
@@ -2306,14 +2245,14 @@ such as a title bar via <a class="link" href="GtkWindow.html#gtk-window-set-deco
|
|
2306
2245
|
</tr>
|
2307
2246
|
<tr>
|
2308
2247
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2309
|
-
<td>
|
2310
|
-
</td>
|
2248
|
+
<td>
|
2249
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have decorations</td>
|
2311
2250
|
</tr>
|
2312
2251
|
</tbody>
|
2313
2252
|
</table></div>
|
2314
2253
|
</div>
|
2315
2254
|
<hr>
|
2316
|
-
<div class="refsect2"
|
2255
|
+
<div class="refsect2">
|
2317
2256
|
<a name="gtk-window-get-deletable"></a><h3>gtk_window_get_deletable ()</h3>
|
2318
2257
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_deletable (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2319
2258
|
<p>
|
@@ -2330,18 +2269,17 @@ via <a class="link" href="GtkWindow.html#gtk-window-set-deletable" title="gtk_wi
|
|
2330
2269
|
</tr>
|
2331
2270
|
<tr>
|
2332
2271
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2333
|
-
<td>
|
2334
|
-
|
2335
|
-
</td>
|
2272
|
+
<td>
|
2273
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window has been set to have a close button</td>
|
2336
2274
|
</tr>
|
2337
2275
|
</tbody>
|
2338
2276
|
</table></div>
|
2339
2277
|
<p class="since">Since 2.10</p>
|
2340
2278
|
</div>
|
2341
2279
|
<hr>
|
2342
|
-
<div class="refsect2"
|
2280
|
+
<div class="refsect2">
|
2343
2281
|
<a name="gtk-window-get-default-icon-list"></a><h3>gtk_window_get_default_icon_list ()</h3>
|
2344
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
2282
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_window_get_default_icon_list (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2345
2283
|
<p>
|
2346
2284
|
Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-default-icon-list" title="gtk_window_set_default_icon_list ()"><code class="function">gtk_window_set_default_icon_list()</code></a>.
|
2347
2285
|
The list is a copy and should be freed with <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#g-list-free"><code class="function">g_list_free()</code></a>,
|
@@ -2352,13 +2290,13 @@ incremented.
|
|
2352
2290
|
<col align="left" valign="top">
|
2353
2291
|
<tbody><tr>
|
2354
2292
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2355
|
-
<td>
|
2293
|
+
<td>copy of default icon list. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
2356
2294
|
</td>
|
2357
2295
|
</tr></tbody>
|
2358
2296
|
</table></div>
|
2359
2297
|
</div>
|
2360
2298
|
<hr>
|
2361
|
-
<div class="refsect2"
|
2299
|
+
<div class="refsect2">
|
2362
2300
|
<a name="gtk-window-get-default-icon-name"></a><h3>gtk_window_get_default_icon_name ()</h3>
|
2363
2301
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_window_get_default_icon_name (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
|
2364
2302
|
<p>
|
@@ -2372,15 +2310,13 @@ is only valid until the next call to
|
|
2372
2310
|
<col align="left" valign="top">
|
2373
2311
|
<tbody><tr>
|
2374
2312
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2375
|
-
<td>
|
2376
|
-
|
2377
|
-
</td>
|
2313
|
+
<td>the fallback icon name for windows</td>
|
2378
2314
|
</tr></tbody>
|
2379
2315
|
</table></div>
|
2380
2316
|
<p class="since">Since 2.16</p>
|
2381
2317
|
</div>
|
2382
2318
|
<hr>
|
2383
|
-
<div class="refsect2"
|
2319
|
+
<div class="refsect2">
|
2384
2320
|
<a name="gtk-window-get-default-size"></a><h3>gtk_window_get_default_size ()</h3>
|
2385
2321
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_get_default_size (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2386
2322
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
@@ -2401,19 +2337,19 @@ used.
|
|
2401
2337
|
</tr>
|
2402
2338
|
<tr>
|
2403
2339
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2404
|
-
<td>
|
2340
|
+
<td>location to store the default width, 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>
|
2405
2341
|
</td>
|
2406
2342
|
</tr>
|
2407
2343
|
<tr>
|
2408
2344
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2409
|
-
<td>
|
2345
|
+
<td>location to store the default height, 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>
|
2410
2346
|
</td>
|
2411
2347
|
</tr>
|
2412
2348
|
</tbody>
|
2413
2349
|
</table></div>
|
2414
2350
|
</div>
|
2415
2351
|
<hr>
|
2416
|
-
<div class="refsect2"
|
2352
|
+
<div class="refsect2">
|
2417
2353
|
<a name="gtk-window-get-destroy-with-parent"></a><h3>gtk_window_get_destroy_with_parent ()</h3>
|
2418
2354
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_destroy_with_parent (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2419
2355
|
<p>
|
@@ -2430,20 +2366,24 @@ Returns whether the window will be destroyed with its transient parent. See
|
|
2430
2366
|
</tr>
|
2431
2367
|
<tr>
|
2432
2368
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2433
|
-
<td>
|
2434
|
-
</td>
|
2369
|
+
<td>
|
2370
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window will be destroyed with its transient parent.</td>
|
2435
2371
|
</tr>
|
2436
2372
|
</tbody>
|
2437
2373
|
</table></div>
|
2438
2374
|
</div>
|
2439
2375
|
<hr>
|
2440
|
-
<div class="refsect2"
|
2376
|
+
<div class="refsect2">
|
2441
2377
|
<a name="gtk-window-get-frame-dimensions"></a><h3>gtk_window_get_frame_dimensions ()</h3>
|
2442
2378
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_get_frame_dimensions (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2443
2379
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *left</code></em>,
|
2444
2380
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *top</code></em>,
|
2445
2381
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *right</code></em>,
|
2446
2382
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *bottom</code></em>);</pre>
|
2383
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2384
|
+
<h3 class="title">Warning</h3>
|
2385
|
+
<p><code class="literal">gtk_window_get_frame_dimensions</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3</p>
|
2386
|
+
</div>
|
2447
2387
|
<p>
|
2448
2388
|
(Note: this is a special-purpose function intended for the
|
2449
2389
|
framebuffer port; see <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>. It will not
|
@@ -2466,31 +2406,35 @@ See <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_wi
|
|
2466
2406
|
</tr>
|
2467
2407
|
<tr>
|
2468
2408
|
<td><p><span class="term"><em class="parameter"><code>left</code></em> :</span></p></td>
|
2469
|
-
<td>
|
2409
|
+
<td>location to store the width of the frame at the left, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2470
2410
|
</td>
|
2471
2411
|
</tr>
|
2472
2412
|
<tr>
|
2473
2413
|
<td><p><span class="term"><em class="parameter"><code>top</code></em> :</span></p></td>
|
2474
|
-
<td>
|
2414
|
+
<td>location to store the height of the frame at the top, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2475
2415
|
</td>
|
2476
2416
|
</tr>
|
2477
2417
|
<tr>
|
2478
2418
|
<td><p><span class="term"><em class="parameter"><code>right</code></em> :</span></p></td>
|
2479
|
-
<td>
|
2419
|
+
<td>location to store the width of the frame at the returns, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2480
2420
|
</td>
|
2481
2421
|
</tr>
|
2482
2422
|
<tr>
|
2483
2423
|
<td><p><span class="term"><em class="parameter"><code>bottom</code></em> :</span></p></td>
|
2484
|
-
<td>
|
2424
|
+
<td>location to store the height of the frame at the bottom, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2485
2425
|
</td>
|
2486
2426
|
</tr>
|
2487
2427
|
</tbody>
|
2488
2428
|
</table></div>
|
2489
2429
|
</div>
|
2490
2430
|
<hr>
|
2491
|
-
<div class="refsect2"
|
2431
|
+
<div class="refsect2">
|
2492
2432
|
<a name="gtk-window-get-has-frame"></a><h3>gtk_window_get_has_frame ()</h3>
|
2493
2433
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_has_frame (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2434
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
2435
|
+
<h3 class="title">Warning</h3>
|
2436
|
+
<p><code class="literal">gtk_window_get_has_frame</code> has been deprecated since version 2.24 and should not be used in newly-written code. This function will be removed in GTK+ 3</p>
|
2437
|
+
</div>
|
2494
2438
|
<p>
|
2495
2439
|
Accessor for whether the window has a frame window exterior to
|
2496
2440
|
<em class="parameter"><code>window->window</code></em>. Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>.
|
@@ -2505,17 +2449,17 @@ Accessor for whether the window has a frame window exterior to
|
|
2505
2449
|
</tr>
|
2506
2450
|
<tr>
|
2507
2451
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2508
|
-
<td>
|
2509
|
-
|
2510
|
-
</td>
|
2452
|
+
<td>
|
2453
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if a frame has been added to the window
|
2454
|
+
via <a class="link" href="GtkWindow.html#gtk-window-set-has-frame" title="gtk_window_set_has_frame ()"><code class="function">gtk_window_set_has_frame()</code></a>.</td>
|
2511
2455
|
</tr>
|
2512
2456
|
</tbody>
|
2513
2457
|
</table></div>
|
2514
2458
|
</div>
|
2515
2459
|
<hr>
|
2516
|
-
<div class="refsect2"
|
2460
|
+
<div class="refsect2">
|
2517
2461
|
<a name="gtk-window-get-icon"></a><h3>gtk_window_get_icon ()</h3>
|
2518
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a
|
2462
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="returnvalue">GdkPixbuf</span></a> * gtk_window_get_icon (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2519
2463
|
<p>
|
2520
2464
|
Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_set_icon ()"><code class="function">gtk_window_set_icon()</code></a> (or if you've
|
2521
2465
|
called <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a>, gets the first icon in
|
@@ -2531,16 +2475,16 @@ the icon list).
|
|
2531
2475
|
</tr>
|
2532
2476
|
<tr>
|
2533
2477
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2534
|
-
<td>
|
2478
|
+
<td>icon for window. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2535
2479
|
</td>
|
2536
2480
|
</tr>
|
2537
2481
|
</tbody>
|
2538
2482
|
</table></div>
|
2539
2483
|
</div>
|
2540
2484
|
<hr>
|
2541
|
-
<div class="refsect2"
|
2485
|
+
<div class="refsect2">
|
2542
2486
|
<a name="gtk-window-get-icon-list"></a><h3>gtk_window_get_icon_list ()</h3>
|
2543
|
-
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a
|
2487
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * gtk_window_get_icon_list (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2544
2488
|
<p>
|
2545
2489
|
Retrieves the list of icons set by <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a>.
|
2546
2490
|
The list is copied, but the reference count on each
|
@@ -2556,14 +2500,14 @@ member won't be incremented.
|
|
2556
2500
|
</tr>
|
2557
2501
|
<tr>
|
2558
2502
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2559
|
-
<td>
|
2503
|
+
<td>copy of window's icon list. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
2560
2504
|
</td>
|
2561
2505
|
</tr>
|
2562
2506
|
</tbody>
|
2563
2507
|
</table></div>
|
2564
2508
|
</div>
|
2565
2509
|
<hr>
|
2566
|
-
<div class="refsect2"
|
2510
|
+
<div class="refsect2">
|
2567
2511
|
<a name="gtk-window-get-icon-name"></a><h3>gtk_window_get_icon_name ()</h3>
|
2568
2512
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gtk_window_get_icon_name (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2569
2513
|
<p>
|
@@ -2580,17 +2524,15 @@ see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name" title="gtk_wi
|
|
2580
2524
|
</tr>
|
2581
2525
|
<tr>
|
2582
2526
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2583
|
-
<td>
|
2584
|
-
no themed icon
|
2585
|
-
|
2586
|
-
</td>
|
2527
|
+
<td>the icon name or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the window has
|
2528
|
+
no themed icon</td>
|
2587
2529
|
</tr>
|
2588
2530
|
</tbody>
|
2589
2531
|
</table></div>
|
2590
2532
|
<p class="since">Since 2.6</p>
|
2591
2533
|
</div>
|
2592
2534
|
<hr>
|
2593
|
-
<div class="refsect2"
|
2535
|
+
<div class="refsect2">
|
2594
2536
|
<a name="gtk-window-get-mnemonic-modifier"></a><h3>gtk_window_get_mnemonic_modifier ()</h3>
|
2595
2537
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkModifierType"><span class="returnvalue">GdkModifierType</span></a> gtk_window_get_mnemonic_modifier (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2596
2538
|
<p>
|
@@ -2607,15 +2549,14 @@ Returns the mnemonic modifier for this window. See
|
|
2607
2549
|
</tr>
|
2608
2550
|
<tr>
|
2609
2551
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2610
|
-
<td>
|
2611
|
-
|
2612
|
-
</td>
|
2552
|
+
<td>the modifier mask used to activate
|
2553
|
+
mnemonics on this window.</td>
|
2613
2554
|
</tr>
|
2614
2555
|
</tbody>
|
2615
2556
|
</table></div>
|
2616
2557
|
</div>
|
2617
2558
|
<hr>
|
2618
|
-
<div class="refsect2"
|
2559
|
+
<div class="refsect2">
|
2619
2560
|
<a name="gtk-window-get-modal"></a><h3>gtk_window_get_modal ()</h3>
|
2620
2561
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_modal (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2621
2562
|
<p>
|
@@ -2631,15 +2572,15 @@ Returns whether the window is modal. See <a class="link" href="GtkWindow.html#gt
|
|
2631
2572
|
</tr>
|
2632
2573
|
<tr>
|
2633
2574
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2634
|
-
<td>
|
2635
|
-
|
2636
|
-
</td>
|
2575
|
+
<td>
|
2576
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the window is set to be modal and
|
2577
|
+
establishes a grab when shown</td>
|
2637
2578
|
</tr>
|
2638
2579
|
</tbody>
|
2639
2580
|
</table></div>
|
2640
2581
|
</div>
|
2641
2582
|
<hr>
|
2642
|
-
<div class="refsect2"
|
2583
|
+
<div class="refsect2">
|
2643
2584
|
<a name="gtk-window-get-position"></a><h3>gtk_window_get_position ()</h3>
|
2644
2585
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_get_position (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2645
2586
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *root_x</code></em>,
|
@@ -2697,19 +2638,17 @@ the window manager to save your window sizes and positions.
|
|
2697
2638
|
</tr>
|
2698
2639
|
<tr>
|
2699
2640
|
<td><p><span class="term"><em class="parameter"><code>root_x</code></em> :</span></p></td>
|
2700
|
-
<td>return location for X coordinate of gravity-determined reference point
|
2701
|
-
</td>
|
2641
|
+
<td>return location for X coordinate of gravity-determined reference point</td>
|
2702
2642
|
</tr>
|
2703
2643
|
<tr>
|
2704
2644
|
<td><p><span class="term"><em class="parameter"><code>root_y</code></em> :</span></p></td>
|
2705
|
-
<td>return location for Y coordinate of gravity-determined reference point
|
2706
|
-
</td>
|
2645
|
+
<td>return location for Y coordinate of gravity-determined reference point</td>
|
2707
2646
|
</tr>
|
2708
2647
|
</tbody>
|
2709
2648
|
</table></div>
|
2710
2649
|
</div>
|
2711
2650
|
<hr>
|
2712
|
-
<div class="refsect2"
|
2651
|
+
<div class="refsect2">
|
2713
2652
|
<a name="gtk-window-get-role"></a><h3>gtk_window_get_role ()</h3>
|
2714
2653
|
<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_window_get_role (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2715
2654
|
<p>
|
@@ -2726,16 +2665,15 @@ further explanation.
|
|
2726
2665
|
</tr>
|
2727
2666
|
<tr>
|
2728
2667
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2729
|
-
<td>
|
2730
|
-
|
2731
|
-
|
2732
|
-
</td>
|
2668
|
+
<td>the role of the window if set, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. The
|
2669
|
+
returned is owned by the widget and must not be modified
|
2670
|
+
or freed.</td>
|
2733
2671
|
</tr>
|
2734
2672
|
</tbody>
|
2735
2673
|
</table></div>
|
2736
2674
|
</div>
|
2737
2675
|
<hr>
|
2738
|
-
<div class="refsect2"
|
2676
|
+
<div class="refsect2">
|
2739
2677
|
<a name="gtk-window-get-size"></a><h3>gtk_window_get_size ()</h3>
|
2740
2678
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_get_size (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
2741
2679
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> *width</code></em>,
|
@@ -2799,19 +2737,19 @@ handle the details for you.
|
|
2799
2737
|
</tr>
|
2800
2738
|
<tr>
|
2801
2739
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
2802
|
-
<td>
|
2740
|
+
<td>return location for width, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2803
2741
|
</td>
|
2804
2742
|
</tr>
|
2805
2743
|
<tr>
|
2806
2744
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
2807
|
-
<td>
|
2745
|
+
<td>return location for height, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
2808
2746
|
</td>
|
2809
2747
|
</tr>
|
2810
2748
|
</tbody>
|
2811
2749
|
</table></div>
|
2812
2750
|
</div>
|
2813
2751
|
<hr>
|
2814
|
-
<div class="refsect2"
|
2752
|
+
<div class="refsect2">
|
2815
2753
|
<a name="gtk-window-get-title"></a><h3>gtk_window_get_title ()</h3>
|
2816
2754
|
<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_window_get_title (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2817
2755
|
<p>
|
@@ -2827,16 +2765,15 @@ Retrieves the title of the window. See <a class="link" href="GtkWindow.html#gtk-
|
|
2827
2765
|
</tr>
|
2828
2766
|
<tr>
|
2829
2767
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2830
|
-
<td>
|
2831
|
-
|
2832
|
-
|
2833
|
-
</td>
|
2768
|
+
<td>the title of the window, 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
|
2769
|
+
been set explicitely. The returned string is owned by the widget
|
2770
|
+
and must not be modified or freed.</td>
|
2834
2771
|
</tr>
|
2835
2772
|
</tbody>
|
2836
2773
|
</table></div>
|
2837
2774
|
</div>
|
2838
2775
|
<hr>
|
2839
|
-
<div class="refsect2"
|
2776
|
+
<div class="refsect2">
|
2840
2777
|
<a name="gtk-window-get-transient-for"></a><h3>gtk_window_get_transient_for ()</h3>
|
2841
2778
|
<pre class="programlisting"><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="returnvalue">GtkWindow</span></a> * gtk_window_get_transient_for (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2842
2779
|
<p>
|
@@ -2853,15 +2790,15 @@ Fetches the transient parent for this window. See
|
|
2853
2790
|
</tr>
|
2854
2791
|
<tr>
|
2855
2792
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2856
|
-
<td>
|
2857
|
-
|
2793
|
+
<td>the transient parent for this window, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
|
2794
|
+
if no transient parent has been set. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
2858
2795
|
</td>
|
2859
2796
|
</tr>
|
2860
2797
|
</tbody>
|
2861
2798
|
</table></div>
|
2862
2799
|
</div>
|
2863
2800
|
<hr>
|
2864
|
-
<div class="refsect2"
|
2801
|
+
<div class="refsect2">
|
2865
2802
|
<a name="gtk-window-get-type-hint"></a><h3>gtk_window_get_type_hint ()</h3>
|
2866
2803
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="returnvalue">GdkWindowTypeHint</span></a> gtk_window_get_type_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2867
2804
|
<p>
|
@@ -2877,14 +2814,13 @@ Gets the type hint for this window. See <a class="link" href="GtkWindow.html#gtk
|
|
2877
2814
|
</tr>
|
2878
2815
|
<tr>
|
2879
2816
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2880
|
-
<td>
|
2881
|
-
</td>
|
2817
|
+
<td>the type hint for <em class="parameter"><code>window</code></em>.</td>
|
2882
2818
|
</tr>
|
2883
2819
|
</tbody>
|
2884
2820
|
</table></div>
|
2885
2821
|
</div>
|
2886
2822
|
<hr>
|
2887
|
-
<div class="refsect2"
|
2823
|
+
<div class="refsect2">
|
2888
2824
|
<a name="gtk-window-get-skip-taskbar-hint"></a><h3>gtk_window_get_skip_taskbar_hint ()</h3>
|
2889
2825
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_skip_taskbar_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2890
2826
|
<p>
|
@@ -2900,16 +2836,15 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-t
|
|
2900
2836
|
</tr>
|
2901
2837
|
<tr>
|
2902
2838
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2903
|
-
<td>
|
2904
|
-
|
2905
|
-
</td>
|
2839
|
+
<td>
|
2840
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn't be in taskbar</td>
|
2906
2841
|
</tr>
|
2907
2842
|
</tbody>
|
2908
2843
|
</table></div>
|
2909
2844
|
<p class="since">Since 2.2</p>
|
2910
2845
|
</div>
|
2911
2846
|
<hr>
|
2912
|
-
<div class="refsect2"
|
2847
|
+
<div class="refsect2">
|
2913
2848
|
<a name="gtk-window-get-skip-pager-hint"></a><h3>gtk_window_get_skip_pager_hint ()</h3>
|
2914
2849
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_skip_pager_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2915
2850
|
<p>
|
@@ -2925,16 +2860,15 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-skip-p
|
|
2925
2860
|
</tr>
|
2926
2861
|
<tr>
|
2927
2862
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2928
|
-
<td>
|
2929
|
-
|
2930
|
-
</td>
|
2863
|
+
<td>
|
2864
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window shouldn't be in pager</td>
|
2931
2865
|
</tr>
|
2932
2866
|
</tbody>
|
2933
2867
|
</table></div>
|
2934
2868
|
<p class="since">Since 2.2</p>
|
2935
2869
|
</div>
|
2936
2870
|
<hr>
|
2937
|
-
<div class="refsect2"
|
2871
|
+
<div class="refsect2">
|
2938
2872
|
<a name="gtk-window-get-urgency-hint"></a><h3>gtk_window_get_urgency_hint ()</h3>
|
2939
2873
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_urgency_hint (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2940
2874
|
<p>
|
@@ -2950,16 +2884,15 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-urgenc
|
|
2950
2884
|
</tr>
|
2951
2885
|
<tr>
|
2952
2886
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2953
|
-
<td>
|
2954
|
-
|
2955
|
-
</td>
|
2887
|
+
<td>
|
2888
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window is urgent</td>
|
2956
2889
|
</tr>
|
2957
2890
|
</tbody>
|
2958
2891
|
</table></div>
|
2959
2892
|
<p class="since">Since 2.8</p>
|
2960
2893
|
</div>
|
2961
2894
|
<hr>
|
2962
|
-
<div class="refsect2"
|
2895
|
+
<div class="refsect2">
|
2963
2896
|
<a name="gtk-window-get-accept-focus"></a><h3>gtk_window_get_accept_focus ()</h3>
|
2964
2897
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_accept_focus (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2965
2898
|
<p>
|
@@ -2975,16 +2908,15 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-accept
|
|
2975
2908
|
</tr>
|
2976
2909
|
<tr>
|
2977
2910
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
2978
|
-
<td>
|
2979
|
-
|
2980
|
-
</td>
|
2911
|
+
<td>
|
2912
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus</td>
|
2981
2913
|
</tr>
|
2982
2914
|
</tbody>
|
2983
2915
|
</table></div>
|
2984
2916
|
<p class="since">Since 2.4</p>
|
2985
2917
|
</div>
|
2986
2918
|
<hr>
|
2987
|
-
<div class="refsect2"
|
2919
|
+
<div class="refsect2">
|
2988
2920
|
<a name="gtk-window-get-focus-on-map"></a><h3>gtk_window_get_focus_on_map ()</h3>
|
2989
2921
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_focus_on_map (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
2990
2922
|
<p>
|
@@ -3000,17 +2932,16 @@ Gets the value set by <a class="link" href="GtkWindow.html#gtk-window-set-focus-
|
|
3000
2932
|
</tr>
|
3001
2933
|
<tr>
|
3002
2934
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3003
|
-
<td>
|
3004
|
-
|
3005
|
-
|
3006
|
-
</td>
|
2935
|
+
<td>
|
2936
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if window should receive the input focus when
|
2937
|
+
mapped.</td>
|
3007
2938
|
</tr>
|
3008
2939
|
</tbody>
|
3009
2940
|
</table></div>
|
3010
2941
|
<p class="since">Since 2.6</p>
|
3011
2942
|
</div>
|
3012
2943
|
<hr>
|
3013
|
-
<div class="refsect2"
|
2944
|
+
<div class="refsect2">
|
3014
2945
|
<a name="gtk-window-get-group"></a><h3>gtk_window_get_group ()</h3>
|
3015
2946
|
<pre class="programlisting"><a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="returnvalue">GtkWindowGroup</span></a> * gtk_window_get_group (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3016
2947
|
<p>
|
@@ -3023,12 +2954,12 @@ window group.
|
|
3023
2954
|
<tbody>
|
3024
2955
|
<tr>
|
3025
2956
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
3026
|
-
<td>
|
2957
|
+
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>, 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>
|
3027
2958
|
</td>
|
3028
2959
|
</tr>
|
3029
2960
|
<tr>
|
3030
2961
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3031
|
-
<td>
|
2962
|
+
<td>the <a class="link" href="GtkWindowGroup.html" title="GtkWindowGroup"><span class="type">GtkWindowGroup</span></a> for a window or the default group. <span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span>
|
3032
2963
|
</td>
|
3033
2964
|
</tr>
|
3034
2965
|
</tbody>
|
@@ -3036,7 +2967,7 @@ window group.
|
|
3036
2967
|
<p class="since">Since 2.10</p>
|
3037
2968
|
</div>
|
3038
2969
|
<hr>
|
3039
|
-
<div class="refsect2"
|
2970
|
+
<div class="refsect2">
|
3040
2971
|
<a name="gtk-window-has-group"></a><h3>gtk_window_has_group ()</h3>
|
3041
2972
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_has_group (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3042
2973
|
<p>
|
@@ -3052,16 +2983,15 @@ Returns whether <em class="parameter"><code>window</code></em> has an explicit w
|
|
3052
2983
|
</tr>
|
3053
2984
|
<tr>
|
3054
2985
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3055
|
-
<td>
|
3056
|
-
|
3057
|
-
Since 2.22
|
3058
|
-
</td>
|
2986
|
+
<td>
|
2987
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>window</code></em> has an explicit window group.
|
2988
|
+
Since 2.22</td>
|
3059
2989
|
</tr>
|
3060
2990
|
</tbody>
|
3061
2991
|
</table></div>
|
3062
2992
|
</div>
|
3063
2993
|
<hr>
|
3064
|
-
<div class="refsect2"
|
2994
|
+
<div class="refsect2">
|
3065
2995
|
<a name="gtk-window-get-window-type"></a><h3>gtk_window_get_window_type ()</h3>
|
3066
2996
|
<pre class="programlisting"><a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="returnvalue">GtkWindowType</span></a> gtk_window_get_window_type (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3067
2997
|
<p>
|
@@ -3077,16 +3007,14 @@ Gets the type of the window. See <a class="link" href="gtk-Standard-Enumerations
|
|
3077
3007
|
</tr>
|
3078
3008
|
<tr>
|
3079
3009
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3080
|
-
<td>
|
3081
|
-
|
3082
|
-
</td>
|
3010
|
+
<td>the type of the window</td>
|
3083
3011
|
</tr>
|
3084
3012
|
</tbody>
|
3085
3013
|
</table></div>
|
3086
3014
|
<p class="since">Since 2.20</p>
|
3087
3015
|
</div>
|
3088
3016
|
<hr>
|
3089
|
-
<div class="refsect2"
|
3017
|
+
<div class="refsect2">
|
3090
3018
|
<a name="gtk-window-move"></a><h3>gtk_window_move ()</h3>
|
3091
3019
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_move (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3092
3020
|
<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>,
|
@@ -3142,19 +3070,17 @@ The <a class="link" href="GtkWindow.html#gtk-window-get-position" title="gtk_win
|
|
3142
3070
|
</tr>
|
3143
3071
|
<tr>
|
3144
3072
|
<td><p><span class="term"><em class="parameter"><code>x</code></em> :</span></p></td>
|
3145
|
-
<td>X coordinate to move window to
|
3146
|
-
</td>
|
3073
|
+
<td>X coordinate to move window to</td>
|
3147
3074
|
</tr>
|
3148
3075
|
<tr>
|
3149
3076
|
<td><p><span class="term"><em class="parameter"><code>y</code></em> :</span></p></td>
|
3150
|
-
<td>Y coordinate to move window to
|
3151
|
-
</td>
|
3077
|
+
<td>Y coordinate to move window to</td>
|
3152
3078
|
</tr>
|
3153
3079
|
</tbody>
|
3154
3080
|
</table></div>
|
3155
3081
|
</div>
|
3156
3082
|
<hr>
|
3157
|
-
<div class="refsect2"
|
3083
|
+
<div class="refsect2">
|
3158
3084
|
<a name="gtk-window-parse-geometry"></a><h3>gtk_window_parse_geometry ()</h3>
|
3159
3085
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_parse_geometry (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3160
3086
|
<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> *geometry</code></em>);</pre>
|
@@ -3290,19 +3216,18 @@ on the window.
|
|
3290
3216
|
</tr>
|
3291
3217
|
<tr>
|
3292
3218
|
<td><p><span class="term"><em class="parameter"><code>geometry</code></em> :</span></p></td>
|
3293
|
-
<td>geometry string
|
3294
|
-
</td>
|
3219
|
+
<td>geometry string</td>
|
3295
3220
|
</tr>
|
3296
3221
|
<tr>
|
3297
3222
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3298
|
-
<td>
|
3299
|
-
</td>
|
3223
|
+
<td>
|
3224
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if string was parsed successfully</td>
|
3300
3225
|
</tr>
|
3301
3226
|
</tbody>
|
3302
3227
|
</table></div>
|
3303
3228
|
</div>
|
3304
3229
|
<hr>
|
3305
|
-
<div class="refsect2"
|
3230
|
+
<div class="refsect2">
|
3306
3231
|
<a name="gtk-window-reshow-with-initial-size"></a><h3>gtk_window_reshow_with_initial_size ()</h3>
|
3307
3232
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_reshow_with_initial_size (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3308
3233
|
<p>
|
@@ -3320,7 +3245,7 @@ by GUI builders only.
|
|
3320
3245
|
</table></div>
|
3321
3246
|
</div>
|
3322
3247
|
<hr>
|
3323
|
-
<div class="refsect2"
|
3248
|
+
<div class="refsect2">
|
3324
3249
|
<a name="gtk-window-resize"></a><h3>gtk_window_resize ()</h3>
|
3325
3250
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_resize (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3326
3251
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> width</code></em>,
|
@@ -3350,19 +3275,17 @@ Windows may not be resized smaller than 1 by 1 pixels.
|
|
3350
3275
|
</tr>
|
3351
3276
|
<tr>
|
3352
3277
|
<td><p><span class="term"><em class="parameter"><code>width</code></em> :</span></p></td>
|
3353
|
-
<td>width in pixels to resize the window to
|
3354
|
-
</td>
|
3278
|
+
<td>width in pixels to resize the window to</td>
|
3355
3279
|
</tr>
|
3356
3280
|
<tr>
|
3357
3281
|
<td><p><span class="term"><em class="parameter"><code>height</code></em> :</span></p></td>
|
3358
|
-
<td>height in pixels to resize the window to
|
3359
|
-
</td>
|
3282
|
+
<td>height in pixels to resize the window to</td>
|
3360
3283
|
</tr>
|
3361
3284
|
</tbody>
|
3362
3285
|
</table></div>
|
3363
3286
|
</div>
|
3364
3287
|
<hr>
|
3365
|
-
<div class="refsect2"
|
3288
|
+
<div class="refsect2">
|
3366
3289
|
<a name="gtk-window-set-default-icon-list"></a><h3>gtk_window_set_default_icon_list ()</h3>
|
3367
3290
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_default_icon_list (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);</pre>
|
3368
3291
|
<p>
|
@@ -3378,13 +3301,13 @@ See <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_wi
|
|
3378
3301
|
<col align="left" valign="top">
|
3379
3302
|
<tbody><tr>
|
3380
3303
|
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
|
3381
|
-
<td>
|
3304
|
+
<td>a list of <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>. <span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> GdkPixbuf][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span>
|
3382
3305
|
</td>
|
3383
3306
|
</tr></tbody>
|
3384
3307
|
</table></div>
|
3385
3308
|
</div>
|
3386
3309
|
<hr>
|
3387
|
-
<div class="refsect2"
|
3310
|
+
<div class="refsect2">
|
3388
3311
|
<a name="gtk-window-set-default-icon"></a><h3>gtk_window_set_default_icon ()</h3>
|
3389
3312
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_default_icon (<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
|
3390
3313
|
<p>
|
@@ -3395,18 +3318,16 @@ had <a class="link" href="GtkWindow.html#gtk-window-set-icon" title="gtk_window_
|
|
3395
3318
|
<col align="left" valign="top">
|
3396
3319
|
<tbody><tr>
|
3397
3320
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
3398
|
-
<td>the icon
|
3399
|
-
</td>
|
3321
|
+
<td>the icon</td>
|
3400
3322
|
</tr></tbody>
|
3401
3323
|
</table></div>
|
3402
3324
|
<p class="since">Since 2.4</p>
|
3403
3325
|
</div>
|
3404
3326
|
<hr>
|
3405
|
-
<div class="refsect2"
|
3406
|
-
<a name="gtk-window-set-default-icon-from-file"></a><h3>gtk_window_set_default_icon_from_file
|
3407
|
-
<pre class="programlisting"
|
3408
|
-
|
3409
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
|
3327
|
+
<div class="refsect2">
|
3328
|
+
<a name="gtk-window-set-default-icon-from-file"></a><h3>gtk_window_set_default_icon_from_file</h3>
|
3329
|
+
<pre class="programlisting">#define gtk_window_set_default_icon_from_file gtk_window_set_default_icon_from_file_utf8
|
3330
|
+
</pre>
|
3410
3331
|
<p>
|
3411
3332
|
Sets an icon to be used as fallback for windows that haven't
|
3412
3333
|
had <a class="link" href="GtkWindow.html#gtk-window-set-icon-list" title="gtk_window_set_icon_list ()"><code class="function">gtk_window_set_icon_list()</code></a> called on them from a file
|
@@ -3414,29 +3335,16 @@ on disk. Warns on failure if <em class="parameter"><code>err</code></em> is <a h
|
|
3414
3335
|
</p>
|
3415
3336
|
<div class="variablelist"><table border="0">
|
3416
3337
|
<col align="left" valign="top">
|
3417
|
-
<tbody>
|
3418
|
-
<tr>
|
3419
|
-
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
3420
|
-
<td>location of icon file
|
3421
|
-
</td>
|
3422
|
-
</tr>
|
3423
|
-
<tr>
|
3424
|
-
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
|
3425
|
-
<td> location to store error, 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>
|
3426
|
-
</td>
|
3427
|
-
</tr>
|
3428
|
-
<tr>
|
3338
|
+
<tbody><tr>
|
3429
3339
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3430
|
-
<td>
|
3431
|
-
|
3432
|
-
</
|
3433
|
-
</tr>
|
3434
|
-
</tbody>
|
3340
|
+
<td>
|
3341
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.</td>
|
3342
|
+
</tr></tbody>
|
3435
3343
|
</table></div>
|
3436
3344
|
<p class="since">Since 2.2</p>
|
3437
3345
|
</div>
|
3438
3346
|
<hr>
|
3439
|
-
<div class="refsect2"
|
3347
|
+
<div class="refsect2">
|
3440
3348
|
<a name="gtk-window-set-default-icon-name"></a><h3>gtk_window_set_default_icon_name ()</h3>
|
3441
3349
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_default_icon_name (<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> *name</code></em>);</pre>
|
3442
3350
|
<p>
|
@@ -3448,14 +3356,13 @@ themed icon, see <a class="link" href="GtkWindow.html#gtk-window-set-icon-name"
|
|
3448
3356
|
<col align="left" valign="top">
|
3449
3357
|
<tbody><tr>
|
3450
3358
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
3451
|
-
<td>the name of the themed icon
|
3452
|
-
</td>
|
3359
|
+
<td>the name of the themed icon</td>
|
3453
3360
|
</tr></tbody>
|
3454
3361
|
</table></div>
|
3455
3362
|
<p class="since">Since 2.6</p>
|
3456
3363
|
</div>
|
3457
3364
|
<hr>
|
3458
|
-
<div class="refsect2"
|
3365
|
+
<div class="refsect2">
|
3459
3366
|
<a name="gtk-window-set-icon"></a><h3>gtk_window_set_icon ()</h3>
|
3460
3367
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_icon (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3461
3368
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a> *icon</code></em>);</pre>
|
@@ -3493,14 +3400,14 @@ for all windows in your application in one go.
|
|
3493
3400
|
</tr>
|
3494
3401
|
<tr>
|
3495
3402
|
<td><p><span class="term"><em class="parameter"><code>icon</code></em> :</span></p></td>
|
3496
|
-
<td>
|
3403
|
+
<td>icon image, 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>
|
3497
3404
|
</td>
|
3498
3405
|
</tr>
|
3499
3406
|
</tbody>
|
3500
3407
|
</table></div>
|
3501
3408
|
</div>
|
3502
3409
|
<hr>
|
3503
|
-
<div class="refsect2"
|
3410
|
+
<div class="refsect2">
|
3504
3411
|
<a name="gtk-window-set-icon-list"></a><h3>gtk_window_set_icon_list ()</h3>
|
3505
3412
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_icon_list (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3506
3413
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *list</code></em>);</pre>
|
@@ -3552,11 +3459,10 @@ set the icon on transient windows.
|
|
3552
3459
|
</table></div>
|
3553
3460
|
</div>
|
3554
3461
|
<hr>
|
3555
|
-
<div class="refsect2"
|
3556
|
-
<a name="gtk-window-set-icon-from-file"></a><h3>gtk_window_set_icon_from_file
|
3557
|
-
<pre class="programlisting"
|
3558
|
-
|
3559
|
-
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
|
3462
|
+
<div class="refsect2">
|
3463
|
+
<a name="gtk-window-set-icon-from-file"></a><h3>gtk_window_set_icon_from_file</h3>
|
3464
|
+
<pre class="programlisting">#define gtk_window_set_icon_from_file gtk_window_set_icon_from_file_utf8
|
3465
|
+
</pre>
|
3560
3466
|
<p>
|
3561
3467
|
Sets the icon for <em class="parameter"><code>window</code></em>.
|
3562
3468
|
Warns on failure if <em class="parameter"><code>err</code></em> is <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.
|
@@ -3567,34 +3473,16 @@ with a pixbuf created by loading the image from <em class="parameter"><code>file
|
|
3567
3473
|
</p>
|
3568
3474
|
<div class="variablelist"><table border="0">
|
3569
3475
|
<col align="left" valign="top">
|
3570
|
-
<tbody>
|
3571
|
-
<tr>
|
3572
|
-
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
3573
|
-
<td>a <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>
|
3574
|
-
</td>
|
3575
|
-
</tr>
|
3576
|
-
<tr>
|
3577
|
-
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
|
3578
|
-
<td>location of icon file
|
3579
|
-
</td>
|
3580
|
-
</tr>
|
3581
|
-
<tr>
|
3582
|
-
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
|
3583
|
-
<td> location to store error, 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>
|
3584
|
-
</td>
|
3585
|
-
</tr>
|
3586
|
-
<tr>
|
3476
|
+
<tbody><tr>
|
3587
3477
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3588
|
-
<td>
|
3589
|
-
|
3590
|
-
</
|
3591
|
-
</tr>
|
3592
|
-
</tbody>
|
3478
|
+
<td>
|
3479
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if setting the icon succeeded.</td>
|
3480
|
+
</tr></tbody>
|
3593
3481
|
</table></div>
|
3594
3482
|
<p class="since">Since 2.2</p>
|
3595
3483
|
</div>
|
3596
3484
|
<hr>
|
3597
|
-
<div class="refsect2"
|
3485
|
+
<div class="refsect2">
|
3598
3486
|
<a name="gtk-window-set-icon-name"></a><h3>gtk_window_set_icon_name ()</h3>
|
3599
3487
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_icon_name (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3600
3488
|
<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> *name</code></em>);</pre>
|
@@ -3616,7 +3504,7 @@ property which is mentioned in the ICCCM.
|
|
3616
3504
|
</tr>
|
3617
3505
|
<tr>
|
3618
3506
|
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
|
3619
|
-
<td>
|
3507
|
+
<td>the name of the themed icon. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
|
3620
3508
|
</td>
|
3621
3509
|
</tr>
|
3622
3510
|
</tbody>
|
@@ -3624,7 +3512,7 @@ property which is mentioned in the ICCCM.
|
|
3624
3512
|
<p class="since">Since 2.6</p>
|
3625
3513
|
</div>
|
3626
3514
|
<hr>
|
3627
|
-
<div class="refsect2"
|
3515
|
+
<div class="refsect2">
|
3628
3516
|
<a name="gtk-window-set-auto-startup-notification"></a><h3>gtk_window_set_auto_startup_notification ()</h3>
|
3629
3517
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_auto_startup_notification
|
3630
3518
|
(<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>
|
@@ -3645,14 +3533,13 @@ showing the main window would automatically result in notification.
|
|
3645
3533
|
<tbody><tr>
|
3646
3534
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
3647
3535
|
<td>
|
3648
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to automatically do startup notification
|
3649
|
-
</td>
|
3536
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to automatically do startup notification</td>
|
3650
3537
|
</tr></tbody>
|
3651
3538
|
</table></div>
|
3652
3539
|
<p class="since">Since 2.2</p>
|
3653
3540
|
</div>
|
3654
3541
|
<hr>
|
3655
|
-
<div class="refsect2"
|
3542
|
+
<div class="refsect2">
|
3656
3543
|
<a name="gtk-window-get-opacity"></a><h3>gtk_window_get_opacity ()</h3>
|
3657
3544
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="returnvalue">gdouble</span></a> gtk_window_get_opacity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3658
3545
|
<p>
|
@@ -3669,16 +3556,14 @@ Fetches the requested opacity for this window. See
|
|
3669
3556
|
</tr>
|
3670
3557
|
<tr>
|
3671
3558
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3672
|
-
<td>
|
3673
|
-
|
3674
|
-
</td>
|
3559
|
+
<td>the requested opacity for this window.</td>
|
3675
3560
|
</tr>
|
3676
3561
|
</tbody>
|
3677
3562
|
</table></div>
|
3678
3563
|
<p class="since">Since 2.12</p>
|
3679
3564
|
</div>
|
3680
3565
|
<hr>
|
3681
|
-
<div class="refsect2"
|
3566
|
+
<div class="refsect2">
|
3682
3567
|
<a name="gtk-window-set-opacity"></a><h3>gtk_window_set_opacity ()</h3>
|
3683
3568
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_opacity (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3684
3569
|
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> opacity</code></em>);</pre>
|
@@ -3704,37 +3589,21 @@ shown causes it to flicker once on Windows.
|
|
3704
3589
|
</tr>
|
3705
3590
|
<tr>
|
3706
3591
|
<td><p><span class="term"><em class="parameter"><code>opacity</code></em> :</span></p></td>
|
3707
|
-
<td>desired opacity, between 0 and 1
|
3708
|
-
</td>
|
3592
|
+
<td>desired opacity, between 0 and 1</td>
|
3709
3593
|
</tr>
|
3710
3594
|
</tbody>
|
3711
3595
|
</table></div>
|
3712
3596
|
<p class="since">Since 2.12</p>
|
3713
3597
|
</div>
|
3714
3598
|
<hr>
|
3715
|
-
<div class="refsect2"
|
3599
|
+
<div class="refsect2">
|
3716
3600
|
<a name="gtk-window-get-mnemonics-visible"></a><h3>gtk_window_get_mnemonics_visible ()</h3>
|
3717
3601
|
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gtk_window_get_mnemonics_visible (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>);</pre>
|
3718
3602
|
<p>
|
3719
3603
|
</p>
|
3720
|
-
<div class="variablelist"><table border="0">
|
3721
|
-
<col align="left" valign="top">
|
3722
|
-
<tbody>
|
3723
|
-
<tr>
|
3724
|
-
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
3725
|
-
<td>
|
3726
|
-
</td>
|
3727
|
-
</tr>
|
3728
|
-
<tr>
|
3729
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
3730
|
-
<td>
|
3731
|
-
</td>
|
3732
|
-
</tr>
|
3733
|
-
</tbody>
|
3734
|
-
</table></div>
|
3735
3604
|
</div>
|
3736
3605
|
<hr>
|
3737
|
-
<div class="refsect2"
|
3606
|
+
<div class="refsect2">
|
3738
3607
|
<a name="gtk-window-set-mnemonics-visible"></a><h3>gtk_window_set_mnemonics_visible ()</h3>
|
3739
3608
|
<pre class="programlisting"><span class="returnvalue">void</span> gtk_window_set_mnemonics_visible (<em class="parameter"><code><a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window</code></em>,
|
3740
3609
|
<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>
|
@@ -3751,17 +3620,16 @@ Sets the <a class="link" href="GtkWindow.html#GtkWindow--mnemonics-visible" titl
|
|
3751
3620
|
</tr>
|
3752
3621
|
<tr>
|
3753
3622
|
<td><p><span class="term"><em class="parameter"><code>setting</code></em> :</span></p></td>
|
3754
|
-
<td>the new value
|
3755
|
-
</td>
|
3623
|
+
<td>the new value</td>
|
3756
3624
|
</tr>
|
3757
3625
|
</tbody>
|
3758
3626
|
</table></div>
|
3759
3627
|
<p class="since">Since 2.20</p>
|
3760
3628
|
</div>
|
3761
3629
|
</div>
|
3762
|
-
<div class="refsect1"
|
3630
|
+
<div class="refsect1">
|
3763
3631
|
<a name="GtkWindow.property-details"></a><h2>Property Details</h2>
|
3764
|
-
<div class="refsect2"
|
3632
|
+
<div class="refsect2">
|
3765
3633
|
<a name="GtkWindow--accept-focus"></a><h3>The <code class="literal">"accept-focus"</code> property</h3>
|
3766
3634
|
<pre class="programlisting"> "accept-focus" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3767
3635
|
<p>
|
@@ -3771,10 +3639,10 @@ Whether the window should receive the input focus.
|
|
3771
3639
|
<p class="since">Since 2.4</p>
|
3772
3640
|
</div>
|
3773
3641
|
<hr>
|
3774
|
-
<div class="refsect2"
|
3642
|
+
<div class="refsect2">
|
3775
3643
|
<a name="GtkWindow--allow-grow"></a><h3>The <code class="literal">"allow-grow"</code> property</h3>
|
3776
3644
|
<pre class="programlisting"> "allow-grow" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3777
|
-
<div class="warning"
|
3645
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3778
3646
|
<h3 class="title">Warning</h3>
|
3779
3647
|
<p><code class="literal">GtkWindow:allow-grow</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.</p>
|
3780
3648
|
</div>
|
@@ -3784,10 +3652,10 @@ If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
3784
3652
|
<p>Default value: TRUE</p>
|
3785
3653
|
</div>
|
3786
3654
|
<hr>
|
3787
|
-
<div class="refsect2"
|
3655
|
+
<div class="refsect2">
|
3788
3656
|
<a name="GtkWindow--allow-shrink"></a><h3>The <code class="literal">"allow-shrink"</code> property</h3>
|
3789
3657
|
<pre class="programlisting"> "allow-shrink" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3790
|
-
<div class="warning"
|
3658
|
+
<div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
|
3791
3659
|
<h3 class="title">Warning</h3>
|
3792
3660
|
<p><code class="literal">GtkWindow:allow-shrink</code> has been deprecated since version 2.22 and should not be used in newly-written code. Use GtkWindow:resizable property instead.</p>
|
3793
3661
|
</div>
|
@@ -3798,7 +3666,7 @@ If <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.ht
|
|
3798
3666
|
<p>Default value: FALSE</p>
|
3799
3667
|
</div>
|
3800
3668
|
<hr>
|
3801
|
-
<div class="refsect2"
|
3669
|
+
<div class="refsect2">
|
3802
3670
|
<a name="GtkWindow--decorated"></a><h3>The <code class="literal">"decorated"</code> property</h3>
|
3803
3671
|
<pre class="programlisting"> "decorated" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3804
3672
|
<p>
|
@@ -3808,7 +3676,7 @@ Whether the window should be decorated by the window manager.
|
|
3808
3676
|
<p class="since">Since 2.4</p>
|
3809
3677
|
</div>
|
3810
3678
|
<hr>
|
3811
|
-
<div class="refsect2"
|
3679
|
+
<div class="refsect2">
|
3812
3680
|
<a name="GtkWindow--default-height"></a><h3>The <code class="literal">"default-height"</code> property</h3>
|
3813
3681
|
<pre class="programlisting"> "default-height" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
3814
3682
|
<p>The default height of the window, used when initially showing the window.</p>
|
@@ -3816,7 +3684,7 @@ Whether the window should be decorated by the window manager.
|
|
3816
3684
|
<p>Default value: -1</p>
|
3817
3685
|
</div>
|
3818
3686
|
<hr>
|
3819
|
-
<div class="refsect2"
|
3687
|
+
<div class="refsect2">
|
3820
3688
|
<a name="GtkWindow--default-width"></a><h3>The <code class="literal">"default-width"</code> property</h3>
|
3821
3689
|
<pre class="programlisting"> "default-width" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> : Read / Write</pre>
|
3822
3690
|
<p>The default width of the window, used when initially showing the window.</p>
|
@@ -3824,7 +3692,7 @@ Whether the window should be decorated by the window manager.
|
|
3824
3692
|
<p>Default value: -1</p>
|
3825
3693
|
</div>
|
3826
3694
|
<hr>
|
3827
|
-
<div class="refsect2"
|
3695
|
+
<div class="refsect2">
|
3828
3696
|
<a name="GtkWindow--deletable"></a><h3>The <code class="literal">"deletable"</code> property</h3>
|
3829
3697
|
<pre class="programlisting"> "deletable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3830
3698
|
<p>
|
@@ -3834,14 +3702,14 @@ Whether the window frame should have a close button.
|
|
3834
3702
|
<p class="since">Since 2.10</p>
|
3835
3703
|
</div>
|
3836
3704
|
<hr>
|
3837
|
-
<div class="refsect2"
|
3705
|
+
<div class="refsect2">
|
3838
3706
|
<a name="GtkWindow--destroy-with-parent"></a><h3>The <code class="literal">"destroy-with-parent"</code> property</h3>
|
3839
3707
|
<pre class="programlisting"> "destroy-with-parent" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3840
3708
|
<p>If this window should be destroyed when the parent is destroyed.</p>
|
3841
3709
|
<p>Default value: FALSE</p>
|
3842
3710
|
</div>
|
3843
3711
|
<hr>
|
3844
|
-
<div class="refsect2"
|
3712
|
+
<div class="refsect2">
|
3845
3713
|
<a name="GtkWindow--focus-on-map"></a><h3>The <code class="literal">"focus-on-map"</code> property</h3>
|
3846
3714
|
<pre class="programlisting"> "focus-on-map" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3847
3715
|
<p>
|
@@ -3851,7 +3719,7 @@ Whether the window should receive the input focus when mapped.
|
|
3851
3719
|
<p class="since">Since 2.6</p>
|
3852
3720
|
</div>
|
3853
3721
|
<hr>
|
3854
|
-
<div class="refsect2"
|
3722
|
+
<div class="refsect2">
|
3855
3723
|
<a name="GtkWindow--gravity"></a><h3>The <code class="literal">"gravity"</code> property</h3>
|
3856
3724
|
<pre class="programlisting"> "gravity" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkGravity"><span class="type">GdkGravity</span></a> : Read / Write</pre>
|
3857
3725
|
<p>
|
@@ -3862,20 +3730,20 @@ more details about window gravity.
|
|
3862
3730
|
<p class="since">Since 2.4</p>
|
3863
3731
|
</div>
|
3864
3732
|
<hr>
|
3865
|
-
<div class="refsect2"
|
3733
|
+
<div class="refsect2">
|
3866
3734
|
<a name="GtkWindow--has-toplevel-focus"></a><h3>The <code class="literal">"has-toplevel-focus"</code> property</h3>
|
3867
3735
|
<pre class="programlisting"> "has-toplevel-focus" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
3868
3736
|
<p>Whether the input focus is within this GtkWindow.</p>
|
3869
3737
|
<p>Default value: FALSE</p>
|
3870
3738
|
</div>
|
3871
3739
|
<hr>
|
3872
|
-
<div class="refsect2"
|
3740
|
+
<div class="refsect2">
|
3873
3741
|
<a name="GtkWindow--icon"></a><h3>The <code class="literal">"icon"</code> property</h3>
|
3874
3742
|
<pre class="programlisting"> "icon" <a href="http://library.gnome.org/devel/gdk-pixbuf/unstable/gdk-pixbuf-gdk-pixbuf.html#GdkPixbuf"><span class="type">GdkPixbuf</span></a>* : Read / Write</pre>
|
3875
3743
|
<p>Icon for this window.</p>
|
3876
3744
|
</div>
|
3877
3745
|
<hr>
|
3878
|
-
<div class="refsect2"
|
3746
|
+
<div class="refsect2">
|
3879
3747
|
<a name="GtkWindow--icon-name"></a><h3>The <code class="literal">"icon-name"</code> property</h3>
|
3880
3748
|
<pre class="programlisting"> "icon-name" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
3881
3749
|
<p>
|
@@ -3886,28 +3754,28 @@ use as the window icon. See <a class="link" href="GtkIconTheme.html" title="GtkI
|
|
3886
3754
|
<p class="since">Since 2.6</p>
|
3887
3755
|
</div>
|
3888
3756
|
<hr>
|
3889
|
-
<div class="refsect2"
|
3757
|
+
<div class="refsect2">
|
3890
3758
|
<a name="GtkWindow--is-active"></a><h3>The <code class="literal">"is-active"</code> property</h3>
|
3891
3759
|
<pre class="programlisting"> "is-active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read</pre>
|
3892
3760
|
<p>Whether the toplevel is the current active window.</p>
|
3893
3761
|
<p>Default value: FALSE</p>
|
3894
3762
|
</div>
|
3895
3763
|
<hr>
|
3896
|
-
<div class="refsect2"
|
3764
|
+
<div class="refsect2">
|
3897
3765
|
<a name="GtkWindow--mnemonics-visible"></a><h3>The <code class="literal">"mnemonics-visible"</code> property</h3>
|
3898
3766
|
<pre class="programlisting"> "mnemonics-visible" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3899
3767
|
<p>Whether mnemonics are currently visible in this window.</p>
|
3900
3768
|
<p>Default value: TRUE</p>
|
3901
3769
|
</div>
|
3902
3770
|
<hr>
|
3903
|
-
<div class="refsect2"
|
3771
|
+
<div class="refsect2">
|
3904
3772
|
<a name="GtkWindow--modal"></a><h3>The <code class="literal">"modal"</code> property</h3>
|
3905
3773
|
<pre class="programlisting"> "modal" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3906
3774
|
<p>If TRUE, the window is modal (other windows are not usable while this one is up).</p>
|
3907
3775
|
<p>Default value: FALSE</p>
|
3908
3776
|
</div>
|
3909
3777
|
<hr>
|
3910
|
-
<div class="refsect2"
|
3778
|
+
<div class="refsect2">
|
3911
3779
|
<a name="GtkWindow--opacity"></a><h3>The <code class="literal">"opacity"</code> property</h3>
|
3912
3780
|
<pre class="programlisting"> "opacity" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> : Read / Write</pre>
|
3913
3781
|
<p>
|
@@ -3919,41 +3787,41 @@ more details about window opacity.
|
|
3919
3787
|
<p class="since">Since 2.12</p>
|
3920
3788
|
</div>
|
3921
3789
|
<hr>
|
3922
|
-
<div class="refsect2"
|
3790
|
+
<div class="refsect2">
|
3923
3791
|
<a name="GtkWindow--resizable"></a><h3>The <code class="literal">"resizable"</code> property</h3>
|
3924
3792
|
<pre class="programlisting"> "resizable" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3925
3793
|
<p>If TRUE, users can resize the window.</p>
|
3926
3794
|
<p>Default value: TRUE</p>
|
3927
3795
|
</div>
|
3928
3796
|
<hr>
|
3929
|
-
<div class="refsect2"
|
3797
|
+
<div class="refsect2">
|
3930
3798
|
<a name="GtkWindow--role"></a><h3>The <code class="literal">"role"</code> property</h3>
|
3931
3799
|
<pre class="programlisting"> "role" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
3932
3800
|
<p>Unique identifier for the window to be used when restoring a session.</p>
|
3933
3801
|
<p>Default value: NULL</p>
|
3934
3802
|
</div>
|
3935
3803
|
<hr>
|
3936
|
-
<div class="refsect2"
|
3804
|
+
<div class="refsect2">
|
3937
3805
|
<a name="GtkWindow--screen"></a><h3>The <code class="literal">"screen"</code> property</h3>
|
3938
3806
|
<pre class="programlisting"> "screen" <a href="http://library.gnome.org/devel/gdk/unstable/GdkScreen.html"><span class="type">GdkScreen</span></a>* : Read / Write</pre>
|
3939
3807
|
<p>The screen where this window will be displayed.</p>
|
3940
3808
|
</div>
|
3941
3809
|
<hr>
|
3942
|
-
<div class="refsect2"
|
3810
|
+
<div class="refsect2">
|
3943
3811
|
<a name="GtkWindow--skip-pager-hint"></a><h3>The <code class="literal">"skip-pager-hint"</code> property</h3>
|
3944
3812
|
<pre class="programlisting"> "skip-pager-hint" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3945
3813
|
<p>TRUE if the window should not be in the pager.</p>
|
3946
3814
|
<p>Default value: FALSE</p>
|
3947
3815
|
</div>
|
3948
3816
|
<hr>
|
3949
|
-
<div class="refsect2"
|
3817
|
+
<div class="refsect2">
|
3950
3818
|
<a name="GtkWindow--skip-taskbar-hint"></a><h3>The <code class="literal">"skip-taskbar-hint"</code> property</h3>
|
3951
3819
|
<pre class="programlisting"> "skip-taskbar-hint" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
3952
3820
|
<p>TRUE if the window should not be in the task bar.</p>
|
3953
3821
|
<p>Default value: FALSE</p>
|
3954
3822
|
</div>
|
3955
3823
|
<hr>
|
3956
|
-
<div class="refsect2"
|
3824
|
+
<div class="refsect2">
|
3957
3825
|
<a name="GtkWindow--startup-id"></a><h3>The <code class="literal">"startup-id"</code> property</h3>
|
3958
3826
|
<pre class="programlisting"> "startup-id" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write</pre>
|
3959
3827
|
<p>
|
@@ -3965,14 +3833,14 @@ for more details.
|
|
3965
3833
|
<p class="since">Since 2.12</p>
|
3966
3834
|
</div>
|
3967
3835
|
<hr>
|
3968
|
-
<div class="refsect2"
|
3836
|
+
<div class="refsect2">
|
3969
3837
|
<a name="GtkWindow--title"></a><h3>The <code class="literal">"title"</code> property</h3>
|
3970
3838
|
<pre class="programlisting"> "title" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
|
3971
3839
|
<p>The title of the window.</p>
|
3972
3840
|
<p>Default value: NULL</p>
|
3973
3841
|
</div>
|
3974
3842
|
<hr>
|
3975
|
-
<div class="refsect2"
|
3843
|
+
<div class="refsect2">
|
3976
3844
|
<a name="GtkWindow--transient-for"></a><h3>The <code class="literal">"transient-for"</code> property</h3>
|
3977
3845
|
<pre class="programlisting"> "transient-for" <a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a>* : Read / Write / Construct</pre>
|
3978
3846
|
<p>
|
@@ -3982,40 +3850,40 @@ more details about transient windows.
|
|
3982
3850
|
<p class="since">Since 2.10</p>
|
3983
3851
|
</div>
|
3984
3852
|
<hr>
|
3985
|
-
<div class="refsect2"
|
3853
|
+
<div class="refsect2">
|
3986
3854
|
<a name="GtkWindow--type"></a><h3>The <code class="literal">"type"</code> property</h3>
|
3987
3855
|
<pre class="programlisting"> "type" <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowType" title="enum GtkWindowType"><span class="type">GtkWindowType</span></a> : Read / Write / Construct Only</pre>
|
3988
3856
|
<p>The type of the window.</p>
|
3989
3857
|
<p>Default value: GTK_WINDOW_TOPLEVEL</p>
|
3990
3858
|
</div>
|
3991
3859
|
<hr>
|
3992
|
-
<div class="refsect2"
|
3860
|
+
<div class="refsect2">
|
3993
3861
|
<a name="GtkWindow--type-hint"></a><h3>The <code class="literal">"type-hint"</code> property</h3>
|
3994
3862
|
<pre class="programlisting"> "type-hint" <a href="http://library.gnome.org/devel/gdk/unstable/gdk-Windows.html#GdkWindowTypeHint"><span class="type">GdkWindowTypeHint</span></a> : Read / Write</pre>
|
3995
3863
|
<p>Hint to help the desktop environment understand what kind of window this is and how to treat it.</p>
|
3996
3864
|
<p>Default value: GDK_WINDOW_TYPE_HINT_NORMAL</p>
|
3997
3865
|
</div>
|
3998
3866
|
<hr>
|
3999
|
-
<div class="refsect2"
|
3867
|
+
<div class="refsect2">
|
4000
3868
|
<a name="GtkWindow--urgency-hint"></a><h3>The <code class="literal">"urgency-hint"</code> property</h3>
|
4001
3869
|
<pre class="programlisting"> "urgency-hint" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
|
4002
3870
|
<p>TRUE if the window should be brought to the user's attention.</p>
|
4003
3871
|
<p>Default value: FALSE</p>
|
4004
3872
|
</div>
|
4005
3873
|
<hr>
|
4006
|
-
<div class="refsect2"
|
3874
|
+
<div class="refsect2">
|
4007
3875
|
<a name="GtkWindow--window-position"></a><h3>The <code class="literal">"window-position"</code> property</h3>
|
4008
3876
|
<pre class="programlisting"> "window-position" <a class="link" href="gtk-Standard-Enumerations.html#GtkWindowPosition" title="enum GtkWindowPosition"><span class="type">GtkWindowPosition</span></a> : Read / Write</pre>
|
4009
3877
|
<p>The initial position of the window.</p>
|
4010
3878
|
<p>Default value: GTK_WIN_POS_NONE</p>
|
4011
3879
|
</div>
|
4012
3880
|
</div>
|
4013
|
-
<div class="refsect1"
|
3881
|
+
<div class="refsect1">
|
4014
3882
|
<a name="GtkWindow.signal-details"></a><h2>Signal Details</h2>
|
4015
|
-
<div class="refsect2"
|
3883
|
+
<div class="refsect2">
|
4016
3884
|
<a name="GtkWindow-activate-default"></a><h3>The <code class="literal">"activate-default"</code> signal</h3>
|
4017
3885
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
|
4018
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3886
|
+
<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>
|
4019
3887
|
<p>
|
4020
3888
|
The ::activate-default signal is a
|
4021
3889
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -4027,8 +3895,7 @@ of <em class="parameter"><code>window</code></em>.
|
|
4027
3895
|
<tbody>
|
4028
3896
|
<tr>
|
4029
3897
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
4030
|
-
<td>the window which received the signal
|
4031
|
-
</td>
|
3898
|
+
<td>the window which received the signal</td>
|
4032
3899
|
</tr>
|
4033
3900
|
<tr>
|
4034
3901
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4038,10 +3905,10 @@ of <em class="parameter"><code>window</code></em>.
|
|
4038
3905
|
</table></div>
|
4039
3906
|
</div>
|
4040
3907
|
<hr>
|
4041
|
-
<div class="refsect2"
|
3908
|
+
<div class="refsect2">
|
4042
3909
|
<a name="GtkWindow-activate-focus"></a><h3>The <code class="literal">"activate-focus"</code> signal</h3>
|
4043
3910
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
|
4044
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) :
|
3911
|
+
<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>
|
4045
3912
|
<p>
|
4046
3913
|
The ::activate-focus signal is a
|
4047
3914
|
<a class="link" href="gtk-Bindings.html#keybinding-signals">keybinding signal</a>
|
@@ -4053,8 +3920,7 @@ focused widget of <em class="parameter"><code>window</code></em>.
|
|
4053
3920
|
<tbody>
|
4054
3921
|
<tr>
|
4055
3922
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
4056
|
-
<td>the window which received the signal
|
4057
|
-
</td>
|
3923
|
+
<td>the window which received the signal</td>
|
4058
3924
|
</tr>
|
4059
3925
|
<tr>
|
4060
3926
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4064,11 +3930,11 @@ focused widget of <em class="parameter"><code>window</code></em>.
|
|
4064
3930
|
</table></div>
|
4065
3931
|
</div>
|
4066
3932
|
<hr>
|
4067
|
-
<div class="refsect2"
|
3933
|
+
<div class="refsect2">
|
4068
3934
|
<a name="GtkWindow-frame-event"></a><h3>The <code class="literal">"frame-event"</code> signal</h3>
|
4069
3935
|
<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="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
|
4070
|
-
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *
|
4071
|
-
<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>
|
3936
|
+
<a href="http://library.gnome.org/devel/gdk/unstable/gdk-Event-Structures.html#GdkEvent"><span class="type">GdkEvent</span></a> *arg1,
|
3937
|
+
<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>
|
4072
3938
|
<p>
|
4073
3939
|
</p>
|
4074
3940
|
<div class="variablelist"><table border="0">
|
@@ -4076,31 +3942,20 @@ focused widget of <em class="parameter"><code>window</code></em>.
|
|
4076
3942
|
<tbody>
|
4077
3943
|
<tr>
|
4078
3944
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
4079
|
-
<td>the object which received the signal
|
4080
|
-
</td>
|
4081
|
-
</tr>
|
4082
|
-
<tr>
|
4083
|
-
<td><p><span class="term"><em class="parameter"><code>event</code></em> :</span></p></td>
|
4084
|
-
<td>
|
4085
|
-
</td>
|
3945
|
+
<td>the object which received the signal.</td>
|
4086
3946
|
</tr>
|
4087
3947
|
<tr>
|
4088
3948
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
4089
3949
|
<td>user data set when the signal handler was connected.</td>
|
4090
3950
|
</tr>
|
4091
|
-
<tr>
|
4092
|
-
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
4093
|
-
<td>
|
4094
|
-
</td>
|
4095
|
-
</tr>
|
4096
3951
|
</tbody>
|
4097
3952
|
</table></div>
|
4098
3953
|
</div>
|
4099
3954
|
<hr>
|
4100
|
-
<div class="refsect2"
|
3955
|
+
<div class="refsect2">
|
4101
3956
|
<a name="GtkWindow-keys-changed"></a><h3>The <code class="literal">"keys-changed"</code> signal</h3>
|
4102
3957
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
|
4103
|
-
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : Run First</pre>
|
3958
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data) : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-FIRST:CAPS"><code class="literal">Run First</code></a></pre>
|
4104
3959
|
<p>
|
4105
3960
|
The ::keys-changed signal gets emitted when the set of accelerators
|
4106
3961
|
or mnemonics that are associated with <em class="parameter"><code>window</code></em> changes.
|
@@ -4110,8 +3965,7 @@ or mnemonics that are associated with <em class="parameter"><code>window</code><
|
|
4110
3965
|
<tbody>
|
4111
3966
|
<tr>
|
4112
3967
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
4113
|
-
<td>the window which received the signal
|
4114
|
-
</td>
|
3968
|
+
<td>the window which received the signal</td>
|
4115
3969
|
</tr>
|
4116
3970
|
<tr>
|
4117
3971
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4121,11 +3975,11 @@ or mnemonics that are associated with <em class="parameter"><code>window</code><
|
|
4121
3975
|
</table></div>
|
4122
3976
|
</div>
|
4123
3977
|
<hr>
|
4124
|
-
<div class="refsect2"
|
3978
|
+
<div class="refsect2">
|
4125
3979
|
<a name="GtkWindow-set-focus"></a><h3>The <code class="literal">"set-focus"</code> signal</h3>
|
4126
3980
|
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GtkWindow.html" title="GtkWindow"><span class="type">GtkWindow</span></a> *window,
|
4127
3981
|
<a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget,
|
4128
|
-
<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>
|
3982
|
+
<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>
|
4129
3983
|
<p>
|
4130
3984
|
</p>
|
4131
3985
|
<div class="variablelist"><table border="0">
|
@@ -4133,13 +3987,7 @@ or mnemonics that are associated with <em class="parameter"><code>window</code><
|
|
4133
3987
|
<tbody>
|
4134
3988
|
<tr>
|
4135
3989
|
<td><p><span class="term"><em class="parameter"><code>window</code></em> :</span></p></td>
|
4136
|
-
<td>the object which received the signal
|
4137
|
-
</td>
|
4138
|
-
</tr>
|
4139
|
-
<tr>
|
4140
|
-
<td><p><span class="term"><em class="parameter"><code>widget</code></em> :</span></p></td>
|
4141
|
-
<td>
|
4142
|
-
</td>
|
3990
|
+
<td>the object which received the signal.</td>
|
4143
3991
|
</tr>
|
4144
3992
|
<tr>
|
4145
3993
|
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
|
@@ -4152,6 +4000,6 @@ or mnemonics that are associated with <em class="parameter"><code>window</code><
|
|
4152
4000
|
</div>
|
4153
4001
|
<div class="footer">
|
4154
4002
|
<hr>
|
4155
|
-
Generated by GTK-Doc V1.
|
4003
|
+
Generated by GTK-Doc V1.16.1</div>
|
4156
4004
|
</body>
|
4157
4005
|
</html>
|