Comment 17 for bug 491521

Revision history for this message
Cody Russell (bratsche) wrote :

Hey Andrea,

The decorations currently only defines some new style properties on GtkWindow, so you should be able to use it already from murrine I think.

GtkWindow:client-side-decorated - bool, defaults to FALSE
GtkWindow:decoration-border-width - int
GtkWindow:decoration-resize-handle - int
GtkWindow:client-side-drop-shadows - bool, defaults to FALSE
GtkWindow:extents-left - int
GtkWindow:extents-right - int
GtkWindow:extents-top - int
GtkWindow:extents-bottom - int

client-side-decorated needs to be set to TRUE to enable the feature, it defaults to FALSE

The four extents values control drop shadow size. For now make sure you set all four of those to the same value, or the drop shadow may be messed up.

Glad you're interested in it.. let me know how your experimentation goes, and until it gets officially merged into master could you report bugs to me directly by email? Use <email address hidden>