Changeset 346


Ignore:
Timestamp:
12/08/06 03:40:55 (6 years ago)
Author:
ken_zhao
Message:

theme: gtktreeview: try to find a way to solve the GtkLable? style on GtkTreeView?.GtkButton?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/gtktreeview

    r234 r346  
    5656 
    5757#FIXME why does this not work with GtkTreeView, but does with MokoTreeView? 
     58# In mokobutton, "*.GtkButton.*" has been defined. So this style does not work. 
     59# GtkLabel on MokoTreeView can work because it derives from the style of MokoTreeView. 
     60# The possible solution is to disable GtkLable define in mokobutton  
     61# and set the style like the following: 
     62# widget_class "*.GtkTreeView.GtkButton.*" style "gtktreeview-button-label" 
     63# But this will affect normal GtkButton, is there a better solution? 
    5864style "gtktreeview-button-label" 
    5965{ 
     
    6268} 
    6369widget "*.GtkTreeView.*.GtkLabel" style "gtktreeview-button-label" 
    64  
Note: See TracChangeset for help on using the changeset viewer.