Re: How to make a button look like a treeview column title? [Was: How to use the treeview column title style for a button?]



I looked at modules/engines/ms-windows/msw_style.c, line 855, and tried the following, without succes:

     gchar* class_path = NULL;
     gtk_widget_class_path(button, NULL, &class_path, NULL);
gchar buf[1024];
     g_snprintf (buf, sizeof(buf),
       "widget_class \"%s\" style \"msw-header-button\"\n",
           class_path );
     gtk_rc_parse_string (buf);





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