Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
design:xfce4-settings:mergedialogs [2014/04/01 16:33] ochosidesign:xfce4-settings:mergedialogs [2014/04/04 18:15] – possible Implementation erickoegel
Line 51: Line 51:
   * Add the enum to libxfce4kbd and use static linking on the mappings   * Add the enum to libxfce4kbd and use static linking on the mappings
   * Don't use the enum, use g_intern_string or GQuark   * Don't use the enum, use g_intern_string or GQuark
 +
 +
 +==== Embed xfwm's tabs ====
 +
 +Use a GtkPlug/GtkSocket setup to embed the specific xfwm tabs into the settings dialogs. It would be similar to how the settings manager embeds processes and keep coupling loose for new shortcut/settings updates.