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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user