mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 14:50:06 +00:00
Merge branch 'ebassi/for-master' into 'master'
docs: Add note for the removal of GtkFileChooserButton See merge request GNOME/gtk!2954
This commit is contained in:
commit
7e1a210ae0
@ -1149,6 +1149,14 @@ pointer coordinates as inout arguments any more, but as normal in ones.
|
|||||||
|
|
||||||
See: gtk_tree_view_get_tooltip_context(), gtk_icon_view_get_tooltip_context()
|
See: gtk_tree_view_get_tooltip_context(), gtk_icon_view_get_tooltip_context()
|
||||||
|
|
||||||
|
### Stop using GtkFileChooserButton
|
||||||
|
|
||||||
|
The `GtkFileChooserButton` widget was removed, due to its shortcomings in
|
||||||
|
the user interaction. You can replace it with a simple #GtkButton that
|
||||||
|
shows a #GtkFileChooserNative dialog when clicked; once the file selection
|
||||||
|
has completed, you can update the label of the #GtkButton with the selected
|
||||||
|
file.
|
||||||
|
|
||||||
## Changes to consider after the switch
|
## Changes to consider after the switch
|
||||||
|
|
||||||
GTK 4 has a number of new features that you may want to take
|
GTK 4 has a number of new features that you may want to take
|
||||||
|
Loading…
Reference in New Issue
Block a user