5e4d196f7f
- Fix separators, they weren't properly aligned, and they didn't use gtk_paint_box when needed some gtk themes/engine draw lines with box ^^ (for 3d appearance for instance) - Fix pressed toolbar buttons state: it wasn't drawn correctly - Fix toolbar buttons background: window background was paint, but the background was the toolbar, so, now, the background of the toolbar is paint - Use gtk_paint_box instead of gtk_paint_flat_box for buttondefault, it wasn't correct and caused some weird things in the corners - Code cleanup: remove a function call which set the widgets flags, it is useless (and could cause some segfaults) since we must specify widget state and shadow in gtk_paint_(flat_)box). - Code cleanup: remove duplicated code, toolbar button are now drawn using the same function as normal buttons |
||
---|---|---|
.. | ||
aqua | ||
inc | ||
prj | ||
qa/complex | ||
source | ||
test | ||
unx | ||
util | ||
win | ||
workben |