On Mon, 4 Dec 2006 17:18:05 +0300, Eugene Zagidullin
<[EMAIL PROTECTED]> wrote:
> On Mon, 4 Dec 2006 15:13:56 +0100
> Enrico Tröger <[EMAIL PROTECTED]> wrote:
>
> ET> how can I get the style which is actually used to draw the
> ET> widgets in an application?
>
> This shoud work correct:
>
> GtkSty
On Mon, 4 Dec 2006 15:13:56 +0100
Enrico Tröger <[EMAIL PROTECTED]> wrote:
ET> how can I get the style which is actually used to draw the widgets in
ET> an application?
This shoud work correct:
GtkStyle *rc_style = gtk_rc_get_style (your_widget);
--
Best regards,
Eugene