mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Can successfully parse the following XML and and implement the action:
<mouse>
<context name="TitleBar">
<mousebind button="Left" action="DoubleClick">
<action name="ToggleMaximize"/>
</mousebind>
</context>
</mouse>
The XML parsing code for this looks A LOT different than the already
existing XML parsing code. It may have to be reworked
|
||
|---|---|---|
| .. | ||
| common | ||
| config | ||
| menu | ||
| xbm | ||
| labwc.h | ||
| layers.h | ||
| meson.build | ||
| ssd.h | ||
| theme.h | ||