mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Document the fact that gtk_paned_set_handle_size() has been removed.
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com> * docs/Changes-2.0.txt: Document the fact that gtk_paned_set_handle_size() has been removed. * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, since it pointed to gtk_paned_set_handle_size(), which was removed. (#66760, Matt Wilson)
This commit is contained in:
parent
1a0be4a67a
commit
c56a3caad3
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -1,3 +1,12 @@
|
||||
Wed Dec 26 12:32:31 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* docs/Changes-2.0.txt: Document the fact that
|
||||
gtk_paned_set_handle_size() has been removed.
|
||||
|
||||
* gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro,
|
||||
since it pointed to gtk_paned_set_handle_size(), which
|
||||
was removed. (#66760, Matt Wilson)
|
||||
|
||||
Wed Dec 26 12:28:24 2001 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkdnd.c (gtk_drag_highlight): Connect
|
||||
|
@ -20,6 +20,9 @@ Incompatible Changes from GTK+-1.2 to GTK+-2.0:
|
||||
has been changed to include the entire area previously occupied by
|
||||
the gutter.
|
||||
|
||||
* gtk_paned_set_handle_size() has been removed, in favor of a style property,
|
||||
since this is an option that only makes sense for themes to adjust.
|
||||
|
||||
* GDK no longer selects OwnerGrabButtonMask for button presses. This means
|
||||
that the automatic grab that occurs when the user presses a button
|
||||
will have owner_events = FALSE, so all events are redirected to the
|
||||
|
@ -106,7 +106,6 @@ void gtk_paned_compute_position (GtkPaned *paned,
|
||||
#ifndef GTK_DISABLE_DEPRECATED
|
||||
#define gtk_paned_gutter_size(p,s) (void) 0
|
||||
#define gtk_paned_set_gutter_size(p,s) (void) 0
|
||||
#define gtk_paned_handle_size gtk_paned_set_handle_size
|
||||
#endif /* GTK_DISABLE_DEPRECATED */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user