Warning, /plasma/breeze-gtk/src/gtk2/widgets/entry is written in an unsupported language. File is not indexed.

0001 style "entry"
0002 {
0003     xthickness    = 4
0004     ythickness      = 4
0005 
0006   base[NORMAL] = @base_color
0007   base[ACTIVE] = @base_color
0008   base[INSENSITIVE] = @insensitive_base_color
0009 
0010     engine "pixmap"
0011     {
0012     image
0013     {
0014         function        = SHADOW
0015         detail          = "entry"
0016     state       = NORMAL
0017         shadow          = IN
0018         file            = "../assets/entry.png"
0019         border          = { 4, 4, 4, 4 }
0020         stretch         = TRUE
0021     }
0022     image
0023     {
0024         function        = SHADOW
0025         detail          = "entry"
0026     state       = INSENSITIVE
0027         shadow          = IN
0028         file            = "../assets/entry-insensitive.png"
0029         border          = { 4, 4, 4, 4 }
0030         stretch         = TRUE
0031     }
0032   image
0033   {
0034         function        = SHADOW
0035         detail          = "entry"
0036     state       = ACTIVE
0037         file              = "../assets/entry-active.png"
0038         border          = { 4, 4, 4, 4 }
0039         stretch         = TRUE
0040     }
0041     image
0042     {
0043         function    = FLAT_BOX
0044         detail      = "entry_bg"
0045         state       = ACTIVE
0046         file              = "../assets/null.png"
0047         border          = { 0, 0, 0, 0 }
0048         stretch         = TRUE
0049     }
0050  }
0051 }
0052 
0053 style "combobox_entry"
0054 {
0055   xthickness = 3
0056   ythickness = 4
0057 
0058   engine "pixmap" {
0059 
0060     # LTR version
0061 
0062     image {
0063       function = SHADOW
0064       detail = "entry"
0065       state = NORMAL
0066       shadow = IN
0067       file = "../assets/combo-entry.png"
0068       border = { 4, 4, 5, 4 }
0069       stretch = TRUE
0070       direction = LTR
0071     }
0072 
0073     image {
0074       function = SHADOW
0075       detail = "entry"
0076       state = INSENSITIVE
0077       shadow = IN
0078       file = "../assets/combo-entry-insensitive.png"
0079       border = { 4, 4, 5, 4 }
0080       stretch = TRUE
0081       direction = LTR
0082     }
0083 
0084     image {
0085       function = SHADOW
0086       detail = "entry"
0087       state = ACTIVE
0088       file = "../assets/combo-entry-active.png"
0089       border = { 4, 4, 5, 4 }
0090       stretch = TRUE
0091       direction = LTR
0092     }
0093 
0094     # RTL version
0095 
0096     image {
0097       function = SHADOW
0098       detail = "entry"
0099       state = NORMAL
0100       shadow = IN
0101       file = "../assets/combo-entry-button.png"
0102       border = { 4, 4, 5, 4 }
0103       stretch = TRUE
0104       direction = RTL
0105     }
0106 
0107     image {
0108       function = SHADOW
0109       detail = "entry"
0110       state = INSENSITIVE
0111       shadow = IN
0112       file = "../assets/combo-entry-button-insensitive.png"
0113       border = { 4, 4, 5, 4 }
0114       stretch = TRUE
0115       direction = RTL
0116     }
0117 
0118     image {
0119       function = SHADOW
0120       detail = "entry"
0121       state = ACTIVE
0122       file = "../assets/combo-entry-button-active.png"
0123       border = { 4, 4, 5, 4 }
0124       stretch = TRUE
0125       direction = RTL
0126     }
0127   }
0128 }
0129 
0130 style "combobox_entry_button"
0131 {
0132   xthickness = 6
0133 
0134   fg[ACTIVE] = @text_color
0135 
0136   engine "pixmap" {
0137 
0138     # LTR version
0139 
0140     image {
0141       function = BOX
0142       state = NORMAL
0143       file = "../assets/combo-entry-button.png"
0144       border = { 4, 4, 5, 4 }
0145       stretch = TRUE
0146       direction = LTR
0147     }
0148 
0149     image {
0150       function = BOX
0151       state = PRELIGHT
0152       file = "../assets/combo-entry-button.png"
0153       border = { 4, 4, 5, 4 }
0154       stretch = TRUE
0155       direction = LTR
0156     }
0157 
0158     image {
0159       function = BOX
0160       state = INSENSITIVE
0161       file = "../assets/combo-entry-button-insensitive.png"
0162       border = { 4, 4, 5, 4 }
0163       stretch = TRUE
0164       direction = LTR
0165     }
0166 
0167     image {
0168       function = BOX
0169       state = ACTIVE
0170       file = "../assets/combo-entry-button-active.png"
0171       border = { 4, 4, 5, 4 }
0172       stretch = TRUE
0173       direction = LTR
0174     }
0175 
0176     # RTL version
0177     image {
0178       function = BOX
0179       state = NORMAL
0180       file = "../assets/combo-entry.png"
0181       border = { 4, 4, 5, 4 }
0182       stretch = TRUE
0183       direction = RTL
0184     }
0185 
0186     image {
0187       function = BOX
0188       state = PRELIGHT
0189       file = "../assets/combo-entry.png"
0190       border = { 4, 4, 5, 4 }
0191       stretch = TRUE
0192       direction = RTL
0193     }
0194 
0195     image {
0196       function = BOX
0197       state = INSENSITIVE
0198       file = "../assets/combo-entry-insensitive.png"
0199       border = { 4, 4, 5, 4 }
0200       stretch = TRUE
0201       direction = RTL
0202     }
0203 
0204     image {
0205       function = BOX
0206       state = ACTIVE
0207       file = "../assets/combo-entry-active.png"
0208       border = { 4, 4, 5, 4 }
0209       stretch = TRUE
0210       direction = RTL
0211     }
0212   }
0213 }
0214