lumiera_/src/include
Ichthyostega bc4f7604a2 Timeline: draft a scheme to use custom class names within CSS selectors
We can add our custom classes to custom widgets, and we can set the
widget name, which can be used as #id selector from CSS

Unfortunately we can not set the main CSS node name for CustomWidgets defined through GTKmm (C++)
The latter is only possible when deriving the custom widget in plain-C, which is quite tedious.
On a second thought, this limitation is not so severe as it might seem, because
most of the time you actually do *not* want to change the CSS node name,
because you want to match against existing rules in the theme (e.g. box, or paned)

The actual case here would have been an exception to this rule, since here
it would be nice to anchor the whole custom timeline drawing in an "body.timeline" element


NOTE: Current state for the selector path is now:

window.background box.vertical box[2/3].horizontal widget[2/2] widget paned.vertical widget box.vertical notebook[1/1].frame paned.horizontal.timeline-page box.vertical.timeline.timeline-body fork.timeline
2019-07-13 21:04:33 +02:00
..
config-facade.h DI: adjust codebase to the new DependInject configuration API 2018-03-31 01:06:10 +02:00
display-facade.h Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
display-handles.h Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
dummy-player-facade.h Global-Layer-Renaming: rename namespaces 2018-11-15 23:55:13 +01:00
gui-notification-facade.h Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
interfaceproxy.hpp Improve the code for proxy generation 2018-04-03 07:45:13 +02:00
lifecycle.h Library: replace boost::noncopyable by our own library solution 2018-03-24 05:35:13 +01:00
limits.h factor out fequently used functions for ordinal numbers 2012-12-11 04:07:06 +01:00
logging.h Global-Layer-Renaming: fix remaining textual usages and IDs in the code 2018-12-10 00:09:56 +01:00
play-facade.hpp Global-Layer-Renaming: adjust namespace qualification 2018-11-15 23:59:23 +01:00
session-command-facade.h Dispatcher: rename in accordance to the layer 2018-12-10 00:12:52 +01:00
ui-protocol.hpp Timeline: draft a scheme to use custom class names within CSS selectors 2019-07-13 21:04:33 +02:00