Re: changing the way checkbutton looks

2010-09-24 Thread David Nečas
On Thu, Sep 23, 2010 at 08:14:49AM -0700, Sergei Steshenko wrote:
 by default checkbutton has kind of 'v' on it when active and no special
 sign when not active.
 
 Is there a simple way to change what's shown on it inside the application ?
 I.e. I do not want to change this in theme.

Subclassing GtkCheckButton and overriding draw_indicator() method should
work since it works for radio buttons.

Yeti

___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list


changing the way checkbutton looks

2010-09-23 Thread Sergei Steshenko
Hello,

by default checkbutton has kind of 'v' on it when active and no special
sign when not active.

Is there a simple way to change what's shown on it inside the application ?
I.e. I do not want to change this in theme.

Thanks,
  Sergei.


  
___
gtk-list mailing list
gtk-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-list