Added client skin.

git-svn-id: http://yate.null.ro/svn/yate/trunk@482 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-08-18 01:23:48 +00:00
parent b1b8af3f6b
commit d233bc8c1e
9 changed files with 82 additions and 6 deletions

View File

@ -1,4 +1,5 @@
Makefile
.xvpics
core*
*.orig
*~

View File

@ -1,3 +1,4 @@
.xvpics
core*
*.orig
*~

View File

@ -30,15 +30,62 @@ style "tips" {
fg[NORMAL] = { 0.0, 0.0, 0.3 }
}
style "win_skinned" {
bg_pixmap[NORMAL] = "skin.png"
}
style "skin_skinned" {
xthickness = 0
ythickness = 0
GtkWidget::focus_padding = 100
GtkButton::child_displacement_x = 0
GtkButton::child_displacement_y = 0
GtkButton::default_border_outside = 0
bg_pixmap[NORMAL] = "skin_n.png"
bg_pixmap[PRELIGHT] = "skin_h.png"
bg_pixmap[ACTIVE] = "skin_p.png"
bg_pixmap[INSENSITIVE] = "skin_g.png"
}
style "btn_minimize" = "skin_skinned" {
engine "pixmap" { }
}
style "btn_close" = "skin_skinned" {
engine "pixmap" { }
}
style "btn_call" = "skin_skinned" {
engine "pixmap" { }
}
style "btn_hangup" = "skin_skinned" {
engine "pixmap" { }
}
style "btn_channels" = "skin_skinned" {
engine "pixmap" { }
}
style "btn_settings" = "skin_skinned" {
engine "pixmap" { }
}
widget "gtk-tooltips" style "tips"
widget "gtk-tooltips*GtkLabel" style "tips"
#class "GtkWindow" style "brown"
#widget "default" style "brown"
widget "skinned" style "win_skinned"
widget "browser" style "sky"
widget "*.call" style "green"
widget "*.accept" style "green"
widget "*.reject" style "red"
widget "*.hangup" style "red"
#widget "*.call" style "green"
widget "skinned.*.call" style "btn_call"
widget "skinned.*.hangup" style "btn_hangup"
widget "skinned.*.channels" style "btn_channels"
widget "skinned.*.settings" style "btn_settings"
widget "skinned.*.btn_minimize" style "btn_minimize"
widget "skinned.*.btn_close" style "btn_close"
#widget "*.accept" style "green"
#widget "*.reject" style "red"
#widget "*.hangup" style "red"
widget "*.caption" style "sky"
widget "*.decoration" style "blue"

View File

@ -1,8 +1,35 @@
[default]
[skinned]
enabled=on
title=Yate Client
master=yes
layout=fixed
width=479
height=187
button_icon=420,5,23,22,btn_minimize,
tooltip=Minimize this window
button_hide=448,5,23,22,btn_close,
tooltip=Close this window
option=13,129,81,30,protocol,--,sip,h323,iax
tooltip=Select protocol to use for this call
combo=143,49,257,26,callto,
tooltip=Enter phone number or VoIP address to call
option=13,61,81,30,account,--
tooltip=Select account to use for outgoing calls
button=430,47,44,74,call,
tooltip=Make new call
button=276,131,82,25,hangup,
tooltip=Hang up current call
label=10,166,450,20,status,Initializing...
toggle=243,84,56,30,settings,
tooltip=Show/hide Settings window
toggle=303,84,58,30,channels,
tooltip=Show/hide Channels window
[default]
enabled=no
title=Yate Client
master=yes
layout=fixed
width=350
height=135
boxed=0,0,350,,caption,>

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB