blob: ea1aec145f84897008f90735904604aa84855446 (
plain)
1
2
3
4
5
|
(
(insert "xwidgetdemo<<< a button. another button\n")
(goto-char (point-min))
(put-text-property (point) (+ 1 (point)) 'display '(xwidget :xwidget-id 1 :type 1 :title "1" :width 40 :height 50))
)
|