Heavy gtk2 cleaning

ubuntu/bionic
unknown 11 years ago
parent c6261ff1ab
commit 49ae14bf6d

@ -1,23 +0,0 @@
# ==============================================================================
# BANSHEE SPECIFIC SETTINGS
# ==============================================================================
style "banshee_scrollbar" {
engine "murrine" {
roundness = 20
}
}
widget "__gtksharp_1*SeekSlider*" style "scale"
widget "__gtksharp_1*Player*croll*" style "banshee_scrollbar"
widget_class "__gtksharp_1*<GtkToolbar>*" style "default"
widget_class "__gtksharp_1*<GtkButton>*" style "button"
#widget_class "__gtksharp_1*<GtkScale>*" style "scale"

@ -1,102 +0,0 @@
########################################################################
# Arrow
########################################################################
style "arrow" {
# UP
engine "pixmap" {
image
{
function = ARROW
state = NORMAL
recolorable = TRUE
overlay_file = "images/arrow-up-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = PRELIGHT
recolorable = TRUE
overlay_file = "images/arrow-up-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = ACTIVE
recolorable = TRUE
overlay_file = "images/arrow-up-active-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
image
{
function = ARROW
state = INSENSITIVE
recolorable = TRUE
overlay_file = "images/arrow-up-ins-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = UP
}
# DOWN
image
{
function = ARROW
state = NORMAL
recolorable = TRUE
overlay_file = "images/arrow-down-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = PRELIGHT
recolorable = TRUE
overlay_file = "images/arrow-down-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = ACTIVE
recolorable = TRUE
overlay_file = "images/arrow-down-active-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image
{
function = ARROW
state = INSENSITIVE
recolorable = TRUE
overlay_file = "images/arrow-down-ins-combo.png"
overlay_border = { 0, 0, 0, 0 }
overlay_stretch = FALSE
arrow_direction = DOWN
}
image # used for dialog bg. in apps. like Inkscape
{
function = BOX
recolorable = TRUE
file = "images/null.png"
border = { 2, 2, 2, 2 }
stretch = TRUE
}
}
}
class "GtkArrow*" style "arrow"

@ -36,7 +36,7 @@ style "default" {
GtkScale::trough-border = 0
GtkScale::slider-width = 23
GtkScale::slider-length = 14
GtkScale::trough-side-details = 1
GtkScale::trough-side-details = 0
GtkScrollbar ::has-backward-stepper = 0
GtkScrollbar ::has-forward-stepper = 1
@ -44,7 +44,7 @@ style "default" {
GtkScrollbar ::slider-width = 9
GtkScrollbar ::trough-border = 3
GtkScrollbar ::activate-slider = FALSE
GtkScrollbar ::trough-side-details = FALSE
GtkScrollbar ::trough-side-details = 0
GtkScrollbar ::stepper-size = 1
GtkScrolledWindow ::scrollbar-spacing = 0
@ -685,15 +685,13 @@ widget "*IdoEntryMenuItem*" style "wide"
widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "evo_new_button_workaround"
# Includes
include "apps/ff.rc"
include "apps/chromium.rc"
include "apps/gnome-terminal.rc"
include "apps/nautilus.rc"
include "lxpanel.rc"
include "arrow.rc"
#include "notebook.rc" ' This needs revision
include "entry.rc"
include "statusbar.rc"
include "toolbar.rc"
include "pcmanfm.rc"
include "xfce4-notifyd.rc"
include "assets/ff.rc"
include "assets/chromium.rc"
include "assets/gnome-terminal.rc"
include "assets/nautilus.rc"
include "assets/lxpanel.rc"
include "assets/entry.rc"
include "assets/statusbar.rc"
include "assets/toolbar.rc"
include "assets/pcmanfm.rc"
include "assets/xfce4-notifyd.rc"

Loading…
Cancel
Save