css - Possibly transparent WebKit-Overlay in Gtk/Cairo? -


i'm building application, cross-platform (linux, win, os x), , graphics stuff via cairo(mm), supported little bit of gtk+ scaffolding (i.e. drawingarea). need ui elements, require custom look. ideally should displayed transparent overlay (i.e. different opacities different parts of ui).

as gtk+ hard customize (e.g. want edit-field suggestion-list above it), , me knowing how i'd achieve html/css, question popped up: why not let libwebkit handle ui stuff?

i don't have experience webkit, need know is:

  1. does above reasoning make sense else?
  2. css has opacity, can interface webkit in such way renders onto rgba-offscreen surface, alpha-values inherited layout-processing of css styles?
  3. even if 2. not work, has used libwebkit on offscreen surface, afaik requires redirection of keyboard , mouse interactions, via gtk+s provisions?

is possible render web content on clear background using webkit? gets.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -