Re: how to set link-color on Label
- From: Colomban Wendling <lists ban herbesfolles org>
- To: gtk-app-devel-list gnome org
- Subject: Re: how to set link-color on Label
- Date: Tue, 27 Aug 2013 19:01:15 +0200
Le 27/08/2013 18:52, Ondrej Tuma a écrit :
Oh, yes, sorry, in GTK 2.
…then you can use gtk_widget_set_name() and use custom RC styles:
label.set_name("mylabel");
...
style "mylabel-style" { ... }
widget "*.mylabel" style "mylabel-style"
checkout the GtkRC docs.
Regards,
Colomban
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]