Gtk's Rcfile



Hi, 

In rcfile we have many style and each widget may be
associated with the one of style.


# These set the widget types to use the styles defined
above.
# The widget types are listed in the class hierarchy,
but could probably be
# just listed in this document for the users
reference.

widget_class "GtkWindow" style "window"
widget_class "GtkDialog" style "window"
widget_class "GtkFileSelection" style "window"
widget_class "*Gtk*Scale" style "scale"
widget_class "*GtkCheckButton*" style "toggle_button"
widget_class "*GtkRadioButton*" style "toggle_button"
widget_class "*GtkButton*" style "button"
widget_class "*Ruler" style "ruler"
widget_class "*GtkText" style "text"


The above are the various widget classes.

I want to work with the GtkTextview widget.
I am using "GtkText" class for Textview but, it is not
working.

I have tried by using the follwoing stmt.
widget_class "*GtkTextView" style "text"

Any suggestion to see the effect to Textview.

Thanks,
Seetharam


      Now you can chat without downloading messenger. Go to 
http://in.messenger.yahoo.com/webmessengerpromo.php




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