Mercurial > hg > xemacs-beta
comparison tests/gtk/gtk-embedded-test.el @ 5118:e0db3c197671 ben-lisp-object
merge up to latest default branch, doesn't compile yet
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Sat, 26 Dec 2009 21:18:49 -0600 |
parents | db7068430402 |
children | ba07c880114a |
comparison
equal
deleted
inserted
replaced
5117:3742ea8250b5 | 5118:e0db3c197671 |
---|---|
1 ;; This file is part of XEmacs. | |
2 ;; | |
3 ;; XEmacs is free software; you can redistribute it and/or modify it | |
4 ;; under the terms of the GNU General Public License as published by the | |
5 ;; Free Software Foundation; either version 2, or (at your option) any | |
6 ;; later version. | |
7 ;; | |
8 ;; XEmacs is distributed in the hope that it will be useful, but WITHOUT | |
9 ;; ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or | |
10 ;; FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License | |
11 ;; for more details. | |
12 ;; | |
13 ;; You should have received a copy of the GNU General Public License | |
14 ;; along with XEmacs; see the file COPYING. If not, write to | |
15 ;; the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, | |
16 ;; Boston, MA 02111-1301, USA. */ | |
17 | |
1 (gtk-define-test | 18 (gtk-define-test |
2 "Embedded XEmacs frame" xemacs-frame t | 19 "Embedded XEmacs frame" xemacs-frame t |
3 (setq window (gtk-window-new 'toplevel)) | 20 (setq window (gtk-window-new 'toplevel)) |
4 (let ((table (gtk-table-new 5 3 nil)) | 21 (let ((table (gtk-table-new 5 3 nil)) |
5 (label nil) | 22 (label nil) |