gaim/www

Parents 8253296bf93d
Children 8263e55695fe
I think it makes more sense sorted this way, esp. as we now have a number
of different faq entries pointing at it.
--- a/htdocs/gtkrc-2.0 Wed Dec 21 12:36:50 2005 -0500
+++ b/htdocs/gtkrc-2.0 Wed Dec 21 15:48:40 2005 -0500
@@ -1,13 +1,12 @@
# When turned on, this option causes gtk to select the contents of an entry field when it becomes focused.
gtk-entry-select-on-focus = 1
-# Sets the font used by gtk
-gtk-font-name = "Verdana 9"
+#############################
+#font stuff
+############################
-# Controls the keybindings that gtk uses for text entry/editing/etc
-# The "emacs" theme turns on things like:
-# ctrl-a == move to beginning of line, ctrl-e == move to end of line, etc.
-gtk-key-theme-name = "Emacs"
+# Sets the font used by all gtk applications.
+gtk-font-name = "Verdana 9"
# The following section allows you to change the style of the conversation
# window widgets, log viewer widget, and request and notify window widgets.
@@ -20,7 +19,6 @@
widget "*gaim_gtkconv_entry" style "imhtml-fix"
# Set the widget style for the conversation
widget "*gaim_gtkconv_imhtml" style "imhtml-fix"
-
# Set the widget style for the log viewer
widget "*gaim_gtklog_imhtml" style "imhtml-fix"
@@ -44,6 +42,10 @@
}
widget_class "*" style "my-style-name"
+#############################
+#Blist stuff
+#############################
+
# This style sets the expander size on a treeview to 0, which has the result
# of reducing the indent for items in the tree. This can be applied to the
# Gaim buddy list to reduce it's width.
@@ -52,10 +54,43 @@
{
GtkTreeView::expander_size = 0
}
-
# And apply the style to the buddy list:
widget "*gaim_gtkblist_treeview" style "my-narrow-tree"
+# Customize the New 2.0.0 Status Selector
+style "gaim-statusbox-style" {
+ # This is a work-around that keeps you from having to scroll
+ # if the status selector is at the bottom of the screen.
+ GtkComboBox::appears-as-list = 1
+
+ # Depending on your theme and/or GTK+ version, one of
+ # the following blocks should eliminate excess padding.
+ # The second approach is probably more universally
+ # applicable, but the first removes more padding for
+ # some people.
+
+ # Eliminate Padding Approach 1
+ xthickness = 0
+ ythickness = 0
+
+ # Eliminate Padding Approach 2
+ xthickness = 2
+ ythickness = 2
+ GtkWidget::focus-line-width = 0
+ GtkWidget::focus-padding = 0
+}
+widget "*gaim_gtkblist_statusbox*" style "gaim-statusbox-style"
+
+
+#############################
+#key bindings
+#############################
+
+# Controls the keybindings that gtk uses for text entry/editing/etc
+# The "emacs" theme turns on things like:
+# ctrl-a == move to beginning of line, ctrl-e == move to end of line, etc.
+gtk-key-theme-name = "Emacs"
+
#to let you edit your gaim key bindings
gtk-can-change-accels = 1
@@ -79,27 +114,4 @@
}
widget "*gaim_gtkconv_entry" binding "my-bindings"
-
-# Customize the New 2.0.0 Status Selector
-style "gaim-statusbox-style" {
- # This is a work-around that keeps you from having to scroll
- # if the status selector is at the bottom of the screen.
- GtkComboBox::appears-as-list = 1
-
- # Depending on your theme and/or GTK+ version, one of
- # the following blocks should eliminate excess padding.
- # The second approach is probably more universally
- # applicable, but the first removes more padding for
- # some people.
-
- # Eliminate Padding Approach 1
- xthickness = 0
- ythickness = 0
-
- # Eliminate Padding Approach 2
- xthickness = 2
- ythickness = 2
- GtkWidget::focus-line-width = 0
- GtkWidget::focus-padding = 0
-}
-widget "*gaim_gtkblist_statusbox*" style "gaim-statusbox-style"
+