gtk2/demos
Timm Bäder 5eb181281a fishbowl: Remove visibility handling
First, almost all widgets are either visible and mapped, or visible and
unmapped because they are !child_visible. In both cases, we do care
about the size. If they are indeed invisible, gtk_widget_measure() will
take care of that by returning all 0.

And gtk_widget_unparent() already queues a resize on the parent if
necessary, so that is unneeded as well.
2020-06-19 05:26:24 +02:00
..
constraint-editor constraint-editor: Don't poke around in widget internals 2020-05-30 19:26:46 -04:00
gtk-demo fishbowl: Remove visibility handling 2020-06-19 05:26:24 +02:00
icon-browser iconbrowser: Drop app menu leftovers 2020-06-11 18:16:36 -04:00
node-editor node-editor: Monitor file and reload on changes 2020-05-13 08:07:55 +02:00
print-editor print-editor: Stop using appmenu apis 2020-05-22 17:31:05 -04:00
widget-factory widget-factory: Make the print dialog more functional 2020-06-13 08:59:21 -04:00
meson.build Move print-editor to demos 2020-05-12 15:43:43 -04:00