diff --git a/ChangeLog b/ChangeLog index 94fb00602f..4b2358bbd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 18 17:21:10 2004 Soeren Sandmann + + * === Released 2.5.0 === + + * NEWS: updates + + * tests/testcombo.c: Fix compilation + 2004-07-19 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 94fb00602f..4b2358bbd1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Sun Jul 18 17:21:10 2004 Soeren Sandmann + + * === Released 2.5.0 === + + * NEWS: updates + + * tests/testcombo.c: Fix compilation + 2004-07-19 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 94fb00602f..4b2358bbd1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Sun Jul 18 17:21:10 2004 Soeren Sandmann + + * === Released 2.5.0 === + + * NEWS: updates + + * tests/testcombo.c: Fix compilation + 2004-07-19 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 94fb00602f..4b2358bbd1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +Sun Jul 18 17:21:10 2004 Soeren Sandmann + + * === Released 2.5.0 === + + * NEWS: updates + + * tests/testcombo.c: Fix compilation + 2004-07-19 Matthias Clasen * gtk/gtkentrycompletion.c (gtk_entry_completion_set_popup_completion): diff --git a/INSTALL b/INSTALL index e253fba256..fefe2b3425 100644 --- a/INSTALL +++ b/INSTALL @@ -18,8 +18,8 @@ GTK+ requires the following packages: Simple install procedure ======================== - % gzip -cd gtk+-2.4.1.tar.gz | tar xvf - # unpack the sources - % cd gtk+-2.4.1 # change to the toplevel directory + % gzip -cd gtk+-2.5.0.tar.gz | tar xvf - # unpack the sources + % cd gtk+-2.5.0 # change to the toplevel directory % ./configure # run the `configure' script % make # build GTK [ Become root if necessary ] diff --git a/NEWS b/NEWS index d60c506883..358ebb80cb 100644 --- a/NEWS +++ b/NEWS @@ -3,10 +3,11 @@ Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 * New widgets: - GtkIconView [Anders Carlsson] - GtkAboutDialog [Matthias Clasen] + - GtkCellView [Matthias] * GtkFileChooser - change to newly-created folders [Federico Mena Quintero] - always show icons [Federico] - - bug fixes [Federico, Christian Neumair, Alex Roitman, Morten Welinder] + - bug fixes [Federico, Christian Neumair, Alex Roitman] * GtkComboBox, GtkComboBoxEntry - add missing getters and some more convience API [Matthias, Christian Neumeir, Oliver Andrieu] @@ -20,6 +21,7 @@ Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 - ignore enter events when the window pops up under the pointer [Anders] - bug fixes [Matthias] + - support inline autocompletion [Matthias] * GtkUIManager - fix signal registration [Michael Natterer] - make generated XML parseable [Sven Neumann] @@ -52,8 +54,8 @@ Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 - license information for loaders [Matthias] - simple multiple-of-90° rotation support [Matthias] - allow to disable loaders [Matthias] - - bug fixes [Kouichirou Hiratsuka, Sven Neumann, Brian Cameron, - Manish Singh, Morten] + - bug fixes [Kouichirou Hiratsuka, Sven, Brian Cameron, + Manish Singh, Morten Welinder] * X11 selections - make incremental transfer of MULTIPLE work [Matthias] - don't do incremental transfer in 4k chunks [Matthias] @@ -68,7 +70,7 @@ Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 - support the update counter spec for smoother resizing [Søren] * Misc bug fixes [Matthias, Owen, Søren, Anders, Padraig O'Briain, Crispin Flowerday, Michal Pasternak, Scott Tsai, Morten, - Michael Natterer, Dmd Ljungmark, Sven Neumann, Billy Biggs, + Michael Natterer, Dmd Ljungmark, Sven, Billy Biggs, Mark McLoughlin, Sam Stephenson, John Finlay, David Hawthorne, Kent Sandvik, Davyd Madeley, Alexander Winston, Jean-François Wauthy, Jeff Franks, Philip Kendall, Baris Cicek Yevgen Muntyan, @@ -80,7 +82,7 @@ Overview of Changes from GTK+ 2.4.1 to GTK+ 2.5.0 * Doc improvements [Matthias, Federico, Owen, Steve Chaplin, Tommi Komulainen, Bastien Nocera, Billy Biggs, Sampo Nurmentaus, Steffen Röcker, Doug Quale, Oliver Andrieu] -* Updated translations (bg,lt,ne,tk,wa) +* Updated translations (bg,lt,ne,tk,wa,en_GB) Overview of Changes from GTK+ 2.4.0 to GTK+ 2.4.1 diff --git a/README b/README index ac973ea775..a0155e7d3b 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ General Information =================== -This is GTK+ version 2.4.1. GTK+ is a multi-platform toolkit for +This is GTK+ version 2.5.0. GTK+ is a multi-platform toolkit for creating graphical user interfaces. Offering a complete set of widgets, GTK+ is suitable for projects ranging from small one-off projects to complete application suites. diff --git a/contrib/gdk-pixbuf-xlib/ChangeLog b/contrib/gdk-pixbuf-xlib/ChangeLog index a989ea9ab7..d50e9617e9 100644 --- a/contrib/gdk-pixbuf-xlib/ChangeLog +++ b/contrib/gdk-pixbuf-xlib/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 18 20:17:41 2004 Soeren Sandmann + + * === released 2.5.0 == + Tue Mar 9 09:33:54 2004 Owen Taylor * === Released 2.3.6 === diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index f8d7cd7dc5..9142e36e99 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 18 20:17:41 2004 Soeren Sandmann + + * === released 2.5.0 == + 2004-07-19 Matthias Clasen * gtk/tmpl/gtkcellview.sgml: New template. diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml index 9e88367406..d15fd4a35f 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-loader.sgml @@ -76,6 +76,36 @@ fields. + + + + +@gdkpixbufloader: + + + + + +@gdkpixbufloader: +@arg1: +@arg2: +@arg3: +@arg4: + + + + + +@gdkpixbufloader: + + + + + +@gdkpixbufloader: +@arg1: +@arg2: + @@ -170,33 +200,3 @@ End: --> - - - - -@gdkpixbufloader: - - - - - -@gdkpixbufloader: -@arg1: -@arg2: -@arg3: -@arg4: - - - - - -@gdkpixbufloader: - - - - - -@gdkpixbufloader: -@arg1: -@arg2: - diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml index e0f13c053a..3c67abbc71 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf-unused.sgml @@ -365,54 +365,6 @@ XlibRGB @obj: A GTK+ object. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - This object describes an individual frame of an animation. diff --git a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml index 128a9e73ca..639003bdff 100644 --- a/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml +++ b/docs/reference/gdk-pixbuf/tmpl/gdk-pixbuf.sgml @@ -151,6 +151,46 @@ In the future it will do full alpha compositing. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/reference/gdk/tmpl/gdk-unused.sgml b/docs/reference/gdk/tmpl/gdk-unused.sgml index 409c6749e9..114523e634 100644 --- a/docs/reference/gdk/tmpl/gdk-unused.sgml +++ b/docs/reference/gdk/tmpl/gdk-unused.sgml @@ -439,20 +439,6 @@ status information, so the application does not need to do anything. @group: @level: - - - - - -@keymap: the object which received the signal. - - - - - - -@keymap: the object which received the signal. - diff --git a/docs/reference/gdk/tmpl/gdkdisplay.sgml b/docs/reference/gdk/tmpl/gdkdisplay.sgml index e4bd8d2c84..69637705d0 100644 --- a/docs/reference/gdk/tmpl/gdkdisplay.sgml +++ b/docs/reference/gdk/tmpl/gdkdisplay.sgml @@ -36,6 +36,14 @@ of an X display. All its fields are private and should not be accessed directly. @Since: 2.2 + + + + + +@gdkdisplay: the object which received the signal. +@arg1: + @@ -335,11 +343,3 @@ Applications should never have any reason to use this facility @Returns: - - - - - -@gdkdisplay: the object which received the signal. -@arg1: - diff --git a/docs/reference/gdk/tmpl/gdkdisplaymanager.sgml b/docs/reference/gdk/tmpl/gdkdisplaymanager.sgml index f408ad7389..449add2d2c 100644 --- a/docs/reference/gdk/tmpl/gdkdisplaymanager.sgml +++ b/docs/reference/gdk/tmpl/gdkdisplaymanager.sgml @@ -24,6 +24,19 @@ fields. @Since: 2.2 + + + + + +@gdkdisplaymanager: the object which received the signal. +@arg1: + + + + + + @@ -68,16 +81,3 @@ fields. @Returns: - - - - - -@gdkdisplaymanager: the object which received the signal. -@arg1: - - - - - - diff --git a/docs/reference/gdk/tmpl/gdkscreen.sgml b/docs/reference/gdk/tmpl/gdkscreen.sgml index 9036733094..cb581a0985 100644 --- a/docs/reference/gdk/tmpl/gdkscreen.sgml +++ b/docs/reference/gdk/tmpl/gdkscreen.sgml @@ -31,6 +31,13 @@ when GDK gets multihead support. @Since: 2.2 + + + + + +@gdkscreen: the object which received the signal. + @@ -295,10 +302,3 @@ when GDK gets multihead support. @Returns: - - - - - -@gdkscreen: the object which received the signal. - diff --git a/docs/reference/gdk/tmpl/keys.sgml b/docs/reference/gdk/tmpl/keys.sgml index f219a8336b..b241d8ced5 100644 --- a/docs/reference/gdk/tmpl/keys.sgml +++ b/docs/reference/gdk/tmpl/keys.sgml @@ -91,6 +91,20 @@ in the keymap and see what keyval it corresponds to. + + + + + +@keymap: the object which received the signal. + + + + + + +@keymap: the object which received the signal. + A GdkKeymapKey is a hardware key that can diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index 0ccb157a77..ecf3764904 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -525,27 +525,6 @@ This is a private struct used by GTK+ internally, don't worry about it. @object: @signal_id: - - - - - -@accelgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: -@Returns: - - - - - - -@accelgroup: the object which received the signal. -@arg1: -@arg2: -@arg3: - @@ -558,16 +537,6 @@ This is a private struct used by GTK+ internally, don't worry about it. - - - - - -@accelmap: the object which received the signal. -@arg1: -@arg2: -@arg3: - @@ -639,6 +608,13 @@ Define a function pointer. Deprecated. @parent: + + + + + +@parent_instance: + @@ -870,72 +846,12 @@ You may not attach these to signals created with the - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - A set of bit flags used to specify the filter being set @@ -1184,186 +1100,24 @@ after other user handlers and the default handler. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1430,20 +1184,6 @@ Holds the data for a statusbar message. text holds th @context_id: @message_id: - - - - - -@style: the object which received the signal. - - - - - - -@style: the object which received the signal. - @@ -2134,6 +1874,113 @@ Sets the default size of child buttons. @Returns: + + + + + +@cellview: +@Returns: + + + + + + +@cell_view: +@Returns: + + + + + + +@cell_view: +@path: +@requisition: +@Returns: + + + + + + +@Returns: + + + + + + +@markup: +@Returns: + + + + + + +@pixbuf: +@Returns: + + + + + + +@text: +@Returns: + + + + + + +@cell_view: +@color: + + + + + + +@cellview: + + + + + + +@cell_view: +@path: + + + + + + +@cell_view: +@model: + + + + + + +@cell_view: +@renderer: +@property: +@value: + + + + + + +@cell_view: +@renderer: +@Varargs: + Initializes a previously allocated #GtkCList widget for use. This should not diff --git a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml index 2c55ba1560..8fa2c21e74 100644 --- a/docs/reference/gtk/tmpl/gtkaccelgroup.sgml +++ b/docs/reference/gtk/tmpl/gtkaccelgroup.sgml @@ -37,6 +37,27 @@ An object representing and maintaining a group of accelerators. + + + + + +@accelgroup: the object which received the signal. +@arg1: +@arg2: +@arg3: +@Returns: + + + + + + +@accelgroup: the object which received the signal. +@arg1: +@arg2: +@arg3: + diff --git a/docs/reference/gtk/tmpl/gtkaccellabel.sgml b/docs/reference/gtk/tmpl/gtkaccellabel.sgml index 222c0ec661..0d8ec122dc 100644 --- a/docs/reference/gtk/tmpl/gtkaccellabel.sgml +++ b/docs/reference/gtk/tmpl/gtkaccellabel.sgml @@ -85,6 +85,16 @@ should be accessed using the functions below. + + + + + + + + + + Creates a new #GtkAccelLabel. @@ -145,13 +155,3 @@ accelerators are added or removed from the associated widget. @Returns: always returns %FALSE. - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkaccelmap.sgml b/docs/reference/gtk/tmpl/gtkaccelmap.sgml index d60ce2a0df..b1a62ba871 100644 --- a/docs/reference/gtk/tmpl/gtkaccelmap.sgml +++ b/docs/reference/gtk/tmpl/gtkaccelmap.sgml @@ -20,6 +20,16 @@ Loadable keyboard accelerator specifications + + + + + +@accelmap: the object which received the signal. +@arg1: +@arg2: +@arg3: + diff --git a/docs/reference/gtk/tmpl/gtkaction.sgml b/docs/reference/gtk/tmpl/gtkaction.sgml index ec6a37dacb..fb425ead82 100644 --- a/docs/reference/gtk/tmpl/gtkaction.sgml +++ b/docs/reference/gtk/tmpl/gtkaction.sgml @@ -55,6 +55,73 @@ and should not be accessed directly. + + + + + +@action: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -227,70 +294,3 @@ and should not be accessed directly. @accel_group: - - - - - -@action: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkactiongroup.sgml b/docs/reference/gtk/tmpl/gtkactiongroup.sgml index 1554cd6be5..e364a932e3 100644 --- a/docs/reference/gtk/tmpl/gtkactiongroup.sgml +++ b/docs/reference/gtk/tmpl/gtkactiongroup.sgml @@ -40,6 +40,55 @@ members and should not be accessed directly. + + + + + +@actiongroup: the object which received the signal. +@arg1: +@widget: + + + + + + +@actiongroup: the object which received the signal. +@arg1: +@widget: + + + + + + +@actiongroup: the object which received the signal. +@arg1: + + + + + + +@actiongroup: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + @@ -293,52 +342,3 @@ gtk_action_group_add_radio_actions() to construct groups of radio actions. @Returns: - - - - - -@actiongroup: the object which received the signal. -@arg1: -@widget: - - - - - - -@actiongroup: the object which received the signal. -@arg1: -@widget: - - - - - - -@actiongroup: the object which received the signal. -@arg1: - - - - - - -@actiongroup: the object which received the signal. -@arg1: - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkadjustment.sgml b/docs/reference/gtk/tmpl/gtkadjustment.sgml index 2489eb4514..7ca6db9fff 100644 --- a/docs/reference/gtk/tmpl/gtkadjustment.sgml +++ b/docs/reference/gtk/tmpl/gtkadjustment.sgml @@ -79,6 +79,51 @@ In a #GtkScrollbar this is the size of the area which is currently visible. + + +Emitted when one or more of the #GtkAdjustment fields have been changed, +other than the value field. + + +@adjustment: the object which received the signal. + + + +Emitted when the #GtkAdjustment value field has been changed. + + +@adjustment: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkAdjustment. @@ -153,48 +198,3 @@ changed the #GtkAdjustment value field. @adjustment: - - -Emitted when one or more of the #GtkAdjustment fields have been changed, -other than the value field. - - -@adjustment: the object which received the signal. - - - -Emitted when the #GtkAdjustment value field has been changed. - - -@adjustment: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkalignment.sgml b/docs/reference/gtk/tmpl/gtkalignment.sgml index e1994767dd..24c0af8263 100644 --- a/docs/reference/gtk/tmpl/gtkalignment.sgml +++ b/docs/reference/gtk/tmpl/gtkalignment.sgml @@ -34,6 +34,46 @@ be accessed using the functions below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkAlignment. @@ -96,43 +136,3 @@ unused space, from 0 to 1. The values are similar to @xscale. @padding_right: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkarrow.sgml b/docs/reference/gtk/tmpl/gtkarrow.sgml index 89e4b7d7c8..8f7a05f575 100644 --- a/docs/reference/gtk/tmpl/gtkarrow.sgml +++ b/docs/reference/gtk/tmpl/gtkarrow.sgml @@ -57,6 +57,16 @@ an application.) + + + + + + + + + + Creates a new arrow widget. @@ -77,13 +87,3 @@ Sets the direction and style of the #GtkArrow, @arrow. @shadow_type: a valid #GtkShadowType. - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkaspectframe.sgml b/docs/reference/gtk/tmpl/gtkaspectframe.sgml index a68fe393f1..03b6aaccd8 100644 --- a/docs/reference/gtk/tmpl/gtkaspectframe.sgml +++ b/docs/reference/gtk/tmpl/gtkaspectframe.sgml @@ -26,6 +26,26 @@ a frame around the child. The frame will be + + + + + + + + + + + + + + + + + + + + Create a new #GtkAspectFrame. @@ -63,23 +83,3 @@ to 1.0 (right aligned) ratio is taken from the requistion of the child. - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkbbox.sgml b/docs/reference/gtk/tmpl/gtkbbox.sgml index fddb0f4347..1133fa6164 100644 --- a/docs/reference/gtk/tmpl/gtkbbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbbox.sgml @@ -52,6 +52,36 @@ This is a read-only struct; no members should be modified directly. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Used internally only. @@ -170,33 +200,3 @@ box. @is_secondary: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkbox.sgml b/docs/reference/gtk/tmpl/gtkbox.sgml index d4faa8dbe1..80dc6282b5 100644 --- a/docs/reference/gtk/tmpl/gtkbox.sgml +++ b/docs/reference/gtk/tmpl/gtkbox.sgml @@ -135,6 +135,41 @@ field. @spacing: @homogeneous: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The #GtkBoxChild-struct holds a child widget of GtkBox and describes @@ -373,38 +408,3 @@ field in #GtkBoxChild-struct. in #GtkBoxChild-struct. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkbutton.sgml b/docs/reference/gtk/tmpl/gtkbutton.sgml index 1fd89057d0..e80b7722ac 100644 --- a/docs/reference/gtk/tmpl/gtkbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkbutton.sgml @@ -27,6 +27,106 @@ This should not be accessed directly. Use the accessor functions below. + + + + + +@button: the object which received the signal. + + + +Emitted when a button clicked on by the mouse and the cursor stays on the +button. If the cursor is not on the button when the mouse button is released, +the signal is not emitted. + + +@button: the object which received the signal. + + + +Emitted when the mouse cursor enters the region of the button. + + +@button: the object which received the signal. + + + +Emitted when the mouse cursor leaves the region of the button. + + +@button: the object which received the signal. + + + +Emitted when the button is initially pressed. + + +@button: the object which received the signal. + + + +Emitted when a button which is pressed is released, no matter where the +mouse cursor is. + + +@button: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkButton widget. To add a child widget to the button, @@ -222,103 +322,3 @@ Returns the current relief style of the given #GtkButton. @yalign: - - - - - -@button: the object which received the signal. - - - -Emitted when a button clicked on by the mouse and the cursor stays on the -button. If the cursor is not on the button when the mouse button is released, -the signal is not emitted. - - -@button: the object which received the signal. - - - -Emitted when the mouse cursor enters the region of the button. - - -@button: the object which received the signal. - - - -Emitted when the mouse cursor leaves the region of the button. - - -@button: the object which received the signal. - - - -Emitted when the button is initially pressed. - - -@button: the object which received the signal. - - - -Emitted when a button which is pressed is released, no matter where the -mouse cursor is. - - -@button: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcalendar.sgml b/docs/reference/gtk/tmpl/gtkcalendar.sgml index 0d6bc29002..f5a1552b72 100644 --- a/docs/reference/gtk/tmpl/gtkcalendar.sgml +++ b/docs/reference/gtk/tmpl/gtkcalendar.sgml @@ -65,6 +65,91 @@ are 0-11) while selected_day is one-based + + +Emitted when the user selects a day. + + +@calendar: the object which received the signal. + + + + + + +@calendar: the object which received the signal. + + + +Emitted when the user clicks a button to change the selected month on a +calendar. + + +@calendar: the object which received the signal. + + + + + + +@calendar: the object which received the signal. + + + + + + +@calendar: the object which received the signal. + + + + + + +@calendar: the object which received the signal. + + + + + + +@calendar: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + These options can be used to influence the display and behaviour of a #GtkCalendar. @@ -191,88 +276,3 @@ gtk_calendar_freeze() are displayed. @calendar: a #GtkCalendar. - - -Emitted when the user selects a day. - - -@calendar: the object which received the signal. - - - - - - -@calendar: the object which received the signal. - - - -Emitted when the user clicks a button to change the selected month on a -calendar. - - -@calendar: the object which received the signal. - - - - - - -@calendar: the object which received the signal. - - - - - - -@calendar: the object which received the signal. - - - - - - -@calendar: the object which received the signal. - - - - - - -@calendar: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcelleditable.sgml b/docs/reference/gtk/tmpl/gtkcelleditable.sgml index 6ef345d4ee..d4f0aa5d09 100644 --- a/docs/reference/gtk/tmpl/gtkcelleditable.sgml +++ b/docs/reference/gtk/tmpl/gtkcelleditable.sgml @@ -20,6 +20,20 @@ Interface for widgets which can are used for editing cells + + + + + +@celleditable: the object which received the signal. + + + + + + +@celleditable: the object which received the signal. + @@ -55,17 +69,3 @@ Interface for widgets which can are used for editing cells @cell_editable: - - - - - -@celleditable: the object which received the signal. - - - - - - -@celleditable: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml index abf8ccf010..6447612a12 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderer.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderer.sgml @@ -66,6 +66,83 @@ it cannot be individually modified. + + + + + +@cellrenderer: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -152,80 +229,3 @@ it cannot be individually modified. @height: - - - - - -@cellrenderer: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml index ad20d1c39e..575380df17 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendererpixbuf.sgml @@ -20,14 +20,6 @@ Renders a pixbuf in a cell - - - - - -@Returns: - - @@ -58,3 +50,11 @@ Renders a pixbuf in a cell + + + + + +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml b/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml index 6acdf3aaee..eff71ec755 100644 --- a/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrendererprogress.sgml @@ -20,14 +20,6 @@ Renders numbers as progress bars - - - - - -@Returns: - - @@ -38,3 +30,11 @@ Renders numbers as progress bars + + + + + +@Returns: + + diff --git a/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml b/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml index 556f74f3f0..9a890809b9 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderertext.sgml @@ -20,23 +20,6 @@ Renders text in a cell - - - - - -@Returns: - - - - - - - -@renderer: -@number_of_rows: - - @@ -231,3 +214,20 @@ Renders text in a cell + + + + + +@Returns: + + + + + + + +@renderer: +@number_of_rows: + + diff --git a/docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml b/docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml index 769c3c542d..12f75faf9d 100644 --- a/docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml +++ b/docs/reference/gtk/tmpl/gtkcellrenderertoggle.sgml @@ -20,6 +20,34 @@ Renders a toggle button in a cell + + + + + +@cellrenderertoggle: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + + + + + + @@ -64,31 +92,3 @@ Renders a toggle button in a cell @setting: - - - - - -@cellrenderertoggle: the object which received the signal. -@arg1: - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcellview.sgml b/docs/reference/gtk/tmpl/gtkcellview.sgml index 6fc30909ca..eab4c42f12 100644 --- a/docs/reference/gtk/tmpl/gtkcellview.sgml +++ b/docs/reference/gtk/tmpl/gtkcellview.sgml @@ -14,130 +14,3 @@ GtkCellView - - - - - -@parent_instance: - - - - - - -@Returns: - - - - - - - -@text: -@Returns: - - - - - - - -@markup: -@Returns: - - - - - - - -@pixbuf: -@Returns: - - - - - - - -@cell_view: -@renderer: -@property: -@value: - - - - - - - -@cell_view: -@renderer: -@Varargs: - - - - - - - -@cell_view: -@model: - - - - - - - -@cell_view: -@path: - - - - - - - -@cell_view: -@Returns: - - - - - - - -@cell_view: -@path: -@requisition: -@Returns: - - - - - - - -@cell_view: -@color: - - - - - - - -@cellview: - - - - - - - -@cellview: -@Returns: - - diff --git a/docs/reference/gtk/tmpl/gtkcheckbutton.sgml b/docs/reference/gtk/tmpl/gtkcheckbutton.sgml index 7b5e72c6ad..2f6a954f2c 100644 --- a/docs/reference/gtk/tmpl/gtkcheckbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkcheckbutton.sgml @@ -40,6 +40,16 @@ The important signal ('toggled') is also inherited from #GtkToggleButton. + + + + + + + + + + Creates a new #GtkCheckButton. @@ -66,13 +76,3 @@ Creates a new #GtkCheckButton with a #GtkLabel to the right of it. @Returns: - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml index 19cf9eea3a..f6494c3dbf 100644 --- a/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkcheckmenuitem.sgml @@ -41,6 +41,38 @@ an application.) + + +This signal is emitted when the state of the check box is changed. + + + +A signal handler can examine the active +field of the #GtkCheckMenuItem-struct struct to discover the new state. + + +@checkmenuitem: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkCheckMenuItem. @@ -148,35 +180,3 @@ Emits the GtkCheckMenuItem::toggled signal. @Returns: - - -This signal is emitted when the state of the check box is changed. - - - -A signal handler can examine the active -field of the #GtkCheckMenuItem-struct struct to discover the new state. - - -@checkmenuitem: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkclist.sgml b/docs/reference/gtk/tmpl/gtkclist.sgml index f6510ef31e..ba5316db87 100644 --- a/docs/reference/gtk/tmpl/gtkclist.sgml +++ b/docs/reference/gtk/tmpl/gtkclist.sgml @@ -27,6 +27,197 @@ only private data, and should be accessed only via the CList API. + + +This signal is emitted when a column resize is aborted. + + +@clist: the object which received the signal. + + + +This signal is emitted when a column title is clicked. + + +@clist: The object which received the signal. +@column: The number of the column. + + + +This signal is emitted when a selection ends in a +multiple selection CList. + + +@clist: the object which received the signal. + + + +This signal is emitted when the selection is extended. + + +@clist: the object which received the signal. +@scroll_type: A #GtkScrollType value of any scrolling operation the +occured during the selection. +@position: A value between 0.0 and 1.0. +@auto_start_selection: %TRUE or %FALSE. + + + +This signal is emitted when a column is resized. + + +@clist: The object which received the signal. +@column: The number of the column +@width: The new width of the column. + + + +This signal is emitted when a row is moved. + + +@clist: The object which received the signal. +@arg1: The source position of the row. +@arg2: The destination position of the row. + + + +This signal is emitted when the CList is scrolled horizontally. + + +@clist: the object which received the signal. +@scroll_type: A #GtkScrollType value of how the scroll operation occured. +@position: a value between 0.0 and 1.0. + + + +This signal is emitted when the CList is scrolled vertically. + + +@clist: the object which received the signal. +@scroll_type: A #GtkScrollType value of how the scroll operation occured. +@position: A value between 0.0 and 1.0. + + + +This signal is emitted when all the rows are selected in a CList. + + +@clist: the object which received the signal. + + + +This signal is emitted when the user selects a row in the list. +It is emitted for every row that is selected in a multi-selection or +by calling gtk_clist_select_all(). + + +@clist: The object which received the signal. +@row: The row selected. +@column: The column where the selection occured. +@event: A #GdkEvent structure for the selection. + + + + + + +@clist: the object which received the signal. +@arg1: +@arg2: + + + +This signal is emitted when a drag-selection is started in +a multiple-selection CList. + + +@clist: the object which received the signal. + + + +This signal is emitted when "add mode" is toggled. + + +@clist: the object which received the signal. + + + + + + +@clist: The object which received the signal. + + + +This signal is emitted when an undo selection occurs in the CList, +probably via calling gtk_clist_undo_selection(). + + +@clist: the object which received the signal. + + + +This signal is emitted when all rows are unselected in a CList. + + +@clist: the object which received the signal. + + + +This signal is emitted when the user unselects a row in the list. +It is emitted for every row that is unselected in a multi-selection or +by calling gtk_clist_unselect_all(). It is also emitted for the +previously selected row in a "single" or "browse" mode CList. + + +@clist: The object which received the signal. +@row: The selected row +@column: The column where the selection occured. +@event: + + + +An integer value for a column. + + + + +A boolean value for determining if the user can re-order the CList's +columns. + + + + +An integer value representing the height of a row in pixels. + + + + +Sets the type of selection mode for the CList. + + + + +Sets the shadowing for the CList. + + + + + + + + + +A boolean value for setting whether the column titles can be +clicked. + + + + +A boolean value for setting whether to use icons during drag +operations. + + Identifies the type of element in the current cell of the CList. Cells can @@ -1116,194 +1307,3 @@ aspect of the #GtkCList widget. @adjustment: A pointer to a #GtkAdjustment widget, or NULL. - - -This signal is emitted when a column resize is aborted. - - -@clist: the object which received the signal. - - - -This signal is emitted when a column title is clicked. - - -@clist: The object which received the signal. -@column: The number of the column. - - - -This signal is emitted when a selection ends in a -multiple selection CList. - - -@clist: the object which received the signal. - - - -This signal is emitted when the selection is extended. - - -@clist: the object which received the signal. -@scroll_type: A #GtkScrollType value of any scrolling operation the -occured during the selection. -@position: A value between 0.0 and 1.0. -@auto_start_selection: %TRUE or %FALSE. - - - -This signal is emitted when a column is resized. - - -@clist: The object which received the signal. -@column: The number of the column -@width: The new width of the column. - - - -This signal is emitted when a row is moved. - - -@clist: The object which received the signal. -@arg1: The source position of the row. -@arg2: The destination position of the row. - - - -This signal is emitted when the CList is scrolled horizontally. - - -@clist: the object which received the signal. -@scroll_type: A #GtkScrollType value of how the scroll operation occured. -@position: a value between 0.0 and 1.0. - - - -This signal is emitted when the CList is scrolled vertically. - - -@clist: the object which received the signal. -@scroll_type: A #GtkScrollType value of how the scroll operation occured. -@position: A value between 0.0 and 1.0. - - - -This signal is emitted when all the rows are selected in a CList. - - -@clist: the object which received the signal. - - - -This signal is emitted when the user selects a row in the list. -It is emitted for every row that is selected in a multi-selection or -by calling gtk_clist_select_all(). - - -@clist: The object which received the signal. -@row: The row selected. -@column: The column where the selection occured. -@event: A #GdkEvent structure for the selection. - - - - - - -@clist: the object which received the signal. -@arg1: -@arg2: - - - -This signal is emitted when a drag-selection is started in -a multiple-selection CList. - - -@clist: the object which received the signal. - - - -This signal is emitted when "add mode" is toggled. - - -@clist: the object which received the signal. - - - - - - -@clist: The object which received the signal. - - - -This signal is emitted when an undo selection occurs in the CList, -probably via calling gtk_clist_undo_selection(). - - -@clist: the object which received the signal. - - - -This signal is emitted when all rows are unselected in a CList. - - -@clist: the object which received the signal. - - - -This signal is emitted when the user unselects a row in the list. -It is emitted for every row that is unselected in a multi-selection or -by calling gtk_clist_unselect_all(). It is also emitted for the -previously selected row in a "single" or "browse" mode CList. - - -@clist: The object which received the signal. -@row: The selected row -@column: The column where the selection occured. -@event: - - - -An integer value for a column. - - - - -A boolean value for determining if the user can re-order the CList's -columns. - - - - -An integer value representing the height of a row in pixels. - - - - -Sets the type of selection mode for the CList. - - - - -Sets the shadowing for the CList. - - - - - - - - - -A boolean value for setting whether the column titles can be -clicked. - - - - -A boolean value for setting whether to use icons during drag -operations. - - diff --git a/docs/reference/gtk/tmpl/gtkcolorbutton.sgml b/docs/reference/gtk/tmpl/gtkcolorbutton.sgml index ff1217dab6..cac76e59b3 100644 --- a/docs/reference/gtk/tmpl/gtkcolorbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkcolorbutton.sgml @@ -21,6 +21,33 @@ selection dialog to change the color. It is suitable widget for selecting a colo + + + + + +@colorbutton: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + @@ -110,30 +137,3 @@ selection dialog to change the color. It is suitable widget for selecting a colo @Returns: - - - - - -@colorbutton: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcolorsel.sgml b/docs/reference/gtk/tmpl/gtkcolorsel.sgml index 9d02693079..844fd5c016 100644 --- a/docs/reference/gtk/tmpl/gtkcolorsel.sgml +++ b/docs/reference/gtk/tmpl/gtkcolorsel.sgml @@ -25,6 +25,34 @@ and should be accessed using the functions below. + + +This signal is emitted when the color changes in the #GtkColorSelection +according to its update policy. + + +@colorselection: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + @@ -258,31 +286,3 @@ time. @color: - - -This signal is emitted when the color changes in the #GtkColorSelection -according to its update policy. - - -@colorselection: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcombo.sgml b/docs/reference/gtk/tmpl/gtkcombo.sgml index 0cde7f5063..5e8f6a21d7 100644 --- a/docs/reference/gtk/tmpl/gtkcombo.sgml +++ b/docs/reference/gtk/tmpl/gtkcombo.sgml @@ -94,6 +94,31 @@ an application.) @list: the list shown in the drop-down window. @Deprecated: Use #GtkComboBox instead. + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkCombo. @@ -192,28 +217,3 @@ instead. @Deprecated: Use #GtkComboBox instead. - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcombobox.sgml b/docs/reference/gtk/tmpl/gtkcombobox.sgml index a59250ed98..2227b1a0b0 100644 --- a/docs/reference/gtk/tmpl/gtkcombobox.sgml +++ b/docs/reference/gtk/tmpl/gtkcombobox.sgml @@ -20,6 +20,58 @@ a widget used to choose from a list of items. + + + + + +@combobox: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -256,55 +308,3 @@ a widget used to choose from a list of items. @Returns: - - - - - -@combobox: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml index 118cd44fe2..1151680ee2 100644 --- a/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml +++ b/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml @@ -20,6 +20,11 @@ a text entry field with a dropdown list + + + + + @@ -67,8 +72,3 @@ a text entry field with a dropdown list @Returns: - - - - - diff --git a/docs/reference/gtk/tmpl/gtkcontainer.sgml b/docs/reference/gtk/tmpl/gtkcontainer.sgml index 7f4fbb4d0b..ec0d1cb967 100644 --- a/docs/reference/gtk/tmpl/gtkcontainer.sgml +++ b/docs/reference/gtk/tmpl/gtkcontainer.sgml @@ -102,6 +102,52 @@ changes, use gtk_widget_child_notify(). + + + + + +@container: the object which received the signal. +@widget: + + + + + + +@container: the object which received the signal. + + + + + + +@container: the object which received the signal. +@widget: + + + + + + +@container: the object which received the signal. +@widget: + + + + + + + + + + + + + + + + @@ -464,49 +510,3 @@ Does the same as gtk_container_get_children(). @class: - - - - - -@container: the object which received the signal. -@widget: - - - - - - -@container: the object which received the signal. - - - - - - -@container: the object which received the signal. -@widget: - - - - - - -@container: the object which received the signal. -@widget: - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkctree.sgml b/docs/reference/gtk/tmpl/gtkctree.sgml index 2232d7f782..ad3ec4f749 100644 --- a/docs/reference/gtk/tmpl/gtkctree.sgml +++ b/docs/reference/gtk/tmpl/gtkctree.sgml @@ -79,6 +79,94 @@ node. + + +The row which has the focus is either collapsed or expanded +or toggled. + + +@ctree: the object which received the signal. +@expansion: What is being done. + + + +Emitted when a node is collapsed. + + +@ctree: the object which received the signal. +@node: + + + +Emitted when a node is expanded. + + +@ctree: the object which received the signal. +@node: + + + +Emitted when a node is moved. + + +@ctree: the object which received the signal. +@node: The node that is moved. +@new_parent: The new parent of the node. +@new_sibling: The new sibling of the node. + + + +Emitted when a row is selected. + + +@ctree: the object which received the signal. +@node: The node corresponding to the selected row. +@column: The column which was selected. + + + +Emitted when a node is unselected. + + +@ctree: the object which received the signal. +@node: The node corresponding to the selected row. +@column: + + + +The style of the expander buttons. + + + + +The number of pixels to indent the tree levels. + + + + +The style of the lines in the tree graphic. + + + + +The number of columns in the tree. + + + + +FIXME + + + + +The number of pixels between the tree and the columns. + + + + +The column in which the actual tree graphic appears. + + Used to get the #GtkCTreeRow structure corresponding to the given #GtkCTreeNode. @@ -1167,91 +1255,3 @@ criteria etc. @show_stub: - - -The row which has the focus is either collapsed or expanded -or toggled. - - -@ctree: the object which received the signal. -@expansion: What is being done. - - - -Emitted when a node is collapsed. - - -@ctree: the object which received the signal. -@node: - - - -Emitted when a node is expanded. - - -@ctree: the object which received the signal. -@node: - - - -Emitted when a node is moved. - - -@ctree: the object which received the signal. -@node: The node that is moved. -@new_parent: The new parent of the node. -@new_sibling: The new sibling of the node. - - - -Emitted when a row is selected. - - -@ctree: the object which received the signal. -@node: The node corresponding to the selected row. -@column: The column which was selected. - - - -Emitted when a node is unselected. - - -@ctree: the object which received the signal. -@node: The node corresponding to the selected row. -@column: - - - -The style of the expander buttons. - - - - -The number of pixels to indent the tree levels. - - - - -The style of the lines in the tree graphic. - - - - -The number of columns in the tree. - - - - -FIXME - - - - -The number of pixels between the tree and the columns. - - - - -The column in which the actual tree graphic appears. - - diff --git a/docs/reference/gtk/tmpl/gtkcurve.sgml b/docs/reference/gtk/tmpl/gtkcurve.sgml index 674e39ba3f..9395dcf8be 100644 --- a/docs/reference/gtk/tmpl/gtkcurve.sgml +++ b/docs/reference/gtk/tmpl/gtkcurve.sgml @@ -48,6 +48,41 @@ should be accessed using the functions below. + + +Emitted when the curve type has been changed. +The curve type can be changed explicitly with a call to +gtk_curve_set_curve_type(). It is also changed as a side-effect of +calling gtk_curve_reset() or gtk_curve_set_gamma(). + + +@curve: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkCurve. @@ -124,38 +159,3 @@ curve will be changed as little as possible. @type: the type of the curve. - - -Emitted when the curve type has been changed. -The curve type can be changed explicitly with a call to -gtk_curve_set_curve_type(). It is also changed as a side-effect of -calling gtk_curve_reset() or gtk_curve_set_gamma(). - - -@curve: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkdialog.sgml b/docs/reference/gtk/tmpl/gtkdialog.sgml index d9f2a360b7..c9d2bf1579 100644 --- a/docs/reference/gtk/tmpl/gtkdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkdialog.sgml @@ -140,6 +140,44 @@ as any other #GtkHButtonBox. @vbox: @action_area: + + + + + +@dialog: the object which received the signal. + + + +Emitted when an action widget is clicked, the dialog receives a delete event, or +the application programmer calls gtk_dialog_response(). On a delete event, the +response ID is #GTK_RESPONSE_NONE. Otherwise, it depends on which action widget +was clicked. + + +@dialog: the object which received the signal. +@arg1: the response ID + + + + + + + + + + + + + + + + + + + + + @@ -276,41 +314,3 @@ directly, but into the @vbox and @action_area, as described above. @setting: - - - - - -@dialog: the object which received the signal. - - - -Emitted when an action widget is clicked, the dialog receives a delete event, or -the application programmer calls gtk_dialog_response(). On a delete event, the -response ID is #GTK_RESPONSE_NONE. Otherwise, it depends on which action widget -was clicked. - - -@dialog: the object which received the signal. -@arg1: the response ID - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkeditable.sgml b/docs/reference/gtk/tmpl/gtkeditable.sgml index b24ec512aa..ac0b950f2e 100644 --- a/docs/reference/gtk/tmpl/gtkeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkeditable.sgml @@ -84,6 +84,50 @@ editable by the user. + + +Indicates that the user has changed the contents +of the widget. + + +@editable: the object which received the signal. + + + +This signal is emitted when text is deleted from +the widget by the user. The default handler for +this signal will normally be responsible for inserting +the text, so by connecting to this signal and then +stopping the signal with gtk_signal_emit_stop(), it +is possible to modify the inserted text, or prevent +it from being inserted entirely. The @start_pos +and @end_pos parameters are interpreted as for +gtk_editable_delete_text() + + +@editable: the object which received the signal. +@start_pos: the starting position. +@end_pos: the end position. + + + +This signal is emitted when text is inserted into +the widget by the user. The default handler for +this signal will normally be responsible for inserting +the text, so by connecting to this signal and then +stopping the signal with gtk_signal_emit_stop(), it +is possible to modify the inserted text, or prevent +it from being inserted entirely. + + +@editable: the object which received the signal. +@new_text: the new text to insert. +@new_text_length: the length of the new text. +@position: the position at which to insert the new text. + this is an in-out paramter. After the signal + emission is finished, it should point after + the newly inserted text. + Selects a region of text. The characters that @@ -244,47 +288,3 @@ widget or not. @Returns: - - -Indicates that the user has changed the contents -of the widget. - - -@editable: the object which received the signal. - - - -This signal is emitted when text is deleted from -the widget by the user. The default handler for -this signal will normally be responsible for inserting -the text, so by connecting to this signal and then -stopping the signal with gtk_signal_emit_stop(), it -is possible to modify the inserted text, or prevent -it from being inserted entirely. The @start_pos -and @end_pos parameters are interpreted as for -gtk_editable_delete_text() - - -@editable: the object which received the signal. -@start_pos: the starting position. -@end_pos: the end position. - - - -This signal is emitted when text is inserted into -the widget by the user. The default handler for -this signal will normally be responsible for inserting -the text, so by connecting to this signal and then -stopping the signal with gtk_signal_emit_stop(), it -is possible to modify the inserted text, or prevent -it from being inserted entirely. - - -@editable: the object which received the signal. -@new_text: the new text to insert. -@new_text_length: the length of the new text. -@position: the position at which to insert the new text. - this is an in-out paramter. After the signal - emission is finished, it should point after - the newly inserted text. - diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 9c31630590..92204167f8 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -31,6 +31,136 @@ The #GtkEntry-struct struct contains only private data. + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: + + + + + + +@entry: the object which received the signal. +@arg1: + + + + + + +@entry: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@entry: the object which received the signal. + + + + + + +@entry: the object which received the signal. +@arg1: + + + + + + +@entry: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkEntry widget. @@ -301,133 +431,3 @@ use gtk_editable_set_editable() instead. @Returns: - - - - - -@entry: the object which received the signal. - - - - - - -@entry: the object which received the signal. - - - - - - -@entry: the object which received the signal. - - - - - - -@entry: the object which received the signal. -@arg1: -@arg2: - - - - - - -@entry: the object which received the signal. -@arg1: - - - - - - -@entry: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@entry: the object which received the signal. - - - - - - -@entry: the object which received the signal. -@arg1: - - - - - - -@entry: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml index 53363d5e08..4074befe4e 100644 --- a/docs/reference/gtk/tmpl/gtkentrycompletion.sgml +++ b/docs/reference/gtk/tmpl/gtkentrycompletion.sgml @@ -49,6 +49,58 @@ The GtkEntryCompletion struct contains only private data. + + + + + +@entrycompletion: the object which received the signal. +@arg1: + + + + + + +@entrycompletion: the object which received the signal. +@arg1: +@Returns: + + + + + + +@entrycompletion: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + + + + + + + + + + + + + + + + + + + + + A function which decides whether the row indicated by @iter matches a given @@ -139,6 +191,14 @@ to the unmodified key via gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @completion: + + + + + +@completion: + + @@ -192,36 +252,39 @@ to the unmodified key via gtk_entry_get_text (GTK_ENTRY (gtk_entry_comp @Returns: - + -@entrycompletion: the object which received the signal. -@arg1: +@completion: +@inline_completion: - + + -@entrycompletion: the object which received the signal. -@arg1: -@arg2: +@completion: @Returns: - + + - +@completion: +@popup_completion: + + + - - +@completion: +@Returns: - diff --git a/docs/reference/gtk/tmpl/gtkeventbox.sgml b/docs/reference/gtk/tmpl/gtkeventbox.sgml index 309958a1f3..f5fc0dc4e3 100644 --- a/docs/reference/gtk/tmpl/gtkeventbox.sgml +++ b/docs/reference/gtk/tmpl/gtkeventbox.sgml @@ -23,6 +23,16 @@ should be accessed using the functions below. + + + + + + + + + + Creates a new #GtkEventBox. @@ -67,13 +77,3 @@ Creates a new #GtkEventBox. @Returns: - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkexpander.sgml b/docs/reference/gtk/tmpl/gtkexpander.sgml index 5dc308dc00..b306f30083 100644 --- a/docs/reference/gtk/tmpl/gtkexpander.sgml +++ b/docs/reference/gtk/tmpl/gtkexpander.sgml @@ -71,6 +71,53 @@ expander_callback (GObject *object, + + + + + +@expander: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -197,50 +244,3 @@ expander_callback (GObject *object, @Returns: - - - - - -@expander: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkfilechooser.sgml b/docs/reference/gtk/tmpl/gtkfilechooser.sgml index c6a0729948..177e91aeaa 100644 --- a/docs/reference/gtk/tmpl/gtkfilechooser.sgml +++ b/docs/reference/gtk/tmpl/gtkfilechooser.sgml @@ -374,6 +374,84 @@ class "GtkFileChooserDefault" binding "my-own-gtkfilechooser-bindings" + + + + + +@filechooser: the object which received the signal. + + + + + + +@filechooser: the object which received the signal. + + + + + + +@filechooser: the object which received the signal. + + + + + + +@filechooser: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Describes whether a #GtkFileChooser is being used to open @@ -843,31 +921,3 @@ End: --> - - - - - -@filechooser: the object which received the signal. - - - - - - -@filechooser: the object which received the signal. - - - - - - -@filechooser: the object which received the signal. - - - - - - -@filechooser: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkfilesel.sgml b/docs/reference/gtk/tmpl/gtkfilesel.sgml index 7c54968ce1..f00da8b8b0 100644 --- a/docs/reference/gtk/tmpl/gtkfilesel.sgml +++ b/docs/reference/gtk/tmpl/gtkfilesel.sgml @@ -140,6 +140,21 @@ The #GtkFileSelection struct contains the following #GtkWidget fields: @button_area: @action_area: + + + + + + + + + + + + + + + Creates a new file selection dialog box. By default it will contain a #GtkTreeView of the application's current working directory, and a file listing. Operation buttons that allow the user to create a directory, delete files and rename files, are also present. @@ -220,18 +235,3 @@ Hides the file operation buttons that normally appear at the top of the dialog. @Returns: - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkfixed.sgml b/docs/reference/gtk/tmpl/gtkfixed.sgml index a4f686b0aa..28cba109fa 100644 --- a/docs/reference/gtk/tmpl/gtkfixed.sgml +++ b/docs/reference/gtk/tmpl/gtkfixed.sgml @@ -84,6 +84,16 @@ their positions. + + + + + + + + + + The #GtkFixedChild-struct struct contains the following fields. @@ -166,13 +176,3 @@ Moves a child of a #GtkFixed container to the given position. @has_window: - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkfontbutton.sgml b/docs/reference/gtk/tmpl/gtkfontbutton.sgml index 641e3a010c..abad175f2c 100644 --- a/docs/reference/gtk/tmpl/gtkfontbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkfontbutton.sgml @@ -21,6 +21,43 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe + + + + + +@fontbutton: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -147,40 +184,3 @@ dialog to change the font. It is suitable widget for selecting a font in a prefe @Returns: - - - - - -@fontbutton: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkfontsel.sgml b/docs/reference/gtk/tmpl/gtkfontsel.sgml index 502b104e9e..c5a70f4016 100644 --- a/docs/reference/gtk/tmpl/gtkfontsel.sgml +++ b/docs/reference/gtk/tmpl/gtkfontsel.sgml @@ -43,6 +43,21 @@ only be accessed using the functions below. + + + + + + + + + + + + + + + Creates a new #GtkFontSelection. @@ -98,18 +113,3 @@ Sets the text displayed in the preview area. @text: the text to display in the preview area. - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkframe.sgml b/docs/reference/gtk/tmpl/gtkframe.sgml index 935350ea96..fbe0d1249f 100644 --- a/docs/reference/gtk/tmpl/gtkframe.sgml +++ b/docs/reference/gtk/tmpl/gtkframe.sgml @@ -24,6 +24,36 @@ label can be controlled with gtk_frame_set_label_align(). + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -103,33 +133,3 @@ label can be controlled with gtk_frame_set_label_align(). @Returns: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkhandlebox.sgml b/docs/reference/gtk/tmpl/gtkhandlebox.sgml index a00c8127ac..55a595c171 100644 --- a/docs/reference/gtk/tmpl/gtkhandlebox.sgml +++ b/docs/reference/gtk/tmpl/gtkhandlebox.sgml @@ -77,6 +77,53 @@ child is attached or detached. + + +This signal is emitted when the contents of the +handlebox are reattached to the main window. + + +@handlebox: the object which received the signal. +@widget: the child widget of the handlebox. + (this argument provides no extra information + and is here only for backwards-compatibility) + + + +This signal is emitted when the contents of the +handlebox are detached from the main window. + + +@handlebox: the object which received the signal. +@widget: the child widget of the handlebox. + (this argument provides no extra information + and is here only for backwards-compatibility) + + + + + + + + + + + + + + + + + + + + + + + + + + Create a new handle box. @@ -155,50 +202,3 @@ in the future. @Returns: - - -This signal is emitted when the contents of the -handlebox are reattached to the main window. - - -@handlebox: the object which received the signal. -@widget: the child widget of the handlebox. - (this argument provides no extra information - and is here only for backwards-compatibility) - - - -This signal is emitted when the contents of the -handlebox are detached from the main window. - - -@handlebox: the object which received the signal. -@widget: the child widget of the handlebox. - (this argument provides no extra information - and is here only for backwards-compatibility) - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkicontheme.sgml b/docs/reference/gtk/tmpl/gtkicontheme.sgml index 48f28c5300..fb33c6bbb8 100644 --- a/docs/reference/gtk/tmpl/gtkicontheme.sgml +++ b/docs/reference/gtk/tmpl/gtkicontheme.sgml @@ -119,6 +119,13 @@ gtk_icon_theme_set_custom_theme(). + + + + + +@icontheme: the object which received the signal. + @@ -400,10 +407,3 @@ gtk_icon_theme_set_custom_theme(). @Returns: - - - - - -@icontheme: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkiconview.sgml b/docs/reference/gtk/tmpl/gtkiconview.sgml index 26568b6ea0..73e92c352f 100644 --- a/docs/reference/gtk/tmpl/gtkiconview.sgml +++ b/docs/reference/gtk/tmpl/gtkiconview.sgml @@ -26,6 +26,116 @@ private fields and should not be directly accessed. + + + + + +@iconview: the object which received the signal. +@Returns: + + + + + + +@iconview: the object which received the signal. +@arg1: + + + + + + +@iconview: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + +@iconview: the object which received the signal. + + + + + + +@iconview: the object which received the signal. + + + + + + +@iconview: the object which received the signal. + + + + + + +@iconview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@iconview: the object which received the signal. + + + + + + +@iconview: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -253,113 +363,3 @@ selected rows. It will be called on every selected row in the view. @path: - - - - - -@iconview: the object which received the signal. -@Returns: - - - - - - -@iconview: the object which received the signal. -@arg1: - - - - - - -@iconview: the object which received the signal. -@arg1: -@arg2: -@Returns: - - - - - - -@iconview: the object which received the signal. - - - - - - -@iconview: the object which received the signal. - - - - - - -@iconview: the object which received the signal. - - - - - - -@iconview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@iconview: the object which received the signal. - - - - - - -@iconview: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkimage.sgml b/docs/reference/gtk/tmpl/gtkimage.sgml index 51a5e6d12e..f94ddcbb9e 100644 --- a/docs/reference/gtk/tmpl/gtkimage.sgml +++ b/docs/reference/gtk/tmpl/gtkimage.sgml @@ -108,6 +108,56 @@ below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Describes the image data representation used by a #GtkImage. If you @@ -359,53 +409,3 @@ Gets the #GtkImage. @mask: a #GdkBitmap that indicates which parts of the image should be transparent. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml index d9c35fb722..91aa18eeb2 100644 --- a/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkimagemenuitem.sgml @@ -24,6 +24,11 @@ fill in the text label. + + + + + @@ -81,8 +86,3 @@ fill in the text label. @Returns: - - - - - diff --git a/docs/reference/gtk/tmpl/gtkimcontext.sgml b/docs/reference/gtk/tmpl/gtkimcontext.sgml index c85cf1fdd6..c9d81d8bd1 100644 --- a/docs/reference/gtk/tmpl/gtkimcontext.sgml +++ b/docs/reference/gtk/tmpl/gtkimcontext.sgml @@ -20,6 +20,53 @@ Base class for input method contexts + + + + + +@imcontext: the object which received the signal. +@arg1: + + + + + + +@imcontext: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + +@imcontext: the object which received the signal. + + + + + + +@imcontext: the object which received the signal. + + + + + + +@imcontext: the object which received the signal. + + + + + + +@imcontext: the object which received the signal. +@Returns: + @@ -125,50 +172,3 @@ Base class for input method contexts @Returns: - - - - - -@imcontext: the object which received the signal. -@arg1: - - - - - - -@imcontext: the object which received the signal. -@arg1: -@arg2: -@Returns: - - - - - - -@imcontext: the object which received the signal. - - - - - - -@imcontext: the object which received the signal. - - - - - - -@imcontext: the object which received the signal. - - - - - - -@imcontext: the object which received the signal. -@Returns: - diff --git a/docs/reference/gtk/tmpl/gtkinputdialog.sgml b/docs/reference/gtk/tmpl/gtkinputdialog.sgml index 436f014e0f..bf5210516a 100644 --- a/docs/reference/gtk/tmpl/gtkinputdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkinputdialog.sgml @@ -43,14 +43,6 @@ immediately. - - -Creates a new #GtkInputDialog. - - -@Returns: the new #GtkInputDialog. - - This signal is emitted when the user changes the @@ -71,3 +63,11 @@ mode of a device from #GDK_MODE_DISABLED to a @inputdialog: the object which received the signal. @deviceid: The ID of the newly enabled device. + + +Creates a new #GtkInputDialog. + + +@Returns: the new #GtkInputDialog. + + diff --git a/docs/reference/gtk/tmpl/gtkinvisible.sgml b/docs/reference/gtk/tmpl/gtkinvisible.sgml index 9dbff3042a..c34b8641a1 100644 --- a/docs/reference/gtk/tmpl/gtkinvisible.sgml +++ b/docs/reference/gtk/tmpl/gtkinvisible.sgml @@ -25,6 +25,11 @@ The #GtkInvisible-struct struct contains no public fields. + + + + + @@ -59,8 +64,3 @@ The #GtkInvisible-struct struct contains no public fields. @Returns: - - - - - diff --git a/docs/reference/gtk/tmpl/gtkitem.sgml b/docs/reference/gtk/tmpl/gtkitem.sgml index f800623b3a..8964eb09bd 100644 --- a/docs/reference/gtk/tmpl/gtkitem.sgml +++ b/docs/reference/gtk/tmpl/gtkitem.sgml @@ -22,6 +22,27 @@ should be accessed using the functions below. + + +Emitted when the item is deselected. + + +@item: the object which received the signal. + + + +Emitted when the item is selected. + + +@item: the object which received the signal. + + + +Emitted when the item is toggled. + + +@item: the object which received the signal. + Emits the "select" signal on the given item. @@ -46,24 +67,3 @@ Emits the "toggle" signal on the given item. @item: a #GtkItem. - - -Emitted when the item is deselected. - - -@item: the object which received the signal. - - - -Emitted when the item is selected. - - -@item: the object which received the signal. - - - -Emitted when the item is toggled. - - -@item: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtklabel.sgml b/docs/reference/gtk/tmpl/gtklabel.sgml index 638268e18f..9272fdeb05 100644 --- a/docs/reference/gtk/tmpl/gtklabel.sgml +++ b/docs/reference/gtk/tmpl/gtklabel.sgml @@ -145,6 +145,91 @@ described below. + + + + + +@label: the object which received the signal. + + + + + + +@label: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@label: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -446,88 +531,3 @@ Gtk+ 1.0.x. @setting: - - - - - -@label: the object which received the signal. - - - - - - -@label: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@label: the object which received the signal. -@arg1: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtklayout.sgml b/docs/reference/gtk/tmpl/gtklayout.sgml index 24c2107310..6870889a99 100644 --- a/docs/reference/gtk/tmpl/gtklayout.sgml +++ b/docs/reference/gtk/tmpl/gtklayout.sgml @@ -34,6 +34,45 @@ area. @bin_window: + + + + + +@layout: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -142,42 +181,3 @@ area. @adjustment: - - - - - -@layout: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtklist.sgml b/docs/reference/gtk/tmpl/gtklist.sgml index 4fba6eed99..c6f3127c70 100644 --- a/docs/reference/gtk/tmpl/gtklist.sgml +++ b/docs/reference/gtk/tmpl/gtklist.sgml @@ -39,6 +39,34 @@ type. + + +The child @widget has just been selected. + + +@list: the object which received the signal. +@widget: the newly selected child. + + + +The selection of the widget has just changed. + + +@list: the object which received the signal. + + + +The child @widget has just been unselected. + + +@list: the object which received the signal. +@widget: the newly unselected child. + + + + + + Creates a new #GtkList. @@ -336,31 +364,3 @@ effect if a drag selection is not active. @list: the list widget. - - -The child @widget has just been selected. - - -@list: the object which received the signal. -@widget: the newly selected child. - - - -The selection of the widget has just changed. - - -@list: the object which received the signal. - - - -The child @widget has just been unselected. - - -@list: the object which received the signal. -@widget: the newly unselected child. - - - - - - diff --git a/docs/reference/gtk/tmpl/gtklistitem.sgml b/docs/reference/gtk/tmpl/gtklistitem.sgml index b1a03b7fa5..cf19feb412 100644 --- a/docs/reference/gtk/tmpl/gtklistitem.sgml +++ b/docs/reference/gtk/tmpl/gtklistitem.sgml @@ -33,42 +33,6 @@ only be accessed using the functions below. - - -Creates a new #GtkListitem. - - -@Returns: a new #GtkListItem. - - - - -Creates a new #GtkListItem with a child label containing the given string. - - -@label: the string to use for the child label. -@Returns: a new #GtkListItem with a child #GtkLabel with the text set to -@label. - - - - -Selects the item, by emitting the item's "select" signal. -Depending on the selection mode of the list, this may cause other items to -be deselected. - - -@list_item: a #GtkListItem. - - - - -Deselects the item, by emitting the item's "deselect" signal. - - -@list_item: a #GtkListItem. - - @@ -146,3 +110,39 @@ Deselects the item, by emitting the item's "deselect" signal. @listitem: the object which received the signal. + + +Creates a new #GtkListitem. + + +@Returns: a new #GtkListItem. + + + + +Creates a new #GtkListItem with a child label containing the given string. + + +@label: the string to use for the child label. +@Returns: a new #GtkListItem with a child #GtkLabel with the text set to +@label. + + + + +Selects the item, by emitting the item's "select" signal. +Depending on the selection mode of the list, this may cause other items to +be deselected. + + +@list_item: a #GtkListItem. + + + + +Deselects the item, by emitting the item's "deselect" signal. + + +@list_item: a #GtkListItem. + + diff --git a/docs/reference/gtk/tmpl/gtkmenu.sgml b/docs/reference/gtk/tmpl/gtkmenu.sgml index b5fb1db4d6..d01553f299 100644 --- a/docs/reference/gtk/tmpl/gtkmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkmenu.sgml @@ -83,6 +83,59 @@ should be accessed using the functions below. + + + + + +@menu: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkMenu. @@ -359,56 +412,3 @@ will be called when the menu is later detached from the widget. @monitor_num: - - - - - -@menu: the object which received the signal. -@arg1: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkmenubar.sgml b/docs/reference/gtk/tmpl/gtkmenubar.sgml index 16b3972408..fca557f76a 100644 --- a/docs/reference/gtk/tmpl/gtkmenubar.sgml +++ b/docs/reference/gtk/tmpl/gtkmenubar.sgml @@ -20,6 +20,16 @@ The #GtkMenuBar struct contains the following fields. (These fields should be co + + + + + + + + + + Creates the new #GtkMenuBar @@ -64,13 +74,3 @@ Adds a new #GtkMenuItem to the GtkMenuBar at the position defined by @position @position: the position in the item list where the @child is added. - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkmenuitem.sgml b/docs/reference/gtk/tmpl/gtkmenuitem.sgml index c016367fb0..90b8c7ff92 100644 --- a/docs/reference/gtk/tmpl/gtkmenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkmenuitem.sgml @@ -39,6 +39,57 @@ only a few are really useful. + + +Emitted when the item is activated. + + +@menuitem: the object which received the signal. + + + +Emitted when the item is activated, but also if the menu item has a +submenu. For normal applications, the relevant signal is "activate". + + +@menuitem: the object which received the signal. + + + + + + +@menuitem: the object which received the signal. +@arg1: + + + + + + +@menuitem: the object which received the signal. +@arg1: + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkMenuItem. @@ -170,54 +221,3 @@ Sets the menu item to be right-justified. Only useful for menu bars. @Returns: - - -Emitted when the item is activated. - - -@menuitem: the object which received the signal. - - - -Emitted when the item is activated, but also if the menu item has a -submenu. For normal applications, the relevant signal is "activate". - - -@menuitem: the object which received the signal. - - - - - - -@menuitem: the object which received the signal. -@arg1: - - - - - - -@menuitem: the object which received the signal. -@arg1: - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkmenushell.sgml b/docs/reference/gtk/tmpl/gtkmenushell.sgml index 3143bcf882..6ce095e335 100644 --- a/docs/reference/gtk/tmpl/gtkmenushell.sgml +++ b/docs/reference/gtk/tmpl/gtkmenushell.sgml @@ -41,6 +41,55 @@ an application.) + + +An action signal that activates the current menu item within the menu +shell. + + +@menushell: the object which received the signal. +@force_hide: if TRUE, hide the menu after activating the menu item. + + + +An action signal which cancels the selection within the menu shell. +Causes the GtkMenuShell::selection-done signal to be emitted. + + +@menushell: the object which received the signal. + + + + + + +@menushell: the object which received the signal. +@arg1: + + + +This signal is emitted when a menu shell is deactivated. + + +@menushell: the object which received the signal. + + + +An action signal which moves the current menu item in the direction +specified by @direction. + + +@menushell: the object which received the signal. +@direction: the direction to move. + + + +This signal is emitted when a selection has been completed within a menu +shell. + + +@menushell: the object which received the signal. + Adds a new #GtkMenuItem to the end of the menu shell's item list. @@ -161,52 +210,3 @@ An enumeration representing directional movements within a menu. @GTK_MENU_DIR_NEXT: @GTK_MENU_DIR_PREV: - - -An action signal that activates the current menu item within the menu -shell. - - -@menushell: the object which received the signal. -@force_hide: if TRUE, hide the menu after activating the menu item. - - - -An action signal which cancels the selection within the menu shell. -Causes the GtkMenuShell::selection-done signal to be emitted. - - -@menushell: the object which received the signal. - - - - - - -@menushell: the object which received the signal. -@arg1: - - - -This signal is emitted when a menu shell is deactivated. - - -@menushell: the object which received the signal. - - - -An action signal which moves the current menu item in the direction -specified by @direction. - - -@menushell: the object which received the signal. -@direction: the direction to move. - - - -This signal is emitted when a selection has been completed within a menu -shell. - - -@menushell: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml index ea6ddd93d4..7ba8f801a1 100644 --- a/docs/reference/gtk/tmpl/gtkmessagedialog.sgml +++ b/docs/reference/gtk/tmpl/gtkmessagedialog.sgml @@ -64,6 +64,26 @@ You might do a non-modal #GtkMessageDialog as follows: + + + + + + + + + + + + + + + + + + + + The type of message being displayed in the dialog. @@ -125,23 +145,3 @@ then call gtk_dialog_add_buttons(). @str: - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkmisc.sgml b/docs/reference/gtk/tmpl/gtkmisc.sgml index 2658825465..5a7ac4cf53 100644 --- a/docs/reference/gtk/tmpl/gtkmisc.sgml +++ b/docs/reference/gtk/tmpl/gtkmisc.sgml @@ -60,6 +60,26 @@ in pixels. + + + + + + + + + + + + + + + + + + + + Sets the alignment of the widget. @@ -102,23 +122,3 @@ in pixels. @ypad: - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtknotebook.sgml b/docs/reference/gtk/tmpl/gtknotebook.sgml index 57f53677e8..ddc2d5a32a 100644 --- a/docs/reference/gtk/tmpl/gtknotebook.sgml +++ b/docs/reference/gtk/tmpl/gtknotebook.sgml @@ -36,6 +36,151 @@ will be a popup menu allowing the users to switch pages. + + + + + +@notebook: the object which received the signal. +@arg1: + +@Returns: + + + + + + +@notebook: the object which received the signal. +@arg1: +@Returns: + + + + + + +@notebook: the object which received the signal. +@arg1: + + + + + + +@notebook: the object which received the signal. +@arg1: +@Returns: + + + +Emitted when the user or a function changes the current page. + + +@notebook: the object which received the signal. +@page: the new current page +@page_num: the index of the page + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The #GtkNotebookPage is an opaque implementation detail of #GtkNotebook. @@ -415,148 +560,3 @@ gtk_notebook_set_current_page() instead. @page_num: - - - - - -@notebook: the object which received the signal. -@arg1: - -@Returns: - - - - - - -@notebook: the object which received the signal. -@arg1: -@Returns: - - - - - - -@notebook: the object which received the signal. -@arg1: - - - - - - -@notebook: the object which received the signal. -@arg1: -@Returns: - - - -Emitted when the user or a function changes the current page. - - -@notebook: the object which received the signal. -@page: the new current page -@page_num: the index of the page - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkobject.sgml b/docs/reference/gtk/tmpl/gtkobject.sgml index 048f28094a..86df56db09 100644 --- a/docs/reference/gtk/tmpl/gtkobject.sgml +++ b/docs/reference/gtk/tmpl/gtkobject.sgml @@ -98,6 +98,20 @@ The object itself. You should never use these members directly - + + +Signals that all holders of a reference to the #GtkObject should release +the reference that they hold. May result in finalization of the object +if all references are released. + + +@object: the object which received the signal. + + + + + + Gets the type of an object. @@ -493,17 +507,3 @@ Useless deprecated macro. Ignore it. - - -Signals that all holders of a reference to the #GtkObject should release -the reference that they hold. May result in finalization of the object -if all references are released. - - -@object: the object which received the signal. - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkoldeditable.sgml b/docs/reference/gtk/tmpl/gtkoldeditable.sgml index bc0acf74ea..9fd8233798 100644 --- a/docs/reference/gtk/tmpl/gtkoldeditable.sgml +++ b/docs/reference/gtk/tmpl/gtkoldeditable.sgml @@ -25,33 +25,6 @@ in newly written code. Use the #GtkEditable interface instead. @selection_end_pos: @has_selection: - - - - - -@editable: -@time_: - - - - - - - -@old_editable: -@claim: -@time_: - - - - - - - -@old_editable: - - @@ -164,3 +137,30 @@ in newly written code. Use the #GtkEditable interface instead. + + + + + +@editable: +@time_: + + + + + + + +@old_editable: +@claim: +@time_: + + + + + + + +@old_editable: + + diff --git a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml index d32c172974..de5248e7af 100644 --- a/docs/reference/gtk/tmpl/gtkoptionmenu.sgml +++ b/docs/reference/gtk/tmpl/gtkoptionmenu.sgml @@ -37,6 +37,28 @@ should be accessed using the functions below. @Deprecated: Use #GtkComboBox instead. + + + + + +@optionmenu: the object which received the signal. + + + + + + + + + + + + + + + + Creates a new #GtkOptionMenu. @@ -97,25 +119,3 @@ selected value for the option menu. @Returns: - - - - - -@optionmenu: the object which received the signal. - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkpaned.sgml b/docs/reference/gtk/tmpl/gtkpaned.sgml index 78ca778cd8..c039e27f08 100644 --- a/docs/reference/gtk/tmpl/gtkpaned.sgml +++ b/docs/reference/gtk/tmpl/gtkpaned.sgml @@ -73,6 +73,92 @@ gtk_widget_set_size_request (frame2, 50, -1); + + + + + +@paned: the object which received the signal. +@Returns: + + + + + + +@paned: the object which received the signal. +@Returns: + + + + + + +@paned: the object which received the signal. +@arg1: +@Returns: + + + + + + +@paned: the object which received the signal. +@arg1: +@Returns: + + + + + + +@paned: the object which received the signal. +@arg1: +@Returns: + + + + + + +@paned: the object which received the signal. +@Returns: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adds a child to the top or left pane with @@ -172,89 +258,3 @@ gutter (the area between the two panes). It does nothing now. @Returns: - - - - - -@paned: the object which received the signal. -@Returns: - - - - - - -@paned: the object which received the signal. -@Returns: - - - - - - -@paned: the object which received the signal. -@arg1: -@Returns: - - - - - - -@paned: the object which received the signal. -@arg1: -@Returns: - - - - - - -@paned: the object which received the signal. -@arg1: -@Returns: - - - - - - -@paned: the object which received the signal. -@Returns: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkplug.sgml b/docs/reference/gtk/tmpl/gtkplug.sgml index 8bb496e4c5..3f5d754c22 100644 --- a/docs/reference/gtk/tmpl/gtkplug.sgml +++ b/docs/reference/gtk/tmpl/gtkplug.sgml @@ -34,6 +34,13 @@ inside the first applications window. + + + + + +@plug: the object which received the signal. + @@ -79,10 +86,3 @@ inside the first applications window. @Returns: - - - - - -@plug: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkpreview.sgml b/docs/reference/gtk/tmpl/gtkpreview.sgml index e20db705bd..e0560a79cc 100644 --- a/docs/reference/gtk/tmpl/gtkpreview.sgml +++ b/docs/reference/gtk/tmpl/gtkpreview.sgml @@ -32,6 +32,11 @@ should be accessed using the functions below. + + + + + Contains information about global properties @@ -255,8 +260,3 @@ once used for changing the colormap and visual on the fly. - - - - - diff --git a/docs/reference/gtk/tmpl/gtkprogress.sgml b/docs/reference/gtk/tmpl/gtkprogress.sgml index 9b418531e8..57dc846e11 100644 --- a/docs/reference/gtk/tmpl/gtkprogress.sgml +++ b/docs/reference/gtk/tmpl/gtkprogress.sgml @@ -23,6 +23,26 @@ and should be accessed using the functions below. + + + + + + + + + + + + + + + + + + + + Controls whether progress text is shown. @@ -187,23 +207,3 @@ the #GtkProgress. @max: the maximum progress value. - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkprogressbar.sgml b/docs/reference/gtk/tmpl/gtkprogressbar.sgml index 250d2d604f..c86e50ef9e 100644 --- a/docs/reference/gtk/tmpl/gtkprogressbar.sgml +++ b/docs/reference/gtk/tmpl/gtkprogressbar.sgml @@ -63,6 +63,51 @@ and should be accessed using the functions below. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new #GtkProgressBar. @@ -231,48 +276,3 @@ gtk_progress_set_percentage() instead. @percentage: the new percent complete value. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkradioaction.sgml b/docs/reference/gtk/tmpl/gtkradioaction.sgml index 1ac2f927d0..9f1f607ddf 100644 --- a/docs/reference/gtk/tmpl/gtkradioaction.sgml +++ b/docs/reference/gtk/tmpl/gtkradioaction.sgml @@ -23,6 +23,24 @@ only private members and should not be accessed directly. + + + + + +@radioaction: the object which received the signal. +@arg1: + + + + + + + + + + + @@ -63,21 +81,3 @@ only private members and should not be accessed directly. @Returns: - - - - - -@radioaction: the object which received the signal. -@arg1: - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkradiobutton.sgml b/docs/reference/gtk/tmpl/gtkradiobutton.sgml index f70f0aebbe..8d33d0761e 100644 --- a/docs/reference/gtk/tmpl/gtkradiobutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiobutton.sgml @@ -91,6 +91,18 @@ functions below. + + + + + +@radiobutton: the object which received the signal. + + + +Sets a new group for a radio button. + + Creates a new #GtkRadioButton. To be of any practical value, a widget should @@ -183,15 +195,3 @@ Retrieves the group assigned to a radio button. as @radio_button. - - - - - -@radiobutton: the object which received the signal. - - - -Sets a new group for a radio button. - - diff --git a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml index 861fdf4ba3..0c6e4d057c 100644 --- a/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml +++ b/docs/reference/gtk/tmpl/gtkradiomenuitem.sgml @@ -55,6 +55,13 @@ the interface functions. + + + + + +@radiomenuitem: the object which received the signal. + Creates a new #GtkRadioMenuItem. @@ -139,10 +146,3 @@ Returns the group to which the radio menu item belongs, as a #GList of @Returns: the group of @radio_menu_item. - - - - - -@radiomenuitem: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkradiotoolbutton.sgml b/docs/reference/gtk/tmpl/gtkradiotoolbutton.sgml index 79fa57a50b..732a4a29ed 100644 --- a/docs/reference/gtk/tmpl/gtkradiotoolbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkradiotoolbutton.sgml @@ -62,6 +62,11 @@ gtk_radio_tool_button_new_from_widget_with_stock() to create a new + + + + + @@ -118,8 +123,3 @@ gtk_radio_tool_button_new_from_widget_with_stock() to create a new @group: - - - - - diff --git a/docs/reference/gtk/tmpl/gtkrange.sgml b/docs/reference/gtk/tmpl/gtkrange.sgml index 20a5ca4115..ea7f8c4440 100644 --- a/docs/reference/gtk/tmpl/gtkrange.sgml +++ b/docs/reference/gtk/tmpl/gtkrange.sgml @@ -20,6 +20,77 @@ Base class for widgets which visualize an adjustment + + + + + +@range: the object which received the signal. +@arg1: + + + +Virtual function that moves the slider. Used for keybindings. + + +@range: the #GtkRange +@arg1: + +@step: how to move the slider +@arg2: + + + +Emitted when the range value changes. + + +@range: the #GtkRange + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -112,74 +183,3 @@ Base class for widgets which visualize an adjustment @value: - - - - - -@range: the object which received the signal. -@arg1: - - - -Virtual function that moves the slider. Used for keybindings. - - -@range: the #GtkRange -@arg1: - -@step: how to move the slider -@arg2: - - - -Emitted when the range value changes. - - -@range: the #GtkRange - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkruler.sgml b/docs/reference/gtk/tmpl/gtkruler.sgml index e18e026fdb..65ba06bc20 100644 --- a/docs/reference/gtk/tmpl/gtkruler.sgml +++ b/docs/reference/gtk/tmpl/gtkruler.sgml @@ -37,6 +37,26 @@ points are really 1/72.27 in.) + + + + + + + + + + + + + + + + + + + + This should be points_per_unit. This is the size of the unit in 1/72nd's of an inch and has nothing to do with screen pixels. @@ -92,23 +112,3 @@ This sets the range of the ruler using gfloat lower, gfloat upper, gfloat positi @max_size: - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkscale.sgml b/docs/reference/gtk/tmpl/gtkscale.sgml index db62bf993f..dff8b0c0e5 100644 --- a/docs/reference/gtk/tmpl/gtkscale.sgml +++ b/docs/reference/gtk/tmpl/gtkscale.sgml @@ -50,6 +50,55 @@ slider. + + +Signal which allows you to change how the scale value is displayed. Connect a +signal handler which returns an allocated string representing @value. +That string will then be used to display the scale's value. +Here's an example signal handler which displays a value 1.0 as +with "-->1.0<--". + +static gchar* +format_value_callback (GtkScale *scale, + gdouble value) +{ + return g_strdup_printf ("-->%0.*g<--", + gtk_scale_get_digits (scale), value); +} + + + +@scale: the object which received the signal. +@arg1: +@Returns: allocated string representing @value + +@value: value to format + + + + + + + + + + + + + + + + + + + + + + + + + + Sets the number of decimal places that are displayed in the value. Also causes @@ -128,52 +177,3 @@ Gets the position in which the current value is displayed. @y: - - -Signal which allows you to change how the scale value is displayed. Connect a -signal handler which returns an allocated string representing @value. -That string will then be used to display the scale's value. -Here's an example signal handler which displays a value 1.0 as -with "-->1.0<--". - -static gchar* -format_value_callback (GtkScale *scale, - gdouble value) -{ - return g_strdup_printf ("-->%0.*g<--", - gtk_scale_get_digits (scale), value); -} - - - -@scale: the object which received the signal. -@arg1: -@Returns: allocated string representing @value - -@value: value to format - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml index d93ec9fcbf..ced33698c7 100644 --- a/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkscrolledwindow.sgml @@ -75,6 +75,58 @@ only be accessed using the functions below. + + + + + +@scrolledwindow: the object which received the signal. +@arg1: + + + + + + +@scrolledwindow: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creates a new scrolled window. The two arguments are the scrolled @@ -225,55 +277,3 @@ Sets the #GtkAdjustment for the vertical scrollbar. @Returns: - - - - - -@scrolledwindow: the object which received the signal. -@arg1: - - - - - - -@scrolledwindow: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml b/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml index 04cdf62f24..5234f34e75 100644 --- a/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml +++ b/docs/reference/gtk/tmpl/gtkseparatortoolitem.sgml @@ -41,6 +41,11 @@ should only be accessed through the functions described below. + + + + + @@ -69,8 +74,3 @@ should only be accessed through the functions described below. @Returns: - - - - - diff --git a/docs/reference/gtk/tmpl/gtksettings.sgml b/docs/reference/gtk/tmpl/gtksettings.sgml index 6cdd80f7fc..ee6f0c5dcd 100644 --- a/docs/reference/gtk/tmpl/gtksettings.sgml +++ b/docs/reference/gtk/tmpl/gtksettings.sgml @@ -20,6 +20,141 @@ Sharing settings between applications + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/reference/gtk/tmpl/gtksizegroup.sgml b/docs/reference/gtk/tmpl/gtksizegroup.sgml index c8c99710ee..d55f35cec0 100644 --- a/docs/reference/gtk/tmpl/gtksizegroup.sgml +++ b/docs/reference/gtk/tmpl/gtksizegroup.sgml @@ -56,6 +56,11 @@ reached from the widget by a chain of size groups of type + + + + + @@ -113,8 +118,3 @@ reached from the widget by a chain of size groups of type @widget: - - - - - diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index d7fc0ff579..01bc2e418d 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -100,6 +100,28 @@ never be set by an application.) + + +This signal is emitted when a client is successfully +added to the socket. + + +@socket: the object which received the signal. + +@socket_: the object which received the signal. + + + +This signal is emitted when a client is removed from the socket. The +default action is to destroy the #GtkSocket widget, so if you want to +reuse it you must add a signal handler that returns %TRUE. + + +@socket: the object which received the signal. +@Returns: + +@socket_: the object which received the signal. + @@ -135,25 +157,3 @@ never be set by an application.) @Returns: - - -This signal is emitted when a client is successfully -added to the socket. - - -@socket: the object which received the signal. - -@socket_: the object which received the signal. - - - -This signal is emitted when a client is removed from the socket. The -default action is to destroy the #GtkSocket widget, so if you want to -reuse it you must add a signal handler that returns %TRUE. - - -@socket: the object which received the signal. -@Returns: - -@socket_: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtkspinbutton.sgml b/docs/reference/gtk/tmpl/gtkspinbutton.sgml index 88a3426747..a9fba39929 100644 --- a/docs/reference/gtk/tmpl/gtkspinbutton.sgml +++ b/docs/reference/gtk/tmpl/gtkspinbutton.sgml @@ -104,6 +104,83 @@ and should only be modified using the functions below. + + + + + +@spinbutton: the object which received the signal. +@arg1: + + + + + + +@spinbutton: the object which received the signal. +@arg1: +@Returns: + + + + + + +@spinbutton: the object which received the signal. +@Returns: + + + + + + +@spinbutton: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +the type of border that surrounds the arrows of a spin button. + + @@ -401,80 +478,3 @@ use gtk_spin_button_get_value() instead. - - - - - -@spinbutton: the object which received the signal. -@arg1: - - - - - - -@spinbutton: the object which received the signal. -@arg1: -@Returns: - - - - - - -@spinbutton: the object which received the signal. -@Returns: - - - - - - -@spinbutton: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -the type of border that surrounds the arrows of a spin button. - - diff --git a/docs/reference/gtk/tmpl/gtkstatusbar.sgml b/docs/reference/gtk/tmpl/gtkstatusbar.sgml index 6c58b77771..f6f490857b 100644 --- a/docs/reference/gtk/tmpl/gtkstatusbar.sgml +++ b/docs/reference/gtk/tmpl/gtkstatusbar.sgml @@ -52,6 +52,34 @@ Contains private data that should be modified with the functions described below + + +Is emitted whenever a new message is popped off a statusbar's stack. + + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was just popped. + + + +Is emitted whenever a new message gets pushed onto a statusbar's stack. + + +@statusbar: the object which received the signal. +@context_id: the context id of the relevant message/statusbar. +@text: the message that was pushed. + + + + + + + + + + + Creates a new #GtkStatusbar ready for messages. @@ -120,31 +148,3 @@ Returns whether the statusbar has a resize grip. @Returns: %TRUE if the statusbar has a resize grip. - - -Is emitted whenever a new message is popped off a statusbar's stack. - - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was just popped. - - - -Is emitted whenever a new message gets pushed onto a statusbar's stack. - - -@statusbar: the object which received the signal. -@context_id: the context id of the relevant message/statusbar. -@text: the message that was pushed. - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkstyle.sgml b/docs/reference/gtk/tmpl/gtkstyle.sgml index 1a2d1df700..09aa87dd9f 100644 --- a/docs/reference/gtk/tmpl/gtkstyle.sgml +++ b/docs/reference/gtk/tmpl/gtkstyle.sgml @@ -52,6 +52,20 @@ Returns whether the style is attached to a window. @white_gc: @bg_pixmap: + + + + + +@style: the object which received the signal. + + + + + + +@style: the object which received the signal. + diff --git a/docs/reference/gtk/tmpl/gtktable.sgml b/docs/reference/gtk/tmpl/gtktable.sgml index 65c5a9d337..4f7867657a 100644 --- a/docs/reference/gtk/tmpl/gtktable.sgml +++ b/docs/reference/gtk/tmpl/gtktable.sgml @@ -55,6 +55,71 @@ The GtkTable structure holds the data for the actual ta + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The widget field is a pointer to the widget that @@ -251,68 +316,3 @@ to %FALSE if this is not your desired behaviour. @Returns: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktext.sgml b/docs/reference/gtk/tmpl/gtktext.sgml index fc83784f91..3559a2513d 100644 --- a/docs/reference/gtk/tmpl/gtktext.sgml +++ b/docs/reference/gtk/tmpl/gtktext.sgml @@ -30,6 +30,37 @@ Listed below are a few exceptions and how to use them. + + + + + +@text: the object which received the signal. +@arg1: +@arg2: + + + +Used by the #GtkText widget to keep track of the size of its horizontal +text. + + + + +Boolean value indicating whether line wrap is enabled or not. + + + + +Used by the #GtkText widget to keep track of the size of its vertical +text. + + + + +Boolean value indicated whether word wrap is enabled or not. + + Internal #GtkText data type. @@ -202,34 +233,3 @@ Returns the character at the given index within the #GtkText widget. @index: the number of characters from the upper left corner - - - - - -@text: the object which received the signal. -@arg1: -@arg2: - - - -Used by the #GtkText widget to keep track of the size of its horizontal -text. - - - - -Boolean value indicating whether line wrap is enabled or not. - - - - -Used by the #GtkText widget to keep track of the size of its vertical -text. - - - - -Boolean value indicated whether word wrap is enabled or not. - - diff --git a/docs/reference/gtk/tmpl/gtktextbuffer.sgml b/docs/reference/gtk/tmpl/gtktextbuffer.sgml index 44ee0a1753..fcd641f8a9 100644 --- a/docs/reference/gtk/tmpl/gtktextbuffer.sgml +++ b/docs/reference/gtk/tmpl/gtktextbuffer.sgml @@ -29,6 +29,115 @@ types related to the text widget and how they work together. + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@textbuffer: the object which received the signal. + + + + + + +@textbuffer: the object which received the signal. + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textbuffer: the object which received the signal. + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: + +@arg4: + + + + + + +@textbuffer: the object which received the signal. +@arg1: + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textbuffer: the object which received the signal. + + + + + + +@textbuffer: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + @@ -628,112 +737,3 @@ types related to the text widget and how they work together. @clipboard: - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@textbuffer: the object which received the signal. - - - - - - -@textbuffer: the object which received the signal. - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textbuffer: the object which received the signal. - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: - -@arg4: - - - - - - -@textbuffer: the object which received the signal. -@arg1: - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textbuffer: the object which received the signal. - - - - - - -@textbuffer: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktexttag.sgml b/docs/reference/gtk/tmpl/gtktexttag.sgml index dd5f871a59..c806b513a8 100644 --- a/docs/reference/gtk/tmpl/gtktexttag.sgml +++ b/docs/reference/gtk/tmpl/gtktexttag.sgml @@ -38,146 +38,6 @@ planned to be implemented in future releases. - - -Describes a type of line wrapping. - - -@GTK_WRAP_NONE: do not wrap lines; just make the text area wider -@GTK_WRAP_CHAR: wrap text, breaking lines anywhere the cursor can - appear (between characters, usually - if you want to - be technical, between graphemes, see - pango_get_log_attrs()) -@GTK_WRAP_WORD: wrap text, breaking lines in between words -@GTK_WRAP_WORD_CHAR: wrap text, breaking lines in between words, or if - that is not enough, also between graphemes. - - - -Using #GtkTextAttributes directly should rarely be necessary. It's -primarily useful with gtk_text_iter_get_attributes(). As with most -GTK+ structs, the fields in this struct should only be read, never -modified directly. - - -@appearance: pointer to sub-struct containing certain attributes -@justification: -@direction: -@font: -@font_scale: -@left_margin: -@indent: -@right_margin: -@pixels_above_lines: -@pixels_below_lines: -@pixels_inside_wrap: -@tabs: -@wrap_mode: -@language: -@invisible: -@bg_full_height: -@editable: -@realized: - - - - - - -@name: -@Returns: - - - - - - - -@tag: -@Returns: - - - - - - - -@tag: -@priority: - - - - - - - -@tag: -@event_object: -@event: -@iter: -@Returns: - - - - - - - -@bg_color: -@fg_color: -@bg_stipple: -@fg_stipple: -@rise: -@underline: -@strikethrough: -@draw_bg: -@inside_selection: -@is_text: - - - - - - -@Returns: - - - - - - - -@src: -@Returns: - -@dest: - - - - - - - -@src: -@dest: - - - - - - - -@values: - - - - - - - -@values: - - @@ -494,3 +354,143 @@ modified directly. + + +Describes a type of line wrapping. + + +@GTK_WRAP_NONE: do not wrap lines; just make the text area wider +@GTK_WRAP_CHAR: wrap text, breaking lines anywhere the cursor can + appear (between characters, usually - if you want to + be technical, between graphemes, see + pango_get_log_attrs()) +@GTK_WRAP_WORD: wrap text, breaking lines in between words +@GTK_WRAP_WORD_CHAR: wrap text, breaking lines in between words, or if + that is not enough, also between graphemes. + + + +Using #GtkTextAttributes directly should rarely be necessary. It's +primarily useful with gtk_text_iter_get_attributes(). As with most +GTK+ structs, the fields in this struct should only be read, never +modified directly. + + +@appearance: pointer to sub-struct containing certain attributes +@justification: +@direction: +@font: +@font_scale: +@left_margin: +@indent: +@right_margin: +@pixels_above_lines: +@pixels_below_lines: +@pixels_inside_wrap: +@tabs: +@wrap_mode: +@language: +@invisible: +@bg_full_height: +@editable: +@realized: + + + + + + +@name: +@Returns: + + + + + + + +@tag: +@Returns: + + + + + + + +@tag: +@priority: + + + + + + + +@tag: +@event_object: +@event: +@iter: +@Returns: + + + + + + + +@bg_color: +@fg_color: +@bg_stipple: +@fg_stipple: +@rise: +@underline: +@strikethrough: +@draw_bg: +@inside_selection: +@is_text: + + + + + + +@Returns: + + + + + + + +@src: +@Returns: + +@dest: + + + + + + + +@src: +@dest: + + + + + + + +@values: + + + + + + + +@values: + + diff --git a/docs/reference/gtk/tmpl/gtktexttagtable.sgml b/docs/reference/gtk/tmpl/gtktexttagtable.sgml index bdae305c3b..c27f6abbe6 100644 --- a/docs/reference/gtk/tmpl/gtktexttagtable.sgml +++ b/docs/reference/gtk/tmpl/gtktexttagtable.sgml @@ -27,6 +27,31 @@ types related to the text widget and how they work together. + + + + + +@texttagtable: the object which received the signal. +@arg1: + + + + + + +@texttagtable: the object which received the signal. +@arg1: +@arg2: + + + + + + +@texttagtable: the object which received the signal. +@arg1: + @@ -91,28 +116,3 @@ types related to the text widget and how they work together. @Returns: - - - - - -@texttagtable: the object which received the signal. -@arg1: - - - - - - -@texttagtable: the object which received the signal. -@arg1: -@arg2: - - - - - - -@texttagtable: the object which received the signal. -@arg1: - diff --git a/docs/reference/gtk/tmpl/gtktextview.sgml b/docs/reference/gtk/tmpl/gtktextview.sgml index 612bb61886..bfbebedba5 100644 --- a/docs/reference/gtk/tmpl/gtktextview.sgml +++ b/docs/reference/gtk/tmpl/gtktextview.sgml @@ -26,6 +26,194 @@ types related to the text widget and how they work together. + + + + + +@textview: the object which received the signal. + + + + + + +@textview: the object which received the signal. + + + + + + +@textview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textview: the object which received the signal. +@arg1: + + + + + + +@textview: the object which received the signal. +@arg1: +@arg2: +@arg3: + + + + + + +@textview: the object which received the signal. +@arg1: + + + + + + +@textview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textview: the object which received the signal. + + + + + + +@textview: the object which received the signal. +@arg1: + + + + + + +@textview: the object which received the signal. +@arg1: + + + + + + +@textview: the object which received the signal. + + + + + + +@textview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@textview: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -632,191 +820,3 @@ in an idle job in the background. - - - - - -@textview: the object which received the signal. - - - - - - -@textview: the object which received the signal. - - - - - - -@textview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textview: the object which received the signal. -@arg1: - - - - - - -@textview: the object which received the signal. -@arg1: -@arg2: -@arg3: - - - - - - -@textview: the object which received the signal. -@arg1: - - - - - - -@textview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textview: the object which received the signal. - - - - - - -@textview: the object which received the signal. -@arg1: - - - - - - -@textview: the object which received the signal. -@arg1: - - - - - - -@textview: the object which received the signal. - - - - - - -@textview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@textview: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktipsquery.sgml b/docs/reference/gtk/tmpl/gtktipsquery.sgml index 7d1f7b00b7..8934b3c178 100644 --- a/docs/reference/gtk/tmpl/gtktipsquery.sgml +++ b/docs/reference/gtk/tmpl/gtktipsquery.sgml @@ -47,56 +47,6 @@ should be accessed using the functions below. - - -Creates a new #GtkTipsQuery. - - -@Returns: a new #GtkTipsQuery. - - - - -Starts a query. -The #GtkTipsQuery widget will take control of the mouse and as the mouse -moves it will display the tooltip of the widget beneath the mouse. - - -@tips_query: a #GtkTipsQuery. - - - - -Stops a query. - - -@tips_query: a #GtkTipsQuery. - - - - -Sets the widget which initiates the query, usually a button. -If the @caller is selected while the query is running, the query is -automatically stopped. - - -@tips_query: a #GtkTipsQuery. -@caller: the widget which initiates the query. - - - - -Sets the text to display when the query is not in effect, -and the text to display when the query is in effect but the widget beneath -the pointer has no tooltip. - - -@tips_query: a #GtkTipsQuery. -@label_inactive: the text to display when the query is not running. -@label_no_tip: the text to display when the query is running but the widget -beneath the pointer has no tooltip. - - Emitted when the query is started. @@ -158,3 +108,53 @@ The text to display in the #GtkTipsQuery widget when the query is running and the widget that the pointer is over has no tooltip. + + +Creates a new #GtkTipsQuery. + + +@Returns: a new #GtkTipsQuery. + + + + +Starts a query. +The #GtkTipsQuery widget will take control of the mouse and as the mouse +moves it will display the tooltip of the widget beneath the mouse. + + +@tips_query: a #GtkTipsQuery. + + + + +Stops a query. + + +@tips_query: a #GtkTipsQuery. + + + + +Sets the widget which initiates the query, usually a button. +If the @caller is selected while the query is running, the query is +automatically stopped. + + +@tips_query: a #GtkTipsQuery. +@caller: the widget which initiates the query. + + + + +Sets the text to display when the query is not in effect, +and the text to display when the query is in effect but the widget beneath +the pointer has no tooltip. + + +@tips_query: a #GtkTipsQuery. +@label_inactive: the text to display when the query is not running. +@label_no_tip: the text to display when the query is running but the widget +beneath the pointer has no tooltip. + + diff --git a/docs/reference/gtk/tmpl/gtktoggleaction.sgml b/docs/reference/gtk/tmpl/gtktoggleaction.sgml index 68b5d27ecc..356bc22bdf 100644 --- a/docs/reference/gtk/tmpl/gtktoggleaction.sgml +++ b/docs/reference/gtk/tmpl/gtktoggleaction.sgml @@ -22,6 +22,18 @@ private members and should not be accessed directly. + + + + + +@toggleaction: the object which received the signal. + + + + + + @@ -78,15 +90,3 @@ private members and should not be accessed directly. @Returns: - - - - - -@toggleaction: the object which received the signal. - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktogglebutton.sgml b/docs/reference/gtk/tmpl/gtktogglebutton.sgml index de39ffdb46..c1ed0a54b5 100644 --- a/docs/reference/gtk/tmpl/gtktogglebutton.sgml +++ b/docs/reference/gtk/tmpl/gtktogglebutton.sgml @@ -83,6 +83,29 @@ The #GtkToggleButton struct contains private data only, and should be manipulate + + +Should be connected if you wish to perform an action whenever the +#GtkToggleButton's state is changed. + + +@togglebutton: the object which received the signal. + + + + + + + + + + + + + + + + Creates a new toggle button. A widget should be packed into the button, as in gtk_button_new(). @@ -182,26 +205,3 @@ This action causes the toggled signal to be emitted. @setting: - - -Should be connected if you wish to perform an action whenever the -#GtkToggleButton's state is changed. - - -@togglebutton: the object which received the signal. - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml index 7bf6e47627..d95ad91163 100644 --- a/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml +++ b/docs/reference/gtk/tmpl/gtktoggletoolbutton.sgml @@ -47,6 +47,13 @@ A #GtkToolItem containing a toggle button. + + + + + +@toggletoolbutton: the object which received the signal. + @@ -82,10 +89,3 @@ A #GtkToolItem containing a toggle button. @Returns: - - - - - -@toggletoolbutton: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtktoolbar.sgml b/docs/reference/gtk/tmpl/gtktoolbar.sgml index c72040f672..f319821459 100644 --- a/docs/reference/gtk/tmpl/gtktoolbar.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbar.sgml @@ -51,6 +51,104 @@ accessed through the function described below. @icon_size: @tooltips: + + + + + +@toolbar: the object which received the signal. +@arg1: +@Returns: + + + + + + +@toolbar: the object which received the signal. +@arg1: +@Returns: + + + + + + +@toolbar: the object which received the signal. +@orientation: the new #GtkOrientation of the toolbar. + + + + + + +@toolbar: the object which received the signal. +@Returns: +@: +@: +@Returns: +@: +@Returns: +@Returns: + + + + + + +@toolbar: +@style: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #GtkToolbarChildType is used to set the type of new elements that are added @@ -450,101 +548,3 @@ to a #GtkToolbar. @toolbar: - - - - - -@toolbar: the object which received the signal. -@arg1: -@Returns: - - - - - - -@toolbar: the object which received the signal. -@arg1: -@Returns: - - - - - - -@toolbar: the object which received the signal. -@orientation: the new #GtkOrientation of the toolbar. - - - - - - -@toolbar: the object which received the signal. -@Returns: -@: -@: -@Returns: -@: -@Returns: -@Returns: - - - - - - -@toolbar: -@style: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktoolbutton.sgml b/docs/reference/gtk/tmpl/gtktoolbutton.sgml index cc49be6435..1590ef4c14 100644 --- a/docs/reference/gtk/tmpl/gtktoolbutton.sgml +++ b/docs/reference/gtk/tmpl/gtktoolbutton.sgml @@ -69,6 +69,38 @@ accessed with the function described below. + + + + + +@toolbutton: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -178,35 +210,3 @@ accessed with the function described below. @Returns: - - - - - -@toolbutton: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktoolitem.sgml b/docs/reference/gtk/tmpl/gtktoolitem.sgml index 435d1aeadc..9fc2b5d914 100644 --- a/docs/reference/gtk/tmpl/gtktoolitem.sgml +++ b/docs/reference/gtk/tmpl/gtktoolitem.sgml @@ -49,6 +49,47 @@ accessed through the functions described below. + + + + + +@toolitem: the object which received the signal. +@Returns: + + + + + + +@toolitem: the object which received the signal. +@arg1: +@arg2: +@arg3: +@Returns: + + + + + + +@toolitem: the object which received the signal. + + + + + + + + + + + + + + + + @@ -241,44 +282,3 @@ accessed through the functions described below. @menu_item: - - - - - -@toolitem: the object which received the signal. -@Returns: - - - - - - -@toolitem: the object which received the signal. -@arg1: -@arg2: -@arg3: -@Returns: - - - - - - -@toolitem: the object which received the signal. - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktree.sgml b/docs/reference/gtk/tmpl/gtktree.sgml index 96fe36fea2..9f2a943a5f 100644 --- a/docs/reference/gtk/tmpl/gtktree.sgml +++ b/docs/reference/gtk/tmpl/gtktree.sgml @@ -45,6 +45,29 @@ struct _GtkTree + + +This signal is emitted by @tree whenever @widget is about to be selected. + + +@tree: the object which received the signal. +@widget: The child that is about to be selected. + + + +This signal is emitted by the root tree whenever the selection changes. + + +@tree: the object which received the signal. + + + +This signal is emitted by @tree whenever @widget is about to be unselected. + + +@tree: the object which received the signal. +@widget: The child that is about to be unselected. + A macro that returns a boolean value which indicates if @obj is a root tree or not. @@ -278,26 +301,3 @@ Removes the item @child from the #GtkTree @tree. @child: A pointer to the #GtkWidget that is to be removed from the tree. - - -This signal is emitted by @tree whenever @widget is about to be selected. - - -@tree: the object which received the signal. -@widget: The child that is about to be selected. - - - -This signal is emitted by the root tree whenever the selection changes. - - -@tree: the object which received the signal. - - - -This signal is emitted by @tree whenever @widget is about to be unselected. - - -@tree: the object which received the signal. -@widget: The child that is about to be unselected. - diff --git a/docs/reference/gtk/tmpl/gtktreeitem.sgml b/docs/reference/gtk/tmpl/gtktreeitem.sgml index 6f404c54f7..4719f5ad5b 100644 --- a/docs/reference/gtk/tmpl/gtktreeitem.sgml +++ b/docs/reference/gtk/tmpl/gtktreeitem.sgml @@ -26,6 +26,20 @@ prior to including the GTK+ header files. Use #GtkTreeView instead. + + + + + +@treeitem: the object which received the signal. + + + + + + +@treeitem: the object which received the signal. + @@ -100,17 +114,3 @@ prior to including the GTK+ header files. Use #GtkTreeView instead. @tree_item: - - - - - -@treeitem: the object which received the signal. - - - - - - -@treeitem: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtktreemodel.sgml b/docs/reference/gtk/tmpl/gtktreemodel.sgml index bac6191d23..88612dc2d2 100644 --- a/docs/reference/gtk/tmpl/gtktreemodel.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodel.sgml @@ -199,6 +199,51 @@ enum + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treemodel: the object which received the signal. +@arg1: +@arg2: +@arg3: + The GtkTreeIter is the primary structure for @@ -815,48 +860,3 @@ versions of GTK+. @new_order: - - - - - -@treemodel: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treemodel: the object which received the signal. -@arg1: - - - - - - -@treemodel: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treemodel: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treemodel: the object which received the signal. -@arg1: -@arg2: -@arg3: - diff --git a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml index ba17b6b834..e8d00a9e91 100644 --- a/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodelfilter.sgml @@ -40,6 +40,16 @@ The GtkTreeModelFilter struct contains only private fields. + + + + + + + + + + A function which decides whether the row indicated by @iter is visible. @@ -181,13 +191,3 @@ particularly efficient operation. @filter: - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml index 796225993b..7b21248ad4 100644 --- a/docs/reference/gtk/tmpl/gtktreemodelsort.sgml +++ b/docs/reference/gtk/tmpl/gtktreemodelsort.sgml @@ -123,6 +123,11 @@ This should not be accessed directly. Use the accessor functions below. + + + + + @@ -211,8 +216,3 @@ This should not be accessed directly. Use the accessor functions below. @Returns: - - - - - diff --git a/docs/reference/gtk/tmpl/gtktreeselection.sgml b/docs/reference/gtk/tmpl/gtktreeselection.sgml index b88d04c3aa..f17ee07ac3 100644 --- a/docs/reference/gtk/tmpl/gtktreeselection.sgml +++ b/docs/reference/gtk/tmpl/gtktreeselection.sgml @@ -46,6 +46,16 @@ selected row). + + +Emitted whenever the selection has (possibly) changed. Please note that +this signal is mostly a hint. It may only be emitted once when a range +of rows are selected, and it may occasionally be emitted when nothing +has happened. + + +@treeselection: the object which received the signal. + A function used by gtk_tree_selection_set_select_function() to filter @@ -253,13 +263,3 @@ selected rows. It will be called on every selected row in the view. @end_path: - - -Emitted whenever the selection has (possibly) changed. Please note that -this signal is mostly a hint. It may only be emitted once when a range -of rows are selected, and it may occasionally be emitted when nothing -has happened. - - -@treeselection: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtktreesortable.sgml b/docs/reference/gtk/tmpl/gtktreesortable.sgml index 9e96ee3f5e..f58e9e6ab1 100644 --- a/docs/reference/gtk/tmpl/gtktreesortable.sgml +++ b/docs/reference/gtk/tmpl/gtktreesortable.sgml @@ -20,6 +20,13 @@ The interface for sortable models used by GtkTreeView + + + + + +@treesortable: the object which received the signal. + @@ -106,10 +113,3 @@ The interface for sortable models used by GtkTreeView @Returns: - - - - - -@treesortable: the object which received the signal. - diff --git a/docs/reference/gtk/tmpl/gtktreeview.sgml b/docs/reference/gtk/tmpl/gtktreeview.sgml index e51f381c5b..a1095d0340 100644 --- a/docs/reference/gtk/tmpl/gtktreeview.sgml +++ b/docs/reference/gtk/tmpl/gtktreeview.sgml @@ -21,6 +21,241 @@ linkend="GtkTreeModel">GtkTreeModel interface. + + + + + +@treeview: the object which received the signal. + + + + + + +@treeview: the object which received the signal. + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: +@arg3: +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treeview: the object which received the signal. +@Returns: + + + + + + +@treeview: the object which received the signal. +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: + + + + + + +@treeview: the object which received the signal. +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + +@treeview: the object which received the signal. +@arg1: +@arg2: +@Returns: + + + + + + +@treeview: the object which received the signal. +@Returns: + + + + + + +@treeview: the object which received the signal. +@Returns: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + An enum for determining where a dropped row goes. @@ -810,238 +1045,3 @@ returns. @destroy: - - - - - -@treeview: the object which received the signal. - - - - - - -@treeview: the object which received the signal. - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: -@arg3: -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treeview: the object which received the signal. -@Returns: - - - - - - -@treeview: the object which received the signal. -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: - - - - - - -@treeview: the object which received the signal. -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: -@Returns: - - - - - - -@treeview: the object which received the signal. -@arg1: -@arg2: -@Returns: - - - - - - -@treeview: the object which received the signal. -@Returns: - - - - - - -@treeview: the object which received the signal. -@Returns: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml index 5606d43be8..06994f3dbf 100644 --- a/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml +++ b/docs/reference/gtk/tmpl/gtktreeviewcolumn.sgml @@ -49,6 +49,93 @@ calling gtk_tree_view_column_set_cell_data_func() + + + + + +@treeviewcolumn: the object which received the signal. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -509,90 +596,3 @@ calling gtk_tree_view_column_set_cell_data_func() @cell: - - - - - -@treeviewcolumn: the object which received the signal. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkuimanager.sgml b/docs/reference/gtk/tmpl/gtkuimanager.sgml index a4f007a9da..ad93c51b20 100644 --- a/docs/reference/gtk/tmpl/gtkuimanager.sgml +++ b/docs/reference/gtk/tmpl/gtkuimanager.sgml @@ -190,6 +190,65 @@ members and should not be accessed directly. + + + + + +@uimanager: the object which received the signal. + + + + + + +@uimanager: the object which received the signal. +@widget: + + + + + + +@uimanager: the object which received the signal. +@arg1: +@widget: + + + + + + +@uimanager: the object which received the signal. +@arg1: +@widget: + + + + + + +@uimanager: the object which received the signal. +@arg1: + + + + + + +@uimanager: the object which received the signal. +@arg1: + + + + + + + + + + + @@ -372,62 +431,3 @@ what UI element to create. @self: - - - - - -@uimanager: the object which received the signal. - - - - - - -@uimanager: the object which received the signal. -@widget: - - - - - - -@uimanager: the object which received the signal. -@arg1: -@widget: - - - - - - -@uimanager: the object which received the signal. -@arg1: -@widget: - - - - - - -@uimanager: the object which received the signal. -@arg1: - - - - - - -@uimanager: the object which received the signal. -@arg1: - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkviewport.sgml b/docs/reference/gtk/tmpl/gtkviewport.sgml index 81d3acf89c..b9bd883c8a 100644 --- a/docs/reference/gtk/tmpl/gtkviewport.sgml +++ b/docs/reference/gtk/tmpl/gtkviewport.sgml @@ -20,6 +20,30 @@ An adapter which makes widgets scrollable + + + + + +@viewport: the object which received the signal. +@arg1: +@arg2: + + + + + + + + + + + + + + + + @@ -84,27 +108,3 @@ An adapter which makes widgets scrollable @Returns: - - - - - -@viewport: the object which received the signal. -@arg1: -@arg2: - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkwidget.sgml b/docs/reference/gtk/tmpl/gtkwidget.sgml index 63bcd9d945..5905b2cb40 100644 --- a/docs/reference/gtk/tmpl/gtkwidget.sgml +++ b/docs/reference/gtk/tmpl/gtkwidget.sgml @@ -41,6 +41,680 @@ gtk_widget_style_get_valist() to obtain the value of a style property. will be indicated by the #GTK_NO_WINDOW flag being set). @parent: + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@arg1: +@Returns: + + + + + + +@widget: the object which received the signal. +@arg1: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@arg1: + + + + + + +@widget: the object which received the signal. +@drag_context: + + + + + + +@widget: the object which received the signal. +@drag_context: + + + + + + +@widget: the object which received the signal. +@drag_context: +@data: +@info: +@time: + +@time_: + + + + + + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@data: +@info: +@time: + +@time_: + + + + + + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@time: +@Returns: + +@time_: + + + + + + +@widget: the object which received the signal. +@drag_context: + + + + + + +@widget: the object which received the signal. +@drag_context: +@time: + +@time_: + + + + + + +@widget: the object which received the signal. +@drag_context: +@x: +@y: +@time: +@Returns: + +@time_: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@arg1: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@arg1: + + + + + + +@widget: the object which received the signal. + + + +Emitted when there is a chance in the hierarchy to +which a widget belong. More precisely, a widget is +anchored when its toplevel +ancestor is a #GtkWindow. This signal is emitted when +a widget changes from un-anchored to anchored or vice-versa. + + +@widget: the object which received the signal. +@widget2: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@arg1: +@Returns: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@old_parent: + + + + + + +@widget: the object which received the signal. +@Returns: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@arg1: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@data: +@info: +@time: + +@time_: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@data: +@time: + +@time_: + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@arg1: +@Returns: + + + + + + +@widget: the object which received the signal. +@allocation: + + + + + + +@widget: the object which received the signal. +@requisition: + + + + + + +@widget: the object which received the signal. +@state: + + + + + + +@widget: the object which received the signal. +@previous_style: + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + +@widget: the object which received the signal. +@event: +@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + activate_signal @@ -1692,677 +2366,3 @@ This function is deprecated; it does nothing. @requisition: - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@arg1: -@Returns: - - - - - - -@widget: the object which received the signal. -@arg1: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@arg1: - - - - - - -@widget: the object which received the signal. -@drag_context: - - - - - - -@widget: the object which received the signal. -@drag_context: - - - - - - -@widget: the object which received the signal. -@drag_context: -@data: -@info: -@time: - -@time_: - - - - - - -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@data: -@info: -@time: - -@time_: - - - - - - -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@time: -@Returns: - -@time_: - - - - - - -@widget: the object which received the signal. -@drag_context: - - - - - - -@widget: the object which received the signal. -@drag_context: -@time: - -@time_: - - - - - - -@widget: the object which received the signal. -@drag_context: -@x: -@y: -@time: -@Returns: - -@time_: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@arg1: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@arg1: - - - - - - -@widget: the object which received the signal. - - - -Emitted when there is a chance in the hierarchy to -which a widget belong. More precisely, a widget is -anchored when its toplevel -ancestor is a #GtkWindow. This signal is emitted when -a widget changes from un-anchored to anchored or vice-versa. - - -@widget: the object which received the signal. -@widget2: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@arg1: -@Returns: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@old_parent: - - - - - - -@widget: the object which received the signal. -@Returns: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@arg1: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@data: -@info: -@time: - -@time_: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@data: -@time: - -@time_: - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@arg1: -@Returns: - - - - - - -@widget: the object which received the signal. -@allocation: - - - - - - -@widget: the object which received the signal. -@requisition: - - - - - - -@widget: the object which received the signal. -@state: - - - - - - -@widget: the object which received the signal. -@previous_style: - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - -@widget: the object which received the signal. -@event: -@Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/gtk/tmpl/gtkwindow.sgml b/docs/reference/gtk/tmpl/gtkwindow.sgml index 6f12b858cc..01a71b07db 100644 --- a/docs/reference/gtk/tmpl/gtkwindow.sgml +++ b/docs/reference/gtk/tmpl/gtkwindow.sgml @@ -20,6 +20,167 @@ Toplevel which can contain other widgets + + + + + +@window: the object which received the signal. + + + + + + +@window: the object which received the signal. + + + + + + +@window: the object which received the signal. +@event: +@Returns: + + + + + + +@window: the object which received the signal. + + + + + + +@window: the object which received the signal. +@arg1: + + + + + + +@window: the object which received the signal. +@widget: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -948,164 +1109,3 @@ Deprecated alias for gtk_window_set_position(). @height: - - - - - -@window: the object which received the signal. - - - - - - -@window: the object which received the signal. - - - - - - -@window: the object which received the signal. -@event: -@Returns: - - - - - - -@window: the object which received the signal. - - - - - - -@window: the object which received the signal. -@arg1: - - - - - - -@window: the object which received the signal. -@widget: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 46ac7e4dab..7a37efc5b5 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 18 20:17:41 2004 Soeren Sandmann + + * === released 2.5.0 == + Thu Jul 15 19:19:21 2004 Matthias Clasen * io-png.c (real_save_png): diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog index 202f467995..c854df9514 100644 --- a/gtk/xdgmime/ChangeLog +++ b/gtk/xdgmime/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 18 20:17:41 2004 Soeren Sandmann + + * === released 2.5.0 == + Thu May 27 15:23:17 2004 Jonathan Blandford * Sync from upstream diff --git a/po-properties/ChangeLog b/po-properties/ChangeLog index 2812048b74..b39780cb2d 100644 --- a/po-properties/ChangeLog +++ b/po-properties/ChangeLog @@ -1,3 +1,7 @@ +Sun Jul 18 20:17:41 2004 Soeren Sandmann + + * === released 2.5.0 == + 2004-07-08 Alexander Shopov * bg.po: Updated Bulgarian translation by diff --git a/po-properties/af.po b/po-properties/af.po index a42182feec..efc58db674 100644 --- a/po-properties/af.po +++ b/po-properties/af.po @@ -7,78 +7,78 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties 2.6-branch\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 12:06-0400\n" +"POT-Creation-Date: 2004-07-20 02:56+0200\n" "PO-Revision-Date: 2004-03-30 17:02+0200\n" "Last-Translator: Zuza Software Foundation \n" "Language-Team: Afrikaans \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:101 msgid "Number of Channels" msgstr "Getal kanale" -#: gdk-pixbuf/gdk-pixbuf.c:101 +#: gdk-pixbuf/gdk-pixbuf.c:102 msgid "The number of samples per pixel" msgstr "Die getal monsters per pixel" -#: gdk-pixbuf/gdk-pixbuf.c:111 +#: gdk-pixbuf/gdk-pixbuf.c:112 msgid "Colorspace" msgstr "Kleurruimte" -#: gdk-pixbuf/gdk-pixbuf.c:112 +#: gdk-pixbuf/gdk-pixbuf.c:113 msgid "The colorspace in which the samples are interpreted" msgstr "Die kleurruimte waarin die monsters geïnterpreteer word" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "Has Alpha" msgstr "Het alfa" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:124 msgid "Whether the pixbuf has an alpha channel" msgstr "Of die pixbuf 'n alfakanaal het" -#: gdk-pixbuf/gdk-pixbuf.c:131 +#: gdk-pixbuf/gdk-pixbuf.c:132 msgid "Bits per Sample" msgstr "Bisse per monster" -#: gdk-pixbuf/gdk-pixbuf.c:132 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of bits per sample" msgstr "Die getal bisse per monster" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:648 gtk/gtktreeviewcolumn.c:239 +#: gdk-pixbuf/gdk-pixbuf.c:143 gtk/gtklayout.c:650 gtk/gtktreeviewcolumn.c:240 msgid "Width" msgstr "Wydte" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:144 msgid "The number of columns of the pixbuf" msgstr "Die getal kolomme in die pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:153 gtk/gtklayout.c:657 +#: gdk-pixbuf/gdk-pixbuf.c:154 gtk/gtklayout.c:659 msgid "Height" msgstr "Hoogte" -#: gdk-pixbuf/gdk-pixbuf.c:154 +#: gdk-pixbuf/gdk-pixbuf.c:155 msgid "The number of rows of the pixbuf" msgstr "Die getal rye in die pixbuf" -#: gdk-pixbuf/gdk-pixbuf.c:164 +#: gdk-pixbuf/gdk-pixbuf.c:165 msgid "Rowstride" msgstr "Rystryk" -#: gdk-pixbuf/gdk-pixbuf.c:165 +#: gdk-pixbuf/gdk-pixbuf.c:166 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" "Die getal grepe tussen die begin van 'n ry en die begin van die volgende ry" -#: gdk-pixbuf/gdk-pixbuf.c:175 +#: gdk-pixbuf/gdk-pixbuf.c:176 msgid "Pixels" msgstr "Pixels" -#: gdk-pixbuf/gdk-pixbuf.c:176 +#: gdk-pixbuf/gdk-pixbuf.c:177 msgid "A pointer to the pixel data of the pixbuf" msgstr "n Aanwyser na die pixeldata van die pixbuf" @@ -190,7 +190,8 @@ msgstr "Verskuil indien leeg" msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "Wanneer WAAR, word leë kieslysinstaners vir hierdie aksie verskuil." -#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkwidget.c:449 +#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkcellrenderer.c:173 +#: gtk/gtkwidget.c:449 msgid "Sensitive" msgstr "Sensitief" @@ -198,8 +199,8 @@ msgstr "Sensitief" msgid "Whether the action is enabled." msgstr "Of die aksie in werking gestel is." -#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:556 -#: gtk/gtktreeviewcolumn.c:223 gtk/gtkwidget.c:442 +#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:567 +#: gtk/gtktreeviewcolumn.c:224 gtk/gtkwidget.c:442 msgid "Visible" msgstr "Sigbaar" @@ -464,7 +465,7 @@ msgstr "" "Indien WAAR, verskyn die kind in 'n sekondêre groep kinders, geskik vir " "byvoorbeeld hulpknoppies" -#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 +#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 gtk/gtktreeviewcolumn.c:249 msgid "Spacing" msgstr "Spasiëring" @@ -472,7 +473,7 @@ msgstr "Spasiëring" msgid "The amount of space between children" msgstr "Die hoeveelheid ruimte tussen kinders" -#: gtk/gtkbox.c:139 gtk/gtknotebook.c:469 gtk/gtktoolbar.c:531 +#: gtk/gtkbox.c:139 gtk/gtknotebook.c:472 gtk/gtktoolbar.c:533 msgid "Homogeneous" msgstr "Homogeen" @@ -480,8 +481,8 @@ msgstr "Homogeen" msgid "Whether the children should all be the same size" msgstr "Of die kinders almal dieselfde grootte moet wees" -#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:523 -#: gtk/gtktreeviewcolumn.c:295 +#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:525 +#: gtk/gtktreeviewcolumn.c:305 msgid "Expand" msgstr "Uitvou" @@ -513,7 +514,7 @@ msgstr "Ekstra ruimte wat tussen die kind en sy bure moet kom, in pixels" msgid "Pack type" msgstr "Paksoort" -#: gtk/gtkbox.c:169 gtk/gtknotebook.c:513 +#: gtk/gtkbox.c:169 gtk/gtknotebook.c:516 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" @@ -521,12 +522,12 @@ msgstr "" "'n GtkPackType wat aandui of die kind met betrekking tot die begin of die " "einde van die ouer gepak moet word" -#: gtk/gtkbox.c:175 gtk/gtknotebook.c:491 gtk/gtkpaned.c:239 +#: gtk/gtkbox.c:175 gtk/gtknotebook.c:494 gtk/gtkpaned.c:239 #: gtk/gtkruler.c:139 msgid "Position" msgstr "Posisie" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:492 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:495 msgid "The index of the child in the parent" msgstr "Die indeks van die kind in die ouer" @@ -634,27 +635,27 @@ msgstr "Toon knoppiebeelde" msgid "Whether stock icons should be shown in buttons" msgstr "Of stapelikons in knoppies vertoon moet word" -#: gtk/gtkcalendar.c:464 +#: gtk/gtkcalendar.c:467 msgid "Year" msgstr "Jaar" -#: gtk/gtkcalendar.c:465 +#: gtk/gtkcalendar.c:468 msgid "The selected year" msgstr "Die geselekteerde jaar" -#: gtk/gtkcalendar.c:471 +#: gtk/gtkcalendar.c:474 msgid "Month" msgstr "Maand" -#: gtk/gtkcalendar.c:472 +#: gtk/gtkcalendar.c:475 msgid "The selected month (as a number between 0 and 11)" msgstr "Die geselekteerde maand (as 'n syfer tussen 0 en 11)" -#: gtk/gtkcalendar.c:478 +#: gtk/gtkcalendar.c:481 msgid "Day" msgstr "Dag" -#: gtk/gtkcalendar.c:479 +#: gtk/gtkcalendar.c:482 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" @@ -662,357 +663,363 @@ msgstr "" "Die geselekteerde dag (as 'n syfer tussen 1 en 31, of 0 om die huidig " "geselekteerde dag te deselekteer)" -#: gtk/gtkcalendar.c:493 +#: gtk/gtkcalendar.c:496 msgid "Show Heading" msgstr "Toon kop" -#: gtk/gtkcalendar.c:494 +#: gtk/gtkcalendar.c:497 msgid "If TRUE, a heading is displayed" msgstr "Indien WAAR word 'n kop vertoon" -#: gtk/gtkcalendar.c:508 +#: gtk/gtkcalendar.c:511 msgid "Show Day Names" msgstr "Toon dagname" -#: gtk/gtkcalendar.c:509 +#: gtk/gtkcalendar.c:512 msgid "If TRUE, day names are displayed" msgstr "Indien WAAR word dagname vertoon" -#: gtk/gtkcalendar.c:522 +#: gtk/gtkcalendar.c:525 msgid "No Month Change" msgstr "Geen maandwysiging" -#: gtk/gtkcalendar.c:523 -msgid "If TRUE, the selected month can not be changed" +#: gtk/gtkcalendar.c:526 +#, fuzzy +msgid "If TRUE, the selected month cannot be changed" msgstr "Indien WAAR kan die geselekteerde maand nie gewysig word nie" -#: gtk/gtkcalendar.c:537 +#: gtk/gtkcalendar.c:540 msgid "Show Week Numbers" msgstr "Vertoon weeknommers" -#: gtk/gtkcalendar.c:538 +#: gtk/gtkcalendar.c:541 msgid "If TRUE, week numbers are displayed" msgstr "Indien WAAR word weeknommers vertoon" -#: gtk/gtkcellrenderer.c:152 +#: gtk/gtkcellrenderer.c:156 msgid "mode" msgstr "modus" -#: gtk/gtkcellrenderer.c:153 +#: gtk/gtkcellrenderer.c:157 msgid "Editable mode of the CellRenderer" msgstr "Redigeerbare modus van die CellRenderer" -#: gtk/gtkcellrenderer.c:162 +#: gtk/gtkcellrenderer.c:166 msgid "visible" msgstr "sigbaar" -#: gtk/gtkcellrenderer.c:163 +#: gtk/gtkcellrenderer.c:167 msgid "Display the cell" msgstr "Vertoon die sel" -#: gtk/gtkcellrenderer.c:171 +#: gtk/gtkcellrenderer.c:174 +#, fuzzy +msgid "Display the cell sensitive" +msgstr "Vertoon die sel" + +#: gtk/gtkcellrenderer.c:181 msgid "xalign" msgstr "xalign" -#: gtk/gtkcellrenderer.c:172 +#: gtk/gtkcellrenderer.c:182 msgid "The x-align" msgstr "Die x-rigting" -#: gtk/gtkcellrenderer.c:182 +#: gtk/gtkcellrenderer.c:192 msgid "yalign" msgstr "yalign" -#: gtk/gtkcellrenderer.c:183 +#: gtk/gtkcellrenderer.c:193 msgid "The y-align" msgstr "Die y-rigting" -#: gtk/gtkcellrenderer.c:193 +#: gtk/gtkcellrenderer.c:203 msgid "xpad" msgstr "xpad" -#: gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:204 msgid "The xpad" msgstr "Die xpad" -#: gtk/gtkcellrenderer.c:204 +#: gtk/gtkcellrenderer.c:214 msgid "ypad" msgstr "ypad" -#: gtk/gtkcellrenderer.c:205 +#: gtk/gtkcellrenderer.c:215 msgid "The ypad" msgstr "Die ypad" -#: gtk/gtkcellrenderer.c:215 +#: gtk/gtkcellrenderer.c:225 msgid "width" msgstr "wydte" -#: gtk/gtkcellrenderer.c:216 +#: gtk/gtkcellrenderer.c:226 msgid "The fixed width" msgstr "Die vaste wydte" -#: gtk/gtkcellrenderer.c:226 +#: gtk/gtkcellrenderer.c:236 msgid "height" msgstr "hoogte" -#: gtk/gtkcellrenderer.c:227 +#: gtk/gtkcellrenderer.c:237 msgid "The fixed height" msgstr "Die vaste hoogte" -#: gtk/gtkcellrenderer.c:237 +#: gtk/gtkcellrenderer.c:247 msgid "Is Expander" msgstr "Is uitvouer" -#: gtk/gtkcellrenderer.c:238 +#: gtk/gtkcellrenderer.c:248 msgid "Row has children" msgstr "Ry het kinders" -#: gtk/gtkcellrenderer.c:247 +#: gtk/gtkcellrenderer.c:257 msgid "Is Expanded" msgstr "Is uitgevou" -#: gtk/gtkcellrenderer.c:248 +#: gtk/gtkcellrenderer.c:258 msgid "Row is an expander row, and is expanded" msgstr "Ry is 'n uitvoury en is uitgevou" -#: gtk/gtkcellrenderer.c:256 +#: gtk/gtkcellrenderer.c:266 msgid "Cell background color name" msgstr "Selagtergrondkleur-naam" -#: gtk/gtkcellrenderer.c:257 +#: gtk/gtkcellrenderer.c:267 msgid "Cell background color as a string" msgstr "Selagtergrondkleur as 'n string" -#: gtk/gtkcellrenderer.c:264 +#: gtk/gtkcellrenderer.c:274 msgid "Cell background color" msgstr "Selagtergrondkleur" -#: gtk/gtkcellrenderer.c:265 +#: gtk/gtkcellrenderer.c:275 msgid "Cell background color as a GdkColor" msgstr "Selagtergrondkleur as 'n GdkColor" -#: gtk/gtkcellrenderer.c:273 +#: gtk/gtkcellrenderer.c:283 msgid "Cell background set" msgstr "Selagtergrondstel" -#: gtk/gtkcellrenderer.c:274 +#: gtk/gtkcellrenderer.c:284 msgid "Whether this tag affects the cell background color" msgstr "Of hierdie merker 'n uitwerking op die selagtergrondkleur het" -#: gtk/gtkcellrendererpixbuf.c:134 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "Pixbuf Object" msgstr "Pixbuf-objek" -#: gtk/gtkcellrendererpixbuf.c:135 +#: gtk/gtkcellrendererpixbuf.c:137 msgid "The pixbuf to render" msgstr "Die pixbuf om weer te gee" -#: gtk/gtkcellrendererpixbuf.c:143 +#: gtk/gtkcellrendererpixbuf.c:145 msgid "Pixbuf Expander Open" msgstr "Pixbuf-uitvouer: oop" -#: gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:146 msgid "Pixbuf for open expander" msgstr "Pixbuf vir oop uitvouer" -#: gtk/gtkcellrendererpixbuf.c:152 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Pixbuf Expander Closed" msgstr "Pixbuf-uitvouer geslote" -#: gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:155 msgid "Pixbuf for closed expander" msgstr "Pixbuf vir geslote uitvouer" -#: gtk/gtkcellrendererpixbuf.c:161 gtk/gtkimage.c:177 +#: gtk/gtkcellrendererpixbuf.c:163 gtk/gtkimage.c:177 msgid "Stock ID" msgstr "Stapel-ID" -#: gtk/gtkcellrendererpixbuf.c:162 +#: gtk/gtkcellrendererpixbuf.c:164 msgid "The stock ID of the stock icon to render" msgstr "Die stapel-ID van die stapelikon om weer te gee" -#: gtk/gtkcellrendererpixbuf.c:169 +#: gtk/gtkcellrendererpixbuf.c:171 msgid "Size" msgstr "Grootte" -#: gtk/gtkcellrendererpixbuf.c:170 +#: gtk/gtkcellrendererpixbuf.c:172 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "Die GtkIconSize-waarde wat die grootte van die verbeelde ikon weergee" -#: gtk/gtkcellrendererpixbuf.c:179 +#: gtk/gtkcellrendererpixbuf.c:181 msgid "Detail" msgstr "Besonderhede" -#: gtk/gtkcellrendererpixbuf.c:180 +#: gtk/gtkcellrendererpixbuf.c:182 msgid "Render detail to pass to the theme engine" msgstr "Weergawebesonderhede wat na die tema-enjin gestuur moet word" -#: gtk/gtkcellrenderertext.c:193 gtk/gtkentry.c:545 gtk/gtkprogressbar.c:218 +#: gtk/gtkcellrenderertext.c:199 gtk/gtkentry.c:569 gtk/gtkprogressbar.c:218 msgid "Text" msgstr "Teks" -#: gtk/gtkcellrenderertext.c:194 +#: gtk/gtkcellrenderertext.c:200 msgid "Text to render" msgstr "Teks om weer te gee" -#: gtk/gtkcellrenderertext.c:201 +#: gtk/gtkcellrenderertext.c:207 msgid "Markup" msgstr "Markering" -#: gtk/gtkcellrenderertext.c:202 +#: gtk/gtkcellrenderertext.c:208 msgid "Marked up text to render" msgstr "Gemarkeerde teks om weer te gee" -#: gtk/gtkcellrenderertext.c:209 gtk/gtklabel.c:299 +#: gtk/gtkcellrenderertext.c:215 gtk/gtklabel.c:299 msgid "Attributes" msgstr "Attribute" -#: gtk/gtkcellrenderertext.c:210 +#: gtk/gtkcellrenderertext.c:216 msgid "A list of style attributes to apply to the text of the renderer" msgstr "'n Lys stylattribute om op die teks van die verbeelder toe te pas" -#: gtk/gtkcellrenderertext.c:217 +#: gtk/gtkcellrenderertext.c:223 msgid "Single Paragraph Mode" msgstr "Enkelparagraaf-modus" -#: gtk/gtkcellrenderertext.c:218 +#: gtk/gtkcellrenderertext.c:224 msgid "Whether or not to keep all text in a single paragraph" msgstr "Of al die teks in 'n enkele paragraaf gehou moet word of nie" -#: gtk/gtkcellrenderertext.c:226 gtk/gtkcellview.c:180 gtk/gtktexttag.c:206 +#: gtk/gtkcellrenderertext.c:232 gtk/gtkcellview.c:179 gtk/gtktexttag.c:206 msgid "Background color name" msgstr "Agtergrondkleur-naam" -#: gtk/gtkcellrenderertext.c:227 gtk/gtkcellview.c:181 gtk/gtktexttag.c:207 +#: gtk/gtkcellrenderertext.c:233 gtk/gtkcellview.c:180 gtk/gtktexttag.c:207 msgid "Background color as a string" msgstr "Agtergrondkleur as 'n string" -#: gtk/gtkcellrenderertext.c:234 gtk/gtkcellview.c:187 gtk/gtktexttag.c:214 +#: gtk/gtkcellrenderertext.c:240 gtk/gtkcellview.c:186 gtk/gtktexttag.c:214 msgid "Background color" msgstr "Agtergrondkleur" -#: gtk/gtkcellrenderertext.c:235 gtk/gtkcellview.c:188 +#: gtk/gtkcellrenderertext.c:241 gtk/gtkcellview.c:187 msgid "Background color as a GdkColor" msgstr "Agtergrondkleur as 'n GdkColor" -#: gtk/gtkcellrenderertext.c:242 gtk/gtktexttag.c:240 +#: gtk/gtkcellrenderertext.c:248 gtk/gtktexttag.c:240 msgid "Foreground color name" msgstr "Voorgrondkleur-naam" -#: gtk/gtkcellrenderertext.c:243 gtk/gtktexttag.c:241 +#: gtk/gtkcellrenderertext.c:249 gtk/gtktexttag.c:241 msgid "Foreground color as a string" msgstr "Voorgrondkleur as 'n string" -#: gtk/gtkcellrenderertext.c:250 gtk/gtktexttag.c:248 +#: gtk/gtkcellrenderertext.c:256 gtk/gtktexttag.c:248 msgid "Foreground color" msgstr "Voorgrondkleur" -#: gtk/gtkcellrenderertext.c:251 +#: gtk/gtkcellrenderertext.c:257 msgid "Foreground color as a GdkColor" msgstr "Voorgrondkleur as 'n GdkColor" -#: gtk/gtkcellrenderertext.c:259 gtk/gtkentry.c:477 gtk/gtktexttag.c:274 -#: gtk/gtktextview.c:587 +#: gtk/gtkcellrenderertext.c:265 gtk/gtkentry.c:501 gtk/gtktexttag.c:274 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "Redigeerbaar" -#: gtk/gtkcellrenderertext.c:260 gtk/gtktexttag.c:275 gtk/gtktextview.c:588 +#: gtk/gtkcellrenderertext.c:266 gtk/gtktexttag.c:275 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "Of die teks deur die gebruiker gewysig kan word" -#: gtk/gtkcellrenderertext.c:267 gtk/gtkcellrenderertext.c:275 +#: gtk/gtkcellrenderertext.c:273 gtk/gtkcellrenderertext.c:281 #: gtk/gtkfontsel.c:218 gtk/gtktexttag.c:282 gtk/gtktexttag.c:290 msgid "Font" msgstr "Font" -#: gtk/gtkcellrenderertext.c:268 +#: gtk/gtkcellrenderertext.c:274 msgid "Font description as a string" msgstr "Font beskrywing as 'n string" -#: gtk/gtkcellrenderertext.c:276 gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:282 gtk/gtktexttag.c:291 msgid "Font description as a PangoFontDescription struct" msgstr "Font beskrywing as 'n PangoFontDescription-struksie" -#: gtk/gtkcellrenderertext.c:284 gtk/gtktexttag.c:299 +#: gtk/gtkcellrenderertext.c:290 gtk/gtktexttag.c:299 msgid "Font family" msgstr "Fontfamilie" -#: gtk/gtkcellrenderertext.c:285 gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:291 gtk/gtktexttag.c:300 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "Naam van die fontfamilie bv Sans, Helvetica, Times, Monospace" -#: gtk/gtkcellrenderertext.c:292 gtk/gtkcellrenderertext.c:293 +#: gtk/gtkcellrenderertext.c:298 gtk/gtkcellrenderertext.c:299 #: gtk/gtktexttag.c:307 msgid "Font style" msgstr "Fontstyl" -#: gtk/gtkcellrenderertext.c:301 gtk/gtkcellrenderertext.c:302 +#: gtk/gtkcellrenderertext.c:307 gtk/gtkcellrenderertext.c:308 #: gtk/gtktexttag.c:316 msgid "Font variant" msgstr "Fontvariant" -#: gtk/gtkcellrenderertext.c:310 gtk/gtkcellrenderertext.c:311 +#: gtk/gtkcellrenderertext.c:316 gtk/gtkcellrenderertext.c:317 #: gtk/gtktexttag.c:325 msgid "Font weight" msgstr "Fontgewig" -#: gtk/gtkcellrenderertext.c:320 gtk/gtkcellrenderertext.c:321 +#: gtk/gtkcellrenderertext.c:326 gtk/gtkcellrenderertext.c:327 #: gtk/gtktexttag.c:336 msgid "Font stretch" msgstr "Fontrek" -#: gtk/gtkcellrenderertext.c:329 gtk/gtkcellrenderertext.c:330 +#: gtk/gtkcellrenderertext.c:335 gtk/gtkcellrenderertext.c:336 #: gtk/gtktexttag.c:345 msgid "Font size" msgstr "Fontgrootte" -#: gtk/gtkcellrenderertext.c:339 gtk/gtktexttag.c:365 +#: gtk/gtkcellrenderertext.c:345 gtk/gtktexttag.c:365 msgid "Font points" msgstr "Fontpunte" -#: gtk/gtkcellrenderertext.c:340 gtk/gtktexttag.c:366 +#: gtk/gtkcellrenderertext.c:346 gtk/gtktexttag.c:366 msgid "Font size in points" msgstr "Fontgrootte in punte" -#: gtk/gtkcellrenderertext.c:349 gtk/gtktexttag.c:355 +#: gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:355 msgid "Font scale" msgstr "Fontskaal" -#: gtk/gtkcellrenderertext.c:350 +#: gtk/gtkcellrenderertext.c:356 msgid "Font scaling factor" msgstr "Fontskaleerfaktor" -#: gtk/gtkcellrenderertext.c:359 gtk/gtktexttag.c:424 +#: gtk/gtkcellrenderertext.c:365 gtk/gtktexttag.c:424 msgid "Rise" msgstr "Styging" -#: gtk/gtkcellrenderertext.c:360 +#: gtk/gtkcellrenderertext.c:366 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "Verplasing van teks bo die basislyn (onder die basislyn indien styging " "negatief is)" -#: gtk/gtkcellrenderertext.c:370 gtk/gtktexttag.c:464 +#: gtk/gtkcellrenderertext.c:376 gtk/gtktexttag.c:464 msgid "Strikethrough" msgstr "Deurhaal" -#: gtk/gtkcellrenderertext.c:371 gtk/gtktexttag.c:465 +#: gtk/gtkcellrenderertext.c:377 gtk/gtktexttag.c:465 msgid "Whether to strike through the text" msgstr "Of die teks deurgehaal moet word" -#: gtk/gtkcellrenderertext.c:378 gtk/gtktexttag.c:472 +#: gtk/gtkcellrenderertext.c:384 gtk/gtktexttag.c:472 msgid "Underline" msgstr "Onderstreep" -#: gtk/gtkcellrenderertext.c:379 gtk/gtktexttag.c:473 +#: gtk/gtkcellrenderertext.c:385 gtk/gtktexttag.c:473 msgid "Style of underline for this text" msgstr "Styl van onderstreping vir hierdie teks" -#: gtk/gtkcellrenderertext.c:387 gtk/gtktexttag.c:384 +#: gtk/gtkcellrenderertext.c:393 gtk/gtktexttag.c:384 msgid "Language" msgstr "Taal" -#: gtk/gtkcellrenderertext.c:388 gtk/gtktexttag.c:385 +#: gtk/gtkcellrenderertext.c:394 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1022,115 +1029,115 @@ msgstr "" "gebruik wanneer die teks verbeeld word. As jy nie hierdie parameter verstaan " "nie, het jy dit waarskynlik nie nodig nie" -#: gtk/gtkcellrenderertext.c:398 gtk/gtkcellview.c:195 gtk/gtktexttag.c:509 +#: gtk/gtkcellrenderertext.c:404 gtk/gtkcellview.c:194 gtk/gtktexttag.c:509 msgid "Background set" msgstr "Agtergrondstel" -#: gtk/gtkcellrenderertext.c:399 gtk/gtkcellview.c:196 gtk/gtktexttag.c:510 +#: gtk/gtkcellrenderertext.c:405 gtk/gtkcellview.c:195 gtk/gtktexttag.c:510 msgid "Whether this tag affects the background color" msgstr "Of hierdie merker 'n uitwerking op die agtergrondkleur het" -#: gtk/gtkcellrenderertext.c:402 gtk/gtktexttag.c:521 +#: gtk/gtkcellrenderertext.c:408 gtk/gtktexttag.c:521 msgid "Foreground set" msgstr "Voorgrondstel" -#: gtk/gtkcellrenderertext.c:403 gtk/gtktexttag.c:522 +#: gtk/gtkcellrenderertext.c:409 gtk/gtktexttag.c:522 msgid "Whether this tag affects the foreground color" msgstr "Of hierdie merker 'n uitwerking op die voorgrondkleur het" -#: gtk/gtkcellrenderertext.c:406 gtk/gtktexttag.c:529 +#: gtk/gtkcellrenderertext.c:412 gtk/gtktexttag.c:529 msgid "Editability set" msgstr "Redigeerbaarheidstel" -#: gtk/gtkcellrenderertext.c:407 gtk/gtktexttag.c:530 +#: gtk/gtkcellrenderertext.c:413 gtk/gtktexttag.c:530 msgid "Whether this tag affects text editability" msgstr "Of hierdie merker 'n uitwerking op die redigeerbaarheid het" -#: gtk/gtkcellrenderertext.c:410 gtk/gtktexttag.c:533 +#: gtk/gtkcellrenderertext.c:416 gtk/gtktexttag.c:533 msgid "Font family set" msgstr "Fontfamiliestel" -#: gtk/gtkcellrenderertext.c:411 gtk/gtktexttag.c:534 +#: gtk/gtkcellrenderertext.c:417 gtk/gtktexttag.c:534 msgid "Whether this tag affects the font family" msgstr "Of hierdie merker 'n uitwerking op die fontfamilie het" -#: gtk/gtkcellrenderertext.c:414 gtk/gtktexttag.c:537 +#: gtk/gtkcellrenderertext.c:420 gtk/gtktexttag.c:537 msgid "Font style set" msgstr "Fontstylstel" -#: gtk/gtkcellrenderertext.c:415 gtk/gtktexttag.c:538 +#: gtk/gtkcellrenderertext.c:421 gtk/gtktexttag.c:538 msgid "Whether this tag affects the font style" msgstr "Of hierdie merker 'n uitwerking op die fontstyl het" -#: gtk/gtkcellrenderertext.c:418 gtk/gtktexttag.c:541 +#: gtk/gtkcellrenderertext.c:424 gtk/gtktexttag.c:541 msgid "Font variant set" msgstr "Fontvariantstel" -#: gtk/gtkcellrenderertext.c:419 gtk/gtktexttag.c:542 +#: gtk/gtkcellrenderertext.c:425 gtk/gtktexttag.c:542 msgid "Whether this tag affects the font variant" msgstr "Of hierdie merker 'n uitwerking op die fontvariant het" -#: gtk/gtkcellrenderertext.c:422 gtk/gtktexttag.c:545 +#: gtk/gtkcellrenderertext.c:428 gtk/gtktexttag.c:545 msgid "Font weight set" msgstr "Fontgewigstel" -#: gtk/gtkcellrenderertext.c:423 gtk/gtktexttag.c:546 +#: gtk/gtkcellrenderertext.c:429 gtk/gtktexttag.c:546 msgid "Whether this tag affects the font weight" msgstr "Of hierdie merker 'n uitwerking op die fontgewig het" -#: gtk/gtkcellrenderertext.c:426 gtk/gtktexttag.c:549 +#: gtk/gtkcellrenderertext.c:432 gtk/gtktexttag.c:549 msgid "Font stretch set" msgstr "Fontrekstel" -#: gtk/gtkcellrenderertext.c:427 gtk/gtktexttag.c:550 +#: gtk/gtkcellrenderertext.c:433 gtk/gtktexttag.c:550 msgid "Whether this tag affects the font stretch" msgstr "Of hierdie merker 'n uitwerking op die fontrek het" -#: gtk/gtkcellrenderertext.c:430 gtk/gtktexttag.c:553 +#: gtk/gtkcellrenderertext.c:436 gtk/gtktexttag.c:553 msgid "Font size set" msgstr "Fontgroottestel" -#: gtk/gtkcellrenderertext.c:431 gtk/gtktexttag.c:554 +#: gtk/gtkcellrenderertext.c:437 gtk/gtktexttag.c:554 msgid "Whether this tag affects the font size" msgstr "Of hierdie merker 'n uitwerking op die fontgrootte het" -#: gtk/gtkcellrenderertext.c:434 gtk/gtktexttag.c:557 +#: gtk/gtkcellrenderertext.c:440 gtk/gtktexttag.c:557 msgid "Font scale set" msgstr "Fontskaalstel" -#: gtk/gtkcellrenderertext.c:435 gtk/gtktexttag.c:558 +#: gtk/gtkcellrenderertext.c:441 gtk/gtktexttag.c:558 msgid "Whether this tag scales the font size by a factor" msgstr "Of hierdie merker die fontgrootte met 'n faktor skaleer" -#: gtk/gtkcellrenderertext.c:438 gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:444 gtk/gtktexttag.c:577 msgid "Rise set" msgstr "Stygingstel" -#: gtk/gtkcellrenderertext.c:439 gtk/gtktexttag.c:578 +#: gtk/gtkcellrenderertext.c:445 gtk/gtktexttag.c:578 msgid "Whether this tag affects the rise" msgstr "Of hierdie merker 'n uitwerking op die styging het" -#: gtk/gtkcellrenderertext.c:442 gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:448 gtk/gtktexttag.c:593 msgid "Strikethrough set" msgstr "Deurhaalstel" -#: gtk/gtkcellrenderertext.c:443 gtk/gtktexttag.c:594 +#: gtk/gtkcellrenderertext.c:449 gtk/gtktexttag.c:594 msgid "Whether this tag affects strikethrough" msgstr "Of hierdie merker 'n uitwerking op die deurhaal het" -#: gtk/gtkcellrenderertext.c:446 gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:452 gtk/gtktexttag.c:601 msgid "Underline set" msgstr "Onderstreepstel" -#: gtk/gtkcellrenderertext.c:447 gtk/gtktexttag.c:602 +#: gtk/gtkcellrenderertext.c:453 gtk/gtktexttag.c:602 msgid "Whether this tag affects underlining" msgstr "Of hierdie merker 'n uitwerking op deurhaal het" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:456 gtk/gtktexttag.c:565 msgid "Language set" msgstr "Taalstel" -#: gtk/gtkcellrenderertext.c:451 gtk/gtktexttag.c:566 +#: gtk/gtkcellrenderertext.c:457 gtk/gtktexttag.c:566 msgid "Whether this tag affects the language the text is rendered as" msgstr "" "Of hierdie merker 'n uitwerking op die taal waarin die teks verbeeld word, " @@ -1217,7 +1224,7 @@ msgid "Whether or not to give the color an alpha value" msgstr "Of die kleur 'n alfawaarde gegee moet word" #: gtk/gtkcolorbutton.c:217 gtk/gtkfontbutton.c:175 -#: gtk/gtktreeviewcolumn.c:287 +#: gtk/gtktreeviewcolumn.c:297 msgid "Title" msgstr "Titel" @@ -1318,59 +1325,88 @@ msgstr "Waarde in lys" msgid "Whether entered values must already be present in the list" msgstr "Of ingetikte waardes reeds in die lys teenwoordig moet wees" -#: gtk/gtkcombobox.c:462 +#: gtk/gtkcombobox.c:494 msgid "ComboBox model" msgstr "Kombinasiekas-model" -#: gtk/gtkcombobox.c:463 +#: gtk/gtkcombobox.c:495 msgid "The model for the combo box" msgstr "Die model van die kombinasiekas" -#: gtk/gtkcombobox.c:470 +#: gtk/gtkcombobox.c:502 msgid "Wrap width" msgstr "Vouwydte" -#: gtk/gtkcombobox.c:471 +#: gtk/gtkcombobox.c:503 msgid "Wrap width for layouting the items in a grid" msgstr "Vouwydte vir die uitlê van items op 'n rooster" -#: gtk/gtkcombobox.c:480 +#: gtk/gtkcombobox.c:512 msgid "Row span column" msgstr "Ryspankolom" -#: gtk/gtkcombobox.c:481 +#: gtk/gtkcombobox.c:513 msgid "TreeModel column containing the row span values" msgstr "Boommodel-kolom wat die ryspanwaarde bevat" -#: gtk/gtkcombobox.c:490 +#: gtk/gtkcombobox.c:522 msgid "Column span column" msgstr "Kolomspankolom" -#: gtk/gtkcombobox.c:491 +#: gtk/gtkcombobox.c:523 msgid "TreeModel column containing the column span values" msgstr "Boommodel-kolom wat die kolomspanwaarde bevat" -#: gtk/gtkcombobox.c:500 +#: gtk/gtkcombobox.c:532 +#, fuzzy +msgid "Row separator column" +msgstr "Ryspankolom" + +#: gtk/gtkcombobox.c:533 +#, fuzzy +msgid "Boolean TreeModel column specifying which rows are separators" +msgstr "Boommodel-kolom wat die ryspanwaarde bevat" + +#: gtk/gtkcombobox.c:542 msgid "Active item" msgstr "Aktiewe item" -#: gtk/gtkcombobox.c:501 +#: gtk/gtkcombobox.c:543 msgid "The item which is currently active" msgstr "Die item wat tans aktief is" -#: gtk/gtkcombobox.c:509 +#: gtk/gtkcombobox.c:562 gtk/gtkuimanager.c:220 +msgid "Add tearoffs to menus" +msgstr "Voeg afskeuritems by die kieslyste" + +#: gtk/gtkcombobox.c:563 +#, fuzzy +msgid "Whether dropdowns should have a tearoff menu item" +msgstr "Of oortjies eenvormige groottes moet hê" + +#: gtk/gtkcombobox.c:578 gtk/gtkentry.c:526 +msgid "Has Frame" +msgstr "Het raam" + +#: gtk/gtkcombobox.c:579 +#, fuzzy +msgid "Whether the combo box draws a frame around the child" +msgstr "Of die kolom rondom die koppe hersorteer kan word" + +#: gtk/gtkcombobox.c:585 msgid "Appears as list" msgstr "" -#: gtk/gtkcombobox.c:510 -msgid "Whether combobox dropdowns should look like lists rather than menus" -msgstr "" +#: gtk/gtkcombobox.c:586 +#, fuzzy +msgid "Whether dropdowns should look like lists rather than menus" +msgstr "Of die vouers in plaas van die lêers gekies moet word" -#: gtk/gtkcomboboxentry.c:110 +#: gtk/gtkcomboboxentry.c:113 msgid "Text Column" msgstr "Tekskolom" -#: gtk/gtkcomboboxentry.c:111 +#: gtk/gtkcomboboxentry.c:114 msgid "A column in the data source model to get the strings from" msgstr "'n Kolom in die databronmodel waaruit die stringe verkry moet word" @@ -1471,43 +1507,43 @@ msgid "Width of border around the button area at the bottom of the dialog" msgstr "" "Wydte van grens rondom die knoppiestreek aan die onderkant van die dialoog" -#: gtk/gtkentry.c:457 gtk/gtklabel.c:370 +#: gtk/gtkentry.c:481 gtk/gtklabel.c:370 msgid "Cursor Position" msgstr "Wyserposisie" -#: gtk/gtkentry.c:458 gtk/gtklabel.c:371 +#: gtk/gtkentry.c:482 gtk/gtklabel.c:371 msgid "The current position of the insertion cursor in chars" msgstr "Die huidige posisie van die invoegingswyser in karakters" -#: gtk/gtkentry.c:467 gtk/gtklabel.c:380 +#: gtk/gtkentry.c:491 gtk/gtklabel.c:380 msgid "Selection Bound" msgstr "Seleksiegrens" -#: gtk/gtkentry.c:468 gtk/gtklabel.c:381 +#: gtk/gtkentry.c:492 gtk/gtklabel.c:381 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "" "Die posisie van die oorkantste punt van die seleksie van die wyser in " "karakters" -#: gtk/gtkentry.c:478 +#: gtk/gtkentry.c:502 msgid "Whether the entry contents can be edited" msgstr "Of die inskrywingsinhoud geredigeer kan word" -#: gtk/gtkentry.c:485 +#: gtk/gtkentry.c:509 msgid "Maximum length" msgstr "maksimum lengte" -#: gtk/gtkentry.c:486 +#: gtk/gtkentry.c:510 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" "Maksimum getal karakters vir hierdie inskrywing. Nul indien geen maksimum" -#: gtk/gtkentry.c:494 +#: gtk/gtkentry.c:518 msgid "Visibility" msgstr "Sigbaarheid" -#: gtk/gtkentry.c:495 +#: gtk/gtkentry.c:519 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" @@ -1515,29 +1551,25 @@ msgstr "" "VALS vertoon die \"onsigbare karakter\" in plaas van die werklike teks " "(wagwoordmodus)" -#: gtk/gtkentry.c:502 -msgid "Has Frame" -msgstr "Het raam" - -#: gtk/gtkentry.c:503 +#: gtk/gtkentry.c:527 msgid "FALSE removes outside bevel from entry" msgstr "VALS verwyder buiteskuinskant uit inskrywing" -#: gtk/gtkentry.c:510 +#: gtk/gtkentry.c:534 msgid "Invisible character" msgstr "Onsigbare karakter" -#: gtk/gtkentry.c:511 +#: gtk/gtkentry.c:535 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" "Die karakter om te gebruik wanneer inskrywingsinhoud verberg word (in " "\"wagwoordmodus\")" -#: gtk/gtkentry.c:518 +#: gtk/gtkentry.c:542 msgid "Activates default" msgstr "Aktiveer verstek" -#: gtk/gtkentry.c:519 +#: gtk/gtkentry.c:543 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -1545,62 +1577,90 @@ msgstr "" "Of die verstekdingesie (soos die verstekknoppie in 'n dialoog) geaktiveer " "moet word wanneer ENTER gedruk word" -#: gtk/gtkentry.c:525 +#: gtk/gtkentry.c:549 msgid "Width in chars" msgstr "Wydte in karakters" -#: gtk/gtkentry.c:526 +#: gtk/gtkentry.c:550 msgid "Number of characters to leave space for in the entry" msgstr "Getal karakters om ruimte voor in die inskrywing te laat" -#: gtk/gtkentry.c:535 +#: gtk/gtkentry.c:559 msgid "Scroll offset" msgstr "Rolverplasing" -#: gtk/gtkentry.c:536 +#: gtk/gtkentry.c:560 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "Getal pixels van die inskrywing wat links van die skerm af rol" -#: gtk/gtkentry.c:546 +#: gtk/gtkentry.c:570 msgid "The contents of the entry" msgstr "Die inhoud van die inskrywing" -#: gtk/gtkentry.c:553 gtk/gtkmisc.c:99 +#: gtk/gtkentry.c:577 gtk/gtkmisc.c:99 msgid "X align" msgstr "x-align" -#: gtk/gtkentry.c:554 gtk/gtkmisc.c:100 +#: gtk/gtkentry.c:578 gtk/gtkmisc.c:100 #, fuzzy msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts" msgstr "Die horisontale belyning, van 0 (links) na 1 (regs)" -#: gtk/gtkentry.c:787 +#: gtk/gtkentry.c:811 msgid "Select on focus" msgstr "Merk by fokus" -#: gtk/gtkentry.c:788 +#: gtk/gtkentry.c:812 msgid "Whether to select the contents of an entry when it is focused" msgstr "" "Of die inhoud van 'n inskrywing gemerk moet word wanneer die fokus daarop is" -#: gtk/gtkentrycompletion.c:223 +#: gtk/gtkentrycompletion.c:272 msgid "Completion Model" msgstr "Voltooiingsmodel" -#: gtk/gtkentrycompletion.c:224 +#: gtk/gtkentrycompletion.c:273 msgid "The model to find matches in" msgstr "Die model waarin pare gevind moet word" -#: gtk/gtkentrycompletion.c:230 +#: gtk/gtkentrycompletion.c:279 msgid "Minimum Key Length" msgstr "minimum knoppielengte" -#: gtk/gtkentrycompletion.c:231 +#: gtk/gtkentrycompletion.c:280 msgid "Minimum length of the search key in order to look up matches" msgstr "minimum lengte van die soekknoppie nodig om vir pare te soek" +#: gtk/gtkentrycompletion.c:295 +#, fuzzy +msgid "Text column" +msgstr "Tekskolom" + +#: gtk/gtkentrycompletion.c:296 +#, fuzzy +msgid "The column of the model containing the strings." +msgstr "'n Kolom in die databronmodel waaruit die stringe verkry moet word" + +#: gtk/gtkentrycompletion.c:314 +msgid "Inline completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:315 +#, fuzzy +msgid "Whether the common prefix should be inserted automatically" +msgstr "Of die grens vertoon moet word of nie" + +#: gtk/gtkentrycompletion.c:329 +msgid "Popup completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:330 +#, fuzzy +msgid "Whether the completions should be shown in a popup window" +msgstr "Of die grens vertoon moet word of nie" + #: gtk/gtkeventbox.c:120 msgid "Visible Window" msgstr "Sigbare venster" @@ -1659,11 +1719,11 @@ msgid "A widget to display in place of the usual expander label" msgstr "" "'n Dingesie wat in die plek van die gewone uitvoueretiket vertoon moet word" -#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:626 +#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:669 msgid "Expander Size" msgstr "Uitvouergrootte" -#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:627 +#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:670 msgid "Size of the expander arrow" msgstr "Grootte van die uitvouerpyltjie" @@ -1756,11 +1816,11 @@ msgstr "Vertoon verskuil" msgid "Whether the hidden files and folders should be displayed" msgstr "Of die verskuilde lêers en gidse vertoon moet word" -#: gtk/gtkfilechooserdefault.c:559 +#: gtk/gtkfilechooserdefault.c:563 msgid "Default file chooser backend" msgstr "" -#: gtk/gtkfilechooserdefault.c:560 +#: gtk/gtkfilechooserdefault.c:564 #, fuzzy msgid "Name of the GtkFileChooser backend to use by default" msgstr "Naam van die lêerstelsel-rugstelsel om te gebruik" @@ -1785,19 +1845,19 @@ msgstr "Of die knoppies vir die skep/manipuleer van lêers vertoon moet word" msgid "Select multiple" msgstr "Selekteer meervoudig" -#: gtk/gtkfixed.c:121 gtk/gtklayout.c:612 +#: gtk/gtkfixed.c:121 gtk/gtklayout.c:614 msgid "X position" msgstr "x-posisie" -#: gtk/gtkfixed.c:122 gtk/gtklayout.c:613 +#: gtk/gtkfixed.c:122 gtk/gtklayout.c:615 msgid "X position of child widget" msgstr "x-posisie van die kinddingesie" -#: gtk/gtkfixed.c:131 gtk/gtklayout.c:622 +#: gtk/gtkfixed.c:131 gtk/gtklayout.c:624 msgid "Y position" msgstr "y-posisie" -#: gtk/gtkfixed.c:132 gtk/gtklayout.c:623 +#: gtk/gtkfixed.c:132 gtk/gtklayout.c:625 msgid "Y position of child widget" msgstr "y-posisie van die kinddingesie" @@ -1886,7 +1946,7 @@ msgstr "Etiket-yalign" msgid "The vertical alignment of the label" msgstr "Die vertikale gerigtheid van die etiket" -#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:196 +#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:199 msgid "Deprecated property, use shadow_type instead" msgstr "Afgekeurde eienskap, gebruik eerder arseer_soort" @@ -1903,38 +1963,38 @@ msgid "A widget to display in place of the usual frame label" msgstr "" "'n Dingesie wat in die plek van die gewone raametiket vertoon moet word" -#: gtk/gtkhandlebox.c:203 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 -#: gtk/gtktoolbar.c:572 gtk/gtkviewport.c:151 +#: gtk/gtkhandlebox.c:206 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 +#: gtk/gtktoolbar.c:574 gtk/gtkviewport.c:151 msgid "Shadow type" msgstr "Arseringsoort" -#: gtk/gtkhandlebox.c:204 +#: gtk/gtkhandlebox.c:207 msgid "Appearance of the shadow that surrounds the container" msgstr "Voorkoms van die arsering wat die wat die houer omring" -#: gtk/gtkhandlebox.c:212 +#: gtk/gtkhandlebox.c:215 msgid "Handle position" msgstr "Handvatsel-posisie" -#: gtk/gtkhandlebox.c:213 +#: gtk/gtkhandlebox.c:216 msgid "Position of the handle relative to the child widget" msgstr "Posisie van die handvatsel met betrekking tot die kinddingesie" -#: gtk/gtkhandlebox.c:221 +#: gtk/gtkhandlebox.c:224 msgid "Snap edge" msgstr "Slagrand" -#: gtk/gtkhandlebox.c:222 +#: gtk/gtkhandlebox.c:225 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "Kant van die handvatselkassie in lyn met die vasmeerpunt" -#: gtk/gtkhandlebox.c:230 +#: gtk/gtkhandlebox.c:233 msgid "Snap edge set" msgstr "Slagrandstel" -#: gtk/gtkhandlebox.c:231 +#: gtk/gtkhandlebox.c:234 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -2030,11 +2090,11 @@ msgstr "Vertoon kieslysbeelde" msgid "Whether images should be shown in menus" msgstr "Of beelde in kieslyste vertoon moet word" -#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:543 +#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:570 msgid "Screen" msgstr "Skerm" -#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:544 +#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:571 msgid "The screen where this window will be displayed" msgstr "Die skerm waarop hierdie venster vertoon sal word" @@ -2046,7 +2106,7 @@ msgstr "Die teks van die etiket" msgid "A list of style attributes to apply to the text of the label" msgstr "'n Lys stylattribute om op die teks van die etiket toe te pas" -#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:604 +#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:590 msgid "Justification" msgstr "Alkantbelyning" @@ -2106,35 +2166,35 @@ msgstr "" "Die dingesie wat geaktiveer moet word wanneer die etiket se mnemoniese " "sleutel gedruk word" -#: gtk/gtklayout.c:632 gtk/gtkviewport.c:135 +#: gtk/gtklayout.c:634 gtk/gtkviewport.c:135 msgid "Horizontal adjustment" msgstr "Horisontale verstelling" -#: gtk/gtklayout.c:633 gtk/gtkscrolledwindow.c:238 +#: gtk/gtklayout.c:635 gtk/gtkscrolledwindow.c:238 msgid "The GtkAdjustment for the horizontal position" msgstr "Die GtkAdjustment vir die horisontale posisie" -#: gtk/gtklayout.c:640 gtk/gtkviewport.c:143 +#: gtk/gtklayout.c:642 gtk/gtkviewport.c:143 msgid "Vertical adjustment" msgstr "Vertikale verstelling" -#: gtk/gtklayout.c:641 gtk/gtkscrolledwindow.c:245 +#: gtk/gtklayout.c:643 gtk/gtkscrolledwindow.c:245 msgid "The GtkAdjustment for the vertical position" msgstr "Die GtkAdjustment vir die vertikale posisie" -#: gtk/gtklayout.c:649 +#: gtk/gtklayout.c:651 msgid "The width of the layout" msgstr "Die wydte van die uitleg" -#: gtk/gtklayout.c:658 +#: gtk/gtklayout.c:660 msgid "The height of the layout" msgstr "Die hoogte van die uitleg" -#: gtk/gtkmenu.c:518 +#: gtk/gtkmenu.c:520 msgid "Tearoff Title" msgstr "Afskeurtitel" -#: gtk/gtkmenu.c:519 +#: gtk/gtkmenu.c:521 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" @@ -2142,19 +2202,31 @@ msgstr "" "'n Titel wat deur die vensterbestuurder vertoon kan word wanneer hierdie " "kieslys afgeskeur word" -#: gtk/gtkmenu.c:525 +#: gtk/gtkmenu.c:535 +#, fuzzy +msgid "Tearoff State" +msgstr "Afskeurtitel" + +#: gtk/gtkmenu.c:536 +#, fuzzy +msgid "A boolean that indicates whether the menu is torn-off" +msgstr "" +"'n Titel wat deur die vensterbestuurder vertoon kan word wanneer hierdie " +"kieslys afgeskeur word" + +#: gtk/gtkmenu.c:542 msgid "Vertical Padding" msgstr "Vertikale opvulling" -#: gtk/gtkmenu.c:526 +#: gtk/gtkmenu.c:543 msgid "Extra space at the top and bottom of the menu" msgstr "Ekstra ruimte aan bo- en onderkant van die kieslys" -#: gtk/gtkmenu.c:534 +#: gtk/gtkmenu.c:551 msgid "Vertical Offset" msgstr "Vertikale verplasing" -#: gtk/gtkmenu.c:535 +#: gtk/gtkmenu.c:552 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" @@ -2162,11 +2234,11 @@ msgstr "" "Wanneer die kieslys 'n subkieslys is, word dit hierdie getal pixels " "vertikaal verplaas" -#: gtk/gtkmenu.c:543 +#: gtk/gtkmenu.c:560 msgid "Horizontal Offset" msgstr "Horisontale verplasing" -#: gtk/gtkmenu.c:544 +#: gtk/gtkmenu.c:561 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" @@ -2174,66 +2246,66 @@ msgstr "" "Wanneer die kieslys 'n subkieslys is, word dit hierdie getal pixels " "horisontaal verplaas" -#: gtk/gtkmenu.c:554 +#: gtk/gtkmenu.c:571 msgid "Left Attach" msgstr "Linkeraanhegting" -#: gtk/gtkmenu.c:555 gtk/gtktable.c:204 +#: gtk/gtkmenu.c:572 gtk/gtktable.c:204 msgid "The column number to attach the left side of the child to" msgstr "Die kolomnommer waaraan die linkersy van die kind geheg moet word" -#: gtk/gtkmenu.c:562 +#: gtk/gtkmenu.c:579 msgid "Right Attach" msgstr "Regteraanhegting" -#: gtk/gtkmenu.c:563 +#: gtk/gtkmenu.c:580 msgid "The column number to attach the right side of the child to" msgstr "Die kolomnommer waaraan die regtersy van die kind geheg moet word" -#: gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:587 msgid "Top Attach" msgstr "Boaanhegting" -#: gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:588 msgid "The row number to attach the top of the child to" msgstr "Die kolomnommer waaraan die bokantste sy van die kind geheg moet word" -#: gtk/gtkmenu.c:578 +#: gtk/gtkmenu.c:595 msgid "Bottom Attach" msgstr "Onderaanhegting" -#: gtk/gtkmenu.c:579 gtk/gtktable.c:225 +#: gtk/gtkmenu.c:596 gtk/gtktable.c:225 msgid "The row number to attach the bottom of the child to" msgstr "" "Die kolomnommer waaraan die onderkantste sy van die kind geheg moet word" -#: gtk/gtkmenu.c:666 +#: gtk/gtkmenu.c:683 msgid "Can change accelerators" msgstr "Kan snelsleutels wysig" -#: gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:684 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "Of kieslyssnelsleutels gewysig kan word deur 'n sleutel oor die kieslysitem " "te druk" -#: gtk/gtkmenu.c:672 +#: gtk/gtkmenu.c:689 msgid "Delay before submenus appear" msgstr "Vertraag voor subkieslyste verskyn" -#: gtk/gtkmenu.c:673 +#: gtk/gtkmenu.c:690 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "minimum tyd wat die wyser oor 'n kieslysitem moet wag voor die subkieslys " "verskyn" -#: gtk/gtkmenu.c:680 +#: gtk/gtkmenu.c:697 msgid "Delay before hiding a submenu" msgstr "Vertraging voor subkieslys verskuil word" -#: gtk/gtkmenu.c:681 +#: gtk/gtkmenu.c:698 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -2245,7 +2317,7 @@ msgstr "" msgid "Style of bevel around the menubar" msgstr "Styl skuinskant rondom die kieslysstaaf" -#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:548 +#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:550 msgid "Internal padding" msgstr "Binneopvulling" @@ -2327,76 +2399,76 @@ msgstr "" "Die hoeveelheid ruimte wat bo en onder die dingesie gevoeg moet word, in " "pixels" -#: gtk/gtknotebook.c:397 +#: gtk/gtknotebook.c:400 msgid "Page" msgstr "Bladsy" -#: gtk/gtknotebook.c:398 +#: gtk/gtknotebook.c:401 msgid "The index of the current page" msgstr "Die indeks van die huidige bladsy" -#: gtk/gtknotebook.c:406 +#: gtk/gtknotebook.c:409 msgid "Tab Position" msgstr "Oortjieposisie" -#: gtk/gtknotebook.c:407 +#: gtk/gtknotebook.c:410 msgid "Which side of the notebook holds the tabs" msgstr "Watter kant van die notaboek die oortjies kom" -#: gtk/gtknotebook.c:414 +#: gtk/gtknotebook.c:417 msgid "Tab Border" msgstr "Oortjiegrens" -#: gtk/gtknotebook.c:415 +#: gtk/gtknotebook.c:418 msgid "Width of the border around the tab labels" msgstr "Wydte van grens rondom die oortjie-etikette" -#: gtk/gtknotebook.c:423 +#: gtk/gtknotebook.c:426 msgid "Horizontal Tab Border" msgstr "Horisontale oortjiegrens" -#: gtk/gtknotebook.c:424 +#: gtk/gtknotebook.c:427 msgid "Width of the horizontal border of tab labels" msgstr "Wydte van horisontale grens van die oortjie-etikette" -#: gtk/gtknotebook.c:432 +#: gtk/gtknotebook.c:435 msgid "Vertical Tab Border" msgstr "Vertikale oortjiegrens" -#: gtk/gtknotebook.c:433 +#: gtk/gtknotebook.c:436 msgid "Width of the vertical border of tab labels" msgstr "Wydte van vertikale grens van die oortjie-etikette" -#: gtk/gtknotebook.c:441 +#: gtk/gtknotebook.c:444 msgid "Show Tabs" msgstr "Vertoon oortjies" -#: gtk/gtknotebook.c:442 +#: gtk/gtknotebook.c:445 msgid "Whether tabs should be shown or not" msgstr "Of oortjies vertoon moet word of nie" -#: gtk/gtknotebook.c:448 +#: gtk/gtknotebook.c:451 msgid "Show Border" msgstr "Vertoon grens" -#: gtk/gtknotebook.c:449 +#: gtk/gtknotebook.c:452 msgid "Whether the border should be shown or not" msgstr "Of die grens vertoon moet word of nie" -#: gtk/gtknotebook.c:455 +#: gtk/gtknotebook.c:458 msgid "Scrollable" msgstr "Rolbaar" -#: gtk/gtknotebook.c:456 +#: gtk/gtknotebook.c:459 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" "Indien WAAR word rolpyltjies bygevoeg indien al die oortjies nie inpas nie" -#: gtk/gtknotebook.c:462 +#: gtk/gtknotebook.c:465 msgid "Enable Popup" msgstr "Stel opspringer in werking" -#: gtk/gtknotebook.c:463 +#: gtk/gtknotebook.c:466 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -2404,81 +2476,82 @@ msgstr "" "Indien WAAR sal 'n regskliek-aksie op die notaboek 'n kieslys laat opspring " "waarmee jy na 'n bladsy kan gaan" -#: gtk/gtknotebook.c:470 +#: gtk/gtknotebook.c:473 msgid "Whether tabs should have homogeneous sizes" msgstr "Of oortjies eenvormige groottes moet hê" -#: gtk/gtknotebook.c:477 +#: gtk/gtknotebook.c:480 msgid "Tab label" msgstr "Oortjie-etiket" -#: gtk/gtknotebook.c:478 +#: gtk/gtknotebook.c:481 msgid "The string displayed on the childs tab label" msgstr "Die string wat op die kinderoortjie-etiket vertoon word" -#: gtk/gtknotebook.c:484 +#: gtk/gtknotebook.c:487 msgid "Menu label" msgstr "Kieslysetiket" -#: gtk/gtknotebook.c:485 +#: gtk/gtknotebook.c:488 msgid "The string displayed in the childs menu entry" msgstr "Die string wat op die kinderkieslysetiket vertoon word" -#: gtk/gtknotebook.c:498 +#: gtk/gtknotebook.c:501 msgid "Tab expand" msgstr "Oortjie-uitvou" -#: gtk/gtknotebook.c:499 +#: gtk/gtknotebook.c:502 msgid "Whether to expand the childs tab or not" msgstr "Of die kinderoortjie uitgevou moet word of nie" -#: gtk/gtknotebook.c:505 +#: gtk/gtknotebook.c:508 msgid "Tab fill" msgstr "Oortjie-opvulling" -#: gtk/gtknotebook.c:506 -msgid "Wheather the childs tab should fill the allocated area or not" +#: gtk/gtknotebook.c:509 +#, fuzzy +msgid "Whether the childs tab should fill the allocated area or not" msgstr "Of die kinderoortjie die toegewysde ruimte moet opvul of nie" -#: gtk/gtknotebook.c:512 +#: gtk/gtknotebook.c:515 msgid "Tab pack type" msgstr "Oortjiepaksoort" -#: gtk/gtknotebook.c:528 gtk/gtkscrollbar.c:114 +#: gtk/gtknotebook.c:531 gtk/gtkscrollbar.c:114 msgid "Secondary backward stepper" msgstr "Sekondêre agtertoestapper" -#: gtk/gtknotebook.c:529 +#: gtk/gtknotebook.c:532 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" "Vertoon 'n tweede agtertoe-pyltjie op die teenoorgestelde punt van die " "oortjiearea" -#: gtk/gtknotebook.c:545 gtk/gtkscrollbar.c:122 +#: gtk/gtknotebook.c:548 gtk/gtkscrollbar.c:122 msgid "Secondary forward stepper" msgstr "Sekondêre vorentoestapper" -#: gtk/gtknotebook.c:546 +#: gtk/gtknotebook.c:549 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" "Vertoon 'n tweede vorentoe-pyltjie op die teenoorgestelde punt van die " "oortjiearea" -#: gtk/gtknotebook.c:561 gtk/gtkscrollbar.c:98 +#: gtk/gtknotebook.c:564 gtk/gtkscrollbar.c:98 msgid "Backward stepper" msgstr "Agtertoestapper" -#: gtk/gtknotebook.c:562 gtk/gtkscrollbar.c:99 +#: gtk/gtknotebook.c:565 gtk/gtkscrollbar.c:99 msgid "Display the standard backward arrow button" msgstr "Vertoon die standaard-agtertoepyltjieknoppie" -#: gtk/gtknotebook.c:577 gtk/gtkscrollbar.c:106 +#: gtk/gtknotebook.c:580 gtk/gtkscrollbar.c:106 msgid "Forward stepper" msgstr "Vorentoestapper" -#: gtk/gtknotebook.c:578 gtk/gtkscrollbar.c:107 +#: gtk/gtknotebook.c:581 gtk/gtkscrollbar.c:107 msgid "Display the standard forward arrow button" msgstr "Vertoon die standaardvorentoe pyltjieknoppie" @@ -2614,7 +2687,7 @@ msgstr "Verstelling" msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "Die GtkAdjustment wat met die vorderingstaaf gekoppel word (afgekeur)" -#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:497 +#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:499 msgid "Orientation" msgstr "Oriëntering" @@ -2883,11 +2956,11 @@ msgstr "" "Vertoon 'n tweede vorentoe-pyltjie op die teenoorgestelde punt van die " "rolstaaf" -#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:540 +#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:551 msgid "Horizontal Adjustment" msgstr "Horisontale verstelling" -#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:548 +#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:559 msgid "Vertical Adjustment" msgstr "Vertikale verstelling" @@ -3407,15 +3480,25 @@ msgstr "" "eienskap pas behoorlik by temaveranderinge aan, en word dus aanbeveel. Pango " "stel sommige skale vooraf vas, soos PANGO_SCALE_X_LARGE" -#: gtk/gtktexttag.c:376 gtk/gtktextview.c:605 +#: gtk/gtktexttag.c:376 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "Links-, regs- of middelbelyning" +#: gtk/gtktexttag.c:385 +#, fuzzy +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." +msgstr "" +"Die taal waarin hierdie teks is, as 'n ISO-kode. Pango kan dit as wenk " +"gebruik wanneer die teks verbeeld word. As jy nie hierdie parameter verstaan " +"nie, het jy dit waarskynlik nie nodig nie" + #: gtk/gtktexttag.c:392 msgid "Left margin" msgstr "Linkergrens" -#: gtk/gtktexttag.c:393 gtk/gtktextview.c:614 +#: gtk/gtktexttag.c:393 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "Wydte van die linkergrens in pixels" @@ -3423,15 +3506,15 @@ msgstr "Wydte van die linkergrens in pixels" msgid "Right margin" msgstr "Regtergrens" -#: gtk/gtktexttag.c:403 gtk/gtktextview.c:624 +#: gtk/gtktexttag.c:403 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "Wydte van die regtergrens in pixels" -#: gtk/gtktexttag.c:413 gtk/gtktextview.c:633 +#: gtk/gtktexttag.c:413 gtk/gtktextview.c:619 msgid "Indent" msgstr "Keep" -#: gtk/gtktexttag.c:414 gtk/gtktextview.c:634 +#: gtk/gtktexttag.c:414 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "Hoeveel die paragraaf ingekeep moet word, in pixels" @@ -3447,7 +3530,7 @@ msgstr "" msgid "Pixels above lines" msgstr "Pixels bo reëls" -#: gtk/gtktexttag.c:435 gtk/gtktextview.c:558 +#: gtk/gtktexttag.c:435 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "Pixels leë spasie bokant paragrawe" @@ -3455,7 +3538,7 @@ msgstr "Pixels leë spasie bokant paragrawe" msgid "Pixels below lines" msgstr "Pixels onder reëls" -#: gtk/gtktexttag.c:445 gtk/gtktextview.c:568 +#: gtk/gtktexttag.c:445 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "Pixels leë spasie onder paragrawe" @@ -3463,7 +3546,7 @@ msgstr "Pixels leë spasie onder paragrawe" msgid "Pixels inside wrap" msgstr "Pixels binne omvou" -#: gtk/gtktexttag.c:455 gtk/gtktextview.c:578 +#: gtk/gtktexttag.c:455 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "Pixels leë spasie tussen omgevoude reëls in 'n paragraaf" @@ -3471,18 +3554,18 @@ msgstr "Pixels leë spasie tussen omgevoude reëls in 'n paragraaf" msgid "Wrap mode" msgstr "Omvou-modus" -#: gtk/gtktexttag.c:482 gtk/gtktextview.c:596 +#: gtk/gtktexttag.c:482 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" "Of reëls nooit nie, volgens woordgrens of volgens karaktergrens omgevou moet " "word" -#: gtk/gtktexttag.c:491 gtk/gtktextview.c:643 +#: gtk/gtktexttag.c:491 gtk/gtktextview.c:629 msgid "Tabs" msgstr "Kepe" -#: gtk/gtktexttag.c:492 gtk/gtktextview.c:644 +#: gtk/gtktexttag.c:492 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "Doelmaak kepe vir hierdie teks" @@ -3596,68 +3679,68 @@ msgstr "Onsigbaar-stel" msgid "Whether this tag affects text visibility" msgstr "Of hierdie merker 'n uitwerking op tekssigbaarheid het" -#: gtk/gtktextview.c:557 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "Pixels bo reëls" -#: gtk/gtktextview.c:567 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "Pixels onder reëls" -#: gtk/gtktextview.c:577 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "Pixels binne omvou" -#: gtk/gtktextview.c:595 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "Omvou-modus" -#: gtk/gtktextview.c:613 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "Linkergrens" -#: gtk/gtktextview.c:623 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "Regtergrens" -#: gtk/gtktextview.c:651 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "Wyser sigbaar" -#: gtk/gtktextview.c:652 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "Of die invoegwyser vertoon word" -#: gtk/gtktextview.c:659 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "Buffer" -#: gtk/gtktextview.c:660 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "Die buffer wat vertoon word" -#: gtk/gtktextview.c:667 +#: gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "Oorheenskryfmodus" -#: gtk/gtktextview.c:668 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "Of teks wat ingetik word, bestaande teks oorheenskryf" -#: gtk/gtktextview.c:675 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "Aanvaar keep" -#: gtk/gtktextview.c:676 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "Of Tab 'n keepkarakter sal intik" -#: gtk/gtktextview.c:685 +#: gtk/gtktextview.c:671 #, fuzzy msgid "Error underline color" msgstr "Voorgrondkleur" -#: gtk/gtktextview.c:686 +#: gtk/gtktextview.c:672 #, fuzzy msgid "Color with which to draw error-indication underlines" msgstr "Kleure waarmee die invoegwyser geteken moet word" @@ -3686,80 +3769,80 @@ msgstr "Tekenaanduier" msgid "If the toggle part of the button is displayed" msgstr "Of die swikdeel van die knoppie vertoon word" -#: gtk/gtktoolbar.c:498 +#: gtk/gtktoolbar.c:500 msgid "The orientation of the toolbar" msgstr "Die oriëntering van die nutsbalk" -#: gtk/gtktoolbar.c:506 +#: gtk/gtktoolbar.c:508 msgid "Toolbar Style" msgstr "Nutsbalkstyl" -#: gtk/gtktoolbar.c:507 +#: gtk/gtktoolbar.c:509 msgid "How to draw the toolbar" msgstr "Hoe om die nutsbalk te teken" -#: gtk/gtktoolbar.c:514 +#: gtk/gtktoolbar.c:516 msgid "Show Arrow" msgstr "Vertoon pyltjie" -#: gtk/gtktoolbar.c:515 +#: gtk/gtktoolbar.c:517 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "Of 'n pyltjie vertoon moet word as die nutsbalk nie pas nie" -#: gtk/gtktoolbar.c:524 +#: gtk/gtktoolbar.c:526 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "Of die item ekstra ruimte moet kry wanneer die nutsbalk groei" -#: gtk/gtktoolbar.c:532 +#: gtk/gtktoolbar.c:534 msgid "Whether the item should be the same size as other homogeneous items" msgstr "Of die item dieselfde grootte as ander eenvormige items moet wees" -#: gtk/gtktoolbar.c:539 +#: gtk/gtktoolbar.c:541 msgid "Spacer size" msgstr "Spasieerdergrootte" -#: gtk/gtktoolbar.c:540 +#: gtk/gtktoolbar.c:542 msgid "Size of spacers" msgstr "Grootte van spasieerders" -#: gtk/gtktoolbar.c:549 +#: gtk/gtktoolbar.c:551 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "Hoeveelheid grensruimte tussen die nutsbalkarsering en knoppies" -#: gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:559 msgid "Space style" msgstr "Spasieerstyl" -#: gtk/gtktoolbar.c:558 +#: gtk/gtktoolbar.c:560 msgid "Whether spacers are vertical lines or just blank" msgstr "Of spasieerders vertikale strepe is of net leeg is" -#: gtk/gtktoolbar.c:565 +#: gtk/gtktoolbar.c:567 msgid "Button relief" msgstr "Knoppiereliëf" -#: gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:568 msgid "Type of bevel around toolbar buttons" msgstr "Soort skuinste rondom nutsbalkknoppies" -#: gtk/gtktoolbar.c:573 +#: gtk/gtktoolbar.c:575 msgid "Style of bevel around the toolbar" msgstr "Styl van skuinskant rondom die nutsbalk" -#: gtk/gtktoolbar.c:579 +#: gtk/gtktoolbar.c:581 msgid "Toolbar style" msgstr "Nutsbalkstyl" -#: gtk/gtktoolbar.c:580 +#: gtk/gtktoolbar.c:582 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "Of die versteknutsbalk net teks, teks en ikons, net ikons, ens het." -#: gtk/gtktoolbar.c:586 +#: gtk/gtktoolbar.c:588 msgid "Toolbar icon size" msgstr "Nutsbalkikongrootte" -#: gtk/gtktoolbar.c:587 +#: gtk/gtktoolbar.c:589 msgid "Size of icons in default toolbars" msgstr "Grootte van ikons in versteknutsbalke" @@ -3812,235 +3895,245 @@ msgstr "TreeModelSort-model" msgid "The model for the TreeModelSort to sort" msgstr "Die model vir die TreeModelSort om te sorteer" -#: gtk/gtktreeview.c:532 +#: gtk/gtktreeview.c:543 msgid "TreeView Model" msgstr "TreeView-model" -#: gtk/gtktreeview.c:533 +#: gtk/gtktreeview.c:544 msgid "The model for the tree view" msgstr "Die model vir die boomaansig" -#: gtk/gtktreeview.c:541 +#: gtk/gtktreeview.c:552 msgid "Horizontal Adjustment for the widget" msgstr "Horisontale verstelling vir die dingesie" -#: gtk/gtktreeview.c:549 +#: gtk/gtktreeview.c:560 msgid "Vertical Adjustment for the widget" msgstr "Vertikale verstelling vir die dingesie" -#: gtk/gtktreeview.c:557 +#: gtk/gtktreeview.c:568 msgid "Show the column header buttons" msgstr "Vertoon die kolomkopknoppies" -#: gtk/gtktreeview.c:564 +#: gtk/gtktreeview.c:575 msgid "Headers Clickable" msgstr "Koppe kliekbaar" -#: gtk/gtktreeview.c:565 +#: gtk/gtktreeview.c:576 msgid "Column headers respond to click events" msgstr "Kolomkoppe wat op kliekgebeure reageer" -#: gtk/gtktreeview.c:572 +#: gtk/gtktreeview.c:583 msgid "Expander Column" msgstr "Uitvouerkolom" -#: gtk/gtktreeview.c:573 +#: gtk/gtktreeview.c:584 msgid "Set the column for the expander column" msgstr "Stel die kolom vir die uitvouerkolom op" -#: gtk/gtktreeview.c:580 gtk/gtktreeviewcolumn.c:330 +#: gtk/gtktreeview.c:591 gtk/gtktreeviewcolumn.c:340 msgid "Reorderable" msgstr "Hersorteerbaar" -#: gtk/gtktreeview.c:581 +#: gtk/gtktreeview.c:592 msgid "View is reorderable" msgstr "Aansig is hersorteerbaar" -#: gtk/gtktreeview.c:588 +#: gtk/gtktreeview.c:599 msgid "Rules Hint" msgstr "Reëlsverwenking" -#: gtk/gtktreeview.c:589 +#: gtk/gtktreeview.c:600 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" "Stel 'n verwenking in die tema-enjin om rye in afwisselende kleure te teken" -#: gtk/gtktreeview.c:596 +#: gtk/gtktreeview.c:607 msgid "Enable Search" msgstr "Stel soektog in werking" -#: gtk/gtktreeview.c:597 +#: gtk/gtktreeview.c:608 msgid "View allows user to search through columns interactively" msgstr "Aansig stel gebruiker in staat om interaktief deur kolomme te soek" -#: gtk/gtktreeview.c:604 +#: gtk/gtktreeview.c:615 msgid "Search Column" msgstr "Deursoek kolom" -#: gtk/gtktreeview.c:605 +#: gtk/gtktreeview.c:616 msgid "Model column to search through when searching through code" msgstr "Modelkolom waardeur gesoek moet word wanneer deur kode gesoek word" -#: gtk/gtktreeview.c:614 +#: gtk/gtktreeview.c:636 msgid "Fixed Height Mode" msgstr "Vastehoogte-modus" -#: gtk/gtktreeview.c:615 +#: gtk/gtktreeview.c:637 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "Versnel GtkTreeView deur te aanvaar dat alle rye dieselfde hoogte is" -#: gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:657 +msgid "Hover Selection" +msgstr "" + +#: gtk/gtktreeview.c:658 +#, fuzzy +msgid "Whether the selection should follow the pointer" +msgstr "" +"Of die kleurkieser toegelaat moet word om die ondeursigtigheid te verstel" + +#: gtk/gtktreeview.c:678 msgid "Vertical Separator Width" msgstr "Vertikaleskeier-wydte" -#: gtk/gtktreeview.c:636 +#: gtk/gtktreeview.c:679 msgid "Vertical space between cells. Must be an even number" msgstr "Vertikale ruimte tussen selle. Moet 'n ewe getal wees" -#: gtk/gtktreeview.c:644 +#: gtk/gtktreeview.c:687 msgid "Horizontal Separator Width" msgstr "Horisontaleskeier-wydte" -#: gtk/gtktreeview.c:645 +#: gtk/gtktreeview.c:688 msgid "Horizontal space between cells. Must be an even number" msgstr "Vertikale ruimte tussen selle. Moet 'n ewe getal wees" -#: gtk/gtktreeview.c:653 +#: gtk/gtktreeview.c:696 msgid "Allow Rules" msgstr "Laat reëls toe" -#: gtk/gtktreeview.c:654 +#: gtk/gtktreeview.c:697 msgid "Allow drawing of alternating color rows" msgstr "Laat teken van afwisselende kleure rye toe" -#: gtk/gtktreeview.c:660 +#: gtk/gtktreeview.c:703 msgid "Indent Expanders" msgstr "Inkeepuitvouers" -#: gtk/gtktreeview.c:661 +#: gtk/gtktreeview.c:704 msgid "Make the expanders indented" msgstr "Maak die uitvouers ingekeep" -#: gtk/gtktreeview.c:667 +#: gtk/gtktreeview.c:710 msgid "Even Row Color" msgstr "Ewegetal-ry se kleur" -#: gtk/gtktreeview.c:668 +#: gtk/gtktreeview.c:711 msgid "Color to use for even rows" msgstr "Kleur wat vir ewegetal-rye gebruik word" -#: gtk/gtktreeview.c:674 +#: gtk/gtktreeview.c:717 msgid "Odd Row Color" msgstr "Onewegetal-ry se kleur" -#: gtk/gtktreeview.c:675 +#: gtk/gtktreeview.c:718 msgid "Color to use for odd rows" msgstr "Kleur wat vir onewegetal-rye gebruik word" -#: gtk/gtktreeviewcolumn.c:224 +#: gtk/gtktreeviewcolumn.c:225 msgid "Whether to display the column" msgstr "Of die kolom vertoon moet word" -#: gtk/gtktreeviewcolumn.c:231 gtk/gtkwindow.c:482 +#: gtk/gtktreeviewcolumn.c:232 gtk/gtkwindow.c:493 msgid "Resizable" msgstr "Skaleerbaar" -#: gtk/gtktreeviewcolumn.c:232 +#: gtk/gtktreeviewcolumn.c:233 msgid "Column is user-resizable" msgstr "Kolomme is gebruikerskaleerbaar" -#: gtk/gtktreeviewcolumn.c:240 +#: gtk/gtktreeviewcolumn.c:241 msgid "Current width of the column" msgstr "Huidige wydte van die kolom" -#: gtk/gtktreeviewcolumn.c:248 +#: gtk/gtktreeviewcolumn.c:250 +msgid "Space which is inserted between cells" +msgstr "" + +#: gtk/gtktreeviewcolumn.c:258 msgid "Sizing" msgstr "Skalering" -#: gtk/gtktreeviewcolumn.c:249 +#: gtk/gtktreeviewcolumn.c:259 msgid "Resize mode of the column" msgstr "Skaleermodus van die kolom" -#: gtk/gtktreeviewcolumn.c:257 +#: gtk/gtktreeviewcolumn.c:267 msgid "Fixed Width" msgstr "Vaste wydte" -#: gtk/gtktreeviewcolumn.c:258 +#: gtk/gtktreeviewcolumn.c:268 msgid "Current fixed width of the column" msgstr "Huidige vaste wydte van die kolom" -#: gtk/gtktreeviewcolumn.c:267 +#: gtk/gtktreeviewcolumn.c:277 msgid "Minimum Width" msgstr "minimum wydte" -#: gtk/gtktreeviewcolumn.c:268 +#: gtk/gtktreeviewcolumn.c:278 msgid "Minimum allowed width of the column" msgstr "minimum toegelate wydte van die kolom" -#: gtk/gtktreeviewcolumn.c:277 +#: gtk/gtktreeviewcolumn.c:287 msgid "Maximum Width" msgstr "maksimum wydte" -#: gtk/gtktreeviewcolumn.c:278 +#: gtk/gtktreeviewcolumn.c:288 msgid "Maximum allowed width of the column" msgstr "maksimum toegelate wydte van die kolom" -#: gtk/gtktreeviewcolumn.c:288 +#: gtk/gtktreeviewcolumn.c:298 msgid "Title to appear in column header" msgstr "Titel wat in die kolomkop moet verskyn" -#: gtk/gtktreeviewcolumn.c:296 +#: gtk/gtktreeviewcolumn.c:306 msgid "Column gets share of extra width allocated to the widget" msgstr "Kolom kry 'n deel van ekstra wydte wat aan die dingesie toegeken word" -#: gtk/gtktreeviewcolumn.c:303 +#: gtk/gtktreeviewcolumn.c:313 msgid "Clickable" msgstr "Kliekbaar" -#: gtk/gtktreeviewcolumn.c:304 +#: gtk/gtktreeviewcolumn.c:314 msgid "Whether the header can be clicked" msgstr "Of die kop gekliek kan word" -#: gtk/gtktreeviewcolumn.c:312 +#: gtk/gtktreeviewcolumn.c:322 msgid "Widget" msgstr "Dingesie" -#: gtk/gtktreeviewcolumn.c:313 +#: gtk/gtktreeviewcolumn.c:323 msgid "Widget to put in column header button instead of column title" msgstr "Dingesie om in kolomkop in die plek van die kolomtitel te sit" -#: gtk/gtktreeviewcolumn.c:320 +#: gtk/gtktreeviewcolumn.c:330 msgid "Alignment" msgstr "Gerigtheid" -#: gtk/gtktreeviewcolumn.c:321 +#: gtk/gtktreeviewcolumn.c:331 msgid "X Alignment of the column header text or widget" msgstr "x-gerigtheid van die kolomkopteks of -dingesie" -#: gtk/gtktreeviewcolumn.c:331 +#: gtk/gtktreeviewcolumn.c:341 msgid "Whether the column can be reordered around the headers" msgstr "Of die kolom rondom die koppe hersorteer kan word" -#: gtk/gtktreeviewcolumn.c:338 +#: gtk/gtktreeviewcolumn.c:348 msgid "Sort indicator" msgstr "Soorteeraanwyser" -#: gtk/gtktreeviewcolumn.c:339 +#: gtk/gtktreeviewcolumn.c:349 msgid "Whether to show a sort indicator" msgstr "Of die sorteeraanwyser vertoon moet word" -#: gtk/gtktreeviewcolumn.c:346 +#: gtk/gtktreeviewcolumn.c:356 msgid "Sort order" msgstr "Sorteervolgorde" -#: gtk/gtktreeviewcolumn.c:347 +#: gtk/gtktreeviewcolumn.c:357 msgid "Sort direction the sort indicator should indicate" msgstr "Sorteerrigting wat die sorteeraanwyser moet aandui" -#: gtk/gtkuimanager.c:220 -msgid "Add tearoffs to menus" -msgstr "Voeg afskeuritems by die kieslyste" - #: gtk/gtkuimanager.c:221 msgid "Whether tearoff menu items should be added to menus" msgstr "Of afskeurkieslysitems by kieslyste gevoeg moet word" @@ -4285,37 +4378,37 @@ msgstr "Wyserlyn-aspekratio" msgid "Aspect ratio with which to draw insertion cursor" msgstr "Aspekratio waarmee die invoegwyser geteken moet word" -#: gtk/gtkwindow.c:440 +#: gtk/gtkwindow.c:451 msgid "Window Type" msgstr "Venstersoort" -#: gtk/gtkwindow.c:441 +#: gtk/gtkwindow.c:452 msgid "The type of the window" msgstr "Die soort venster" -#: gtk/gtkwindow.c:449 +#: gtk/gtkwindow.c:460 msgid "Window Title" msgstr "Venstertitel" -#: gtk/gtkwindow.c:450 +#: gtk/gtkwindow.c:461 msgid "The title of the window" msgstr "Die titel van die venster" -#: gtk/gtkwindow.c:457 +#: gtk/gtkwindow.c:468 msgid "Window Role" msgstr "Vensterrol" -#: gtk/gtkwindow.c:458 +#: gtk/gtkwindow.c:469 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" "Unieke identifiseerder vir die venster wat gebruik moet word wanneer 'n " "sessie herstel word" -#: gtk/gtkwindow.c:465 +#: gtk/gtkwindow.c:476 msgid "Allow Shrink" msgstr "Laat verklein toe" -#: gtk/gtkwindow.c:467 +#: gtk/gtkwindow.c:478 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -4324,24 +4417,24 @@ msgstr "" "Indien WAAR het die venster geen minimum grootte nie Om dié waarde op WAAR " "te stel is 99% van die tyd 'n slegte idee" -#: gtk/gtkwindow.c:474 +#: gtk/gtkwindow.c:485 msgid "Allow Grow" msgstr "Laat vergroot toe" -#: gtk/gtkwindow.c:475 +#: gtk/gtkwindow.c:486 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" "Indien WAAR kan gebruikers die venster buite die minimum grootte vergroot" -#: gtk/gtkwindow.c:483 +#: gtk/gtkwindow.c:494 msgid "If TRUE, users can resize the window" msgstr "Indien WAAR kan gebruikers die venster skaleer" -#: gtk/gtkwindow.c:490 +#: gtk/gtkwindow.c:501 msgid "Modal" msgstr "Modaal" -#: gtk/gtkwindow.c:491 +#: gtk/gtkwindow.c:502 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -4349,72 +4442,82 @@ msgstr "" "Indien WAAR is die venster modaal (ander vensters is nie bruikbaar terwyl " "hierdie een op is nie)" -#: gtk/gtkwindow.c:498 +#: gtk/gtkwindow.c:509 msgid "Window Position" msgstr "Vensterposisie" -#: gtk/gtkwindow.c:499 +#: gtk/gtkwindow.c:510 msgid "The initial position of the window" msgstr "Die aanvanklike posisie van die venster" -#: gtk/gtkwindow.c:507 +#: gtk/gtkwindow.c:518 msgid "Default Width" msgstr "Verstekwydte" -#: gtk/gtkwindow.c:508 +#: gtk/gtkwindow.c:519 msgid "The default width of the window, used when initially showing the window" msgstr "" "Die verstekwydte van die venster, gebruik wanneer die venster aanvanklik " "vertoon word" -#: gtk/gtkwindow.c:517 +#: gtk/gtkwindow.c:528 msgid "Default Height" msgstr "Verstekhoogte" -#: gtk/gtkwindow.c:518 +#: gtk/gtkwindow.c:529 msgid "" "The default height of the window, used when initially showing the window" msgstr "" "Die verstekhoogte van die venster, gebruik wanneer die venster aanvanklik " "vertoon word" -#: gtk/gtkwindow.c:527 +#: gtk/gtkwindow.c:538 msgid "Destroy with Parent" msgstr "Vernietig met ouer" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:539 msgid "If this window should be destroyed when the parent is destroyed" msgstr "Of hierdie venster vernietig moet word wanneer die ouer vernietig word" -#: gtk/gtkwindow.c:535 +#: gtk/gtkwindow.c:546 msgid "Icon" msgstr "Ikon" -#: gtk/gtkwindow.c:536 +#: gtk/gtkwindow.c:547 msgid "Icon for this window" msgstr "Ikon vir die venster" -#: gtk/gtkwindow.c:551 +#: gtk/gtkwindow.c:562 +#, fuzzy +msgid "Icon Name" +msgstr "Fontnaam" + +#: gtk/gtkwindow.c:563 +#, fuzzy +msgid "Name of the themed icon for this window" +msgstr "Ikon vir die venster" + +#: gtk/gtkwindow.c:578 msgid "Is Active" msgstr "Is aktief" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:579 msgid "Whether the toplevel is the current active window" msgstr "Of die bokant die huidige aktiewe venster is" -#: gtk/gtkwindow.c:559 +#: gtk/gtkwindow.c:586 msgid "Focus in Toplevel" msgstr "Fokus in bokant" -#: gtk/gtkwindow.c:560 +#: gtk/gtkwindow.c:587 msgid "Whether the input focus is within this GtkWindow" msgstr "Of die toevoerfokus binne hierdie GtkWindow is" -#: gtk/gtkwindow.c:567 +#: gtk/gtkwindow.c:594 msgid "Type hint" msgstr "Soort wenk" -#: gtk/gtkwindow.c:568 +#: gtk/gtkwindow.c:595 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." @@ -4422,43 +4525,53 @@ msgstr "" "Wenk om die werkskermomgewing te laat begryp watter soort venster dit is en " "hoe om dit te hanteer." -#: gtk/gtkwindow.c:576 +#: gtk/gtkwindow.c:603 msgid "Skip taskbar" msgstr "Slaan taakbalk oor" -#: gtk/gtkwindow.c:577 +#: gtk/gtkwindow.c:604 msgid "TRUE if the window should not be in the task bar." msgstr "WAAR indien die venster nie in die taakbalk moet wees nie." -#: gtk/gtkwindow.c:584 +#: gtk/gtkwindow.c:611 msgid "Skip pager" msgstr "Slaan roeper oor" -#: gtk/gtkwindow.c:585 +#: gtk/gtkwindow.c:612 msgid "TRUE if the window should not be in the pager." msgstr "WAAR indien die venster nie in die roeper moet wees nie." -#: gtk/gtkwindow.c:599 +#: gtk/gtkwindow.c:626 msgid "Accept focus" msgstr "Aanvaar fokus" -#: gtk/gtkwindow.c:600 +#: gtk/gtkwindow.c:627 msgid "TRUE if the window should receive the input focus." msgstr "WAAR indien die venster die toevoerfokus moet ontvang." -#: gtk/gtkwindow.c:614 +#: gtk/gtkwindow.c:641 +#, fuzzy +msgid "Focus on map" +msgstr "Fokus op kliek" + +#: gtk/gtkwindow.c:642 +#, fuzzy +msgid "TRUE if the window should receive the input focus when mapped." +msgstr "WAAR indien die venster die toevoerfokus moet ontvang." + +#: gtk/gtkwindow.c:656 msgid "Decorated" msgstr "Versier" -#: gtk/gtkwindow.c:615 +#: gtk/gtkwindow.c:657 msgid "Whether the window should be decorated by the window manager" msgstr "Of die venster deur die vensterbestuurder versier moet word" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:672 msgid "Gravity" msgstr "Gravitasie" -#: gtk/gtkwindow.c:631 +#: gtk/gtkwindow.c:673 msgid "The window gravity of the window" msgstr "Die venstergravitasie van die venster" @@ -4486,6 +4599,3 @@ msgstr "Hoe om die toevoermetode-statusbalk te teken" #~ msgid "Folder Mode" #~ msgstr "Vouermodus" - -#~ msgid "Whether to select folders rather than files" -#~ msgstr "Of die vouers in plaas van die lêers gekies moet word" diff --git a/po-properties/am.po b/po-properties/am.po index d83e542206..f36e0b5074 100644 --- a/po-properties/am.po +++ b/po-properties/am.po @@ -7,79 +7,79 @@ msgid "" msgstr "" "Project-Id-Version: gtk+ 2.0\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 12:06-0400\n" +"POT-Creation-Date: 2004-07-20 02:56+0200\n" "PO-Revision-Date: 2003-01-14 11:02+EDT\n" "Last-Translator: Ge'ez Frontier Foundation \n" "Language-Team: Amharic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:101 msgid "Number of Channels" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:101 +#: gdk-pixbuf/gdk-pixbuf.c:102 msgid "The number of samples per pixel" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:111 +#: gdk-pixbuf/gdk-pixbuf.c:112 #, fuzzy msgid "Colorspace" msgstr "የቀለሙ _ስም፦" -#: gdk-pixbuf/gdk-pixbuf.c:112 +#: gdk-pixbuf/gdk-pixbuf.c:113 msgid "The colorspace in which the samples are interpreted" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "Has Alpha" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:124 msgid "Whether the pixbuf has an alpha channel" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:131 +#: gdk-pixbuf/gdk-pixbuf.c:132 msgid "Bits per Sample" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:132 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of bits per sample" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:648 gtk/gtktreeviewcolumn.c:239 +#: gdk-pixbuf/gdk-pixbuf.c:143 gtk/gtklayout.c:650 gtk/gtktreeviewcolumn.c:240 msgid "Width" msgstr "ስፋት" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:144 msgid "The number of columns of the pixbuf" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:153 gtk/gtklayout.c:657 +#: gdk-pixbuf/gdk-pixbuf.c:154 gtk/gtklayout.c:659 msgid "Height" msgstr "እርዝማኔ" -#: gdk-pixbuf/gdk-pixbuf.c:154 +#: gdk-pixbuf/gdk-pixbuf.c:155 msgid "The number of rows of the pixbuf" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:164 +#: gdk-pixbuf/gdk-pixbuf.c:165 #, fuzzy msgid "Rowstride" msgstr "ረድፎች" -#: gdk-pixbuf/gdk-pixbuf.c:165 +#: gdk-pixbuf/gdk-pixbuf.c:166 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:175 +#: gdk-pixbuf/gdk-pixbuf.c:176 msgid "Pixels" msgstr "" -#: gdk-pixbuf/gdk-pixbuf.c:176 +#: gdk-pixbuf/gdk-pixbuf.c:177 msgid "A pointer to the pixel data of the pixbuf" msgstr "" @@ -188,7 +188,8 @@ msgstr "" msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "" -#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkwidget.c:449 +#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkcellrenderer.c:173 +#: gtk/gtkwidget.c:449 msgid "Sensitive" msgstr "" @@ -196,8 +197,8 @@ msgstr "" msgid "Whether the action is enabled." msgstr "" -#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:556 -#: gtk/gtktreeviewcolumn.c:223 gtk/gtkwidget.c:442 +#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:567 +#: gtk/gtktreeviewcolumn.c:224 gtk/gtkwidget.c:442 msgid "Visible" msgstr "የሚታይ" @@ -460,7 +461,7 @@ msgid "" "g., help buttons" msgstr "" -#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 +#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 gtk/gtktreeviewcolumn.c:249 msgid "Spacing" msgstr "ክፍተት" @@ -468,7 +469,7 @@ msgstr "ክፍተት" msgid "The amount of space between children" msgstr "" -#: gtk/gtkbox.c:139 gtk/gtknotebook.c:469 gtk/gtktoolbar.c:531 +#: gtk/gtkbox.c:139 gtk/gtknotebook.c:472 gtk/gtktoolbar.c:533 msgid "Homogeneous" msgstr "" @@ -476,8 +477,8 @@ msgstr "" msgid "Whether the children should all be the same size" msgstr "" -#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:523 -#: gtk/gtktreeviewcolumn.c:295 +#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:525 +#: gtk/gtktreeviewcolumn.c:305 msgid "Expand" msgstr "" @@ -507,18 +508,18 @@ msgstr "" msgid "Pack type" msgstr "" -#: gtk/gtkbox.c:169 gtk/gtknotebook.c:513 +#: gtk/gtkbox.c:169 gtk/gtknotebook.c:516 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "" -#: gtk/gtkbox.c:175 gtk/gtknotebook.c:491 gtk/gtkpaned.c:239 +#: gtk/gtkbox.c:175 gtk/gtknotebook.c:494 gtk/gtkpaned.c:239 #: gtk/gtkruler.c:139 msgid "Position" msgstr "ቦታ" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:492 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:495 msgid "The index of the child in the parent" msgstr "" @@ -618,499 +619,503 @@ msgstr "" msgid "Whether stock icons should be shown in buttons" msgstr "" -#: gtk/gtkcalendar.c:464 +#: gtk/gtkcalendar.c:467 #, fuzzy msgid "Year" msgstr "ሰርዝ" -#: gtk/gtkcalendar.c:465 +#: gtk/gtkcalendar.c:468 msgid "The selected year" msgstr "" -#: gtk/gtkcalendar.c:471 +#: gtk/gtkcalendar.c:474 #, fuzzy msgid "Month" msgstr "የፊደል ቅርጽ" -#: gtk/gtkcalendar.c:472 +#: gtk/gtkcalendar.c:475 msgid "The selected month (as a number between 0 and 11)" msgstr "" -#: gtk/gtkcalendar.c:478 +#: gtk/gtkcalendar.c:481 msgid "Day" msgstr "" -#: gtk/gtkcalendar.c:479 +#: gtk/gtkcalendar.c:482 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "" -#: gtk/gtkcalendar.c:493 +#: gtk/gtkcalendar.c:496 msgid "Show Heading" msgstr "" -#: gtk/gtkcalendar.c:494 +#: gtk/gtkcalendar.c:497 msgid "If TRUE, a heading is displayed" msgstr "" -#: gtk/gtkcalendar.c:508 +#: gtk/gtkcalendar.c:511 #, fuzzy msgid "Show Day Names" msgstr "ማስረጊያዎች አሳይ" -#: gtk/gtkcalendar.c:509 +#: gtk/gtkcalendar.c:512 msgid "If TRUE, day names are displayed" msgstr "" -#: gtk/gtkcalendar.c:522 +#: gtk/gtkcalendar.c:525 msgid "No Month Change" msgstr "" -#: gtk/gtkcalendar.c:523 -msgid "If TRUE, the selected month can not be changed" +#: gtk/gtkcalendar.c:526 +msgid "If TRUE, the selected month cannot be changed" msgstr "" -#: gtk/gtkcalendar.c:537 +#: gtk/gtkcalendar.c:540 msgid "Show Week Numbers" msgstr "" -#: gtk/gtkcalendar.c:538 +#: gtk/gtkcalendar.c:541 msgid "If TRUE, week numbers are displayed" msgstr "" -#: gtk/gtkcellrenderer.c:152 +#: gtk/gtkcellrenderer.c:156 msgid "mode" msgstr "የአሠራሩ ዘዴ" -#: gtk/gtkcellrenderer.c:153 +#: gtk/gtkcellrenderer.c:157 msgid "Editable mode of the CellRenderer" msgstr "" -#: gtk/gtkcellrenderer.c:162 +#: gtk/gtkcellrenderer.c:166 msgid "visible" msgstr "የሚታይ" -#: gtk/gtkcellrenderer.c:163 +#: gtk/gtkcellrenderer.c:167 msgid "Display the cell" msgstr "" -#: gtk/gtkcellrenderer.c:171 +#: gtk/gtkcellrenderer.c:174 +msgid "Display the cell sensitive" +msgstr "" + +#: gtk/gtkcellrenderer.c:181 msgid "xalign" msgstr "" -#: gtk/gtkcellrenderer.c:172 +#: gtk/gtkcellrenderer.c:182 msgid "The x-align" msgstr "" -#: gtk/gtkcellrenderer.c:182 +#: gtk/gtkcellrenderer.c:192 msgid "yalign" msgstr "" -#: gtk/gtkcellrenderer.c:183 +#: gtk/gtkcellrenderer.c:193 msgid "The y-align" msgstr "" -#: gtk/gtkcellrenderer.c:193 +#: gtk/gtkcellrenderer.c:203 msgid "xpad" msgstr "" -#: gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:204 msgid "The xpad" msgstr "" -#: gtk/gtkcellrenderer.c:204 +#: gtk/gtkcellrenderer.c:214 msgid "ypad" msgstr "" -#: gtk/gtkcellrenderer.c:205 +#: gtk/gtkcellrenderer.c:215 msgid "The ypad" msgstr "" -#: gtk/gtkcellrenderer.c:215 +#: gtk/gtkcellrenderer.c:225 msgid "width" msgstr "ስፋት" -#: gtk/gtkcellrenderer.c:216 +#: gtk/gtkcellrenderer.c:226 msgid "The fixed width" msgstr "" -#: gtk/gtkcellrenderer.c:226 +#: gtk/gtkcellrenderer.c:236 msgid "height" msgstr "እርዝማኔ" -#: gtk/gtkcellrenderer.c:227 +#: gtk/gtkcellrenderer.c:237 msgid "The fixed height" msgstr "" -#: gtk/gtkcellrenderer.c:237 +#: gtk/gtkcellrenderer.c:247 msgid "Is Expander" msgstr "" -#: gtk/gtkcellrenderer.c:238 +#: gtk/gtkcellrenderer.c:248 msgid "Row has children" msgstr "" -#: gtk/gtkcellrenderer.c:247 +#: gtk/gtkcellrenderer.c:257 msgid "Is Expanded" msgstr "" -#: gtk/gtkcellrenderer.c:248 +#: gtk/gtkcellrenderer.c:258 msgid "Row is an expander row, and is expanded" msgstr "" -#: gtk/gtkcellrenderer.c:256 +#: gtk/gtkcellrenderer.c:266 msgid "Cell background color name" msgstr "" -#: gtk/gtkcellrenderer.c:257 +#: gtk/gtkcellrenderer.c:267 msgid "Cell background color as a string" msgstr "" -#: gtk/gtkcellrenderer.c:264 +#: gtk/gtkcellrenderer.c:274 msgid "Cell background color" msgstr "" -#: gtk/gtkcellrenderer.c:265 +#: gtk/gtkcellrenderer.c:275 msgid "Cell background color as a GdkColor" msgstr "" -#: gtk/gtkcellrenderer.c:273 +#: gtk/gtkcellrenderer.c:283 msgid "Cell background set" msgstr "" -#: gtk/gtkcellrenderer.c:274 +#: gtk/gtkcellrenderer.c:284 msgid "Whether this tag affects the cell background color" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:134 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "Pixbuf Object" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:135 +#: gtk/gtkcellrendererpixbuf.c:137 msgid "The pixbuf to render" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:143 +#: gtk/gtkcellrendererpixbuf.c:145 msgid "Pixbuf Expander Open" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:146 msgid "Pixbuf for open expander" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:152 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Pixbuf Expander Closed" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:155 msgid "Pixbuf for closed expander" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:161 gtk/gtkimage.c:177 +#: gtk/gtkcellrendererpixbuf.c:163 gtk/gtkimage.c:177 msgid "Stock ID" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:162 +#: gtk/gtkcellrendererpixbuf.c:164 msgid "The stock ID of the stock icon to render" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:169 +#: gtk/gtkcellrendererpixbuf.c:171 msgid "Size" msgstr "መጠን" -#: gtk/gtkcellrendererpixbuf.c:170 +#: gtk/gtkcellrendererpixbuf.c:172 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:179 +#: gtk/gtkcellrendererpixbuf.c:181 msgid "Detail" msgstr "" -#: gtk/gtkcellrendererpixbuf.c:180 +#: gtk/gtkcellrendererpixbuf.c:182 msgid "Render detail to pass to the theme engine" msgstr "" -#: gtk/gtkcellrenderertext.c:193 gtk/gtkentry.c:545 gtk/gtkprogressbar.c:218 +#: gtk/gtkcellrenderertext.c:199 gtk/gtkentry.c:569 gtk/gtkprogressbar.c:218 msgid "Text" msgstr "ጽሑፍ" -#: gtk/gtkcellrenderertext.c:194 +#: gtk/gtkcellrenderertext.c:200 msgid "Text to render" msgstr "" -#: gtk/gtkcellrenderertext.c:201 +#: gtk/gtkcellrenderertext.c:207 msgid "Markup" msgstr "" -#: gtk/gtkcellrenderertext.c:202 +#: gtk/gtkcellrenderertext.c:208 msgid "Marked up text to render" msgstr "" -#: gtk/gtkcellrenderertext.c:209 gtk/gtklabel.c:299 +#: gtk/gtkcellrenderertext.c:215 gtk/gtklabel.c:299 msgid "Attributes" msgstr "" -#: gtk/gtkcellrenderertext.c:210 +#: gtk/gtkcellrenderertext.c:216 msgid "A list of style attributes to apply to the text of the renderer" msgstr "" -#: gtk/gtkcellrenderertext.c:217 +#: gtk/gtkcellrenderertext.c:223 msgid "Single Paragraph Mode" msgstr "" -#: gtk/gtkcellrenderertext.c:218 +#: gtk/gtkcellrenderertext.c:224 msgid "Whether or not to keep all text in a single paragraph" msgstr "" -#: gtk/gtkcellrenderertext.c:226 gtk/gtkcellview.c:180 gtk/gtktexttag.c:206 +#: gtk/gtkcellrenderertext.c:232 gtk/gtkcellview.c:179 gtk/gtktexttag.c:206 msgid "Background color name" msgstr "የመደቡ ቀለም ስም" -#: gtk/gtkcellrenderertext.c:227 gtk/gtkcellview.c:181 gtk/gtktexttag.c:207 +#: gtk/gtkcellrenderertext.c:233 gtk/gtkcellview.c:180 gtk/gtktexttag.c:207 msgid "Background color as a string" msgstr "" -#: gtk/gtkcellrenderertext.c:234 gtk/gtkcellview.c:187 gtk/gtktexttag.c:214 +#: gtk/gtkcellrenderertext.c:240 gtk/gtkcellview.c:186 gtk/gtktexttag.c:214 msgid "Background color" msgstr "የመደቡ ቀለም" -#: gtk/gtkcellrenderertext.c:235 gtk/gtkcellview.c:188 +#: gtk/gtkcellrenderertext.c:241 gtk/gtkcellview.c:187 msgid "Background color as a GdkColor" msgstr "የመደቡ ቀለም በGdkColor ይቅለም" -#: gtk/gtkcellrenderertext.c:242 gtk/gtktexttag.c:240 +#: gtk/gtkcellrenderertext.c:248 gtk/gtktexttag.c:240 msgid "Foreground color name" msgstr "የፊት ለፊት ቀለም ስም" -#: gtk/gtkcellrenderertext.c:243 gtk/gtktexttag.c:241 +#: gtk/gtkcellrenderertext.c:249 gtk/gtktexttag.c:241 msgid "Foreground color as a string" msgstr "" -#: gtk/gtkcellrenderertext.c:250 gtk/gtktexttag.c:248 +#: gtk/gtkcellrenderertext.c:256 gtk/gtktexttag.c:248 msgid "Foreground color" msgstr "የፊት ለፊቱ ቀለም" -#: gtk/gtkcellrenderertext.c:251 +#: gtk/gtkcellrenderertext.c:257 msgid "Foreground color as a GdkColor" msgstr "" -#: gtk/gtkcellrenderertext.c:259 gtk/gtkentry.c:477 gtk/gtktexttag.c:274 -#: gtk/gtktextview.c:587 +#: gtk/gtkcellrenderertext.c:265 gtk/gtkentry.c:501 gtk/gtktexttag.c:274 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "" -#: gtk/gtkcellrenderertext.c:260 gtk/gtktexttag.c:275 gtk/gtktextview.c:588 +#: gtk/gtkcellrenderertext.c:266 gtk/gtktexttag.c:275 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "" -#: gtk/gtkcellrenderertext.c:267 gtk/gtkcellrenderertext.c:275 +#: gtk/gtkcellrenderertext.c:273 gtk/gtkcellrenderertext.c:281 #: gtk/gtkfontsel.c:218 gtk/gtktexttag.c:282 gtk/gtktexttag.c:290 msgid "Font" msgstr "የፊደል ቅርጽ" -#: gtk/gtkcellrenderertext.c:268 +#: gtk/gtkcellrenderertext.c:274 msgid "Font description as a string" msgstr "" -#: gtk/gtkcellrenderertext.c:276 gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:282 gtk/gtktexttag.c:291 msgid "Font description as a PangoFontDescription struct" msgstr "" -#: gtk/gtkcellrenderertext.c:284 gtk/gtktexttag.c:299 +#: gtk/gtkcellrenderertext.c:290 gtk/gtktexttag.c:299 msgid "Font family" msgstr "የፊደል ቅርጽ ቤተሰብ" -#: gtk/gtkcellrenderertext.c:285 gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:291 gtk/gtktexttag.c:300 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "" -#: gtk/gtkcellrenderertext.c:292 gtk/gtkcellrenderertext.c:293 +#: gtk/gtkcellrenderertext.c:298 gtk/gtkcellrenderertext.c:299 #: gtk/gtktexttag.c:307 msgid "Font style" msgstr "የፊደል ቅርጽ ዘይቤ" -#: gtk/gtkcellrenderertext.c:301 gtk/gtkcellrenderertext.c:302 +#: gtk/gtkcellrenderertext.c:307 gtk/gtkcellrenderertext.c:308 #: gtk/gtktexttag.c:316 msgid "Font variant" msgstr "" -#: gtk/gtkcellrenderertext.c:310 gtk/gtkcellrenderertext.c:311 +#: gtk/gtkcellrenderertext.c:316 gtk/gtkcellrenderertext.c:317 #: gtk/gtktexttag.c:325 msgid "Font weight" msgstr "" -#: gtk/gtkcellrenderertext.c:320 gtk/gtkcellrenderertext.c:321 +#: gtk/gtkcellrenderertext.c:326 gtk/gtkcellrenderertext.c:327 #: gtk/gtktexttag.c:336 msgid "Font stretch" msgstr "የፊደል ቅርጽ ዘርጋ" -#: gtk/gtkcellrenderertext.c:329 gtk/gtkcellrenderertext.c:330 +#: gtk/gtkcellrenderertext.c:335 gtk/gtkcellrenderertext.c:336 #: gtk/gtktexttag.c:345 msgid "Font size" msgstr "የፊደሉ ቅርጽ መጠን" -#: gtk/gtkcellrenderertext.c:339 gtk/gtktexttag.c:365 +#: gtk/gtkcellrenderertext.c:345 gtk/gtktexttag.c:365 msgid "Font points" msgstr "" -#: gtk/gtkcellrenderertext.c:340 gtk/gtktexttag.c:366 +#: gtk/gtkcellrenderertext.c:346 gtk/gtktexttag.c:366 msgid "Font size in points" msgstr "የፊደል ቅርጽ በነጥቦች" -#: gtk/gtkcellrenderertext.c:349 gtk/gtktexttag.c:355 +#: gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:355 msgid "Font scale" msgstr "" -#: gtk/gtkcellrenderertext.c:350 +#: gtk/gtkcellrenderertext.c:356 msgid "Font scaling factor" msgstr "" -#: gtk/gtkcellrenderertext.c:359 gtk/gtktexttag.c:424 +#: gtk/gtkcellrenderertext.c:365 gtk/gtktexttag.c:424 msgid "Rise" msgstr "" -#: gtk/gtkcellrenderertext.c:360 +#: gtk/gtkcellrenderertext.c:366 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" -#: gtk/gtkcellrenderertext.c:370 gtk/gtktexttag.c:464 +#: gtk/gtkcellrenderertext.c:376 gtk/gtktexttag.c:464 msgid "Strikethrough" msgstr "ስርዝ" -#: gtk/gtkcellrenderertext.c:371 gtk/gtktexttag.c:465 +#: gtk/gtkcellrenderertext.c:377 gtk/gtktexttag.c:465 msgid "Whether to strike through the text" msgstr "" -#: gtk/gtkcellrenderertext.c:378 gtk/gtktexttag.c:472 +#: gtk/gtkcellrenderertext.c:384 gtk/gtktexttag.c:472 msgid "Underline" msgstr "የስር መስመር" -#: gtk/gtkcellrenderertext.c:379 gtk/gtktexttag.c:473 +#: gtk/gtkcellrenderertext.c:385 gtk/gtktexttag.c:473 msgid "Style of underline for this text" msgstr "" -#: gtk/gtkcellrenderertext.c:387 gtk/gtktexttag.c:384 +#: gtk/gtkcellrenderertext.c:393 gtk/gtktexttag.c:384 msgid "Language" msgstr "ቋንቋ" -#: gtk/gtkcellrenderertext.c:388 gtk/gtktexttag.c:385 +#: gtk/gtkcellrenderertext.c:394 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " "probably don't need it" msgstr "" -#: gtk/gtkcellrenderertext.c:398 gtk/gtkcellview.c:195 gtk/gtktexttag.c:509 +#: gtk/gtkcellrenderertext.c:404 gtk/gtkcellview.c:194 gtk/gtktexttag.c:509 msgid "Background set" msgstr "" -#: gtk/gtkcellrenderertext.c:399 gtk/gtkcellview.c:196 gtk/gtktexttag.c:510 +#: gtk/gtkcellrenderertext.c:405 gtk/gtkcellview.c:195 gtk/gtktexttag.c:510 msgid "Whether this tag affects the background color" msgstr "" -#: gtk/gtkcellrenderertext.c:402 gtk/gtktexttag.c:521 +#: gtk/gtkcellrenderertext.c:408 gtk/gtktexttag.c:521 msgid "Foreground set" msgstr "" -#: gtk/gtkcellrenderertext.c:403 gtk/gtktexttag.c:522 +#: gtk/gtkcellrenderertext.c:409 gtk/gtktexttag.c:522 msgid "Whether this tag affects the foreground color" msgstr "" -#: gtk/gtkcellrenderertext.c:406 gtk/gtktexttag.c:529 +#: gtk/gtkcellrenderertext.c:412 gtk/gtktexttag.c:529 msgid "Editability set" msgstr "" -#: gtk/gtkcellrenderertext.c:407 gtk/gtktexttag.c:530 +#: gtk/gtkcellrenderertext.c:413 gtk/gtktexttag.c:530 msgid "Whether this tag affects text editability" msgstr "" -#: gtk/gtkcellrenderertext.c:410 gtk/gtktexttag.c:533 +#: gtk/gtkcellrenderertext.c:416 gtk/gtktexttag.c:533 msgid "Font family set" msgstr "" -#: gtk/gtkcellrenderertext.c:411 gtk/gtktexttag.c:534 +#: gtk/gtkcellrenderertext.c:417 gtk/gtktexttag.c:534 msgid "Whether this tag affects the font family" msgstr "" -#: gtk/gtkcellrenderertext.c:414 gtk/gtktexttag.c:537 +#: gtk/gtkcellrenderertext.c:420 gtk/gtktexttag.c:537 msgid "Font style set" msgstr "" -#: gtk/gtkcellrenderertext.c:415 gtk/gtktexttag.c:538 +#: gtk/gtkcellrenderertext.c:421 gtk/gtktexttag.c:538 msgid "Whether this tag affects the font style" msgstr "" -#: gtk/gtkcellrenderertext.c:418 gtk/gtktexttag.c:541 +#: gtk/gtkcellrenderertext.c:424 gtk/gtktexttag.c:541 msgid "Font variant set" msgstr "" -#: gtk/gtkcellrenderertext.c:419 gtk/gtktexttag.c:542 +#: gtk/gtkcellrenderertext.c:425 gtk/gtktexttag.c:542 msgid "Whether this tag affects the font variant" msgstr "" -#: gtk/gtkcellrenderertext.c:422 gtk/gtktexttag.c:545 +#: gtk/gtkcellrenderertext.c:428 gtk/gtktexttag.c:545 msgid "Font weight set" msgstr "" -#: gtk/gtkcellrenderertext.c:423 gtk/gtktexttag.c:546 +#: gtk/gtkcellrenderertext.c:429 gtk/gtktexttag.c:546 msgid "Whether this tag affects the font weight" msgstr "" -#: gtk/gtkcellrenderertext.c:426 gtk/gtktexttag.c:549 +#: gtk/gtkcellrenderertext.c:432 gtk/gtktexttag.c:549 msgid "Font stretch set" msgstr "" -#: gtk/gtkcellrenderertext.c:427 gtk/gtktexttag.c:550 +#: gtk/gtkcellrenderertext.c:433 gtk/gtktexttag.c:550 msgid "Whether this tag affects the font stretch" msgstr "" -#: gtk/gtkcellrenderertext.c:430 gtk/gtktexttag.c:553 +#: gtk/gtkcellrenderertext.c:436 gtk/gtktexttag.c:553 msgid "Font size set" msgstr "" -#: gtk/gtkcellrenderertext.c:431 gtk/gtktexttag.c:554 +#: gtk/gtkcellrenderertext.c:437 gtk/gtktexttag.c:554 msgid "Whether this tag affects the font size" msgstr "" -#: gtk/gtkcellrenderertext.c:434 gtk/gtktexttag.c:557 +#: gtk/gtkcellrenderertext.c:440 gtk/gtktexttag.c:557 msgid "Font scale set" msgstr "" -#: gtk/gtkcellrenderertext.c:435 gtk/gtktexttag.c:558 +#: gtk/gtkcellrenderertext.c:441 gtk/gtktexttag.c:558 msgid "Whether this tag scales the font size by a factor" msgstr "" -#: gtk/gtkcellrenderertext.c:438 gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:444 gtk/gtktexttag.c:577 msgid "Rise set" msgstr "" -#: gtk/gtkcellrenderertext.c:439 gtk/gtktexttag.c:578 +#: gtk/gtkcellrenderertext.c:445 gtk/gtktexttag.c:578 msgid "Whether this tag affects the rise" msgstr "" -#: gtk/gtkcellrenderertext.c:442 gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:448 gtk/gtktexttag.c:593 msgid "Strikethrough set" msgstr "" -#: gtk/gtkcellrenderertext.c:443 gtk/gtktexttag.c:594 +#: gtk/gtkcellrenderertext.c:449 gtk/gtktexttag.c:594 msgid "Whether this tag affects strikethrough" msgstr "" -#: gtk/gtkcellrenderertext.c:446 gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:452 gtk/gtktexttag.c:601 msgid "Underline set" msgstr "" -#: gtk/gtkcellrenderertext.c:447 gtk/gtktexttag.c:602 +#: gtk/gtkcellrenderertext.c:453 gtk/gtktexttag.c:602 msgid "Whether this tag affects underlining" msgstr "" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:456 gtk/gtktexttag.c:565 msgid "Language set" msgstr "" -#: gtk/gtkcellrenderertext.c:451 gtk/gtktexttag.c:566 +#: gtk/gtkcellrenderertext.c:457 gtk/gtktexttag.c:566 msgid "Whether this tag affects the language the text is rendered as" msgstr "" @@ -1195,7 +1200,7 @@ msgid "Whether or not to give the color an alpha value" msgstr "" #: gtk/gtkcolorbutton.c:217 gtk/gtkfontbutton.c:175 -#: gtk/gtktreeviewcolumn.c:287 +#: gtk/gtktreeviewcolumn.c:297 msgid "Title" msgstr "አርእስት" @@ -1292,61 +1297,85 @@ msgstr "" msgid "Whether entered values must already be present in the list" msgstr "" -#: gtk/gtkcombobox.c:462 +#: gtk/gtkcombobox.c:494 msgid "ComboBox model" msgstr "" -#: gtk/gtkcombobox.c:463 +#: gtk/gtkcombobox.c:495 msgid "The model for the combo box" msgstr "" -#: gtk/gtkcombobox.c:470 +#: gtk/gtkcombobox.c:502 #, fuzzy msgid "Wrap width" msgstr "ስፋት" -#: gtk/gtkcombobox.c:471 +#: gtk/gtkcombobox.c:503 msgid "Wrap width for layouting the items in a grid" msgstr "" -#: gtk/gtkcombobox.c:480 +#: gtk/gtkcombobox.c:512 msgid "Row span column" msgstr "" -#: gtk/gtkcombobox.c:481 +#: gtk/gtkcombobox.c:513 msgid "TreeModel column containing the row span values" msgstr "" -#: gtk/gtkcombobox.c:490 +#: gtk/gtkcombobox.c:522 msgid "Column span column" msgstr "" -#: gtk/gtkcombobox.c:491 +#: gtk/gtkcombobox.c:523 msgid "TreeModel column containing the column span values" msgstr "" -#: gtk/gtkcombobox.c:500 +#: gtk/gtkcombobox.c:532 +msgid "Row separator column" +msgstr "" + +#: gtk/gtkcombobox.c:533 +msgid "Boolean TreeModel column specifying which rows are separators" +msgstr "" + +#: gtk/gtkcombobox.c:542 msgid "Active item" msgstr "" -#: gtk/gtkcombobox.c:501 +#: gtk/gtkcombobox.c:543 msgid "The item which is currently active" msgstr "" -#: gtk/gtkcombobox.c:509 +#: gtk/gtkcombobox.c:562 gtk/gtkuimanager.c:220 +msgid "Add tearoffs to menus" +msgstr "" + +#: gtk/gtkcombobox.c:563 +msgid "Whether dropdowns should have a tearoff menu item" +msgstr "" + +#: gtk/gtkcombobox.c:578 gtk/gtkentry.c:526 +msgid "Has Frame" +msgstr "ፍሬም አለ" + +#: gtk/gtkcombobox.c:579 +msgid "Whether the combo box draws a frame around the child" +msgstr "" + +#: gtk/gtkcombobox.c:585 msgid "Appears as list" msgstr "" -#: gtk/gtkcombobox.c:510 -msgid "Whether combobox dropdowns should look like lists rather than menus" +#: gtk/gtkcombobox.c:586 +msgid "Whether dropdowns should look like lists rather than menus" msgstr "" -#: gtk/gtkcomboboxentry.c:110 +#: gtk/gtkcomboboxentry.c:113 #, fuzzy msgid "Text Column" msgstr "ዐምዶች" -#: gtk/gtkcomboboxentry.c:111 +#: gtk/gtkcomboboxentry.c:114 msgid "A column in the data source model to get the strings from" msgstr "" @@ -1446,126 +1475,147 @@ msgstr "" msgid "Width of border around the button area at the bottom of the dialog" msgstr "" -#: gtk/gtkentry.c:457 gtk/gtklabel.c:370 +#: gtk/gtkentry.c:481 gtk/gtklabel.c:370 msgid "Cursor Position" msgstr "ጠቋሚው ባለበት ቦታ" -#: gtk/gtkentry.c:458 gtk/gtklabel.c:371 +#: gtk/gtkentry.c:482 gtk/gtklabel.c:371 msgid "The current position of the insertion cursor in chars" msgstr "" -#: gtk/gtkentry.c:467 gtk/gtklabel.c:380 +#: gtk/gtkentry.c:491 gtk/gtklabel.c:380 msgid "Selection Bound" msgstr "" -#: gtk/gtkentry.c:468 gtk/gtklabel.c:381 +#: gtk/gtkentry.c:492 gtk/gtklabel.c:381 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "" -#: gtk/gtkentry.c:478 +#: gtk/gtkentry.c:502 msgid "Whether the entry contents can be edited" msgstr "" -#: gtk/gtkentry.c:485 +#: gtk/gtkentry.c:509 msgid "Maximum length" msgstr "" -#: gtk/gtkentry.c:486 +#: gtk/gtkentry.c:510 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "" -#: gtk/gtkentry.c:494 +#: gtk/gtkentry.c:518 msgid "Visibility" msgstr "" -#: gtk/gtkentry.c:495 +#: gtk/gtkentry.c:519 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "" -#: gtk/gtkentry.c:502 -msgid "Has Frame" -msgstr "ፍሬም አለ" - -#: gtk/gtkentry.c:503 +#: gtk/gtkentry.c:527 msgid "FALSE removes outside bevel from entry" msgstr "" -#: gtk/gtkentry.c:510 +#: gtk/gtkentry.c:534 msgid "Invisible character" msgstr "" -#: gtk/gtkentry.c:511 +#: gtk/gtkentry.c:535 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "" -#: gtk/gtkentry.c:518 +#: gtk/gtkentry.c:542 msgid "Activates default" msgstr "" -#: gtk/gtkentry.c:519 +#: gtk/gtkentry.c:543 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" msgstr "" -#: gtk/gtkentry.c:525 +#: gtk/gtkentry.c:549 msgid "Width in chars" msgstr "" -#: gtk/gtkentry.c:526 +#: gtk/gtkentry.c:550 msgid "Number of characters to leave space for in the entry" msgstr "" -#: gtk/gtkentry.c:535 +#: gtk/gtkentry.c:559 msgid "Scroll offset" msgstr "" -#: gtk/gtkentry.c:536 +#: gtk/gtkentry.c:560 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "" -#: gtk/gtkentry.c:546 +#: gtk/gtkentry.c:570 msgid "The contents of the entry" msgstr "" -#: gtk/gtkentry.c:553 gtk/gtkmisc.c:99 +#: gtk/gtkentry.c:577 gtk/gtkmisc.c:99 msgid "X align" msgstr "" -#: gtk/gtkentry.c:554 gtk/gtkmisc.c:100 +#: gtk/gtkentry.c:578 gtk/gtkmisc.c:100 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts" msgstr "" -#: gtk/gtkentry.c:787 +#: gtk/gtkentry.c:811 msgid "Select on focus" msgstr "" -#: gtk/gtkentry.c:788 +#: gtk/gtkentry.c:812 msgid "Whether to select the contents of an entry when it is focused" msgstr "" -#: gtk/gtkentrycompletion.c:223 +#: gtk/gtkentrycompletion.c:272 msgid "Completion Model" msgstr "" -#: gtk/gtkentrycompletion.c:224 +#: gtk/gtkentrycompletion.c:273 #, fuzzy msgid "The model to find matches in" msgstr "የመስኮቱ ዓይነት" -#: gtk/gtkentrycompletion.c:230 +#: gtk/gtkentrycompletion.c:279 msgid "Minimum Key Length" msgstr "" -#: gtk/gtkentrycompletion.c:231 +#: gtk/gtkentrycompletion.c:280 msgid "Minimum length of the search key in order to look up matches" msgstr "" +#: gtk/gtkentrycompletion.c:295 +#, fuzzy +msgid "Text column" +msgstr "ዐምዶች" + +#: gtk/gtkentrycompletion.c:296 +msgid "The column of the model containing the strings." +msgstr "" + +#: gtk/gtkentrycompletion.c:314 +msgid "Inline completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:315 +msgid "Whether the common prefix should be inserted automatically" +msgstr "" + +#: gtk/gtkentrycompletion.c:329 +msgid "Popup completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:330 +msgid "Whether the completions should be shown in a popup window" +msgstr "" + #: gtk/gtkeventbox.c:120 #, fuzzy msgid "Visible Window" @@ -1620,11 +1670,11 @@ msgstr "" msgid "A widget to display in place of the usual expander label" msgstr "" -#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:626 +#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:669 msgid "Expander Size" msgstr "" -#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:627 +#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:670 msgid "Size of the expander arrow" msgstr "" @@ -1722,11 +1772,11 @@ msgstr "ጽሑፍ አሳይ" msgid "Whether the hidden files and folders should be displayed" msgstr "" -#: gtk/gtkfilechooserdefault.c:559 +#: gtk/gtkfilechooserdefault.c:563 msgid "Default file chooser backend" msgstr "" -#: gtk/gtkfilechooserdefault.c:560 +#: gtk/gtkfilechooserdefault.c:564 msgid "Name of the GtkFileChooser backend to use by default" msgstr "" @@ -1750,19 +1800,19 @@ msgstr "" msgid "Select multiple" msgstr "" -#: gtk/gtkfixed.c:121 gtk/gtklayout.c:612 +#: gtk/gtkfixed.c:121 gtk/gtklayout.c:614 msgid "X position" msgstr "የX ቦታ" -#: gtk/gtkfixed.c:122 gtk/gtklayout.c:613 +#: gtk/gtkfixed.c:122 gtk/gtklayout.c:615 msgid "X position of child widget" msgstr "" -#: gtk/gtkfixed.c:131 gtk/gtklayout.c:622 +#: gtk/gtkfixed.c:131 gtk/gtklayout.c:624 msgid "Y position" msgstr "የY ቦታ" -#: gtk/gtkfixed.c:132 gtk/gtklayout.c:623 +#: gtk/gtkfixed.c:132 gtk/gtklayout.c:625 msgid "Y position of child widget" msgstr "" @@ -1854,7 +1904,7 @@ msgstr "" msgid "The vertical alignment of the label" msgstr "" -#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:196 +#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:199 msgid "Deprecated property, use shadow_type instead" msgstr "" @@ -1870,38 +1920,38 @@ msgstr "" msgid "A widget to display in place of the usual frame label" msgstr "" -#: gtk/gtkhandlebox.c:203 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 -#: gtk/gtktoolbar.c:572 gtk/gtkviewport.c:151 +#: gtk/gtkhandlebox.c:206 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 +#: gtk/gtktoolbar.c:574 gtk/gtkviewport.c:151 msgid "Shadow type" msgstr "" -#: gtk/gtkhandlebox.c:204 +#: gtk/gtkhandlebox.c:207 msgid "Appearance of the shadow that surrounds the container" msgstr "" -#: gtk/gtkhandlebox.c:212 +#: gtk/gtkhandlebox.c:215 msgid "Handle position" msgstr "" -#: gtk/gtkhandlebox.c:213 +#: gtk/gtkhandlebox.c:216 msgid "Position of the handle relative to the child widget" msgstr "" -#: gtk/gtkhandlebox.c:221 +#: gtk/gtkhandlebox.c:224 msgid "Snap edge" msgstr "" -#: gtk/gtkhandlebox.c:222 +#: gtk/gtkhandlebox.c:225 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "" -#: gtk/gtkhandlebox.c:230 +#: gtk/gtkhandlebox.c:233 msgid "Snap edge set" msgstr "" -#: gtk/gtkhandlebox.c:231 +#: gtk/gtkhandlebox.c:234 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -1996,11 +2046,11 @@ msgstr "ማስረጊያዎች አሳይ" msgid "Whether images should be shown in menus" msgstr "" -#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:543 +#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:570 msgid "Screen" msgstr "እስክሪን" -#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:544 +#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:571 msgid "The screen where this window will be displayed" msgstr "" @@ -2012,7 +2062,7 @@ msgstr "የጽሑፉ መለያ" msgid "A list of style attributes to apply to the text of the label" msgstr "" -#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:604 +#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:590 msgid "Justification" msgstr "" @@ -2065,127 +2115,135 @@ msgstr "" msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "" -#: gtk/gtklayout.c:632 gtk/gtkviewport.c:135 +#: gtk/gtklayout.c:634 gtk/gtkviewport.c:135 msgid "Horizontal adjustment" msgstr "" -#: gtk/gtklayout.c:633 gtk/gtkscrolledwindow.c:238 +#: gtk/gtklayout.c:635 gtk/gtkscrolledwindow.c:238 msgid "The GtkAdjustment for the horizontal position" msgstr "" -#: gtk/gtklayout.c:640 gtk/gtkviewport.c:143 +#: gtk/gtklayout.c:642 gtk/gtkviewport.c:143 msgid "Vertical adjustment" msgstr "" -#: gtk/gtklayout.c:641 gtk/gtkscrolledwindow.c:245 +#: gtk/gtklayout.c:643 gtk/gtkscrolledwindow.c:245 msgid "The GtkAdjustment for the vertical position" msgstr "" -#: gtk/gtklayout.c:649 +#: gtk/gtklayout.c:651 msgid "The width of the layout" msgstr "" -#: gtk/gtklayout.c:658 +#: gtk/gtklayout.c:660 msgid "The height of the layout" msgstr "" -#: gtk/gtkmenu.c:518 +#: gtk/gtkmenu.c:520 msgid "Tearoff Title" msgstr "" -#: gtk/gtkmenu.c:519 +#: gtk/gtkmenu.c:521 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "" -#: gtk/gtkmenu.c:525 +#: gtk/gtkmenu.c:535 +msgid "Tearoff State" +msgstr "" + +#: gtk/gtkmenu.c:536 +msgid "A boolean that indicates whether the menu is torn-off" +msgstr "" + +#: gtk/gtkmenu.c:542 #, fuzzy msgid "Vertical Padding" msgstr "የቁመት ኩልኩል" -#: gtk/gtkmenu.c:526 +#: gtk/gtkmenu.c:543 msgid "Extra space at the top and bottom of the menu" msgstr "" -#: gtk/gtkmenu.c:534 +#: gtk/gtkmenu.c:551 #, fuzzy msgid "Vertical Offset" msgstr "የቁመት ኩልኩል" -#: gtk/gtkmenu.c:535 +#: gtk/gtkmenu.c:552 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" -#: gtk/gtkmenu.c:543 +#: gtk/gtkmenu.c:560 #, fuzzy msgid "Horizontal Offset" msgstr "የአግድም ኩልኩል" -#: gtk/gtkmenu.c:544 +#: gtk/gtkmenu.c:561 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "" -#: gtk/gtkmenu.c:554 +#: gtk/gtkmenu.c:571 msgid "Left Attach" msgstr "" -#: gtk/gtkmenu.c:555 gtk/gtktable.c:204 +#: gtk/gtkmenu.c:572 gtk/gtktable.c:204 msgid "The column number to attach the left side of the child to" msgstr "" -#: gtk/gtkmenu.c:562 +#: gtk/gtkmenu.c:579 msgid "Right Attach" msgstr "" -#: gtk/gtkmenu.c:563 +#: gtk/gtkmenu.c:580 msgid "The column number to attach the right side of the child to" msgstr "" -#: gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:587 msgid "Top Attach" msgstr "" -#: gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:588 msgid "The row number to attach the top of the child to" msgstr "" -#: gtk/gtkmenu.c:578 +#: gtk/gtkmenu.c:595 #, fuzzy msgid "Bottom Attach" msgstr "ወደ ታች (_B)" -#: gtk/gtkmenu.c:579 gtk/gtktable.c:225 +#: gtk/gtkmenu.c:596 gtk/gtktable.c:225 msgid "The row number to attach the bottom of the child to" msgstr "" -#: gtk/gtkmenu.c:666 +#: gtk/gtkmenu.c:683 msgid "Can change accelerators" msgstr "" -#: gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:684 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" -#: gtk/gtkmenu.c:672 +#: gtk/gtkmenu.c:689 msgid "Delay before submenus appear" msgstr "" -#: gtk/gtkmenu.c:673 +#: gtk/gtkmenu.c:690 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" -#: gtk/gtkmenu.c:680 +#: gtk/gtkmenu.c:697 msgid "Delay before hiding a submenu" msgstr "" -#: gtk/gtkmenu.c:681 +#: gtk/gtkmenu.c:698 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -2195,7 +2253,7 @@ msgstr "" msgid "Style of bevel around the menubar" msgstr "" -#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:548 +#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:550 msgid "Internal padding" msgstr "" @@ -2270,151 +2328,151 @@ msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "" -#: gtk/gtknotebook.c:397 +#: gtk/gtknotebook.c:400 msgid "Page" msgstr "ገጽ" -#: gtk/gtknotebook.c:398 +#: gtk/gtknotebook.c:401 msgid "The index of the current page" msgstr "" -#: gtk/gtknotebook.c:406 +#: gtk/gtknotebook.c:409 msgid "Tab Position" msgstr "" -#: gtk/gtknotebook.c:407 +#: gtk/gtknotebook.c:410 msgid "Which side of the notebook holds the tabs" msgstr "" -#: gtk/gtknotebook.c:414 +#: gtk/gtknotebook.c:417 msgid "Tab Border" msgstr "" -#: gtk/gtknotebook.c:415 +#: gtk/gtknotebook.c:418 msgid "Width of the border around the tab labels" msgstr "" -#: gtk/gtknotebook.c:423 +#: gtk/gtknotebook.c:426 msgid "Horizontal Tab Border" msgstr "" -#: gtk/gtknotebook.c:424 +#: gtk/gtknotebook.c:427 msgid "Width of the horizontal border of tab labels" msgstr "" -#: gtk/gtknotebook.c:432 +#: gtk/gtknotebook.c:435 msgid "Vertical Tab Border" msgstr "" -#: gtk/gtknotebook.c:433 +#: gtk/gtknotebook.c:436 msgid "Width of the vertical border of tab labels" msgstr "" -#: gtk/gtknotebook.c:441 +#: gtk/gtknotebook.c:444 msgid "Show Tabs" msgstr "ማስረጊያዎች አሳይ" -#: gtk/gtknotebook.c:442 +#: gtk/gtknotebook.c:445 msgid "Whether tabs should be shown or not" msgstr "" -#: gtk/gtknotebook.c:448 +#: gtk/gtknotebook.c:451 msgid "Show Border" msgstr "" -#: gtk/gtknotebook.c:449 +#: gtk/gtknotebook.c:452 msgid "Whether the border should be shown or not" msgstr "" -#: gtk/gtknotebook.c:455 +#: gtk/gtknotebook.c:458 msgid "Scrollable" msgstr "" -#: gtk/gtknotebook.c:456 +#: gtk/gtknotebook.c:459 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "" -#: gtk/gtknotebook.c:462 +#: gtk/gtknotebook.c:465 msgid "Enable Popup" msgstr "" -#: gtk/gtknotebook.c:463 +#: gtk/gtknotebook.c:466 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" msgstr "" -#: gtk/gtknotebook.c:470 +#: gtk/gtknotebook.c:473 msgid "Whether tabs should have homogeneous sizes" msgstr "" -#: gtk/gtknotebook.c:477 +#: gtk/gtknotebook.c:480 msgid "Tab label" msgstr "" -#: gtk/gtknotebook.c:478 +#: gtk/gtknotebook.c:481 msgid "The string displayed on the childs tab label" msgstr "" -#: gtk/gtknotebook.c:484 +#: gtk/gtknotebook.c:487 msgid "Menu label" msgstr "" -#: gtk/gtknotebook.c:485 +#: gtk/gtknotebook.c:488 msgid "The string displayed in the childs menu entry" msgstr "" -#: gtk/gtknotebook.c:498 +#: gtk/gtknotebook.c:501 msgid "Tab expand" msgstr "" -#: gtk/gtknotebook.c:499 +#: gtk/gtknotebook.c:502 msgid "Whether to expand the childs tab or not" msgstr "" -#: gtk/gtknotebook.c:505 +#: gtk/gtknotebook.c:508 msgid "Tab fill" msgstr "" -#: gtk/gtknotebook.c:506 -msgid "Wheather the childs tab should fill the allocated area or not" +#: gtk/gtknotebook.c:509 +msgid "Whether the childs tab should fill the allocated area or not" msgstr "" -#: gtk/gtknotebook.c:512 +#: gtk/gtknotebook.c:515 msgid "Tab pack type" msgstr "" -#: gtk/gtknotebook.c:528 gtk/gtkscrollbar.c:114 +#: gtk/gtknotebook.c:531 gtk/gtkscrollbar.c:114 msgid "Secondary backward stepper" msgstr "" -#: gtk/gtknotebook.c:529 +#: gtk/gtknotebook.c:532 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "" -#: gtk/gtknotebook.c:545 gtk/gtkscrollbar.c:122 +#: gtk/gtknotebook.c:548 gtk/gtkscrollbar.c:122 msgid "Secondary forward stepper" msgstr "" -#: gtk/gtknotebook.c:546 +#: gtk/gtknotebook.c:549 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "" -#: gtk/gtknotebook.c:561 gtk/gtkscrollbar.c:98 +#: gtk/gtknotebook.c:564 gtk/gtkscrollbar.c:98 msgid "Backward stepper" msgstr "" -#: gtk/gtknotebook.c:562 gtk/gtkscrollbar.c:99 +#: gtk/gtknotebook.c:565 gtk/gtkscrollbar.c:99 msgid "Display the standard backward arrow button" msgstr "" -#: gtk/gtknotebook.c:577 gtk/gtkscrollbar.c:106 +#: gtk/gtknotebook.c:580 gtk/gtkscrollbar.c:106 msgid "Forward stepper" msgstr "" -#: gtk/gtknotebook.c:578 gtk/gtkscrollbar.c:107 +#: gtk/gtknotebook.c:581 gtk/gtkscrollbar.c:107 msgid "Display the standard forward arrow button" msgstr "" @@ -2542,7 +2600,7 @@ msgstr "" msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "" -#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:497 +#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:499 msgid "Orientation" msgstr "አቀማመጥ" @@ -2793,11 +2851,11 @@ msgid "" "Display a secondary forward arrow button on the opposite end of the scrollbar" msgstr "" -#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:540 +#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:551 msgid "Horizontal Adjustment" msgstr "" -#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:548 +#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:559 msgid "Vertical Adjustment" msgstr "" @@ -3288,15 +3346,21 @@ msgid "" "such as PANGO_SCALE_X_LARGE" msgstr "" -#: gtk/gtktexttag.c:376 gtk/gtktextview.c:605 +#: gtk/gtktexttag.c:376 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "" +#: gtk/gtktexttag.c:385 +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." +msgstr "" + #: gtk/gtktexttag.c:392 msgid "Left margin" msgstr "የግራ ህዳግ" -#: gtk/gtktexttag.c:393 gtk/gtktextview.c:614 +#: gtk/gtktexttag.c:393 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "" @@ -3304,15 +3368,15 @@ msgstr "" msgid "Right margin" msgstr "የቀኝ ህዳግ" -#: gtk/gtktexttag.c:403 gtk/gtktextview.c:624 +#: gtk/gtktexttag.c:403 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "" -#: gtk/gtktexttag.c:413 gtk/gtktextview.c:633 +#: gtk/gtktexttag.c:413 gtk/gtktextview.c:619 msgid "Indent" msgstr "አዲስ አንቀጽ" -#: gtk/gtktexttag.c:414 gtk/gtktextview.c:634 +#: gtk/gtktexttag.c:414 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "" @@ -3326,7 +3390,7 @@ msgstr "" msgid "Pixels above lines" msgstr "" -#: gtk/gtktexttag.c:435 gtk/gtktextview.c:558 +#: gtk/gtktexttag.c:435 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "" @@ -3334,7 +3398,7 @@ msgstr "" msgid "Pixels below lines" msgstr "" -#: gtk/gtktexttag.c:445 gtk/gtktextview.c:568 +#: gtk/gtktexttag.c:445 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "" @@ -3342,7 +3406,7 @@ msgstr "" msgid "Pixels inside wrap" msgstr "" -#: gtk/gtktexttag.c:455 gtk/gtktextview.c:578 +#: gtk/gtktexttag.c:455 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "" @@ -3350,16 +3414,16 @@ msgstr "" msgid "Wrap mode" msgstr "የመሸፈኛ ዘዴ" -#: gtk/gtktexttag.c:482 gtk/gtktextview.c:596 +#: gtk/gtktexttag.c:482 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "" -#: gtk/gtktexttag.c:491 gtk/gtktextview.c:643 +#: gtk/gtktexttag.c:491 gtk/gtktextview.c:629 msgid "Tabs" msgstr "መክፈቻዎች" -#: gtk/gtktexttag.c:492 gtk/gtktextview.c:644 +#: gtk/gtktexttag.c:492 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "" @@ -3471,68 +3535,68 @@ msgstr "" msgid "Whether this tag affects text visibility" msgstr "" -#: gtk/gtktextview.c:557 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "" -#: gtk/gtktextview.c:567 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "" -#: gtk/gtktextview.c:577 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "" -#: gtk/gtktextview.c:595 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "የመሸፈኛ ዘዴ" -#: gtk/gtktextview.c:613 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "የግራ ህዳግ" -#: gtk/gtktextview.c:623 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "የቀኝ ህዳግ" -#: gtk/gtktextview.c:651 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "" -#: gtk/gtktextview.c:652 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "" -#: gtk/gtktextview.c:659 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "" -#: gtk/gtktextview.c:660 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "" -#: gtk/gtktextview.c:667 +#: gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "" -#: gtk/gtktextview.c:668 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "" -#: gtk/gtktextview.c:675 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "" -#: gtk/gtktextview.c:676 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "" -#: gtk/gtktextview.c:685 +#: gtk/gtktextview.c:671 #, fuzzy msgid "Error underline color" msgstr "የፊት ለፊቱ ቀለም" -#: gtk/gtktextview.c:686 +#: gtk/gtktextview.c:672 msgid "Color with which to draw error-indication underlines" msgstr "" @@ -3560,80 +3624,80 @@ msgstr "" msgid "If the toggle part of the button is displayed" msgstr "" -#: gtk/gtktoolbar.c:498 +#: gtk/gtktoolbar.c:500 msgid "The orientation of the toolbar" msgstr "" -#: gtk/gtktoolbar.c:506 +#: gtk/gtktoolbar.c:508 msgid "Toolbar Style" msgstr "የቱልባር ዓይነት" -#: gtk/gtktoolbar.c:507 +#: gtk/gtktoolbar.c:509 msgid "How to draw the toolbar" msgstr "" -#: gtk/gtktoolbar.c:514 +#: gtk/gtktoolbar.c:516 msgid "Show Arrow" msgstr "" -#: gtk/gtktoolbar.c:515 +#: gtk/gtktoolbar.c:517 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "" -#: gtk/gtktoolbar.c:524 +#: gtk/gtktoolbar.c:526 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "" -#: gtk/gtktoolbar.c:532 +#: gtk/gtktoolbar.c:534 msgid "Whether the item should be the same size as other homogeneous items" msgstr "" -#: gtk/gtktoolbar.c:539 +#: gtk/gtktoolbar.c:541 msgid "Spacer size" msgstr "" -#: gtk/gtktoolbar.c:540 +#: gtk/gtktoolbar.c:542 msgid "Size of spacers" msgstr "" -#: gtk/gtktoolbar.c:549 +#: gtk/gtktoolbar.c:551 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "" -#: gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:559 msgid "Space style" msgstr "" -#: gtk/gtktoolbar.c:558 +#: gtk/gtktoolbar.c:560 msgid "Whether spacers are vertical lines or just blank" msgstr "" -#: gtk/gtktoolbar.c:565 +#: gtk/gtktoolbar.c:567 msgid "Button relief" msgstr "" -#: gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:568 msgid "Type of bevel around toolbar buttons" msgstr "" -#: gtk/gtktoolbar.c:573 +#: gtk/gtktoolbar.c:575 msgid "Style of bevel around the toolbar" msgstr "" -#: gtk/gtktoolbar.c:579 +#: gtk/gtktoolbar.c:581 msgid "Toolbar style" msgstr "የቱልባር ዓይነት" -#: gtk/gtktoolbar.c:580 +#: gtk/gtktoolbar.c:582 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" -#: gtk/gtktoolbar.c:586 +#: gtk/gtktoolbar.c:588 msgid "Toolbar icon size" msgstr "" -#: gtk/gtktoolbar.c:587 +#: gtk/gtktoolbar.c:589 msgid "Size of icons in default toolbars" msgstr "" @@ -3682,234 +3746,242 @@ msgstr "" msgid "The model for the TreeModelSort to sort" msgstr "" -#: gtk/gtktreeview.c:532 +#: gtk/gtktreeview.c:543 msgid "TreeView Model" msgstr "" -#: gtk/gtktreeview.c:533 +#: gtk/gtktreeview.c:544 msgid "The model for the tree view" msgstr "" -#: gtk/gtktreeview.c:541 +#: gtk/gtktreeview.c:552 msgid "Horizontal Adjustment for the widget" msgstr "" -#: gtk/gtktreeview.c:549 +#: gtk/gtktreeview.c:560 msgid "Vertical Adjustment for the widget" msgstr "" -#: gtk/gtktreeview.c:557 +#: gtk/gtktreeview.c:568 msgid "Show the column header buttons" msgstr "" -#: gtk/gtktreeview.c:564 +#: gtk/gtktreeview.c:575 msgid "Headers Clickable" msgstr "" -#: gtk/gtktreeview.c:565 +#: gtk/gtktreeview.c:576 msgid "Column headers respond to click events" msgstr "" -#: gtk/gtktreeview.c:572 +#: gtk/gtktreeview.c:583 msgid "Expander Column" msgstr "" -#: gtk/gtktreeview.c:573 +#: gtk/gtktreeview.c:584 msgid "Set the column for the expander column" msgstr "" -#: gtk/gtktreeview.c:580 gtk/gtktreeviewcolumn.c:330 +#: gtk/gtktreeview.c:591 gtk/gtktreeviewcolumn.c:340 msgid "Reorderable" msgstr "" -#: gtk/gtktreeview.c:581 +#: gtk/gtktreeview.c:592 msgid "View is reorderable" msgstr "" -#: gtk/gtktreeview.c:588 +#: gtk/gtktreeview.c:599 msgid "Rules Hint" msgstr "" -#: gtk/gtktreeview.c:589 +#: gtk/gtktreeview.c:600 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "" -#: gtk/gtktreeview.c:596 +#: gtk/gtktreeview.c:607 msgid "Enable Search" msgstr "" -#: gtk/gtktreeview.c:597 +#: gtk/gtktreeview.c:608 msgid "View allows user to search through columns interactively" msgstr "" -#: gtk/gtktreeview.c:604 +#: gtk/gtktreeview.c:615 msgid "Search Column" msgstr "" -#: gtk/gtktreeview.c:605 +#: gtk/gtktreeview.c:616 msgid "Model column to search through when searching through code" msgstr "" -#: gtk/gtktreeview.c:614 +#: gtk/gtktreeview.c:636 msgid "Fixed Height Mode" msgstr "" -#: gtk/gtktreeview.c:615 +#: gtk/gtktreeview.c:637 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "" -#: gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:657 +msgid "Hover Selection" +msgstr "" + +#: gtk/gtktreeview.c:658 +msgid "Whether the selection should follow the pointer" +msgstr "" + +#: gtk/gtktreeview.c:678 msgid "Vertical Separator Width" msgstr "" -#: gtk/gtktreeview.c:636 +#: gtk/gtktreeview.c:679 msgid "Vertical space between cells. Must be an even number" msgstr "" -#: gtk/gtktreeview.c:644 +#: gtk/gtktreeview.c:687 msgid "Horizontal Separator Width" msgstr "" -#: gtk/gtktreeview.c:645 +#: gtk/gtktreeview.c:688 msgid "Horizontal space between cells. Must be an even number" msgstr "" -#: gtk/gtktreeview.c:653 +#: gtk/gtktreeview.c:696 msgid "Allow Rules" msgstr "" -#: gtk/gtktreeview.c:654 +#: gtk/gtktreeview.c:697 msgid "Allow drawing of alternating color rows" msgstr "" -#: gtk/gtktreeview.c:660 +#: gtk/gtktreeview.c:703 msgid "Indent Expanders" msgstr "" -#: gtk/gtktreeview.c:661 +#: gtk/gtktreeview.c:704 msgid "Make the expanders indented" msgstr "" -#: gtk/gtktreeview.c:667 +#: gtk/gtktreeview.c:710 msgid "Even Row Color" msgstr "" -#: gtk/gtktreeview.c:668 +#: gtk/gtktreeview.c:711 msgid "Color to use for even rows" msgstr "" -#: gtk/gtktreeview.c:674 +#: gtk/gtktreeview.c:717 msgid "Odd Row Color" msgstr "" -#: gtk/gtktreeview.c:675 +#: gtk/gtktreeview.c:718 msgid "Color to use for odd rows" msgstr "" -#: gtk/gtktreeviewcolumn.c:224 +#: gtk/gtktreeviewcolumn.c:225 msgid "Whether to display the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:231 gtk/gtkwindow.c:482 +#: gtk/gtktreeviewcolumn.c:232 gtk/gtkwindow.c:493 msgid "Resizable" msgstr "" -#: gtk/gtktreeviewcolumn.c:232 +#: gtk/gtktreeviewcolumn.c:233 msgid "Column is user-resizable" msgstr "" -#: gtk/gtktreeviewcolumn.c:240 +#: gtk/gtktreeviewcolumn.c:241 msgid "Current width of the column" msgstr "" -#: gtk/gtktreeviewcolumn.c:248 -msgid "Sizing" -msgstr "" - -#: gtk/gtktreeviewcolumn.c:249 -msgid "Resize mode of the column" -msgstr "" - -#: gtk/gtktreeviewcolumn.c:257 -msgid "Fixed Width" +#: gtk/gtktreeviewcolumn.c:250 +msgid "Space which is inserted between cells" msgstr "" #: gtk/gtktreeviewcolumn.c:258 -msgid "Current fixed width of the column" +msgid "Sizing" +msgstr "" + +#: gtk/gtktreeviewcolumn.c:259 +msgid "Resize mode of the column" msgstr "" #: gtk/gtktreeviewcolumn.c:267 -msgid "Minimum Width" +msgid "Fixed Width" msgstr "" #: gtk/gtktreeviewcolumn.c:268 -msgid "Minimum allowed width of the column" +msgid "Current fixed width of the column" msgstr "" #: gtk/gtktreeviewcolumn.c:277 -msgid "Maximum Width" +msgid "Minimum Width" msgstr "" #: gtk/gtktreeviewcolumn.c:278 -msgid "Maximum allowed width of the column" +msgid "Minimum allowed width of the column" +msgstr "" + +#: gtk/gtktreeviewcolumn.c:287 +msgid "Maximum Width" msgstr "" #: gtk/gtktreeviewcolumn.c:288 +msgid "Maximum allowed width of the column" +msgstr "" + +#: gtk/gtktreeviewcolumn.c:298 msgid "Title to appear in column header" msgstr "" -#: gtk/gtktreeviewcolumn.c:296 +#: gtk/gtktreeviewcolumn.c:306 msgid "Column gets share of extra width allocated to the widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:303 +#: gtk/gtktreeviewcolumn.c:313 msgid "Clickable" msgstr "" -#: gtk/gtktreeviewcolumn.c:304 +#: gtk/gtktreeviewcolumn.c:314 msgid "Whether the header can be clicked" msgstr "" -#: gtk/gtktreeviewcolumn.c:312 +#: gtk/gtktreeviewcolumn.c:322 msgid "Widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:313 +#: gtk/gtktreeviewcolumn.c:323 msgid "Widget to put in column header button instead of column title" msgstr "" -#: gtk/gtktreeviewcolumn.c:320 +#: gtk/gtktreeviewcolumn.c:330 msgid "Alignment" msgstr "ኩልኩል" -#: gtk/gtktreeviewcolumn.c:321 +#: gtk/gtktreeviewcolumn.c:331 msgid "X Alignment of the column header text or widget" msgstr "" -#: gtk/gtktreeviewcolumn.c:331 +#: gtk/gtktreeviewcolumn.c:341 msgid "Whether the column can be reordered around the headers" msgstr "" -#: gtk/gtktreeviewcolumn.c:338 +#: gtk/gtktreeviewcolumn.c:348 msgid "Sort indicator" msgstr "" -#: gtk/gtktreeviewcolumn.c:339 +#: gtk/gtktreeviewcolumn.c:349 msgid "Whether to show a sort indicator" msgstr "" -#: gtk/gtktreeviewcolumn.c:346 +#: gtk/gtktreeviewcolumn.c:356 msgid "Sort order" msgstr "ቅደም ተከተል" -#: gtk/gtktreeviewcolumn.c:347 +#: gtk/gtktreeviewcolumn.c:357 msgid "Sort direction the sort indicator should indicate" msgstr "" -#: gtk/gtkuimanager.c:220 -msgid "Add tearoffs to menus" -msgstr "" - #: gtk/gtkuimanager.c:221 msgid "Whether tearoff menu items should be added to menus" msgstr "" @@ -4138,168 +4210,186 @@ msgstr "" msgid "Aspect ratio with which to draw insertion cursor" msgstr "" -#: gtk/gtkwindow.c:440 +#: gtk/gtkwindow.c:451 msgid "Window Type" msgstr "የመስኮት ዓይነት" -#: gtk/gtkwindow.c:441 +#: gtk/gtkwindow.c:452 msgid "The type of the window" msgstr "የመስኮቱ ዓይነት" -#: gtk/gtkwindow.c:449 +#: gtk/gtkwindow.c:460 msgid "Window Title" msgstr "የመስኮት አርእስት" -#: gtk/gtkwindow.c:450 +#: gtk/gtkwindow.c:461 msgid "The title of the window" msgstr "የመስኮቱ አርእስት" -#: gtk/gtkwindow.c:457 +#: gtk/gtkwindow.c:468 #, fuzzy msgid "Window Role" msgstr "የመስኮት አርእስት" -#: gtk/gtkwindow.c:458 +#: gtk/gtkwindow.c:469 msgid "Unique identifier for the window to be used when restoring a session" msgstr "" -#: gtk/gtkwindow.c:465 +#: gtk/gtkwindow.c:476 msgid "Allow Shrink" msgstr "" -#: gtk/gtkwindow.c:467 +#: gtk/gtkwindow.c:478 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " "time a bad idea" msgstr "" -#: gtk/gtkwindow.c:474 +#: gtk/gtkwindow.c:485 msgid "Allow Grow" msgstr "" -#: gtk/gtkwindow.c:475 +#: gtk/gtkwindow.c:486 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "" -#: gtk/gtkwindow.c:483 +#: gtk/gtkwindow.c:494 msgid "If TRUE, users can resize the window" msgstr "" -#: gtk/gtkwindow.c:490 +#: gtk/gtkwindow.c:501 msgid "Modal" msgstr "አዛምድ" -#: gtk/gtkwindow.c:491 +#: gtk/gtkwindow.c:502 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" msgstr "" -#: gtk/gtkwindow.c:498 +#: gtk/gtkwindow.c:509 msgid "Window Position" msgstr "የመስኮት ቦታ" -#: gtk/gtkwindow.c:499 +#: gtk/gtkwindow.c:510 msgid "The initial position of the window" msgstr "" -#: gtk/gtkwindow.c:507 +#: gtk/gtkwindow.c:518 msgid "Default Width" msgstr "የነበረው ስፋት" -#: gtk/gtkwindow.c:508 +#: gtk/gtkwindow.c:519 msgid "The default width of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:517 +#: gtk/gtkwindow.c:528 msgid "Default Height" msgstr "የነበረው እርዝማኔ" -#: gtk/gtkwindow.c:518 +#: gtk/gtkwindow.c:529 msgid "" "The default height of the window, used when initially showing the window" msgstr "" -#: gtk/gtkwindow.c:527 +#: gtk/gtkwindow.c:538 msgid "Destroy with Parent" msgstr "" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:539 msgid "If this window should be destroyed when the parent is destroyed" msgstr "" -#: gtk/gtkwindow.c:535 +#: gtk/gtkwindow.c:546 msgid "Icon" msgstr "ምልክት" -#: gtk/gtkwindow.c:536 +#: gtk/gtkwindow.c:547 msgid "Icon for this window" msgstr "ምልክት ለዚህን መስኮት" -#: gtk/gtkwindow.c:551 +#: gtk/gtkwindow.c:562 +#, fuzzy +msgid "Icon Name" +msgstr "የፊደሉ ቅርጽ ስም" + +#: gtk/gtkwindow.c:563 +#, fuzzy +msgid "Name of the themed icon for this window" +msgstr "ምልክት ለዚህን መስኮት" + +#: gtk/gtkwindow.c:578 msgid "Is Active" msgstr "" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:579 msgid "Whether the toplevel is the current active window" msgstr "" -#: gtk/gtkwindow.c:559 +#: gtk/gtkwindow.c:586 msgid "Focus in Toplevel" msgstr "" -#: gtk/gtkwindow.c:560 +#: gtk/gtkwindow.c:587 msgid "Whether the input focus is within this GtkWindow" msgstr "" -#: gtk/gtkwindow.c:567 +#: gtk/gtkwindow.c:594 msgid "Type hint" msgstr "" -#: gtk/gtkwindow.c:568 +#: gtk/gtkwindow.c:595 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "" -#: gtk/gtkwindow.c:576 +#: gtk/gtkwindow.c:603 msgid "Skip taskbar" msgstr "" -#: gtk/gtkwindow.c:577 +#: gtk/gtkwindow.c:604 msgid "TRUE if the window should not be in the task bar." msgstr "" -#: gtk/gtkwindow.c:584 +#: gtk/gtkwindow.c:611 msgid "Skip pager" msgstr "" -#: gtk/gtkwindow.c:585 +#: gtk/gtkwindow.c:612 msgid "TRUE if the window should not be in the pager." msgstr "" -#: gtk/gtkwindow.c:599 +#: gtk/gtkwindow.c:626 msgid "Accept focus" msgstr "" -#: gtk/gtkwindow.c:600 +#: gtk/gtkwindow.c:627 msgid "TRUE if the window should receive the input focus." msgstr "" -#: gtk/gtkwindow.c:614 +#: gtk/gtkwindow.c:641 +msgid "Focus on map" +msgstr "" + +#: gtk/gtkwindow.c:642 +msgid "TRUE if the window should receive the input focus when mapped." +msgstr "" + +#: gtk/gtkwindow.c:656 msgid "Decorated" msgstr "" -#: gtk/gtkwindow.c:615 +#: gtk/gtkwindow.c:657 msgid "Whether the window should be decorated by the window manager" msgstr "" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:672 msgid "Gravity" msgstr "" -#: gtk/gtkwindow.c:631 +#: gtk/gtkwindow.c:673 #, fuzzy msgid "The window gravity of the window" msgstr "የመስኮቱ ዓይነት" diff --git a/po-properties/ar.po b/po-properties/ar.po index 57ba14be48..9b9c0715d3 100644 --- a/po-properties/ar.po +++ b/po-properties/ar.po @@ -10,77 +10,77 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 12:06-0400\n" +"POT-Creation-Date: 2004-07-20 02:56+0200\n" "PO-Revision-Date: 2004-03-17 08:30+0100\n" "Last-Translator: Arafat Medini \n" "Language-Team: Arabic \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Report-Msgid-Bugs-To: \n" -#: gdk-pixbuf/gdk-pixbuf.c:100 +#: gdk-pixbuf/gdk-pixbuf.c:101 msgid "Number of Channels" msgstr "عدد القنوات" -#: gdk-pixbuf/gdk-pixbuf.c:101 +#: gdk-pixbuf/gdk-pixbuf.c:102 msgid "The number of samples per pixel" msgstr "عدد النماذج لكل بكسل" -#: gdk-pixbuf/gdk-pixbuf.c:111 +#: gdk-pixbuf/gdk-pixbuf.c:112 msgid "Colorspace" msgstr "مساحة اللون" -#: gdk-pixbuf/gdk-pixbuf.c:112 +#: gdk-pixbuf/gdk-pixbuf.c:113 msgid "The colorspace in which the samples are interpreted" msgstr "مساحة اللون التي فيها تترجم النماذج" -#: gdk-pixbuf/gdk-pixbuf.c:122 +#: gdk-pixbuf/gdk-pixbuf.c:123 msgid "Has Alpha" msgstr "له شفافية" -#: gdk-pixbuf/gdk-pixbuf.c:123 +#: gdk-pixbuf/gdk-pixbuf.c:124 msgid "Whether the pixbuf has an alpha channel" msgstr "فيما إذا كان للبكسبف شفافية (قنات ألفا)" -#: gdk-pixbuf/gdk-pixbuf.c:131 +#: gdk-pixbuf/gdk-pixbuf.c:132 msgid "Bits per Sample" msgstr "بيتات لكل نموذج" -#: gdk-pixbuf/gdk-pixbuf.c:132 +#: gdk-pixbuf/gdk-pixbuf.c:133 msgid "The number of bits per sample" msgstr "عدد البيتات لكل نموذج" -#: gdk-pixbuf/gdk-pixbuf.c:142 gtk/gtklayout.c:648 gtk/gtktreeviewcolumn.c:239 +#: gdk-pixbuf/gdk-pixbuf.c:143 gtk/gtklayout.c:650 gtk/gtktreeviewcolumn.c:240 msgid "Width" msgstr "العرض" -#: gdk-pixbuf/gdk-pixbuf.c:143 +#: gdk-pixbuf/gdk-pixbuf.c:144 msgid "The number of columns of the pixbuf" msgstr "عدد أعمدة البكسبف" -#: gdk-pixbuf/gdk-pixbuf.c:153 gtk/gtklayout.c:657 +#: gdk-pixbuf/gdk-pixbuf.c:154 gtk/gtklayout.c:659 msgid "Height" msgstr "الارتفاع" -#: gdk-pixbuf/gdk-pixbuf.c:154 +#: gdk-pixbuf/gdk-pixbuf.c:155 msgid "The number of rows of the pixbuf" msgstr "عدد السطور في البكسبف" -#: gdk-pixbuf/gdk-pixbuf.c:164 +#: gdk-pixbuf/gdk-pixbuf.c:165 msgid "Rowstride" msgstr "Rowstride" -#: gdk-pixbuf/gdk-pixbuf.c:165 +#: gdk-pixbuf/gdk-pixbuf.c:166 msgid "" "The number of bytes between the start of a row and the start of the next row" msgstr "عدد البيتات بين بداية عمود و بداية العمود التالي" -#: gdk-pixbuf/gdk-pixbuf.c:175 +#: gdk-pixbuf/gdk-pixbuf.c:176 msgid "Pixels" msgstr "بكسلات" -#: gdk-pixbuf/gdk-pixbuf.c:176 +#: gdk-pixbuf/gdk-pixbuf.c:177 msgid "A pointer to the pixel data of the pixbuf" msgstr "مؤشر للبيانات البكسلية للبكسبف" @@ -192,7 +192,8 @@ msgstr "اخفاء اذا كان فارغا" msgid "When TRUE, empty menu proxies for this action are hidden." msgstr "عندما يكون TRUE، تخفى قوائم البروكسي الفارغة لهذه العملية." -#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkwidget.c:449 +#: gtk/gtkaction.c:257 gtk/gtkactiongroup.c:141 gtk/gtkcellrenderer.c:173 +#: gtk/gtkwidget.c:449 msgid "Sensitive" msgstr "حساس" @@ -200,8 +201,8 @@ msgstr "حساس" msgid "Whether the action is enabled." msgstr "فيما إذا كانت العملية مفعلة." -#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:556 -#: gtk/gtktreeviewcolumn.c:223 gtk/gtkwidget.c:442 +#: gtk/gtkaction.c:264 gtk/gtkactiongroup.c:148 gtk/gtktreeview.c:567 +#: gtk/gtktreeviewcolumn.c:224 gtk/gtkwidget.c:442 msgid "Visible" msgstr "مرئي" @@ -463,7 +464,7 @@ msgstr "" "إذا كان TRUE، فسيبدو الابن في مجموعة ثانوية للأبناء، مناسبة لأزرار المساعدة " "مثلا." -#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 +#: gtk/gtkbox.c:129 gtk/gtkexpander.c:229 gtk/gtktreeviewcolumn.c:249 msgid "Spacing" msgstr "فراغات" @@ -471,7 +472,7 @@ msgstr "فراغات" msgid "The amount of space between children" msgstr "مقدار الفراغ بين الأبناء." -#: gtk/gtkbox.c:139 gtk/gtknotebook.c:469 gtk/gtktoolbar.c:531 +#: gtk/gtkbox.c:139 gtk/gtknotebook.c:472 gtk/gtktoolbar.c:533 msgid "Homogeneous" msgstr "متناسق" @@ -479,8 +480,8 @@ msgstr "متناسق" msgid "Whether the children should all be the same size" msgstr "ما إذا سيكون كل الأبناء بنفس الحجم" -#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:523 -#: gtk/gtktreeviewcolumn.c:295 +#: gtk/gtkbox.c:147 gtk/gtkpreview.c:132 gtk/gtktoolbar.c:525 +#: gtk/gtktreeviewcolumn.c:305 msgid "Expand" msgstr "تمديد" @@ -510,18 +511,18 @@ msgstr "الفضاء الإضافي لوضعه بين الإبن و جيرانه msgid "Pack type" msgstr "نوع التحزيم" -#: gtk/gtkbox.c:169 gtk/gtknotebook.c:513 +#: gtk/gtkbox.c:169 gtk/gtknotebook.c:516 msgid "" "A GtkPackType indicating whether the child is packed with reference to the " "start or end of the parent" msgstr "GtkPackType مؤشر لما إذا سيحزم الإبن بمرجع لبداية أو نهاية الأب" -#: gtk/gtkbox.c:175 gtk/gtknotebook.c:491 gtk/gtkpaned.c:239 +#: gtk/gtkbox.c:175 gtk/gtknotebook.c:494 gtk/gtkpaned.c:239 #: gtk/gtkruler.c:139 msgid "Position" msgstr "الموقع" -#: gtk/gtkbox.c:176 gtk/gtknotebook.c:492 +#: gtk/gtkbox.c:176 gtk/gtknotebook.c:495 msgid "The index of the child in the parent" msgstr "فهرس الإبن عند الأب" @@ -621,382 +622,388 @@ msgstr "إظهار صور الأزرار" msgid "Whether stock icons should be shown in buttons" msgstr "فيما إذا سيتم عرض أيقونات المخزون في الأزرار" -#: gtk/gtkcalendar.c:464 +#: gtk/gtkcalendar.c:467 msgid "Year" msgstr "السنة" -#: gtk/gtkcalendar.c:465 +#: gtk/gtkcalendar.c:468 msgid "The selected year" msgstr "أالسنة المنتقات" -#: gtk/gtkcalendar.c:471 +#: gtk/gtkcalendar.c:474 msgid "Month" msgstr "الشهر" -#: gtk/gtkcalendar.c:472 +#: gtk/gtkcalendar.c:475 msgid "The selected month (as a number between 0 and 11)" msgstr "الشهر المنتقى (كعدد بين 0 و 11)" -#: gtk/gtkcalendar.c:478 +#: gtk/gtkcalendar.c:481 msgid "Day" msgstr "اليوم" -#: gtk/gtkcalendar.c:479 +#: gtk/gtkcalendar.c:482 msgid "" "The selected day (as a number between 1 and 31, or 0 to unselect the " "currently selected day)" msgstr "اليوم المنتقى (كعدد بين 1 و 31، أو 0 لإلغاء انتقاء العدد الحالي)" -#: gtk/gtkcalendar.c:493 +#: gtk/gtkcalendar.c:496 msgid "Show Heading" msgstr "اظهار الترويسة" -#: gtk/gtkcalendar.c:494 +#: gtk/gtkcalendar.c:497 msgid "If TRUE, a heading is displayed" msgstr "اذا كان TRUE، ستعرض ترويسة" -#: gtk/gtkcalendar.c:508 +#: gtk/gtkcalendar.c:511 msgid "Show Day Names" msgstr "اظهار اسماء الأيام" -#: gtk/gtkcalendar.c:509 +#: gtk/gtkcalendar.c:512 msgid "If TRUE, day names are displayed" msgstr "اذا كان TRUE، ستعرض اسماء الأيام" -#: gtk/gtkcalendar.c:522 +#: gtk/gtkcalendar.c:525 msgid "No Month Change" msgstr "لا تغيير للشهر" -#: gtk/gtkcalendar.c:523 -msgid "If TRUE, the selected month can not be changed" +#: gtk/gtkcalendar.c:526 +#, fuzzy +msgid "If TRUE, the selected month cannot be changed" msgstr "اذا كان TRUE، فلن يمكن تغيير الشهر المنتقى" -#: gtk/gtkcalendar.c:537 +#: gtk/gtkcalendar.c:540 msgid "Show Week Numbers" msgstr "اظهار أرقام الأسابيع" -#: gtk/gtkcalendar.c:538 +#: gtk/gtkcalendar.c:541 msgid "If TRUE, week numbers are displayed" msgstr "اذا كان TRUE، ستعرض أرقام الأسابيع" -#: gtk/gtkcellrenderer.c:152 +#: gtk/gtkcellrenderer.c:156 msgid "mode" msgstr "نمط" -#: gtk/gtkcellrenderer.c:153 +#: gtk/gtkcellrenderer.c:157 msgid "Editable mode of the CellRenderer" msgstr "نظام CellRenderer القابل للتحرير" -#: gtk/gtkcellrenderer.c:162 +#: gtk/gtkcellrenderer.c:166 msgid "visible" msgstr "مرئي" -#: gtk/gtkcellrenderer.c:163 +#: gtk/gtkcellrenderer.c:167 msgid "Display the cell" msgstr "عرض الخلية" -#: gtk/gtkcellrenderer.c:171 +#: gtk/gtkcellrenderer.c:174 +#, fuzzy +msgid "Display the cell sensitive" +msgstr "عرض الخلية" + +#: gtk/gtkcellrenderer.c:181 msgid "xalign" msgstr "ترصيف س" -#: gtk/gtkcellrenderer.c:172 +#: gtk/gtkcellrenderer.c:182 msgid "The x-align" msgstr "ترصيف س" -#: gtk/gtkcellrenderer.c:182 +#: gtk/gtkcellrenderer.c:192 msgid "yalign" msgstr "ترصيف ص" -#: gtk/gtkcellrenderer.c:183 +#: gtk/gtkcellrenderer.c:193 msgid "The y-align" msgstr "ترصيف ص" -#: gtk/gtkcellrenderer.c:193 +#: gtk/gtkcellrenderer.c:203 msgid "xpad" msgstr "حشو س" -#: gtk/gtkcellrenderer.c:194 +#: gtk/gtkcellrenderer.c:204 msgid "The xpad" msgstr "حشو س" -#: gtk/gtkcellrenderer.c:204 +#: gtk/gtkcellrenderer.c:214 msgid "ypad" msgstr "حشو ص" -#: gtk/gtkcellrenderer.c:205 +#: gtk/gtkcellrenderer.c:215 msgid "The ypad" msgstr "حشو ص" -#: gtk/gtkcellrenderer.c:215 +#: gtk/gtkcellrenderer.c:225 msgid "width" msgstr "العرض" -#: gtk/gtkcellrenderer.c:216 +#: gtk/gtkcellrenderer.c:226 msgid "The fixed width" msgstr "العرض الثابت" -#: gtk/gtkcellrenderer.c:226 +#: gtk/gtkcellrenderer.c:236 msgid "height" msgstr "الارتفاع" -#: gtk/gtkcellrenderer.c:227 +#: gtk/gtkcellrenderer.c:237 msgid "The fixed height" msgstr "الارتفاع الثابت" -#: gtk/gtkcellrenderer.c:237 +#: gtk/gtkcellrenderer.c:247 msgid "Is Expander" msgstr "هو موسِّع" -#: gtk/gtkcellrenderer.c:238 +#: gtk/gtkcellrenderer.c:248 msgid "Row has children" msgstr "صف له أبناء" -#: gtk/gtkcellrenderer.c:247 +#: gtk/gtkcellrenderer.c:257 msgid "Is Expanded" msgstr "هو موسع" -#: gtk/gtkcellrenderer.c:248 +#: gtk/gtkcellrenderer.c:258 msgid "Row is an expander row, and is expanded" msgstr "الصف صف توسيع وهو موسع" -#: gtk/gtkcellrenderer.c:256 +#: gtk/gtkcellrenderer.c:266 msgid "Cell background color name" msgstr "اسم لون خلفية الخلية" -#: gtk/gtkcellrenderer.c:257 +#: gtk/gtkcellrenderer.c:267 msgid "Cell background color as a string" msgstr "لون خلفية الخلية كسلسلة" -#: gtk/gtkcellrenderer.c:264 +#: gtk/gtkcellrenderer.c:274 msgid "Cell background color" msgstr "لون خلفية الخلية" -#: gtk/gtkcellrenderer.c:265 +#: gtk/gtkcellrenderer.c:275 msgid "Cell background color as a GdkColor" msgstr "لون خلفية الخلية كـ GdkColor" -#: gtk/gtkcellrenderer.c:273 +#: gtk/gtkcellrenderer.c:283 msgid "Cell background set" msgstr "ضبط خلفية الخلية" -#: gtk/gtkcellrenderer.c:274 +#: gtk/gtkcellrenderer.c:284 msgid "Whether this tag affects the cell background color" msgstr "فيما إذا كانت هذه الشارة تؤثر في لون خلفية الخلية" -#: gtk/gtkcellrendererpixbuf.c:134 +#: gtk/gtkcellrendererpixbuf.c:136 msgid "Pixbuf Object" msgstr "جسم بيكسبف" -#: gtk/gtkcellrendererpixbuf.c:135 +#: gtk/gtkcellrendererpixbuf.c:137 msgid "The pixbuf to render" msgstr "بيكسبف للترجمة" -#: gtk/gtkcellrendererpixbuf.c:143 +#: gtk/gtkcellrendererpixbuf.c:145 msgid "Pixbuf Expander Open" msgstr "موسع مفتوح للبيكسبف" -#: gtk/gtkcellrendererpixbuf.c:144 +#: gtk/gtkcellrendererpixbuf.c:146 msgid "Pixbuf for open expander" msgstr "بيكسبف للموسع المفتوح" -#: gtk/gtkcellrendererpixbuf.c:152 +#: gtk/gtkcellrendererpixbuf.c:154 msgid "Pixbuf Expander Closed" msgstr "موسع·مغلق·للبيكسبف" -#: gtk/gtkcellrendererpixbuf.c:153 +#: gtk/gtkcellrendererpixbuf.c:155 msgid "Pixbuf for closed expander" msgstr "بيكسبف الموسع المغلق." -#: gtk/gtkcellrendererpixbuf.c:161 gtk/gtkimage.c:177 +#: gtk/gtkcellrendererpixbuf.c:163 gtk/gtkimage.c:177 msgid "Stock ID" msgstr "هوية المخزون" -#: gtk/gtkcellrendererpixbuf.c:162 +#: gtk/gtkcellrendererpixbuf.c:164 msgid "The stock ID of the stock icon to render" msgstr "هوية المخزون لأيقونة المخزون التي ستترجم" -#: gtk/gtkcellrendererpixbuf.c:169 +#: gtk/gtkcellrendererpixbuf.c:171 msgid "Size" msgstr "الحجم" -#: gtk/gtkcellrendererpixbuf.c:170 +#: gtk/gtkcellrendererpixbuf.c:172 msgid "The GtkIconSize value that specifies the size of the rendered icon" msgstr "قيمة GtkIconSize التي تحدد حجم الأيقونة المرسومة" -#: gtk/gtkcellrendererpixbuf.c:179 +#: gtk/gtkcellrendererpixbuf.c:181 msgid "Detail" msgstr "التفاصيل" -#: gtk/gtkcellrendererpixbuf.c:180 +#: gtk/gtkcellrendererpixbuf.c:182 msgid "Render detail to pass to the theme engine" msgstr "تفاصيل الترجمة لتمريرها لمحرك التيمات" -#: gtk/gtkcellrenderertext.c:193 gtk/gtkentry.c:545 gtk/gtkprogressbar.c:218 +#: gtk/gtkcellrenderertext.c:199 gtk/gtkentry.c:569 gtk/gtkprogressbar.c:218 msgid "Text" msgstr "النص" -#: gtk/gtkcellrenderertext.c:194 +#: gtk/gtkcellrenderertext.c:200 msgid "Text to render" msgstr "نص للترجمة" -#: gtk/gtkcellrenderertext.c:201 +#: gtk/gtkcellrenderertext.c:207 msgid "Markup" msgstr "تعليم" -#: gtk/gtkcellrenderertext.c:202 +#: gtk/gtkcellrenderertext.c:208 msgid "Marked up text to render" msgstr "نص معلّم للترجمة" -#: gtk/gtkcellrenderertext.c:209 gtk/gtklabel.c:299 +#: gtk/gtkcellrenderertext.c:215 gtk/gtklabel.c:299 msgid "Attributes" msgstr "الصفات" -#: gtk/gtkcellrenderertext.c:210 +#: gtk/gtkcellrenderertext.c:216 msgid "A list of style attributes to apply to the text of the renderer" msgstr "قائمة صفات الأسلوب لتطبيقها على نص المترجم" -#: gtk/gtkcellrenderertext.c:217 +#: gtk/gtkcellrenderertext.c:223 msgid "Single Paragraph Mode" msgstr "نسق الفقرة الوحيدة" -#: gtk/gtkcellrenderertext.c:218 +#: gtk/gtkcellrenderertext.c:224 msgid "Whether or not to keep all text in a single paragraph" msgstr "فيما إذا يقع يجمع كامل النص في فقرة وحيدة" -#: gtk/gtkcellrenderertext.c:226 gtk/gtkcellview.c:180 gtk/gtktexttag.c:206 +#: gtk/gtkcellrenderertext.c:232 gtk/gtkcellview.c:179 gtk/gtktexttag.c:206 msgid "Background color name" msgstr "اسم لون الخلفية" -#: gtk/gtkcellrenderertext.c:227 gtk/gtkcellview.c:181 gtk/gtktexttag.c:207 +#: gtk/gtkcellrenderertext.c:233 gtk/gtkcellview.c:180 gtk/gtktexttag.c:207 msgid "Background color as a string" msgstr "لون الخلفية كسلسلة" -#: gtk/gtkcellrenderertext.c:234 gtk/gtkcellview.c:187 gtk/gtktexttag.c:214 +#: gtk/gtkcellrenderertext.c:240 gtk/gtkcellview.c:186 gtk/gtktexttag.c:214 msgid "Background color" msgstr "لون الخلفية" -#: gtk/gtkcellrenderertext.c:235 gtk/gtkcellview.c:188 +#: gtk/gtkcellrenderertext.c:241 gtk/gtkcellview.c:187 msgid "Background color as a GdkColor" msgstr "لون الخلفية كـ GdkColor" -#: gtk/gtkcellrenderertext.c:242 gtk/gtktexttag.c:240 +#: gtk/gtkcellrenderertext.c:248 gtk/gtktexttag.c:240 msgid "Foreground color name" msgstr "اسم لون الواجهة الأمامية" -#: gtk/gtkcellrenderertext.c:243 gtk/gtktexttag.c:241 +#: gtk/gtkcellrenderertext.c:249 gtk/gtktexttag.c:241 msgid "Foreground color as a string" msgstr "لون الواجهة الأمامية كسلسلة" -#: gtk/gtkcellrenderertext.c:250 gtk/gtktexttag.c:248 +#: gtk/gtkcellrenderertext.c:256 gtk/gtktexttag.c:248 msgid "Foreground color" msgstr "لون الواجهة الأمامية" -#: gtk/gtkcellrenderertext.c:251 +#: gtk/gtkcellrenderertext.c:257 msgid "Foreground color as a GdkColor" msgstr "لون الواجهة الأمامية كـ GdkColor" -#: gtk/gtkcellrenderertext.c:259 gtk/gtkentry.c:477 gtk/gtktexttag.c:274 -#: gtk/gtktextview.c:587 +#: gtk/gtkcellrenderertext.c:265 gtk/gtkentry.c:501 gtk/gtktexttag.c:274 +#: gtk/gtktextview.c:573 msgid "Editable" msgstr "قابل للتحرير" -#: gtk/gtkcellrenderertext.c:260 gtk/gtktexttag.c:275 gtk/gtktextview.c:588 +#: gtk/gtkcellrenderertext.c:266 gtk/gtktexttag.c:275 gtk/gtktextview.c:574 msgid "Whether the text can be modified by the user" msgstr "فيما إذا يمكن تعديل النص عن طريق المستخدم" -#: gtk/gtkcellrenderertext.c:267 gtk/gtkcellrenderertext.c:275 +#: gtk/gtkcellrenderertext.c:273 gtk/gtkcellrenderertext.c:281 #: gtk/gtkfontsel.c:218 gtk/gtktexttag.c:282 gtk/gtktexttag.c:290 msgid "Font" msgstr "الخط" -#: gtk/gtkcellrenderertext.c:268 +#: gtk/gtkcellrenderertext.c:274 msgid "Font description as a string" msgstr "وصف الخط كسلسلة" -#: gtk/gtkcellrenderertext.c:276 gtk/gtktexttag.c:291 +#: gtk/gtkcellrenderertext.c:282 gtk/gtktexttag.c:291 msgid "Font description as a PangoFontDescription struct" msgstr "وصف الخط كبنية PangoFontDescription" -#: gtk/gtkcellrenderertext.c:284 gtk/gtktexttag.c:299 +#: gtk/gtkcellrenderertext.c:290 gtk/gtktexttag.c:299 msgid "Font family" msgstr "عائلة الخطوط" -#: gtk/gtkcellrenderertext.c:285 gtk/gtktexttag.c:300 +#: gtk/gtkcellrenderertext.c:291 gtk/gtktexttag.c:300 msgid "Name of the font family, e.g. Sans, Helvetica, Times, Monospace" msgstr "اسم عائلة الخطوط مثل Sans, Helvetica, Times, Monospace" -#: gtk/gtkcellrenderertext.c:292 gtk/gtkcellrenderertext.c:293 +#: gtk/gtkcellrenderertext.c:298 gtk/gtkcellrenderertext.c:299 #: gtk/gtktexttag.c:307 msgid "Font style" msgstr "أسلوب الخط" -#: gtk/gtkcellrenderertext.c:301 gtk/gtkcellrenderertext.c:302 +#: gtk/gtkcellrenderertext.c:307 gtk/gtkcellrenderertext.c:308 #: gtk/gtktexttag.c:316 msgid "Font variant" msgstr "ضرب الخط" -#: gtk/gtkcellrenderertext.c:310 gtk/gtkcellrenderertext.c:311 +#: gtk/gtkcellrenderertext.c:316 gtk/gtkcellrenderertext.c:317 #: gtk/gtktexttag.c:325 msgid "Font weight" msgstr "وزن الخط" -#: gtk/gtkcellrenderertext.c:320 gtk/gtkcellrenderertext.c:321 +#: gtk/gtkcellrenderertext.c:326 gtk/gtkcellrenderertext.c:327 #: gtk/gtktexttag.c:336 msgid "Font stretch" msgstr "تمديد الخط" -#: gtk/gtkcellrenderertext.c:329 gtk/gtkcellrenderertext.c:330 +#: gtk/gtkcellrenderertext.c:335 gtk/gtkcellrenderertext.c:336 #: gtk/gtktexttag.c:345 msgid "Font size" msgstr "حجم الخط" -#: gtk/gtkcellrenderertext.c:339 gtk/gtktexttag.c:365 +#: gtk/gtkcellrenderertext.c:345 gtk/gtktexttag.c:365 msgid "Font points" msgstr "نقاط الخط" -#: gtk/gtkcellrenderertext.c:340 gtk/gtktexttag.c:366 +#: gtk/gtkcellrenderertext.c:346 gtk/gtktexttag.c:366 msgid "Font size in points" msgstr "حجم الخط بالنقاط" -#: gtk/gtkcellrenderertext.c:349 gtk/gtktexttag.c:355 +#: gtk/gtkcellrenderertext.c:355 gtk/gtktexttag.c:355 msgid "Font scale" msgstr "تحجيم الخط" -#: gtk/gtkcellrenderertext.c:350 +#: gtk/gtkcellrenderertext.c:356 msgid "Font scaling factor" msgstr "عامل تحجيم الخط" -#: gtk/gtkcellrenderertext.c:359 gtk/gtktexttag.c:424 +#: gtk/gtkcellrenderertext.c:365 gtk/gtktexttag.c:424 msgid "Rise" msgstr "رفع" -#: gtk/gtkcellrenderertext.c:360 +#: gtk/gtkcellrenderertext.c:366 msgid "" "Offset of text above the baseline (below the baseline if rise is negative)" msgstr "" "مقدار التغيير للنص فوق السطر الاساس (تحت السطر الاساس إذا كان الرفع سالبا)" -#: gtk/gtkcellrenderertext.c:370 gtk/gtktexttag.c:464 +#: gtk/gtkcellrenderertext.c:376 gtk/gtktexttag.c:464 msgid "Strikethrough" msgstr "تشريط" -#: gtk/gtkcellrenderertext.c:371 gtk/gtktexttag.c:465 +#: gtk/gtkcellrenderertext.c:377 gtk/gtktexttag.c:465 msgid "Whether to strike through the text" msgstr "فيما إذا سيشرط النص" -#: gtk/gtkcellrenderertext.c:378 gtk/gtktexttag.c:472 +#: gtk/gtkcellrenderertext.c:384 gtk/gtktexttag.c:472 msgid "Underline" msgstr "تسطير" -#: gtk/gtkcellrenderertext.c:379 gtk/gtktexttag.c:473 +#: gtk/gtkcellrenderertext.c:385 gtk/gtktexttag.c:473 msgid "Style of underline for this text" msgstr "أسلوب التسطير لهذا النص" -#: gtk/gtkcellrenderertext.c:387 gtk/gtktexttag.c:384 +#: gtk/gtkcellrenderertext.c:393 gtk/gtktexttag.c:384 msgid "Language" msgstr "اللغة" -#: gtk/gtkcellrenderertext.c:388 gtk/gtktexttag.c:385 +#: gtk/gtkcellrenderertext.c:394 msgid "" "The language this text is in, as an ISO code. Pango can use this as a hint " "when rendering the text. If you don't understand this parameter, you " @@ -1005,115 +1012,115 @@ msgstr "" "اللغة التي فيها هذا النص، كشفرة ISO. يمكن لبانكو إستعمال هذا كتلميحة عند رسم " "النص. إذا كنت لا تفهم هذا المتغيّر فأنك ربما لا تستحقّه" -#: gtk/gtkcellrenderertext.c:398 gtk/gtkcellview.c:195 gtk/gtktexttag.c:509 +#: gtk/gtkcellrenderertext.c:404 gtk/gtkcellview.c:194 gtk/gtktexttag.c:509 msgid "Background set" msgstr "ضبط الخلفية" -#: gtk/gtkcellrenderertext.c:399 gtk/gtkcellview.c:196 gtk/gtktexttag.c:510 +#: gtk/gtkcellrenderertext.c:405 gtk/gtkcellview.c:195 gtk/gtktexttag.c:510 msgid "Whether this tag affects the background color" msgstr "فيما اذا كانت هذه الشارة ستؤثر في لون الخلفية" -#: gtk/gtkcellrenderertext.c:402 gtk/gtktexttag.c:521 +#: gtk/gtkcellrenderertext.c:408 gtk/gtktexttag.c:521 msgid "Foreground set" msgstr "ضبط الواجهة الأمامية" -#: gtk/gtkcellrenderertext.c:403 gtk/gtktexttag.c:522 +#: gtk/gtkcellrenderertext.c:409 gtk/gtktexttag.c:522 msgid "Whether this tag affects the foreground color" msgstr "فيما إذا كانت هذه الشارة ستؤثر في لون الواجهة الأمامية" -#: gtk/gtkcellrenderertext.c:406 gtk/gtktexttag.c:529 +#: gtk/gtkcellrenderertext.c:412 gtk/gtktexttag.c:529 msgid "Editability set" msgstr "ضبط القبول للتحرير" -#: gtk/gtkcellrenderertext.c:407 gtk/gtktexttag.c:530 +#: gtk/gtkcellrenderertext.c:413 gtk/gtktexttag.c:530 msgid "Whether this tag affects text editability" msgstr "فيما إذا كانت هذه الشارة ستؤثر في قابلية النص للتحرير" -#: gtk/gtkcellrenderertext.c:410 gtk/gtktexttag.c:533 +#: gtk/gtkcellrenderertext.c:416 gtk/gtktexttag.c:533 msgid "Font family set" msgstr "ضبط عائلة الخطوط" -#: gtk/gtkcellrenderertext.c:411 gtk/gtktexttag.c:534 +#: gtk/gtkcellrenderertext.c:417 gtk/gtktexttag.c:534 msgid "Whether this tag affects the font family" msgstr "فيما اذا كانت هذه الشارة ستؤثر في عائلة الخطوط" -#: gtk/gtkcellrenderertext.c:414 gtk/gtktexttag.c:537 +#: gtk/gtkcellrenderertext.c:420 gtk/gtktexttag.c:537 msgid "Font style set" msgstr "ضبط أسلوب الخط" -#: gtk/gtkcellrenderertext.c:415 gtk/gtktexttag.c:538 +#: gtk/gtkcellrenderertext.c:421 gtk/gtktexttag.c:538 msgid "Whether this tag affects the font style" msgstr "فيما اذا كانت هذه الشارة ستؤثر في أسلوب الخط" -#: gtk/gtkcellrenderertext.c:418 gtk/gtktexttag.c:541 +#: gtk/gtkcellrenderertext.c:424 gtk/gtktexttag.c:541 msgid "Font variant set" msgstr "مجموعة ضوارب الخط" -#: gtk/gtkcellrenderertext.c:419 gtk/gtktexttag.c:542 +#: gtk/gtkcellrenderertext.c:425 gtk/gtktexttag.c:542 msgid "Whether this tag affects the font variant" msgstr "فيما إذا ستؤثر هذه الشارة في ضرب الخط" -#: gtk/gtkcellrenderertext.c:422 gtk/gtktexttag.c:545 +#: gtk/gtkcellrenderertext.c:428 gtk/gtktexttag.c:545 msgid "Font weight set" msgstr "ضبط وزن الخط" -#: gtk/gtkcellrenderertext.c:423 gtk/gtktexttag.c:546 +#: gtk/gtkcellrenderertext.c:429 gtk/gtktexttag.c:546 msgid "Whether this tag affects the font weight" msgstr "فيما إذا كانت هذه الشارة ستؤثر على وزن الخط" -#: gtk/gtkcellrenderertext.c:426 gtk/gtktexttag.c:549 +#: gtk/gtkcellrenderertext.c:432 gtk/gtktexttag.c:549 msgid "Font stretch set" msgstr "ضبط تمديد الخط" -#: gtk/gtkcellrenderertext.c:427 gtk/gtktexttag.c:550 +#: gtk/gtkcellrenderertext.c:433 gtk/gtktexttag.c:550 msgid "Whether this tag affects the font stretch" msgstr "فيما إذا كانت هذه الشارة ستؤثر في تمديد الخط" -#: gtk/gtkcellrenderertext.c:430 gtk/gtktexttag.c:553 +#: gtk/gtkcellrenderertext.c:436 gtk/gtktexttag.c:553 msgid "Font size set" msgstr "ضبط حجم الخط" -#: gtk/gtkcellrenderertext.c:431 gtk/gtktexttag.c:554 +#: gtk/gtkcellrenderertext.c:437 gtk/gtktexttag.c:554 msgid "Whether this tag affects the font size" msgstr "فيما اذا كانت هذه الشارة ستؤثر في حجم الخط" -#: gtk/gtkcellrenderertext.c:434 gtk/gtktexttag.c:557 +#: gtk/gtkcellrenderertext.c:440 gtk/gtktexttag.c:557 msgid "Font scale set" msgstr "ضبط تحجيم الخط" -#: gtk/gtkcellrenderertext.c:435 gtk/gtktexttag.c:558 +#: gtk/gtkcellrenderertext.c:441 gtk/gtktexttag.c:558 msgid "Whether this tag scales the font size by a factor" msgstr "فيما إذا كانت هذه العلامة ستحجم حجم الخط عن طريق عامل" -#: gtk/gtkcellrenderertext.c:438 gtk/gtktexttag.c:577 +#: gtk/gtkcellrenderertext.c:444 gtk/gtktexttag.c:577 msgid "Rise set" msgstr "ضبط الرفع" -#: gtk/gtkcellrenderertext.c:439 gtk/gtktexttag.c:578 +#: gtk/gtkcellrenderertext.c:445 gtk/gtktexttag.c:578 msgid "Whether this tag affects the rise" msgstr "فيما إذا كانت هذه الشارة ستؤثر على الرفع" -#: gtk/gtkcellrenderertext.c:442 gtk/gtktexttag.c:593 +#: gtk/gtkcellrenderertext.c:448 gtk/gtktexttag.c:593 msgid "Strikethrough set" msgstr "ضبط التشريط" -#: gtk/gtkcellrenderertext.c:443 gtk/gtktexttag.c:594 +#: gtk/gtkcellrenderertext.c:449 gtk/gtktexttag.c:594 msgid "Whether this tag affects strikethrough" msgstr "فيما إذا كانت هذه الشارة ستؤثر على التشريط" -#: gtk/gtkcellrenderertext.c:446 gtk/gtktexttag.c:601 +#: gtk/gtkcellrenderertext.c:452 gtk/gtktexttag.c:601 msgid "Underline set" msgstr "ضبط التسطير" -#: gtk/gtkcellrenderertext.c:447 gtk/gtktexttag.c:602 +#: gtk/gtkcellrenderertext.c:453 gtk/gtktexttag.c:602 msgid "Whether this tag affects underlining" msgstr "فيما إذا كانت هذه الشارة ستؤثر في التسطير" -#: gtk/gtkcellrenderertext.c:450 gtk/gtktexttag.c:565 +#: gtk/gtkcellrenderertext.c:456 gtk/gtktexttag.c:565 msgid "Language set" msgstr "تعيين اللغة" -#: gtk/gtkcellrenderertext.c:451 gtk/gtktexttag.c:566 +#: gtk/gtkcellrenderertext.c:457 gtk/gtktexttag.c:566 msgid "Whether this tag affects the language the text is rendered as" msgstr "إن كانت هذه العلامة تؤثر في اللغة التي تتم ترجمة النص لها" @@ -1198,7 +1205,7 @@ msgid "Whether or not to give the color an alpha value" msgstr "فيما إذا سيمنح للون شفافية أم لا" #: gtk/gtkcolorbutton.c:217 gtk/gtkfontbutton.c:175 -#: gtk/gtktreeviewcolumn.c:287 +#: gtk/gtktreeviewcolumn.c:297 msgid "Title" msgstr "العنوان" @@ -1294,61 +1301,90 @@ msgstr "القيمة في القائمة" msgid "Whether entered values must already be present in the list" msgstr "فيما إذا وجب على القيم المدخلة أن تكون موجودةً في القائمة" -#: gtk/gtkcombobox.c:462 +#: gtk/gtkcombobox.c:494 msgid "ComboBox model" msgstr "نموذج ComboBox" -#: gtk/gtkcombobox.c:463 +#: gtk/gtkcombobox.c:495 msgid "The model for the combo box" msgstr "نموذج لصندوق المجموعات" -#: gtk/gtkcombobox.c:470 +#: gtk/gtkcombobox.c:502 msgid "Wrap width" msgstr "عرض اللف" -#: gtk/gtkcombobox.c:471 +#: gtk/gtkcombobox.c:503 msgid "Wrap width for layouting the items in a grid" msgstr "عرض اللف عند تصميم العناصر في الشبكة" -#: gtk/gtkcombobox.c:480 +#: gtk/gtkcombobox.c:512 msgid "Row span column" msgstr "عمود إمتداد السطر" -#: gtk/gtkcombobox.c:481 +#: gtk/gtkcombobox.c:513 msgid "TreeModel column containing the row span values" msgstr "عمود نموذج الشجرة المحتوي على قيم إمتداد السطر" -#: gtk/gtkcombobox.c:490 +#: gtk/gtkcombobox.c:522 msgid "Column span column" msgstr "عمود إمتداد العمود" -#: gtk/gtkcombobox.c:491 +#: gtk/gtkcombobox.c:523 msgid "TreeModel column containing the column span values" msgstr "عمود TreeModel الحاوي لقيم مدى العمود" -#: gtk/gtkcombobox.c:500 +#: gtk/gtkcombobox.c:532 +#, fuzzy +msgid "Row separator column" +msgstr "عمود إمتداد السطر" + +#: gtk/gtkcombobox.c:533 +#, fuzzy +msgid "Boolean TreeModel column specifying which rows are separators" +msgstr "عمود نموذج الشجرة المحتوي على قيم إمتداد السطر" + +#: gtk/gtkcombobox.c:542 msgid "Active item" msgstr "العنصر النشط" -#: gtk/gtkcombobox.c:501 +#: gtk/gtkcombobox.c:543 msgid "The item which is currently active" msgstr "العنصر النشط حاليا" -#: gtk/gtkcombobox.c:509 +#: gtk/gtkcombobox.c:562 gtk/gtkuimanager.c:220 +msgid "Add tearoffs to menus" +msgstr "إضافة قاطفات للقوائم" + +#: gtk/gtkcombobox.c:563 +#, fuzzy +msgid "Whether dropdowns should have a tearoff menu item" +msgstr "فيما إذا وجب أن يكون للألسنة أحجام متناسقة" + +#: gtk/gtkcombobox.c:578 gtk/gtkentry.c:526 +msgid "Has Frame" +msgstr "له إطار" + +#: gtk/gtkcombobox.c:579 +#, fuzzy +msgid "Whether the combo box draws a frame around the child" +msgstr "إذا ما كان من الممكن أن يعاد ترتيب العمود حول الترويسات" + +#: gtk/gtkcombobox.c:585 msgid "Appears as list" msgstr "يظهر كقائمة" -#: gtk/gtkcombobox.c:510 -msgid "Whether combobox dropdowns should look like lists rather than menus" +#: gtk/gtkcombobox.c:586 +#, fuzzy +msgid "Whether dropdowns should look like lists rather than menus" msgstr "" "فما إذا القوائم النازلة لصناديق المجموعات يجب أن تكون قوائم بسيطة عوض قوائم " "حاسوب" -#: gtk/gtkcomboboxentry.c:110 +#: gtk/gtkcomboboxentry.c:113 msgid "Text Column" msgstr "عمود نص" -#: gtk/gtkcomboboxentry.c:111 +#: gtk/gtkcomboboxentry.c:114 msgid "A column in the data source model to get the strings from" msgstr "جدول في نموذج مصدر البيانات لتلقي السلاسل منه" @@ -1448,66 +1484,62 @@ msgstr "حد منطقة العمل" msgid "Width of border around the button area at the bottom of the dialog" msgstr "عرض حد منطقة الزر أسفل الصندوق" -#: gtk/gtkentry.c:457 gtk/gtklabel.c:370 +#: gtk/gtkentry.c:481 gtk/gtklabel.c:370 msgid "Cursor Position" msgstr "موقع المؤشر" -#: gtk/gtkentry.c:458 gtk/gtklabel.c:371 +#: gtk/gtkentry.c:482 gtk/gtklabel.c:371 msgid "The current position of the insertion cursor in chars" msgstr "الموقع الحالي لمؤشر الإدخال في الرموز" -#: gtk/gtkentry.c:467 gtk/gtklabel.c:380 +#: gtk/gtkentry.c:491 gtk/gtklabel.c:380 msgid "Selection Bound" msgstr "قيد المنتقى" -#: gtk/gtkentry.c:468 gtk/gtklabel.c:381 +#: gtk/gtkentry.c:492 gtk/gtklabel.c:381 msgid "" "The position of the opposite end of the selection from the cursor in chars" msgstr "موقع النهاية المعكوسة للمنتقى من المؤشر في الرموز" -#: gtk/gtkentry.c:478 +#: gtk/gtkentry.c:502 msgid "Whether the entry contents can be edited" msgstr "فيما إذا كانت محتويات الخانة قابلة للتحرير" -#: gtk/gtkentry.c:485 +#: gtk/gtkentry.c:509 msgid "Maximum length" msgstr "الارتفاع الأقصى" -#: gtk/gtkentry.c:486 +#: gtk/gtkentry.c:510 msgid "Maximum number of characters for this entry. Zero if no maximum" msgstr "العدد الأقصى للرموز لهذا المدخل. صفر إذا لم يكن أقصى" -#: gtk/gtkentry.c:494 +#: gtk/gtkentry.c:518 msgid "Visibility" msgstr "الرؤية" -#: gtk/gtkentry.c:495 +#: gtk/gtkentry.c:519 msgid "" "FALSE displays the \"invisible char\" instead of the actual text (password " "mode)" msgstr "FALSE سيعرض \"الرمز المخفي\" بدلاً من النص الحالي (نمط كلمة السر)" -#: gtk/gtkentry.c:502 -msgid "Has Frame" -msgstr "له إطار" - -#: gtk/gtkentry.c:503 +#: gtk/gtkentry.c:527 msgid "FALSE removes outside bevel from entry" msgstr "FALSE يحذف الحافة الخارجية من الخانة" -#: gtk/gtkentry.c:510 +#: gtk/gtkentry.c:534 msgid "Invisible character" msgstr "رمز مخفي" -#: gtk/gtkentry.c:511 +#: gtk/gtkentry.c:535 msgid "The character to use when masking entry contents (in \"password mode\")" msgstr "الرمز الذي سيستخدم لاخفاء محتويات الخانة (في \"نمط كلمة السر\")" -#: gtk/gtkentry.c:518 +#: gtk/gtkentry.c:542 msgid "Activates default" msgstr "تنشيط الافتراضات" -#: gtk/gtkentry.c:519 +#: gtk/gtkentry.c:543 msgid "" "Whether to activate the default widget (such as the default button in a " "dialog) when Enter is pressed" @@ -1515,60 +1547,88 @@ msgstr "" "فيما اذا وجب تنشيط القطعة الافتراضية (مثل الزر الافتراضي في حوار ما)عند نقر " "زر الادخال" -#: gtk/gtkentry.c:525 +#: gtk/gtkentry.c:549 msgid "Width in chars" msgstr "العرض بالرموز" -#: gtk/gtkentry.c:526 +#: gtk/gtkentry.c:550 msgid "Number of characters to leave space for in the entry" msgstr "عدد الرموز التي ستترك لها فراغات في الخانة" -#: gtk/gtkentry.c:535 +#: gtk/gtkentry.c:559 msgid "Scroll offset" msgstr "تكافؤ اللف" -#: gtk/gtkentry.c:536 +#: gtk/gtkentry.c:560 msgid "Number of pixels of the entry scrolled off the screen to the left" msgstr "عدد بكسلات الخانة الملفوفة خارج الشاشة إلى اليسار" -#: gtk/gtkentry.c:546 +#: gtk/gtkentry.c:570 msgid "The contents of the entry" msgstr "محتويات الخانة" -#: gtk/gtkentry.c:553 gtk/gtkmisc.c:99 +#: gtk/gtkentry.c:577 gtk/gtkmisc.c:99 msgid "X align" msgstr "تنسيق س" -#: gtk/gtkentry.c:554 gtk/gtkmisc.c:100 +#: gtk/gtkentry.c:578 gtk/gtkmisc.c:100 msgid "" "The horizontal alignment, from 0 (left) to 1 (right). Reversed for RTL " "layouts" msgstr "الترصيف الأفقي، من 0 (يسار) إلى 1 (يمين). مقلوب لتصاميم RTL" -#: gtk/gtkentry.c:787 +#: gtk/gtkentry.c:811 msgid "Select on focus" msgstr "اختيار عند التركيز" -#: gtk/gtkentry.c:788 +#: gtk/gtkentry.c:812 msgid "Whether to select the contents of an entry when it is focused" msgstr "فيما اذا سيقع انتقاء محتويات خانة عند تركيزها" -#: gtk/gtkentrycompletion.c:223 +#: gtk/gtkentrycompletion.c:272 msgid "Completion Model" msgstr "نمط الانهاء" -#: gtk/gtkentrycompletion.c:224 +#: gtk/gtkentrycompletion.c:273 msgid "The model to find matches in" msgstr "النموذج الذي فيه توجد المقابلات" -#: gtk/gtkentrycompletion.c:230 +#: gtk/gtkentrycompletion.c:279 msgid "Minimum Key Length" msgstr "الطول الأدنى للمفتاح" -#: gtk/gtkentrycompletion.c:231 +#: gtk/gtkentrycompletion.c:280 msgid "Minimum length of the search key in order to look up matches" msgstr "الطول الأدنى لمفتاح البحث حتى يمكن البحث عن المتطابقات" +#: gtk/gtkentrycompletion.c:295 +#, fuzzy +msgid "Text column" +msgstr "عمود نص" + +#: gtk/gtkentrycompletion.c:296 +#, fuzzy +msgid "The column of the model containing the strings." +msgstr "جدول في نموذج مصدر البيانات لتلقي السلاسل منه" + +#: gtk/gtkentrycompletion.c:314 +msgid "Inline completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:315 +#, fuzzy +msgid "Whether the common prefix should be inserted automatically" +msgstr "فيما إذا كان سيتم عرض الحد أم لا" + +#: gtk/gtkentrycompletion.c:329 +msgid "Popup completion" +msgstr "" + +#: gtk/gtkentrycompletion.c:330 +#, fuzzy +msgid "Whether the completions should be shown in a popup window" +msgstr "فيما إذا كان سيتم عرض الحد أم لا" + #: gtk/gtkeventbox.c:120 msgid "Visible Window" msgstr "النافذة المرئية" @@ -1625,11 +1685,11 @@ msgstr "قطعة الشارة" msgid "A widget to display in place of the usual expander label" msgstr "القطعة التي ستعرض عوض شارة الموسع الاعتادية" -#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:626 +#: gtk/gtkexpander.c:246 gtk/gtktreeview.c:669 msgid "Expander Size" msgstr "حجم الموسع" -#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:627 +#: gtk/gtkexpander.c:247 gtk/gtktreeview.c:670 msgid "Size of the expander arrow" msgstr "حجم سهم الموسع" @@ -1718,11 +1778,11 @@ msgstr "اظهار المخفي" msgid "Whether the hidden files and folders should be displayed" msgstr "فيما اذا وجب عرض الملفات و الدلائل المخفية" -#: gtk/gtkfilechooserdefault.c:559 +#: gtk/gtkfilechooserdefault.c:563 msgid "Default file chooser backend" msgstr "خلفيّة منتقي الملفات الإفتراضيّة" -#: gtk/gtkfilechooserdefault.c:560 +#: gtk/gtkfilechooserdefault.c:564 msgid "Name of the GtkFileChooser backend to use by default" msgstr "اسم خلفية GtkFileChooser التي ستستخدم إفتراضيّا" @@ -1746,19 +1806,19 @@ msgstr "فيم اذا وجب عرض أزرار لإنشاء أو معالجة ا msgid "Select multiple" msgstr "اختيار متعدد" -#: gtk/gtkfixed.c:121 gtk/gtklayout.c:612 +#: gtk/gtkfixed.c:121 gtk/gtklayout.c:614 msgid "X position" msgstr "موقع س" -#: gtk/gtkfixed.c:122 gtk/gtklayout.c:613 +#: gtk/gtkfixed.c:122 gtk/gtklayout.c:615 msgid "X position of child widget" msgstr "موقع س للقطعة الابنة" -#: gtk/gtkfixed.c:131 gtk/gtklayout.c:622 +#: gtk/gtkfixed.c:131 gtk/gtklayout.c:624 msgid "Y position" msgstr "موقع ص" -#: gtk/gtkfixed.c:132 gtk/gtklayout.c:623 +#: gtk/gtkfixed.c:132 gtk/gtklayout.c:625 msgid "Y position of child widget" msgstr "موقع ص للقطعة الابنة" @@ -1846,7 +1906,7 @@ msgstr "ترصيف ص للعلامة" msgid "The vertical alignment of the label" msgstr "الترصيف العمودي للشارة" -#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:196 +#: gtk/gtkframe.c:154 gtk/gtkhandlebox.c:199 msgid "Deprecated property, use shadow_type instead" msgstr "خاضية ملغات، إستعمل shadow_type عوضا عنها" @@ -1862,38 +1922,38 @@ msgstr "مظهر حدود الإطار" msgid "A widget to display in place of the usual frame label" msgstr "قطعة للعرض عوض شارة الاظار المعتادة" -#: gtk/gtkhandlebox.c:203 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 -#: gtk/gtktoolbar.c:572 gtk/gtkviewport.c:151 +#: gtk/gtkhandlebox.c:206 gtk/gtkmenubar.c:156 gtk/gtkstatusbar.c:200 +#: gtk/gtktoolbar.c:574 gtk/gtkviewport.c:151 msgid "Shadow type" msgstr "نوع الظل" -#: gtk/gtkhandlebox.c:204 +#: gtk/gtkhandlebox.c:207 msgid "Appearance of the shadow that surrounds the container" msgstr "مظهر الظل المأطر للحاوي" -#: gtk/gtkhandlebox.c:212 +#: gtk/gtkhandlebox.c:215 msgid "Handle position" msgstr "موقع المقبض" -#: gtk/gtkhandlebox.c:213 +#: gtk/gtkhandlebox.c:216 msgid "Position of the handle relative to the child widget" msgstr "موقع المعالج نسبة لقطعة الابن" -#: gtk/gtkhandlebox.c:221 +#: gtk/gtkhandlebox.c:224 msgid "Snap edge" msgstr "حافة سريعة" -#: gtk/gtkhandlebox.c:222 +#: gtk/gtkhandlebox.c:225 msgid "" "Side of the handlebox that's lined up with the docking point to dock the " "handlebox" msgstr "حجم صندوق المعالجة المرصّف مع نقطة الإرساء لإرساء صندوق المعالجة" -#: gtk/gtkhandlebox.c:230 +#: gtk/gtkhandlebox.c:233 msgid "Snap edge set" msgstr "ضبط الحافة السريعة" -#: gtk/gtkhandlebox.c:231 +#: gtk/gtkhandlebox.c:234 msgid "" "Whether to use the value from the snap_edge property or a value derived from " "handle_position" @@ -1987,11 +2047,11 @@ msgstr "اظهار صور القوائم" msgid "Whether images should be shown in menus" msgstr "فيما إذا سيتم إظهار صور في القوائم" -#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:543 +#: gtk/gtkinvisible.c:115 gtk/gtkwindow.c:570 msgid "Screen" msgstr "شاشة" -#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:544 +#: gtk/gtkinvisible.c:116 gtk/gtkwindow.c:571 msgid "The screen where this window will be displayed" msgstr "الشاشة التي ستعرض فيها هذه النافذة" @@ -2003,7 +2063,7 @@ msgstr "نص الشارة" msgid "A list of style attributes to apply to the text of the label" msgstr "قائمة لصفات الأساليب لتطبيقها على نص العلامة" -#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:604 +#: gtk/gtklabel.c:321 gtk/gtktexttag.c:375 gtk/gtktextview.c:590 msgid "Justification" msgstr "ضبط" @@ -2058,127 +2118,137 @@ msgstr "قطعة مفتاح الإختصار المسطر" msgid "The widget to be activated when the label's mnemonic key is pressed" msgstr "القطعة التي ستفعل عند نقر مفتاح الإختصار المسطر" -#: gtk/gtklayout.c:632 gtk/gtkviewport.c:135 +#: gtk/gtklayout.c:634 gtk/gtkviewport.c:135 msgid "Horizontal adjustment" msgstr "ضبط أفقي" -#: gtk/gtklayout.c:633 gtk/gtkscrolledwindow.c:238 +#: gtk/gtklayout.c:635 gtk/gtkscrolledwindow.c:238 msgid "The GtkAdjustment for the horizontal position" msgstr "GtkAdjustment للموقع الأفقي" -#: gtk/gtklayout.c:640 gtk/gtkviewport.c:143 +#: gtk/gtklayout.c:642 gtk/gtkviewport.c:143 msgid "Vertical adjustment" msgstr "ضبط عمودي" -#: gtk/gtklayout.c:641 gtk/gtkscrolledwindow.c:245 +#: gtk/gtklayout.c:643 gtk/gtkscrolledwindow.c:245 msgid "The GtkAdjustment for the vertical position" msgstr "GtkAdjustment للموقع العمودي" -#: gtk/gtklayout.c:649 +#: gtk/gtklayout.c:651 msgid "The width of the layout" msgstr "عرض التصميم" -#: gtk/gtklayout.c:658 +#: gtk/gtklayout.c:660 msgid "The height of the layout" msgstr "ارتفاع التصميم" -#: gtk/gtkmenu.c:518 +#: gtk/gtkmenu.c:520 msgid "Tearoff Title" msgstr "قطف العنوان" -#: gtk/gtkmenu.c:519 +#: gtk/gtkmenu.c:521 msgid "" "A title that may be displayed by the window manager when this menu is torn-" "off" msgstr "عنوان قد يعرض من قبل مدير النوافذ عند قطف هذه القائمة" -#: gtk/gtkmenu.c:525 +#: gtk/gtkmenu.c:535 +#, fuzzy +msgid "Tearoff State" +msgstr "قطف العنوان" + +#: gtk/gtkmenu.c:536 +#, fuzzy +msgid "A boolean that indicates whether the menu is torn-off" +msgstr "عنوان قد يعرض من قبل مدير النوافذ عند قطف هذه القائمة" + +#: gtk/gtkmenu.c:542 msgid "Vertical Padding" msgstr "الحشو العمودي" -#: gtk/gtkmenu.c:526 +#: gtk/gtkmenu.c:543 msgid "Extra space at the top and bottom of the menu" msgstr "مساحة اضافية لأعلى وأسفل القائمة" -#: gtk/gtkmenu.c:534 +#: gtk/gtkmenu.c:551 msgid "Vertical Offset" msgstr "التكافؤ العمودي" -#: gtk/gtkmenu.c:535 +#: gtk/gtkmenu.c:552 msgid "" "When the menu is a submenu, position it this number of pixels offset " "vertically" msgstr "" "عندما تكون القائمة قائمة فرعيّة تموقع هذا العدد من البكسلات عموديّا كتعويض" -#: gtk/gtkmenu.c:543 +#: gtk/gtkmenu.c:560 msgid "Horizontal Offset" msgstr "التكافؤ العمودي" -#: gtk/gtkmenu.c:544 +#: gtk/gtkmenu.c:561 msgid "" "When the menu is a submenu, position it this number of pixels offset " "horizontally" msgstr "عندما·تكون·القائمة·قائمة·فرعيّة·تموقع·هذا·العدد·من·البكسلات·أفقيّا·كتعويض" -#: gtk/gtkmenu.c:554 +#: gtk/gtkmenu.c:571 msgid "Left Attach" msgstr "ربط على اليسار" -#: gtk/gtkmenu.c:555 gtk/gtktable.c:204 +#: gtk/gtkmenu.c:572 gtk/gtktable.c:204 msgid "The column number to attach the left side of the child to" msgstr "رقم العمود الذي إليه ستربط الجهة اليسرى للإبن" -#: gtk/gtkmenu.c:562 +#: gtk/gtkmenu.c:579 msgid "Right Attach" msgstr "ربط على اليمين" -#: gtk/gtkmenu.c:563 +#: gtk/gtkmenu.c:580 msgid "The column number to attach the right side of the child to" msgstr "رقم·العمود·الذي·إليه·ستربط·الجهة·اليمنى·للإبن" -#: gtk/gtkmenu.c:570 +#: gtk/gtkmenu.c:587 msgid "Top Attach" msgstr "ربط بالأعلى" -#: gtk/gtkmenu.c:571 +#: gtk/gtkmenu.c:588 msgid "The row number to attach the top of the child to" msgstr "رقم·السطر·الذي·إليه·ستربط·الجهة·العليا·للإبن" -#: gtk/gtkmenu.c:578 +#: gtk/gtkmenu.c:595 msgid "Bottom Attach" msgstr "ربط بالأسفل" -#: gtk/gtkmenu.c:579 gtk/gtktable.c:225 +#: gtk/gtkmenu.c:596 gtk/gtktable.c:225 msgid "The row number to attach the bottom of the child to" msgstr "رقم·السطر·الذي·إليه·ستربط·الجهة·السفلى·للإبن" -#: gtk/gtkmenu.c:666 +#: gtk/gtkmenu.c:683 msgid "Can change accelerators" msgstr "من الممكن تغيير مفاتيح الاختصار" -#: gtk/gtkmenu.c:667 +#: gtk/gtkmenu.c:684 msgid "" "Whether menu accelerators can be changed by pressing a key over the menu item" msgstr "" "فيما اذا كان من الممكن تغيير مفاتيح اختصار القوائم بضغط مفتاح فوق عنصر " "القائمة" -#: gtk/gtkmenu.c:672 +#: gtk/gtkmenu.c:689 msgid "Delay before submenus appear" msgstr "التأخير قبل ظهور القوائم المحوية" -#: gtk/gtkmenu.c:673 +#: gtk/gtkmenu.c:690 msgid "" "Minimum time the pointer must stay over a menu item before the submenu appear" msgstr "" "الوقت الأدنى الذي يجب أن يبقى فيه المؤشر فوق عنصر قائمة لتظهر القائمة المحوية" -#: gtk/gtkmenu.c:680 +#: gtk/gtkmenu.c:697 msgid "Delay before hiding a submenu" msgstr "التأخير قبل اخفاء قائمة محوية" -#: gtk/gtkmenu.c:681 +#: gtk/gtkmenu.c:698 msgid "" "The time before hiding a submenu when the pointer is moving towards the " "submenu" @@ -2188,7 +2258,7 @@ msgstr "الوقت قبل إخفاء قائمة فرعيّة عند تنقّل msgid "Style of bevel around the menubar" msgstr "أسلوب الحافة حول عمود القوائم" -#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:548 +#: gtk/gtkmenubar.c:164 gtk/gtktoolbar.c:550 msgid "Internal padding" msgstr "الحشو الداخلي" @@ -2263,75 +2333,75 @@ msgid "" "The amount of space to add on the top and bottom of the widget, in pixels" msgstr "المساحة التي تضاف لأعلى وأسفل القطعة، بالبكسل" -#: gtk/gtknotebook.c:397 +#: gtk/gtknotebook.c:400 msgid "Page" msgstr "صفحة" -#: gtk/gtknotebook.c:398 +#: gtk/gtknotebook.c:401 msgid "The index of the current page" msgstr "دليل الصفحة الحالية" -#: gtk/gtknotebook.c:406 +#: gtk/gtknotebook.c:409 msgid "Tab Position" msgstr "موقع اللسان" -#: gtk/gtknotebook.c:407 +#: gtk/gtknotebook.c:410 msgid "Which side of the notebook holds the tabs" msgstr "أي جهة من الدفتر تحوي الألسنة" -#: gtk/gtknotebook.c:414 +#: gtk/gtknotebook.c:417 msgid "Tab Border" msgstr "حد اللسان" -#: gtk/gtknotebook.c:415 +#: gtk/gtknotebook.c:418 msgid "Width of the border around the tab labels" msgstr "عرض الحد حول شارات الألسنة" -#: gtk/gtknotebook.c:423 +#: gtk/gtknotebook.c:426 msgid "Horizontal Tab Border" msgstr "حد اللسان الأفقي" -#: gtk/gtknotebook.c:424 +#: gtk/gtknotebook.c:427 msgid "Width of the horizontal border of tab labels" msgstr "عرض الحد الأفقي لشارات الألسنة" -#: gtk/gtknotebook.c:432 +#: gtk/gtknotebook.c:435 msgid "Vertical Tab Border" msgstr "الحد العمودي للسان" -#: gtk/gtknotebook.c:433 +#: gtk/gtknotebook.c:436 msgid "Width of the vertical border of tab labels" msgstr "عرض الحد العمودي لشارات اللسان" -#: gtk/gtknotebook.c:441 +#: gtk/gtknotebook.c:444 msgid "Show Tabs" msgstr "عرض الألسنة" -#: gtk/gtknotebook.c:442 +#: gtk/gtknotebook.c:445 msgid "Whether tabs should be shown or not" msgstr "فيما إذا كان سيتم عرض الألسنة أم لا" -#: gtk/gtknotebook.c:448 +#: gtk/gtknotebook.c:451 msgid "Show Border" msgstr "عرض الحد" -#: gtk/gtknotebook.c:449 +#: gtk/gtknotebook.c:452 msgid "Whether the border should be shown or not" msgstr "فيما إذا كان سيتم عرض الحد أم لا" -#: gtk/gtknotebook.c:455 +#: gtk/gtknotebook.c:458 msgid "Scrollable" msgstr "قابل للف" -#: gtk/gtknotebook.c:456 +#: gtk/gtknotebook.c:459 msgid "If TRUE, scroll arrows are added if there are too many tabs to fit" msgstr "إذا كان TRUE، فستضاف أسهم لف إذا كانت هناك ألسنة كثيرة للملائمة" -#: gtk/gtknotebook.c:462 +#: gtk/gtknotebook.c:465 msgid "Enable Popup" msgstr "تفعيل النوافذ البارزة" -#: gtk/gtknotebook.c:463 +#: gtk/gtknotebook.c:466 msgid "" "If TRUE, pressing the right mouse button on the notebook pops up a menu that " "you can use to go to a page" @@ -2339,77 +2409,78 @@ msgstr "" "إذا كان TRUE، فإن كبس زر الفأرة الأيمن على الدفتر يبرز لك قائمة تمكنك من " "الذهاب لصفحة" -#: gtk/gtknotebook.c:470 +#: gtk/gtknotebook.c:473 msgid "Whether tabs should have homogeneous sizes" msgstr "فيما إذا وجب أن يكون للألسنة أحجام متناسقة" -#: gtk/gtknotebook.c:477 +#: gtk/gtknotebook.c:480 msgid "Tab label" msgstr "شارة اللسان" -#: gtk/gtknotebook.c:478 +#: gtk/gtknotebook.c:481 msgid "The string displayed on the childs tab label" msgstr "السلسلة المعروضة على شارة ابن اللسان" -#: gtk/gtknotebook.c:484 +#: gtk/gtknotebook.c:487 msgid "Menu label" msgstr "شارة القائمة" -#: gtk/gtknotebook.c:485 +#: gtk/gtknotebook.c:488 msgid "The string displayed in the childs menu entry" msgstr "السلسلة المعروضة في خانة قائمة الابن" -#: gtk/gtknotebook.c:498 +#: gtk/gtknotebook.c:501 msgid "Tab expand" msgstr "تمديد اللسان" -#: gtk/gtknotebook.c:499 +#: gtk/gtknotebook.c:502 msgid "Whether to expand the childs tab or not" msgstr "فيما إذا وجب تمديد لسان الأبن أم لا" -#: gtk/gtknotebook.c:505 +#: gtk/gtknotebook.c:508 msgid "Tab fill" msgstr "ملأ اللسان" -#: gtk/gtknotebook.c:506 -msgid "Wheather the childs tab should fill the allocated area or not" +#: gtk/gtknotebook.c:509 +#, fuzzy +msgid "Whether the childs tab should fill the allocated area or not" msgstr "فيما إذا وجب للسان الإبن ملأ المساحة المخصصة" -#: gtk/gtknotebook.c:512 +#: gtk/gtknotebook.c:515 msgid "Tab pack type" msgstr "نوع حزم الألسنة" -#: gtk/gtknotebook.c:528 gtk/gtkscrollbar.c:114 +#: gtk/gtknotebook.c:531 gtk/gtkscrollbar.c:114 msgid "Secondary backward stepper" msgstr "متخطي التراجع الثانوي" -#: gtk/gtknotebook.c:529 +#: gtk/gtknotebook.c:532 msgid "" "Display a second backward arrow button on the opposite end of the tab area" msgstr "عرض زر سهم التراجع الثانوي على النهاية المقابلة لمساحة اللسان" -#: gtk/gtknotebook.c:545 gtk/gtkscrollbar.c:122 +#: gtk/gtknotebook.c:548 gtk/gtkscrollbar.c:122 msgid "Secondary forward stepper" msgstr "متخطي التقدم الثانوي" -#: gtk/gtknotebook.c:546 +#: gtk/gtknotebook.c:549 msgid "" "Display a second forward arrow button on the opposite end of the tab area" msgstr "عرض زر سهم التقدم الثانوي على النهاية المقابلة لمساحة اللسان" -#: gtk/gtknotebook.c:561 gtk/gtkscrollbar.c:98 +#: gtk/gtknotebook.c:564 gtk/gtkscrollbar.c:98 msgid "Backward stepper" msgstr "متخطي التراجع" -#: gtk/gtknotebook.c:562 gtk/gtkscrollbar.c:99 +#: gtk/gtknotebook.c:565 gtk/gtkscrollbar.c:99 msgid "Display the standard backward arrow button" msgstr "عرض زر سهم التراجع القياسي" -#: gtk/gtknotebook.c:577 gtk/gtkscrollbar.c:106 +#: gtk/gtknotebook.c:580 gtk/gtkscrollbar.c:106 msgid "Forward stepper" msgstr "متخطي التقدم" -#: gtk/gtknotebook.c:578 gtk/gtkscrollbar.c:107 +#: gtk/gtknotebook.c:581 gtk/gtkscrollbar.c:107 msgid "Display the standard forward arrow button" msgstr "عرض زر سهم التقدم القياسي" @@ -2538,7 +2609,7 @@ msgstr "الملائمة" msgid "The GtkAdjustment connected to the progress bar (Deprecated)" msgstr "GtkAdjustment المرتبط بعمود التطوّر (ملغى)" -#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:497 +#: gtk/gtkprogressbar.c:150 gtk/gtktoolbar.c:499 msgid "Orientation" msgstr "الاتجاه" @@ -2790,11 +2861,11 @@ msgid "" "Display a secondary forward arrow button on the opposite end of the scrollbar" msgstr "عرض زر سهم تقدم ثان عند النهاية المعاكسة لعمود التدرج" -#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:540 +#: gtk/gtkscrolledwindow.c:237 gtk/gtktext.c:602 gtk/gtktreeview.c:551 msgid "Horizontal Adjustment" msgstr "ضبط أفقي" -#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:548 +#: gtk/gtkscrolledwindow.c:244 gtk/gtktext.c:610 gtk/gtktreeview.c:559 msgid "Vertical Adjustment" msgstr "ضبط عمودي" @@ -3291,15 +3362,24 @@ msgstr "" "التيمات الخ مما يجعله موصى به. يحدّد بانكو بعض المقاييس مثل " "PANGO_SCALE_X_LARGE" -#: gtk/gtktexttag.c:376 gtk/gtktextview.c:605 +#: gtk/gtktexttag.c:376 gtk/gtktextview.c:591 msgid "Left, right, or center justification" msgstr "ضبط لليسار أو لليمين أو للوسط" +#: gtk/gtktexttag.c:385 +#, fuzzy +msgid "" +"The language this text is in, as an ISO code. Pango can use this as a hint " +"when rendering the text. If not set, an appropriate default will be used." +msgstr "" +"اللغة التي فيها هذا النص، كشفرة ISO. يمكن لبانكو إستعمال هذا كتلميحة عند رسم " +"النص. إذا كنت لا تفهم هذا المتغيّر فأنك ربما لا تستحقّه" + #: gtk/gtktexttag.c:392 msgid "Left margin" msgstr "الهامش ا?يسر" -#: gtk/gtktexttag.c:393 gtk/gtktextview.c:614 +#: gtk/gtktexttag.c:393 gtk/gtktextview.c:600 msgid "Width of the left margin in pixels" msgstr "عرض الهامش ا?يسر بالبكسل" @@ -3307,15 +3387,15 @@ msgstr "عرض الهامش ا?يسر بالبكسل" msgid "Right margin" msgstr "الهامش ا?يمن" -#: gtk/gtktexttag.c:403 gtk/gtktextview.c:624 +#: gtk/gtktexttag.c:403 gtk/gtktextview.c:610 msgid "Width of the right margin in pixels" msgstr "عرض الهامش ا?يمن بالبكسل" -#: gtk/gtktexttag.c:413 gtk/gtktextview.c:633 +#: gtk/gtktexttag.c:413 gtk/gtktextview.c:619 msgid "Indent" msgstr "إزاحة" -#: gtk/gtktexttag.c:414 gtk/gtktextview.c:634 +#: gtk/gtktexttag.c:414 gtk/gtktextview.c:620 msgid "Amount to indent the paragraph, in pixels" msgstr "مقدار إزاحة الفقرات، بالبكسل" @@ -3330,7 +3410,7 @@ msgstr "" msgid "Pixels above lines" msgstr "بكسلات أعلى ا?سطر" -#: gtk/gtktexttag.c:435 gtk/gtktextview.c:558 +#: gtk/gtktexttag.c:435 gtk/gtktextview.c:544 msgid "Pixels of blank space above paragraphs" msgstr "بكسلات من المسافات الفارغة أعلى الفقرات" @@ -3338,7 +3418,7 @@ msgstr "بكسلات من المسافات الفارغة أعلى الفقرا msgid "Pixels below lines" msgstr "بكسلات أسفل ا?سطر" -#: gtk/gtktexttag.c:445 gtk/gtktextview.c:568 +#: gtk/gtktexttag.c:445 gtk/gtktextview.c:554 msgid "Pixels of blank space below paragraphs" msgstr "بكسلات من المسافات الفارغة أسفل الفقرات" @@ -3346,7 +3426,7 @@ msgstr "بكسلات من المسافات الفارغة أسفل الفقرا msgid "Pixels inside wrap" msgstr "بكسلات داخل الالتواء" -#: gtk/gtktexttag.c:455 gtk/gtktextview.c:578 +#: gtk/gtktexttag.c:455 gtk/gtktextview.c:564 msgid "Pixels of blank space between wrapped lines in a paragraph" msgstr "بكسلات من المسافات الفارغة بين ا?سطر الملتوية في فقرة" @@ -3354,16 +3434,16 @@ msgstr "بكسلات من المسافات الفارغة بين ا?سطر ال msgid "Wrap mode" msgstr "نظام الالتواء" -#: gtk/gtktexttag.c:482 gtk/gtktextview.c:596 +#: gtk/gtktexttag.c:482 gtk/gtktextview.c:582 msgid "" "Whether to wrap lines never, at word boundaries, or at character boundaries" msgstr "ما إذا لن يتم التواء الأسطر عند حدود الكلمات أو الرموز" -#: gtk/gtktexttag.c:491 gtk/gtktextview.c:643 +#: gtk/gtktexttag.c:491 gtk/gtktextview.c:629 msgid "Tabs" msgstr "الأشرطة" -#: gtk/gtktexttag.c:492 gtk/gtktextview.c:644 +#: gtk/gtktexttag.c:492 gtk/gtktextview.c:630 msgid "Custom tabs for this text" msgstr "أشرطة مخصصة لهذا النص" @@ -3475,67 +3555,67 @@ msgstr "تعيين غير المرئية" msgid "Whether this tag affects text visibility" msgstr "إن كانت هذه العلامة تؤثر في وضوح النص" -#: gtk/gtktextview.c:557 +#: gtk/gtktextview.c:543 msgid "Pixels Above Lines" msgstr "بكسلات فوق ا?سطر" -#: gtk/gtktextview.c:567 +#: gtk/gtktextview.c:553 msgid "Pixels Below Lines" msgstr "بكسلات تحت ا?سطر" -#: gtk/gtktextview.c:577 +#: gtk/gtktextview.c:563 msgid "Pixels Inside Wrap" msgstr "بكسلات داخل الالتواء" -#: gtk/gtktextview.c:595 +#: gtk/gtktextview.c:581 msgid "Wrap Mode" msgstr "نظام الالتواء" -#: gtk/gtktextview.c:613 +#: gtk/gtktextview.c:599 msgid "Left Margin" msgstr "الهامش الأيسر" -#: gtk/gtktextview.c:623 +#: gtk/gtktextview.c:609 msgid "Right Margin" msgstr "الهامش الأيمن" -#: gtk/gtktextview.c:651 +#: gtk/gtktextview.c:637 msgid "Cursor Visible" msgstr "المؤشر مرئي" -#: gtk/gtktextview.c:652 +#: gtk/gtktextview.c:638 msgid "If the insertion cursor is shown" msgstr "ما إذا كان مؤشر ا?دخال سيتم عرضه" -#: gtk/gtktextview.c:659 +#: gtk/gtktextview.c:645 msgid "Buffer" msgstr "ذاكرة وسيطة" -#: gtk/gtktextview.c:660 +#: gtk/gtktextview.c:646 msgid "The buffer which is displayed" msgstr "الذاكرة الوسيطة المعروضة" -#: gtk/gtktextview.c:667 +#: gtk/gtktextview.c:653 msgid "Overwrite mode" msgstr "نسق التنميق" -#: gtk/gtktextview.c:668 +#: gtk/gtktextview.c:654 msgid "Whether entered text overwrites existing contents" msgstr "فيما إذا سينمّق النص المدخل المحتويات الموجودة" -#: gtk/gtktextview.c:675 +#: gtk/gtktextview.c:661 msgid "Accepts tab" msgstr "تقبل الألسنة" -#: gtk/gtktextview.c:676 +#: gtk/gtktextview.c:662 msgid "Whether Tab will result in a tab character being entered" msgstr "فيما سينتج عن اللسان إدخال رمز لسان" -#: gtk/gtktextview.c:685 +#: gtk/gtktextview.c:671 msgid "Error underline color" msgstr "خطأ في لون التسطير" -#: gtk/gtktextview.c:686 +#: gtk/gtktextview.c:672 msgid "Color with which to draw error-indication underlines" msgstr "اللون الذي يتم به رسم التسطيرات المؤشرة للأخطاء" @@ -3563,82 +3643,82 @@ msgstr "رسم المؤشر" msgid "If the toggle part of the button is displayed" msgstr "ما إذا كان جزء القفل من الرز سيتم عرضه" -#: gtk/gtktoolbar.c:498 +#: gtk/gtktoolbar.c:500 msgid "The orientation of the toolbar" msgstr "اتجاه شريط ا?دوات" -#: gtk/gtktoolbar.c:506 +#: gtk/gtktoolbar.c:508 msgid "Toolbar Style" msgstr "منط شريط الأدوات" -#: gtk/gtktoolbar.c:507 +#: gtk/gtktoolbar.c:509 msgid "How to draw the toolbar" msgstr "كيفية رسم شريط ا?دوات" -#: gtk/gtktoolbar.c:514 +#: gtk/gtktoolbar.c:516 msgid "Show Arrow" msgstr "عرض السهم" -#: gtk/gtktoolbar.c:515 +#: gtk/gtktoolbar.c:517 msgid "If an arrow should be shown if the toolbar doesn't fit" msgstr "فيما إذا سيعرض سهم إذا لم يتلائم عمود الأدوات" -#: gtk/gtktoolbar.c:524 +#: gtk/gtktoolbar.c:526 msgid "Whether the item should receive extra space when the toolbar grows" msgstr "فيما إذا سيتلقى العنصر فضاء اضافيّا عند نموّ عمود الأدوات" -#: gtk/gtktoolbar.c:532 +#: gtk/gtktoolbar.c:534 msgid "Whether the item should be the same size as other homogeneous items" msgstr "ما إذا يجب أن يكون العنصر بنفس الحجم كالعناصر المتجانسة الأخرى" -#: gtk/gtktoolbar.c:539 +#: gtk/gtktoolbar.c:541 msgid "Spacer size" msgstr "حجم الفاصل" -#: gtk/gtktoolbar.c:540 +#: gtk/gtktoolbar.c:542 msgid "Size of spacers" msgstr "حجم الفواصل" -#: gtk/gtktoolbar.c:549 +#: gtk/gtktoolbar.c:551 msgid "Amount of border space between the toolbar shadow and the buttons" msgstr "كمية مسافة الحد بين ظل شريط ا?دوات وا?زرار" -#: gtk/gtktoolbar.c:557 +#: gtk/gtktoolbar.c:559 msgid "Space style" msgstr "نمط الفاصل" -#: gtk/gtktoolbar.c:558 +#: gtk/gtktoolbar.c:560 msgid "Whether spacers are vertical lines or just blank" msgstr "ما إذا كانت الفواصل خطوط عمودية أو فقط فراغات" -#: gtk/gtktoolbar.c:565 +#: gtk/gtktoolbar.c:567 msgid "Button relief" msgstr "تحرير الزر" -#: gtk/gtktoolbar.c:566 +#: gtk/gtktoolbar.c:568 msgid "Type of bevel around toolbar buttons" msgstr "نوع الانحدار حول أزرار شريط الأدوات" -#: gtk/gtktoolbar.c:573 +#: gtk/gtktoolbar.c:575 msgid "Style of bevel around the toolbar" msgstr "نمط الانحدار حول شريط الأدوات" -#: gtk/gtktoolbar.c:579 +#: gtk/gtktoolbar.c:581 msgid "Toolbar style" msgstr "نمط شريط الأدوات" -#: gtk/gtktoolbar.c:580 +#: gtk/gtktoolbar.c:582 msgid "" "Whether default toolbars have text only, text and icons, icons only, etc." msgstr "" "ما إذا كانت أشرطة ا?دوات الافتراضية لها نص فقط، نص مع أيقونات، أيقونات فقط، " "إلخ." -#: gtk/gtktoolbar.c:586 +#: gtk/gtktoolbar.c:588 msgid "Toolbar icon size" msgstr "حجم أيقونة شريط الأدوات" -#: gtk/gtktoolbar.c:587 +#: gtk/gtktoolbar.c:589 msgid "Size of icons in default toolbars" msgstr "حجم ا?يقونات في أشرطة ا?دوات الافتراضية" @@ -3690,234 +3770,243 @@ msgstr "نمط ترتيب العرض الشجري" msgid "The model for the TreeModelSort to sort" msgstr "نمط فرز العرض الشجري المستخدم للفرز" -#: gtk/gtktreeview.c:532 +#: gtk/gtktreeview.c:543 msgid "TreeView Model" msgstr "نمط العرض الشجري" -#: gtk/gtktreeview.c:533 +#: gtk/gtktreeview.c:544 msgid "The model for the tree view" msgstr "نمط عرض الشجرة" -#: gtk/gtktreeview.c:541 +#: gtk/gtktreeview.c:552 msgid "Horizontal Adjustment for the widget" msgstr "الضبط الأفقي للكائن" -#: gtk/gtktreeview.c:549 +#: gtk/gtktreeview.c:560 msgid "Vertical Adjustment for the widget" msgstr "الضبط العمودي للكائن" -#: gtk/gtktreeview.c:557 +#: gtk/gtktreeview.c:568 msgid "Show the column header buttons" msgstr "أظهر أزرار رؤوس العمود" -#: gtk/gtktreeview.c:564 +#: gtk/gtktreeview.c:575 msgid "Headers Clickable" msgstr "الرؤوس قابلة للنقر" -#: gtk/gtktreeview.c:565 +#: gtk/gtktreeview.c:576 msgid "Column headers respond to click events" msgstr "رؤوس العمود تستجيب لأحداث النقر" -#: gtk/gtktreeview.c:572 +#: gtk/gtktreeview.c:583 msgid "Expander Column" msgstr "عمود موسع" -#: gtk/gtktreeview.c:573 +#: gtk/gtktreeview.c:584 msgid "Set the column for the expander column" msgstr "تعين العمود للعمود الموسع" -#: gtk/gtktreeview.c:580 gtk/gtktreeviewcolumn.c:330 +#: gtk/gtktreeview.c:591 gtk/gtktreeviewcolumn.c:340 msgid "Reorderable" msgstr "قابل لإعادة الترتيب" -#: gtk/gtktreeview.c:581 +#: gtk/gtktreeview.c:592 msgid "View is reorderable" msgstr "العرض قابل لإعادة الترتيب" -#: gtk/gtktreeview.c:588 +#: gtk/gtktreeview.c:599 msgid "Rules Hint" msgstr "تلميحة القواعد" -#: gtk/gtktreeview.c:589 +#: gtk/gtktreeview.c:600 msgid "Set a hint to the theme engine to draw rows in alternating colors" msgstr "تعين تلميحة لآلة التيمة حتى ترسم صفوفا بألوان متغايرة" -#: gtk/gtktreeview.c:596 +#: gtk/gtktreeview.c:607 msgid "Enable Search" msgstr "تفعيل البحث" -#: gtk/gtktreeview.c:597 +#: gtk/gtktreeview.c:608 msgid "View allows user to search through columns interactively" msgstr "عرض يسمح للمستخدم بالبحث خلال الأعمدة بتفاعل" -#: gtk/gtktreeview.c:604 +#: gtk/gtktreeview.c:615 msgid "Search Column" msgstr "عمود بحث" -#: gtk/gtktreeview.c:605 +#: gtk/gtktreeview.c:616 msgid "Model column to search through when searching through code" msgstr "عمود النمط الذي يتم البحث خلاله أثناء البحث خلال الكود" -#: gtk/gtktreeview.c:614 +#: gtk/gtktreeview.c:636 msgid "Fixed Height Mode" msgstr "نسق الارتفاع الثابت" -#: gtk/gtktreeview.c:615 +#: gtk/gtktreeview.c:637 msgid "Speeds up GtkTreeView by assuming that all rows have the same height" msgstr "يسرع GtkTreeView باعتبار جميع الأعمدة ذات إرتفاع موحد" -#: gtk/gtktreeview.c:635 +#: gtk/gtktreeview.c:657 +msgid "Hover Selection" +msgstr "" + +#: gtk/gtktreeview.c:658 +#, fuzzy +msgid "Whether the selection should follow the pointer" +msgstr "فيما اذا كان منتقي الألوان سيسمح بضبط التعتيم" + +#: gtk/gtktreeview.c:678 msgid "Vertical Separator Width" msgstr "العرض العمودي للفاصل" -#: gtk/gtktreeview.c:636 +#: gtk/gtktreeview.c:679 msgid "Vertical space between cells. Must be an even number" msgstr "الفراغ العمودي بين الخلايا. يجب أن يكون رقما زوجيا" -#: gtk/gtktreeview.c:644 +#: gtk/gtktreeview.c:687 msgid "Horizontal Separator Width" msgstr "العرض الأفقي للفاصل" -#: gtk/gtktreeview.c:645 +#: gtk/gtktreeview.c:688 msgid "Horizontal space between cells. Must be an even number" msgstr "الفراغ الأفقي بين الخلايا. يجب أن يكون رقما زوجيا" -#: gtk/gtktreeview.c:653 +#: gtk/gtktreeview.c:696 msgid "Allow Rules" msgstr "اسمح بالقواعد" -#: gtk/gtktreeview.c:654 +#: gtk/gtktreeview.c:697 msgid "Allow drawing of alternating color rows" msgstr "السماح برسم أعمدة ملونة متوالية" -#: gtk/gtktreeview.c:660 +#: gtk/gtktreeview.c:703 msgid "Indent Expanders" msgstr "إزاحة الموسعات" -#: gtk/gtktreeview.c:661 +#: gtk/gtktreeview.c:704 msgid "Make the expanders indented" msgstr "جعل الموسعات مجوفة" -#: gtk/gtktreeview.c:667 +#: gtk/gtktreeview.c:710 msgid "Even Row Color" msgstr "لون السطر الزوجي" -#: gtk/gtktreeview.c:668 +#: gtk/gtktreeview.c:711 msgid "Color to use for even rows" msgstr "اللون للاستخدام للسطور الزوجية" -#: gtk/gtktreeview.c:674 +#: gtk/gtktreeview.c:717 msgid "Odd Row Color" msgstr "لون السطر الغريب" -#: gtk/gtktreeview.c:675 +#: gtk/gtktreeview.c:718 msgid "Color to use for odd rows" msgstr "اللون للاستخدام للسطور الغريبة" -#: gtk/gtktreeviewcolumn.c:224 +#: gtk/gtktreeviewcolumn.c:225 msgid "Whether to display the column" msgstr "ما إذا يعرض العمود" -#: gtk/gtktreeviewcolumn.c:231 gtk/gtkwindow.c:482 +#: gtk/gtktreeviewcolumn.c:232 gtk/gtkwindow.c:493 msgid "Resizable" msgstr "قابل للتحجيم" -#: gtk/gtktreeviewcolumn.c:232 +#: gtk/gtktreeviewcolumn.c:233 msgid "Column is user-resizable" msgstr "العمود قابل للتحجيم من قبل المستخدم" -#: gtk/gtktreeviewcolumn.c:240 +#: gtk/gtktreeviewcolumn.c:241 msgid "Current width of the column" msgstr "العرض الحالي للعمود" -#: gtk/gtktreeviewcolumn.c:248 +#: gtk/gtktreeviewcolumn.c:250 +msgid "Space which is inserted between cells" +msgstr "" + +#: gtk/gtktreeviewcolumn.c:258 msgid "Sizing" msgstr "تحجيم" -#: gtk/gtktreeviewcolumn.c:249 +#: gtk/gtktreeviewcolumn.c:259 msgid "Resize mode of the column" msgstr "نظام التحجيم للعمود" -#: gtk/gtktreeviewcolumn.c:257 +#: gtk/gtktreeviewcolumn.c:267 msgid "Fixed Width" msgstr "العرض الثابت" -#: gtk/gtktreeviewcolumn.c:258 +#: gtk/gtktreeviewcolumn.c:268 msgid "Current fixed width of the column" msgstr "العرض الحالي الثابت للعمود" -#: gtk/gtktreeviewcolumn.c:267 +#: gtk/gtktreeviewcolumn.c:277 msgid "Minimum Width" msgstr "العرض الأصغر" -#: gtk/gtktreeviewcolumn.c:268 +#: gtk/gtktreeviewcolumn.c:278 msgid "Minimum allowed width of the column" msgstr "العرض الأصغر المسموح به للعمود" -#: gtk/gtktreeviewcolumn.c:277 +#: gtk/gtktreeviewcolumn.c:287 msgid "Maximum Width" msgstr "العرض الأكبر" -#: gtk/gtktreeviewcolumn.c:278 +#: gtk/gtktreeviewcolumn.c:288 msgid "Maximum allowed width of the column" msgstr "العرض الأكبر المسموح به للعمود" -#: gtk/gtktreeviewcolumn.c:288 +#: gtk/gtktreeviewcolumn.c:298 msgid "Title to appear in column header" msgstr "العنوان الذي يتم عرضه في ترويسة العمود" -#: gtk/gtktreeviewcolumn.c:296 +#: gtk/gtktreeviewcolumn.c:306 msgid "Column gets share of extra width allocated to the widget" msgstr "يتلقى العمود قسمته من العرض الإضافي المخصّص للقطعة" -#: gtk/gtktreeviewcolumn.c:303 +#: gtk/gtktreeviewcolumn.c:313 msgid "Clickable" msgstr "قابل للنقر" -#: gtk/gtktreeviewcolumn.c:304 +#: gtk/gtktreeviewcolumn.c:314 msgid "Whether the header can be clicked" msgstr "ما إذا كانت الترويسة قابلة للنقر أم لا" -#: gtk/gtktreeviewcolumn.c:312 +#: gtk/gtktreeviewcolumn.c:322 msgid "Widget" msgstr "كائن" -#: gtk/gtktreeviewcolumn.c:313 +#: gtk/gtktreeviewcolumn.c:323 msgid "Widget to put in column header button instead of column title" msgstr "الكائن الذي يتم وضعه في زر ترويسة العمود بدل عنوان العمود" -#: gtk/gtktreeviewcolumn.c:320 +#: gtk/gtktreeviewcolumn.c:330 msgid "Alignment" msgstr "تنسيق" -#: gtk/gtktreeviewcolumn.c:321 +#: gtk/gtktreeviewcolumn.c:331 msgid "X Alignment of the column header text or widget" msgstr "ضبط س لكائن أو نص ترويسة العمود" -#: gtk/gtktreeviewcolumn.c:331 +#: gtk/gtktreeviewcolumn.c:341 msgid "Whether the column can be reordered around the headers" msgstr "إذا ما كان من الممكن أن يعاد ترتيب العمود حول الترويسات" -#: gtk/gtktreeviewcolumn.c:338 +#: gtk/gtktreeviewcolumn.c:348 msgid "Sort indicator" msgstr "مؤشر الفرز" -#: gtk/gtktreeviewcolumn.c:339 +#: gtk/gtktreeviewcolumn.c:349 msgid "Whether to show a sort indicator" msgstr "ما إذا كان سيتم عرض مؤشر الفرز أم لا." -#: gtk/gtktreeviewcolumn.c:346 +#: gtk/gtktreeviewcolumn.c:356 msgid "Sort order" msgstr "ترتيب الفرز" -#: gtk/gtktreeviewcolumn.c:347 +#: gtk/gtktreeviewcolumn.c:357 msgid "Sort direction the sort indicator should indicate" msgstr "اتجاه الفرز الذي يتوجب على مؤشر الفرز أن يشير إليه" -#: gtk/gtkuimanager.c:220 -msgid "Add tearoffs to menus" -msgstr "إضافة قاطفات للقوائم" - #: gtk/gtkuimanager.c:221 msgid "Whether tearoff menu items should be added to menus" msgstr "فيما إذا ستضاف عناصر القوائم القابلة للقطف للقوائم" @@ -4148,35 +4237,35 @@ msgstr "نسبة الطول للعرض لمؤشر السطر" msgid "Aspect ratio with which to draw insertion cursor" msgstr "نسبة الطول للعرض التي سيرسم بها مؤشر إدخال." -#: gtk/gtkwindow.c:440 +#: gtk/gtkwindow.c:451 msgid "Window Type" msgstr "نوع النافذة" -#: gtk/gtkwindow.c:441 +#: gtk/gtkwindow.c:452 msgid "The type of the window" msgstr "نوع النافذة" -#: gtk/gtkwindow.c:449 +#: gtk/gtkwindow.c:460 msgid "Window Title" msgstr "عنوان النافذة" -#: gtk/gtkwindow.c:450 +#: gtk/gtkwindow.c:461 msgid "The title of the window" msgstr "عنوان النافذة" -#: gtk/gtkwindow.c:457 +#: gtk/gtkwindow.c:468 msgid "Window Role" msgstr "دور النافذة" -#: gtk/gtkwindow.c:458 +#: gtk/gtkwindow.c:469 msgid "Unique identifier for the window to be used when restoring a session" msgstr "معرف وحيد للنافذة يستخدم عند استرجاع جلسة" -#: gtk/gtkwindow.c:465 +#: gtk/gtkwindow.c:476 msgid "Allow Shrink" msgstr "السماح بالانكماش" -#: gtk/gtkwindow.c:467 +#: gtk/gtkwindow.c:478 #, no-c-format msgid "" "If TRUE, the window has no mimimum size. Setting this to TRUE is 99% of the " @@ -4185,23 +4274,23 @@ msgstr "" "إذا ضبط لـ TRUE فلن يكون للنافذة حجم أدنى. ضبط هذا لـ TRUE فكرة سيّئة في 99% " "من الحالات." -#: gtk/gtkwindow.c:474 +#: gtk/gtkwindow.c:485 msgid "Allow Grow" msgstr "السماح بالنمو" -#: gtk/gtkwindow.c:475 +#: gtk/gtkwindow.c:486 msgid "If TRUE, users can expand the window beyond its minimum size" msgstr "اذا كان TRUE، فسيتمكن المستخدمون من تمديد النافذة فوق حجمها الأدنى" -#: gtk/gtkwindow.c:483 +#: gtk/gtkwindow.c:494 msgid "If TRUE, users can resize the window" msgstr "إذا كان TRUE، باستطاعة المستخدمين تحجيم النافذة." -#: gtk/gtkwindow.c:490 +#: gtk/gtkwindow.c:501 msgid "Modal" msgstr "سائدة" -#: gtk/gtkwindow.c:491 +#: gtk/gtkwindow.c:502 msgid "" "If TRUE, the window is modal (other windows are not usable while this one is " "up)" @@ -4209,110 +4298,130 @@ msgstr "" "إذا ضبط لـ TRUE فستكون النافذة سائدة (لن يمكن استخدام نوافذ أخرى عند تكيز " "هذه النافذة)" -#: gtk/gtkwindow.c:498 +#: gtk/gtkwindow.c:509 msgid "Window Position" msgstr "موقع النافذة" -#: gtk/gtkwindow.c:499 +#: gtk/gtkwindow.c:510 msgid "The initial position of the window" msgstr "موقع النافذة الأولي" -#: gtk/gtkwindow.c:507 +#: gtk/gtkwindow.c:518 msgid "Default Width" msgstr "العرض الافتراضي" -#: gtk/gtkwindow.c:508 +#: gtk/gtkwindow.c:519 msgid "The default width of the window, used when initially showing the window" msgstr "عرض النافذة الإفتراضي، مستخدم عند عرض النافذة في المرة الأولى" -#: gtk/gtkwindow.c:517 +#: gtk/gtkwindow.c:528 msgid "Default Height" msgstr "الإرتفاع الإفتراضي" -#: gtk/gtkwindow.c:518 +#: gtk/gtkwindow.c:529 msgid "" "The default height of the window, used when initially showing the window" msgstr "ارتفاع النافذة الإفتراضي، مستخدم عند عرض النافذة في المرة الأولى" -#: gtk/gtkwindow.c:527 +#: gtk/gtkwindow.c:538 msgid "Destroy with Parent" msgstr "تدمير مع الأم" -#: gtk/gtkwindow.c:528 +#: gtk/gtkwindow.c:539 msgid "If this window should be destroyed when the parent is destroyed" msgstr "فيما إذا وجب تدمير هذه النافذة عند تدمير النافذة الأم" -#: gtk/gtkwindow.c:535 +#: gtk/gtkwindow.c:546 msgid "Icon" msgstr "أيقونة" -#: gtk/gtkwindow.c:536 +#: gtk/gtkwindow.c:547 msgid "Icon for this window" msgstr "أيقونة لهذه النافذة" -#: gtk/gtkwindow.c:551 +#: gtk/gtkwindow.c:562 +#, fuzzy +msgid "Icon Name" +msgstr "اسم الخط" + +#: gtk/gtkwindow.c:563 +#, fuzzy +msgid "Name of the themed icon for this window" +msgstr "أيقونة لهذه النافذة" + +#: gtk/gtkwindow.c:578 msgid "Is Active" msgstr "نشط" -#: gtk/gtkwindow.c:552 +#: gtk/gtkwindow.c:579 msgid "Whether the toplevel is the current active window" msgstr "فيما إذا كان المستوى الأعلى هو النافذة النشطة" -#: gtk/gtkwindow.c:559 +#: gtk/gtkwindow.c:586 msgid "Focus in Toplevel" msgstr "تركيز في المستوى الأعلى" -#: gtk/gtkwindow.c:560 +#: gtk/gtkwindow.c:587 msgid "Whether the input focus is within this GtkWindow" msgstr "ما اذا يكون تركيز الإدخال ضمن GtkWindow الحالي" -#: gtk/gtkwindow.c:567 +#: gtk/gtkwindow.c:594 msgid "Type hint" msgstr "أكتب التلميحة" -#: gtk/gtkwindow.c:568 +#: gtk/gtkwindow.c:595 msgid "" "Hint to help the desktop environment understand what kind of window this is " "and how to treat it." msgstr "تلميحة لمساعدة بيئة سطح المكتب في فهم نوع النافذة و طريقة التعاكل معها" -#: gtk/gtkwindow.c:576 +#: gtk/gtkwindow.c:603 msgid "Skip taskbar" msgstr "تخطي عمود المهام" -#: gtk/gtkwindow.c:577 +#: gtk/gtkwindow.c:604 msgid "TRUE if the window should not be in the task bar." msgstr "TRUE إذا وجب أن لا تكون النافذة في عمود المهام." -#: gtk/gtkwindow.c:584 +#: gtk/gtkwindow.c:611 msgid "Skip pager" msgstr "تخطي المتصفح" -#: gtk/gtkwindow.c:585 +#: gtk/gtkwindow.c:612 msgid "TRUE if the window should not be in the pager." msgstr "يضبط لـ TRUE إذا وجب أن لا تكون النافذة في المتصفح." -#: gtk/gtkwindow.c:599 +#: gtk/gtkwindow.c:626 msgid "Accept focus" msgstr "تقبل التركيز" -#: gtk/gtkwindow.c:600 +#: gtk/gtkwindow.c:627 msgid "TRUE if the window should receive the input focus." msgstr "يضبط لـ TRUE إذا وجب للنافذة أن تتلقى تركيز الإدخال." -#: gtk/gtkwindow.c:614 +#: gtk/gtkwindow.c:641 +#, fuzzy +msgid "Focus on map" +msgstr "تركيز عند النقر" + +#: gtk/gtkwindow.c:642 +#, fuzzy +msgid "TRUE if the window should receive the input focus when mapped." +msgstr "يضبط لـ TRUE إذا وجب للنافذة أن تتلقى تركيز الإدخال." + +#: gtk/gtkwindow.c:656 msgid "Decorated" msgstr "مزوق" -#: gtk/gtkwindow.c:615 +#: gtk/gtkwindow.c:657 msgid "Whether the window should be decorated by the window manager" msgstr "ما إذا وجب تزويق النافذة بمدير النوافذ" -#: gtk/gtkwindow.c:630 +#: gtk/gtkwindow.c:672 msgid "Gravity" msgstr "الجاذبية" -#: gtk/gtkwindow.c:631 +#: gtk/gtkwindow.c:673 msgid "The window gravity of the window" msgstr "جاذيبة الشباك للشباك" diff --git a/po-properties/az.po b/po-properties/az.po index 92ff1add41..3a38801b36 100644 --- a/po-properties/az.po +++ b/po-properties/az.po @@ -31,8 +31,7 @@ msgid "" msgstr "" "Project-Id-Version: gtk+-properties.HEAD\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2004-04-30 12:06-0400\n" +"POT-Creation-Date: 2004-07-20 02:56+0200\n" "PO-Revision-Date: 2004-03-07 18:05+0200\n" "Last-Translator: Mətin Əmirov \n" "Language-Team: Azerbaijani Turkish