]> Pileus Git - ~andy/gtk/commitdiff
Set the width of the layout to the actual wrap width (our requisition) not
authorOwen Taylor <otaylor@redhat.com>
Tue, 14 May 2002 20:55:22 +0000 (20:55 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 14 May 2002 20:55:22 +0000 (20:55 +0000)
Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtklabel.c (gtk_label_ensure_layout): Set
        the width of the layout to the actual wrap width
        (our requisition) not the width we set when calculating
        the width. This results in the lines being justified
        within the correct area. (#79157, Anders Carlsson)

        * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected
        registered parameter types of "accel_activate" and
        "accel_changed" signals. (Patch from Murray Cumming, #78798)

        * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
        binary-version and type to correspond to the
        current ordering in _gtk_get_module_path.
        (#78746, Sergey Kuzminov)

        * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
        pointing to the GTK_PATH documentation.

        * gtk/Makefile.am (uninstall-local): Delete
        key themes as well. (#81286, Kristian Rietveld.)

45 files changed:
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/reference/gdk/tmpl/drawing.sgml
docs/reference/gdk/tmpl/gcs.sgml
docs/reference/gdk/tmpl/gdkscreen.sgml
docs/reference/gdk/tmpl/keys.sgml
docs/reference/gdk/tmpl/pixmaps.sgml
docs/reference/gdk/tmpl/windows.sgml
docs/reference/gtk/tmpl/gtk-unused.sgml
docs/reference/gtk/tmpl/gtkbbox.sgml
docs/reference/gtk/tmpl/gtkbox.sgml
docs/reference/gtk/tmpl/gtkbutton.sgml
docs/reference/gtk/tmpl/gtkcheckbutton.sgml
docs/reference/gtk/tmpl/gtkdialog.sgml
docs/reference/gtk/tmpl/gtkfilesel.sgml
docs/reference/gtk/tmpl/gtkfixed.sgml
docs/reference/gtk/tmpl/gtklayout.sgml
docs/reference/gtk/tmpl/gtkmenubar.sgml
docs/reference/gtk/tmpl/gtkmenuitem.sgml
docs/reference/gtk/tmpl/gtkmessagedialog.sgml
docs/reference/gtk/tmpl/gtknotebook.sgml
docs/reference/gtk/tmpl/gtkoptionmenu.sgml
docs/reference/gtk/tmpl/gtkpaned.sgml
docs/reference/gtk/tmpl/gtkplug.sgml
docs/reference/gtk/tmpl/gtkrange.sgml
docs/reference/gtk/tmpl/gtkrc.sgml
docs/reference/gtk/tmpl/gtkscale.sgml
docs/reference/gtk/tmpl/gtkscrollbar.sgml
docs/reference/gtk/tmpl/gtkselection.sgml
docs/reference/gtk/tmpl/gtkspinbutton.sgml
docs/reference/gtk/tmpl/gtkstatusbar.sgml
docs/reference/gtk/tmpl/gtkstyle.sgml
docs/reference/gtk/tmpl/gtktable.sgml
docs/reference/gtk/tmpl/gtktoolbar.sgml
docs/reference/gtk/tmpl/gtktreeview.sgml
docs/reference/gtk/tmpl/gtkwidget.sgml
gtk/Makefile.am
gtk/gtkaccelgroup.c
gtk/gtklabel.c
gtk/gtkmarshalers.list
gtk/gtkrc.c

index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 01f15e5616092e191dce751a0b33abbc9831cefa..23c21b7e773ac346e0c6ca7cbebfa7817bffa5b4 100644 (file)
@@ -1,3 +1,26 @@
+Tue May 14 16:44:09 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * gtk/gtklabel.c (gtk_label_ensure_layout): Set
+       the width of the layout to the actual wrap width 
+       (our requisition) not the width we set when calculating
+       the width. This results in the lines being justified
+       within the correct area. (#79157, Anders Carlsson)
+
+       * gtk/gtkaccelgroup.c gtk/gtkmarshelers.list: Corrected 
+       registered parameter types of "accel_activate" and 
+       "accel_changed" signals. (Patch from Murray Cumming, #78798)
+       
+       * gtk/gtkrc.c (gtk_rc_make_default_dir): Switch
+       binary-version and type to correspond to the 
+       current ordering in _gtk_get_module_path.
+       (#78746, Sergey Kuzminov) 
+
+       * gtk/gtkrc.c (gtk_rc_get_module_dir): Add docs
+       pointing to the GTK_PATH documentation.
+
+       * gtk/Makefile.am (uninstall-local): Delete 
+       key themes as well. (#81286, Kristian Rietveld.)
+
 Tue May 14 15:40:49 2002  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-{linux-fb,win32,x11.c} (gdk_window_set_back_pixmap):
index 7717f7f7fb2ce5dd44fedd37ea4c4b617fdce3cb..91ff9ac3781d04cbb44385c2a5b33fd02abc9887 100644 (file)
@@ -32,7 +32,6 @@ drawn onto. This can be a #GdkPixmap, a #GdkBitmap,
 or a #GdkWindow.
 </para>
 
-@user_data: 
 
 <!-- ##### FUNCTION gdk_drawable_ref ##### -->
 <para>
index 0e3b6d86f8fbd0b6b4483321ba94cfa8cc9d7c5c..4d2539e0aa14224e30a9c7f41e569cbe98ee35e8 100644 (file)
@@ -37,12 +37,6 @@ It is an opaque structure with no user-visible
 elements.
 </para>
 
-@parent_instance: 
-@clip_x_origin: 
-@clip_y_origin: 
-@ts_x_origin: 
-@ts_y_origin: 
-@colormap: 
 
 <!-- ##### STRUCT GdkGCValues ##### -->
 <para>
index d423d554e1fe367f683e95d736b897d3ff7351df..17d148c18881686fd378518524180648ef17fe6e 100644 (file)
@@ -24,8 +24,9 @@ form a large screen area.
 
 <!-- ##### STRUCT GdkScreen ##### -->
 <para>
-The <structname>GdkScreen</structname> struct is the GDK representation of a
- physical screen. All its fields are private and should not be accessed directly. 
+This is a currently just a placeholder typedef for the first argument of 
+the @window_at_pointer function in #GdkPointerHooks. It will be used
+when GDK gets multihead support. 
 </para>
 
 
index b21093c1917095fc5816cd5427c788527dcf2052..72d5cb39e0177f50453829044fb61ae02d3ac78e 100644 (file)
@@ -89,8 +89,6 @@ state; the second phase is to look up the keycode/group/level triplet
 in the keymap and see what keyval it corresponds to.
 </para>
 
-@parent_instance: 
-@display: 
 
 <!-- ##### STRUCT GdkKeymapKey ##### -->
 <para>
index 85a722d44e1c91926441df8ea3870b6cf25784b9..25c02a5afbc53ea24872f8f1e65f15b1f8fcc301 100644 (file)
@@ -27,7 +27,6 @@ The type #GdkDrawable refers generically to any of
 these types.
 </para>
 
-@user_data: 
 
 <!-- ##### FUNCTION gdk_pixmap_new ##### -->
 <para>
index fb5fad9f0dd46d20dfd9ebd1f7532790e4b94caa..c1c91e1e7564e784179384921292de20528ce1fc 100644 (file)
@@ -28,7 +28,6 @@ The type #GdkDrawable refers generically to any of
 these types.
 </para>
 
-@user_data: used to store the #GtkWidget associated with this window
 
 <!-- ##### ENUM GdkWindowType ##### -->
 <para>
@@ -238,15 +237,6 @@ corresponding flag in #GdkWindowAttributesType.
 @GDK_WA_WMCLASS: Honor the wmclass_class and wmclass_name fields
 @GDK_WA_NOREDIR: Honor the override_redirect field
 
-<!-- ##### STRUCT GdkScreen ##### -->
-<para>
-This is a currently just a placeholder typedef for the first argument of 
-the @window_at_pointer function in #GdkPointerHooks. It will be used
-when GDK gets multihead support. 
-</para>
-
-@parent_instance: 
-
 <!-- ##### FUNCTION gdk_window_new ##### -->
 <para>
 
index 5cdcf14f3fffc92057dd0a891d4c08840e3ea729..143d5ddb62f5f3468d191df6ae9b578d2153021d 100644 (file)
@@ -1027,12 +1027,6 @@ after other user handlers and the default handler.
 @GTK_FILL_X: 
 @GTK_FILL_Y: 
 
-<!-- ##### ARG GtkPaned:handle-size ##### -->
-<para>
-
-</para>
-
-
 <!-- ##### STRUCT GtkPatternSpec ##### -->
 <para>
 
@@ -1128,12 +1122,6 @@ and its unique identifying integer.
 @nparams: 
 @params: 
 
-<!-- ##### ARG GtkSpinButton:shadow-type ##### -->
-<para>
-the type of border that surrounds the arrows of a spin button.
-</para>
-
-
 <!-- ##### STRUCT GtkStatusbarMsg ##### -->
 <para>
 Holds the data for a statusbar message. <structfield>text</structfield> holds the actual text string. <structfield>context_id</structfield> is the context that this message is associated with, and <structfield>message_id</structfield> is this particular message's identifier. However, these fields should not be modified directly.
index b57f1a58ee3da4c39b31e9b714d7837a4c12cccb..ceec7a0916bed1d2b8e1da84b71e5065c3d576ab 100644 (file)
@@ -157,3 +157,28 @@ box.
 
 </para>
 
+<!-- ##### ARG GtkButtonBox:secondary ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButtonBox:child-internal-pad-y ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButtonBox:child-internal-pad-x ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButtonBox:child-min-width ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButtonBox:child-min-height ##### -->
+<para>
+
+</para>
+
index 09c0cec70975e8b9c1e745b639045c4d172bdd42..0e4a35b935a5846973c7db973873428be8acb205 100644 (file)
@@ -382,3 +382,28 @@ how to allocate space for children, equally or variably.  Refers to
 the <structfield>homogeneous</structfield> field of #GtkBox-struct.\r
 </para>
 
+<!-- ##### ARG GtkBox:expand ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkBox:fill ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkBox:padding ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkBox:pack-type ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkBox:position ##### -->
+<para>
+
+</para>
+
index 6d921057e6cda8958ecf2d96b42d7390e880e943..7b448c1a063782f8130ab8917c4f357429e01f42 100644 (file)
@@ -249,3 +249,23 @@ The #GtkReliefStyle as outlined in gtk_button_set_relief().
 
 </para>
 
+<!-- ##### ARG GtkButton:default-border ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButton:default-outside-border ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButton:child-displacement-y ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkButton:child-displacement-x ##### -->
+<para>
+
+</para>
+
index a0f69d2d8e3da57df9c74719489a4cf35914fec5..7b5e72c6ada3cfeb88b40f00229455ffcc20b2a4 100644 (file)
@@ -66,3 +66,13 @@ Creates a new #GtkCheckButton with a #GtkLabel to the right of it.
 @Returns: 
 
 
+<!-- ##### ARG GtkCheckButton:indicator-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkCheckButton:indicator-spacing ##### -->
+<para>
+
+</para>
+
index 764e64868abe3f8343831aa9870a73337e15e8c3..6a113643a3d22eb2283f3c131fa6eb0e93d0918f 100644 (file)
@@ -298,3 +298,18 @@ was clicked.
 
 </para>
 
+<!-- ##### ARG GtkDialog:content-area-border ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkDialog:button-spacing ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkDialog:action-area-border ##### -->
+<para>
+
+</para>
+
index eb8af4de2459e9080343f67db16bece9b037de3f..a68d98ebd809c3ef508de5edd96b22f799520e74 100644 (file)
@@ -145,8 +145,8 @@ Sets a default path for the file requestor. If @filename includes a directory pa
 <para>
 </para>
 
-@filesel:
-@Returns:
+@filesel: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_file_selection_complete ##### -->
index 67bedddd986f17e9cab1d403e277d358ea8d6cba..814205aa1a49ae7961ebb279bf709b93bdba5b0f 100644 (file)
@@ -166,3 +166,13 @@ Moves a child of a #GtkFixed container to the given position.
 @has_window: 
 
 
+<!-- ##### ARG GtkFixed:x ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkFixed:y ##### -->
+<para>
+
+</para>
+
index 632dc43d170387d91a3968026251a1ef78002c7f..75de3755c5340adb725bf8c0f54fc5b043d85368 100644 (file)
@@ -171,3 +171,13 @@ Layout width, see gtk_layout_set_size()
 Layout height, see gtk_layout_set_size()
 </para>
 
+<!-- ##### ARG GtkLayout:x ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkLayout:y ##### -->
+<para>
+
+</para>
+
index 3b22a5872f783430776101884f0a3aefcb902fb1..30f4e8f85e9aba0d640a26daac76a54ac8b6f41e 100644 (file)
@@ -64,3 +64,13 @@ 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.
 
 
+<!-- ##### ARG GtkMenuBar:shadow-type ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkMenuBar:internal-padding ##### -->
+<para>
+
+</para>
+
index d65e13a75e9febcb16725bfb403ef1f6fa67fc3c..08147c6544509c4fe08f5faf30bd25cde9229699 100644 (file)
@@ -201,3 +201,8 @@ submenu. For normal applications, the relevant signal is "activate".
 @menuitem: the object which received the signal.
 @arg1: 
 
+<!-- ##### ARG GtkMenuItem:selected-shadow-type ##### -->
+<para>
+
+</para>
+
index c9aeaac88e2c398fd9957f79adbadd2b45d8f5a8..73b5706052cea191022b9c69bb1fff5bef2735ce 100644 (file)
@@ -112,3 +112,8 @@ then call gtk_dialog_add_buttons().
 
 </para>
 
+<!-- ##### ARG GtkMessageDialog:message-border ##### -->
+<para>
+
+</para>
+
index d72d1f0ac12c2e22921dd00d38357e6f4553d57d..b79951934ed69b64f7bb382332d600246c4a23b2 100644 (file)
@@ -496,3 +496,33 @@ Whether the popup menu for switching pages is enabled.
 whether the tabs must have all the same size.
 </para>
 
+<!-- ##### ARG GtkNotebook:tab-label ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkNotebook:menu-label ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkNotebook:position ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkNotebook:tab-expand ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkNotebook:tab-fill ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkNotebook:tab-pack ##### -->
+<para>
+
+</para>
+
index 7ce82020920571cd270f4645f8dcda7eb16d3d84..31debc57f83ac7dc9e013263c3a9c1b3a61fea7b 100644 (file)
@@ -100,3 +100,13 @@ selected value for the option menu.
 
 </para>
 
+<!-- ##### ARG GtkOptionMenu:indicator-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkOptionMenu:indicator-spacing ##### -->
+<para>
+
+</para>
+
index 2bfa3e5c278ed89a925965e721fa2dfa320758a8..aa1d425e8b9db9d866cf2f72a6af4ac5ed806317 100644 (file)
@@ -215,3 +215,8 @@ gutter (the area between the two panes). It does nothing now.
 
 </para>
 
+<!-- ##### ARG GtkPaned:handle-size ##### -->
+<para>
+
+</para>
+
index ed9fb1d6bec5adbce91da4ec43860592d04f09b3..8bb496e4c5109310aec52cf006c56684f0f1ddd3 100644 (file)
@@ -47,8 +47,8 @@ inside the first applications window.
 
 </para>
 
-@display: 
 @plug: 
+@display: 
 @socket_id: 
 
 
index 8805af8ccd1658260d5eafdf830c1620817fffbf..8f4f787e29591fc55f1e2bd7db200795f04f1246 100644 (file)
@@ -153,3 +153,33 @@ Emitted when the range value changes.
 
 </para>
 
+<!-- ##### ARG GtkRange:stepper-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRange:slider-width ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRange:stepper-spacing ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRange:arrow-displacement-y ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRange:arrow-displacement-x ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkRange:trough-border ##### -->
+<para>
+
+</para>
+
index 843af11205b5d82c3fe0db98189cff741a9e838a..36b0dbf6d548bf38c7e8ff92e15ccbfc30618d1f 100644 (file)
@@ -792,11 +792,9 @@ otherwise %NULL.
 
 <!-- ##### FUNCTION gtk_rc_get_module_dir ##### -->
 <para>
-Returns the directory in which GTK+ will look for
-theme engines.
 </para>
 
-@Returns: The directory. (Must be freed with g_free())
+@Returns:
 
 
 <!-- ##### FUNCTION gtk_rc_get_im_module_path ##### -->
index 086db00186bec276fa3bda21696c0782dbe1107f..b78bac4c5ebcbf35db1a892ba3f9508bfd297f2a 100644 (file)
@@ -148,3 +148,13 @@ If the current value is displayed as a string next to the slider.
 The position in which the current value is displayed.
 </para>
 
+<!-- ##### ARG GtkScale:slider-length ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScale:value-spacing ##### -->
+<para>
+
+</para>
+
index befa256ea83d56637f5051b4c7d29172b5c623f5..cc947c106ee48651bb481a8f24559d870e2e2c55 100644 (file)
@@ -54,3 +54,33 @@ The #GtkScrollbar struct does not contain any public data.
 </para>
 
 
+<!-- ##### ARG GtkScrollbar:has-forward-stepper ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScrollbar:has-backward-stepper ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScrollbar:fixed-slider-length ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScrollbar:min-slider-length ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScrollbar:has-secondary-forward-stepper ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkScrollbar:has-secondary-backward-stepper ##### -->
+<para>
+
+</para>
+
index b48709a484f89c0cc0b0f8626156d982a041477b..37177cf57e117d12a9828d49ac70447caa8e749b 100644 (file)
@@ -152,10 +152,10 @@ Looks up a given target in a #GtkTargetList.
 <para>
 </para>
 
-@widget:
-@selection:
-@time:
-@Returns:
+@widget: 
+@selection: 
+@time: 
+@Returns: 
 
 
 <!-- ##### FUNCTION gtk_selection_owner_set_for_display ##### -->
index f2cc4cf27f7fcda34a804499c348d19b8cccc0d5..458abe1f69778a89a0cf0db24afe588a49273851 100644 (file)
@@ -473,3 +473,8 @@ how a spin button should be updated.
 reads the current value, or sets a new value.
 </para>
 
+<!-- ##### ARG GtkSpinButton:shadow-type ##### -->
+<para>
+the type of border that surrounds the arrows of a spin button.
+</para>
+
index 3a195ad08f70818335befe271689e533aefe5cb6..4d7ea2688bb8f0e2de7dc0eb8534f84c85dfd705 100644 (file)
@@ -138,3 +138,8 @@ Is emitted whenever a new message gets pushed onto a statusbar's stack.
 @context_id: the context id of the relevant message/statusbar.
 @text: the message that was pushed.
 
+<!-- ##### ARG GtkStatusbar:shadow-type ##### -->
+<para>
+
+</para>
+
index 2f2fb10f64a72b497def77f1c0ee37c76604ae02..0275f4ef3a516b285918cab52a8c066b3bce7c97 100644 (file)
@@ -179,6 +179,16 @@ Returns whether the style is attached to a window.
 @Returns: 
 
 
+<!-- ##### FUNCTION gtk_style_get_font_for_display ##### -->
+<para>
+
+</para>
+
+@display: 
+@style: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_style_set_font ##### -->
 <para>
 
index 36e409ff21f42d58edbab0fa6ef733adb70e9303..ba9a97df5575bd386263faa86501cd375834a9b5 100644 (file)
@@ -276,3 +276,43 @@ Sets or retrieves the number of pixels of space between rows.
 Whether each cell in the table should be the same size or not.
 </para>
 
+<!-- ##### ARG GtkTable:left-attach ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:right-attach ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:top-attach ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:bottom-attach ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:x-options ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:y-options ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:x-padding ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTable:y-padding ##### -->
+<para>
+
+</para>
+
index 0d511033dafebb7452d21b0d98cb12ed9657dd0a..9ebf2d6d86dee78426ebceb9f971dd573f225b66 100644 (file)
@@ -386,3 +386,28 @@ Should be used if you wish to perform an action when ever the style of a toolbar
 
 </para>
 
+<!-- ##### ARG GtkToolbar:shadow-type ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToolbar:space-style ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToolbar:button-relief ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToolbar:internal-padding ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkToolbar:space-size ##### -->
+<para>
+
+</para>
+
index e7301121597b3e97978c60ed19273a0f8aeaa78c..b8d73fe9c8800c206157e1652cafda502da87b37 100644 (file)
@@ -901,3 +901,28 @@ Function used for #gtk_tree_view_map_expanded_rows.
 
 </para>
 
+<!-- ##### ARG GtkTreeView:expander-size ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTreeView:vertical-separator ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTreeView:allow-rules ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTreeView:horizontal-separator ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkTreeView:indent-expanders ##### -->
+<para>
+
+</para>
+
index d3e6daec0f9ce500e339a418c3e7af81d33c05ce..0aca15d440d59bb085d07220d0e6475c3526b184 100644 (file)
@@ -1320,6 +1320,26 @@ This function is not useful for applications.
 @class: 
 
 
+<!-- ##### FUNCTION gtk_widget_class_find_style_property ##### -->
+<para>
+
+</para>
+
+@klass: 
+@property_name: 
+@Returns: 
+
+
+<!-- ##### FUNCTION gtk_widget_class_list_style_properties ##### -->
+<para>
+
+</para>
+
+@klass: 
+@n_properties: 
+@Returns: 
+
+
 <!-- ##### FUNCTION gtk_widget_region_intersect ##### -->
 <para>
 
@@ -2163,3 +2183,38 @@ a widget changes from un-anchored to anchored or vice-versa.
 
 </para>
 
+<!-- ##### ARG GtkWidget:focus-line-pattern ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:interior-focus ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:focus-padding ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:cursor-color ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:focus-line-width ##### -->
+<para>
+
+</para>
+
+<!-- ##### ARG GtkWidget:secondary-cursor-color ##### -->
+<para>
+
+</para>
+
index 817a7bdacb76e966c7149c565a8ca3a1c5e2a03d..da26d76b6763505942f4134e3b2de64ba67c4395 100644 (file)
@@ -573,6 +573,8 @@ install-data-local: install-ms-lib install-libtool-import-lib
 
 uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib
        rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0/gtkrc
+       rm -f $(DESTDIR)$(datadir)/themes/Default/gtk-2.0-key/gtkrc
+       rm -f $(DESTDIR)$(datadir)/themes/Emacs/gtk-2.0-key/gtkrc
 
 DEPS = $(gtktargetlib) $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la $(top_builddir)/gdk/$(gdktargetlib)
 
index 4cf27e5c9b2d53b2c19768f7f79f6c8e32ad0ada..d6cb323e98576b56fbd9b8946504ecc68cb07d0f 100644 (file)
@@ -119,15 +119,15 @@ gtk_accel_group_class_init (GtkAccelGroupClass *class)
                                        G_SIGNAL_DETAILED,
                                        0,
                                        accel_activate_accumulator, NULL,
-                                       _gtk_marshal_BOOLEAN__OBJECT_UINT_UINT,
-                                       G_TYPE_BOOLEAN, 3, G_TYPE_OBJECT, G_TYPE_UINT, G_TYPE_UINT);
+                                       _gtk_marshal_BOOLEAN__OBJECT_UINT_FLAGS,
+                                       G_TYPE_BOOLEAN, 3, G_TYPE_OBJECT, G_TYPE_UINT, GDK_TYPE_MODIFIER_TYPE);
   signal_accel_changed = g_signal_new ("accel_changed",
                                       G_OBJECT_CLASS_TYPE (class),
                                       G_SIGNAL_RUN_FIRST | G_SIGNAL_DETAILED,
                                       G_STRUCT_OFFSET (GtkAccelGroupClass, accel_changed),
                                       NULL, NULL,
-                                      _gtk_marshal_VOID__UINT_UINT_BOXED,
-                                      G_TYPE_NONE, 3, G_TYPE_UINT, G_TYPE_UINT, G_TYPE_CLOSURE);
+                                      _gtk_marshal_VOID__UINT_FLAGS_BOXED,
+                                      G_TYPE_NONE, 3, G_TYPE_UINT, GDK_TYPE_MODIFIER_TYPE, G_TYPE_CLOSURE);
 }
 
 static void
index 5a58e9eb4778b6db5cb8477b9482d7ce93796e6a..936662539c389055e15c009c74d1ec29ce2738e0 100644 (file)
@@ -1447,6 +1447,7 @@ gtk_label_ensure_layout (GtkLabel *label)
              
              pango_layout_set_width (label->layout, width);
              pango_layout_get_extents (label->layout, NULL, &logical_rect);
+             width = logical_rect.width;
              height = logical_rect.height;
              
              /* Unfortunately, the above may leave us with a very unbalanced looking paragraph,
@@ -1465,7 +1466,7 @@ gtk_label_ensure_layout (GtkLabel *label)
                      pango_layout_get_extents (label->layout, NULL, &logical_rect);
                      
                      if (logical_rect.height <= height)
-                       width = perfect_width;
+                       width = logical_rect.width;
                      else
                        {
                          gint mid_width = (perfect_width + width) / 2;
@@ -1476,7 +1477,7 @@ gtk_label_ensure_layout (GtkLabel *label)
                              pango_layout_get_extents (label->layout, NULL, &logical_rect);
                              
                              if (logical_rect.height <= height)
-                               width = mid_width;
+                               width = logical_rect.width;
                            }
                        }
                    }
index d1dd2070f9d4f5f2b8ea5e1ed68d46f8db4a3d1d..b0fa87862df399bfa6fc346e0ef02ca2db60934c 100644 (file)
@@ -25,7 +25,7 @@ BOOLEAN:BOXED
 BOOLEAN:BOXED,BOXED
 BOOLEAN:ENUM
 BOOLEAN:ENUM,INT
-BOOLEAN:OBJECT,UINT,UINT
+BOOLEAN:OBJECT,UINT,FLAGS
 BOOLEAN:OBJECT,INT,INT,UINT
 BOOLEAN:OBJECT,STRING,STRING,BOXED
 BOOLEAN:OBJECT,BOXED,BOXED
@@ -81,8 +81,8 @@ VOID:POINTER,UINT
 VOID:STRING
 VOID:STRING,STRING
 VOID:STRING,INT,POINTER
+VOID:UINT,FLAGS,BOXED
 VOID:UINT,UINT
-VOID:UINT,UINT,BOXED
 VOID:UINT,STRING
 VOID:UINT,BOXED,UINT,FLAGS,FLAGS
 VOID:UINT,OBJECT,UINT,FLAGS,FLAGS
index a44c526ce1bb5d63a06f739c3a7571fde6d78cbb..91b398483d5e96ec0cd20c54147e9aa3d6234444 100644 (file)
@@ -299,9 +299,9 @@ gtk_rc_make_default_dir (const gchar *type)
 
   var = g_getenv ("GTK_EXE_PREFIX");
   if (var)
-    path = g_build_filename (var, "lib", "gtk-2.0", type, GTK_BINARY_VERSION, NULL);
+    path = g_build_filename (var, "lib", "gtk-2.0", GTK_BINARY_VERSION, type, NULL);
   else
-    path = g_build_filename (GTK_LIBDIR, "gtk-2.0", type, GTK_BINARY_VERSION, NULL);
+    path = g_build_filename (GTK_LIBDIR, "gtk-2.0", GTK_BINARY_VERSION, type, NULL);
 
   return path;
 }
@@ -367,6 +367,16 @@ gtk_rc_get_theme_dir (void)
   return path;
 }
 
+/**
+ * gtk_rc_get_module_dir:
+ * 
+ * Returns a directory in which GTK+ looks for theme engines.
+ * For full information about the search for theme engines,
+ * see the docs for <envvar>GTK_PATH</envvar> in
+ * <xref linkend="gtk-running">.
+ * 
+ * return value: the directory. (Must be freed with g_free())
+ **/
 gchar *
 gtk_rc_get_module_dir (void)
 {