Re: How to make a button look like a treeview column title? [Was: How to use the treeview column title style for a button?]
- From: Bastiaan Veelo <bastiaan sarc nl>
- To: gtk-app-devel-list gnome org
- Cc: Kristian Rietveld <kris imendio com>
- Subject: Re: How to make a button look like a treeview column title? [Was: How to use the treeview column title style for a button?]
- Date: Mon, 08 Oct 2007 17:18:42 +0200
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]