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