[uim-commit] r625 - trunk/scm
kzk at freedesktop.org
kzk at freedesktop.org
Fri Feb 11 03:06:19 PST 2005
Author: kzk
Date: 2005-02-11 03:06:13 -0800 (Fri, 11 Feb 2005)
New Revision: 625
Modified:
trunk/scm/im-custom.scm
Log:
* scm/im-custom.scm
- add some configurations for toolbar buttons
- dict
- input-pad
- handwriting-input-pad
- help
Ashie-san, please modify uim-toolbar-gtk as well.
Following is the test to CCMAIL feature.
CCMAIL:ashie at good-day.co.jp
Modified: trunk/scm/im-custom.scm
===================================================================
--- trunk/scm/im-custom.scm 2005-02-11 06:39:07 UTC (rev 624)
+++ trunk/scm/im-custom.scm 2005-02-11 11:06:13 UTC (rev 625)
@@ -290,6 +290,7 @@
(_ "Candidate window position")
(_ "long description will be here."))
+;; toolbar buttons
(define-custom 'toolbar-show-switcher-button? #t
'(global toolbar)
'(boolean)
@@ -302,7 +303,30 @@
(_ "Show uim preference tool button on toolbar")
(_ "long description will be here."))
+(define-custom 'toolbar-show-dict-button? #f
+ '(global toolbar)
+ '(boolean)
+ (_ "Show uim japanese dictionary tool button on toolbar")
+ (_ "long description will be here."))
+(define-custom 'toolbar-show-input-pad-button? #f
+ '(global toolbar)
+ '(boolean)
+ (_ "Show uim input pad button on toolbar")
+ (_ "long description will be here."))
+
+(define-custom 'toolbar-show-handwriting-input-pad-button? #f
+ '(global toolbar)
+ '(boolean)
+ (_ "Show uim handwriting-input pad button on toolbar")
+ (_ "long description will be here."))
+
+(define-custom 'toolbar-show-help-button? #f
+ '(global toolbar)
+ '(boolean)
+ (_ "Show uim help button on toolbar")
+ (_ "long description will be here."))
+
(define-custom 'enable-lazy-loading? #t
'(global advanced)
'(boolean)
More information about the Uim-commit
mailing list