@@ -1183,19 +1183,24 @@ into the buffer. TYPE is the object whose arguments are being set."
1183
1183
(gnuplot-gui-make-frame
1184
1184
option (cdr (assoc option gnuplot-gui-all-types)) save-frame) )
1185
1185
1186
+ (defgroup gnuplot-gui-faces nil
1187
+ " Text faces used by `gnuplot-gui' ."
1188
+ :prefix " gnuplot-gui-"
1189
+ :group 'gnuplot-gui )
1190
+
1186
1191
(defface gnuplot-gui-error-face '((((class color ) (background light ))
1187
1192
(:foreground " grey30" ))
1188
1193
(((class color ) (background dark ))
1189
1194
(:foreground " grey70" )))
1190
1195
" Face used to display message about unknown widget types."
1191
- :group 'gnuplot-faces )
1196
+ :group 'gnuplot-gui- faces )
1192
1197
1193
1198
(defface gnuplot-gui-flat-text-face '((((class color ) (background light ))
1194
1199
(:foreground " MediumBlue" ))
1195
1200
(((class color ) (background dark ))
1196
1201
(:foreground " LightSteelBlue" )))
1197
1202
" Face used to display message about unknown widget types."
1198
- :group 'gnuplot-faces )
1203
+ :group 'gnuplot-gui- faces )
1199
1204
1200
1205
(defun gnuplot-gui-make-frame (item alist &optional save-frame )
1201
1206
" Open the frame and populate it with widgets.
@@ -1375,23 +1380,23 @@ SAVE-FRAME is non-nil when the widgets are being reset."
1375
1380
(t
1376
1381
(:italic t )))
1377
1382
" Face used for menu-buttons."
1378
- :group 'gnuplot-faces )
1383
+ :group 'gnuplot-gui- faces )
1379
1384
(defface gnuplot-gui-button-face '((((class color ) (background light ))
1380
1385
(:bold t :foreground " sienna" ))
1381
1386
(((class color ) (background dark ))
1382
1387
(:bold t :foreground " tan" ))
1383
1388
(t
1384
1389
(:italic t )))
1385
1390
" Face used for push-buttons."
1386
- :group 'gnuplot-faces )
1391
+ :group 'gnuplot-gui- faces )
1387
1392
(defface gnuplot-gui-labels-face '((((class color ) (background light ))
1388
1393
(:bold t :foreground " darkslateblue" ))
1389
1394
(((class color ) (background dark ))
1390
1395
(:bold t :foreground " lightslateblue" ))
1391
1396
(t
1392
1397
(:italic t )))
1393
1398
" Face used for insert and delete button in the labels widget."
1394
- :group 'gnuplot-faces )
1399
+ :group 'gnuplot-gui- faces )
1395
1400
1396
1401
(defun gnuplot-gui-menu-choice (item default list &optional starred )
1397
1402
" Create a menu widget for the Gnuplot GUI.
0 commit comments