Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Apr 1, 2019
1 parent da1abba commit 60442e7
Show file tree
Hide file tree
Showing 356 changed files with 21,250 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gtk-2.0/.vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

autocmd BufEnter *.rc set filetype=gtkrc
Binary file added gtk-2.0/bak/arrow/arrow-down-active-combo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-down-combo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-down-disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-down.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-up-active-combo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-up-combo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-up-disable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/arrow/arrow-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions gtk-2.0/bak/button.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
########################################################################
# Button
########################################################################

style "button"
{
engine "pixmap"
{
### Button ###

## Normal
image
{
function = BOX
state = NORMAL
file = "img/button.png"
border = {3, 3, 3, 3}
stretch = TRUE
}
## Prelight
image
{
function = BOX
state = PRELIGHT
file = "img/button.png"
border = {3, 3, 3, 3}
stretch = TRUE
}

## Insensitive
image
{
function = BOX
state = INSENSITIVE
file = "img/button.png"
border = {3, 3, 3, 3}
stretch = TRUE
}

## Active
image
{
function = BOX
state = ACTIVE
file = "img/buttonPressed.png"
border = {3, 3, 3, 3}
stretch = TRUE
}

### Focus ###
image
{
function = FOCUS
file = "null.png"
}
}
}




class "GtkButton*" style "button"

Binary file added gtk-2.0/bak/button/button-ins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/button/button-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/button/button-spin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/button/button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions gtk-2.0/bak/c_box.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
########################################################################
# Check boxes
########################################################################

style "check_box"
{
### Check box ###
engine "pixmap"
{
image
{
function = CHECK
shadow = OUT
#overlay_file = "c_box/c_box.png"
overlay_file = "img/checkButton.png"
overlay_stretch = FALSE
}

image
{
function = CHECK
shadow = IN
#overlay_file = "c_box/c_box-pressed.png"
overlay_file = "img/checkButtonPressed.png"
overlay_stretch = FALSE
}

image
{
function = OPTION
shadow = OUT
#overlay_file = "c_box/c_box.png"
overlay_file = "img/checkButton.png"
overlay_stretch = FALSE
}

image
{
function = OPTION
shadow = IN
#overlay_file = "c_box/c_box-pressed.png"
overlay_file = "img/checkButtonPressed.png"
overlay_stretch = FALSE
}
}
}

class "GtkCheckButton*" style "check_box"
class "GtkCheckMenuItem*" style "check_box"
class "GtkTreeView*" style "check_box"

Binary file added gtk-2.0/bak/c_box/c_box-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/bak/c_box/c_box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
187 changes: 187 additions & 0 deletions gtk-2.0/bak/cd
Original file line number Diff line number Diff line change
@@ -0,0 +1,187 @@
########################################################################
# Notebook
########################################################################

style "notebook"
{
engine "pixmap"
{
### Notebook ###
image
{
function = BOX
file = "notebook/notebook.png"
border = {3, 3, 3, 3}
stretch = TRUE
}

### Tab TOP ###

## Normal
image
{
function = EXTENSION
state = ACTIVE
file = "notebook/tab-top.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = BOTTOM
}

## Active
image
{
function = EXTENSION
file = "notebook/tab-top-active.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = BOTTOM
}


### Tab BOTTOM ###

## Normal
image
{
function = EXTENSION
state = ACTIVE
file = "notebook/tab-bottom.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = TOP
}

## Active
image
{
function = EXTENSION
file = "notebook/tab-bottom-active.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = TOP
}

### Tab LEFT ###

## Normal
image
{
function = EXTENSION
state = ACTIVE
file = "notebook/tab-left.png"
border = {3,3,3,3}
stretch = TRUE
gap_side = RIGHT
}

## Active
image
{
function = EXTENSION
file = "notebook/tab-left-active.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = RIGHT
}

### Tab RIGHT ###

## Normal
image
{
function = EXTENSION
state = ACTIVE
file = "notebook/tab-right.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = LEFT
}

## Active
image
{
function = EXTENSION
file = "notebook/tab-right-active.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_side = LEFT
}

### Gap TOP ###
image
{
function = BOX_GAP
file = "notebook/notebook.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_file = "notebook/top-gap.png"
gap_border = {3, 3, 0, 0}
gap_start_file = "null.png"
gap_start_border = {0, 0, 0, 0}
gap_end_file = "null.png"
gap_end_border = {0, 0, 0, 0}
gap_side = TOP
}

### Gap BOTTOM ###
image
{
function = BOX_GAP
file = "notebook/notebook.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_file = "notebook/bottom-gap.png"
gap_border = {3, 3, 0, 0}
gap_start_file = "null.png"
gap_start_border = {0, 0, 0, 0}
gap_end_file = "null.png"
gap_end_border = {0, 0, 0, 0}
gap_side = BOTTOM
}

### Gap LEFT ###
image
{
function = BOX_GAP
file = "notebook/notebook.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_file = "notebook/left-gap.png"
gap_border = {0, 0, 3, 3}
gap_start_file = "null.png"
gap_start_border = {0, 0, 0, 0}
gap_end_file = "null.png"
gap_end_border = {0, 0, 0, 0}
gap_side = LEFT
}

### Gap RIGHT ###
image
{
function = BOX_GAP
file = "notebook/notebook.png"
border = {3, 3, 3, 3}
stretch = TRUE
gap_file = "notebook/right-gap.png"
gap_border = {0, 0, 3, 3}
gap_start_file = "null.png"
gap_start_border = {0, 0, 0, 0}
gap_end_file = "null.png"
gap_end_border = {0, 0, 0, 0}
gap_side = RIGHT
}

### Focus ###
image
{
function = FOCUS
file = "null.png"
border = {1, 1, 1, 1}
stretch = TRUE
}
}
}

class "GtkNotebook*" style "notebook"

Loading

0 comments on commit 60442e7

Please sign in to comment.