gtk/demos
Benjamin Otte ce531ce280 listview: Add GtkListItem::focusable property
This makes the question if a listitem can be focused or not an explicit
decision by application developers.

Previously an item could be focused if it was selectable and no child or
grandchild was focusable - so if you put a label and icon into it, the
item was focusable, but if you put a GtkTreeExpander or a GtkButton into
it, the item wasn't. This needs to be decided explicitly now.

Technically this is an API break, because the previous behavior does not
exist anymore.
But I really don't want to make this a tristate (focusable, not
focusable, automatic), because then binding it to other things gets
hard, and because all the other focusable proeprties are booleans, too,
and working with them gets a lot harder.

Related: #3910
2023-04-01 20:49:40 +02:00
..
constraint-editor Fix compile_resources present source directory 2023-03-07 21:59:50 +00:00
gtk-demo listview: Add GtkListItem::focusable property 2023-04-01 20:49:40 +02:00
icon-browser Fix compile_resources present source directory 2023-03-07 21:59:50 +00:00
node-editor docs: Document additions to the node format 2023-03-29 03:53:52 +02:00
print-editor Deprecate GtkAssistant 2023-02-02 08:39:25 +01:00
widget-factory Fix compile_resources present source directory 2023-03-07 21:59:50 +00:00
meson.build build: Replace source_root() 2021-12-24 15:48:06 +00:00