Re: Gtk3 custom theme parsing



On Thu, 2 Aug 2012 09:39:36 -0500
Dave M <dave nerd gmail com> wrote:


I think it needs an override.  I can try it, but maybe Torsten will
jump in to make sure we're on the right path first.

Hi, from googling c code  it looks like we need a way to get:

GtkCssProvider *provider = gtk_css_provider_new ();

  gtk_css_provider_load_from_data (
    provider, 
    "GtkButton {font: Monospace 10; background-color: rgba(0%, 76%, 0%, 0.6);}", 
    -1, NULL);

See 
http://kalmbach.wordpress.com/category/gtk/  
for the c code example

0m,
zentara






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]