summaryrefslogtreecommitdiffstats
path: root/generic/tkWindow.c
diff options
context:
space:
mode:
authorpspjuth <pspjuth@noemail.net>2001-09-26 21:36:19 (GMT)
committerpspjuth <pspjuth@noemail.net>2001-09-26 21:36:19 (GMT)
commit1aa939a00ef0115ae661c40c6c065aa69919e7f1 (patch)
tree20c06e6412fd77d17f1141ae292692607300a6da /generic/tkWindow.c
parentcdcaab8e0bb54c25bb282ab3c1185b895f5b0edc (diff)
downloadtk-1aa939a00ef0115ae661c40c6c065aa69919e7f1.zip
tk-1aa939a00ef0115ae661c40c6c065aa69919e7f1.tar.gz
tk-1aa939a00ef0115ae661c40c6c065aa69919e7f1.tar.bz2
Added labelframe widget. TIP#18.
FossilOrigin-Name: bc61e5ede90133d12d784a905cdf7b2ffb5aef5f
Diffstat (limited to 'generic/tkWindow.c')
-rw-r--r--generic/tkWindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c
index c4d7ab4..c9481c5 100644
--- a/generic/tkWindow.c
+++ b/generic/tkWindow.c
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWindow.c,v 1.38 2001/09/26 20:25:17 pspjuth Exp $
+ * RCS: @(#) $Id: tkWindow.c,v 1.39 2001/09/26 21:36:19 pspjuth Exp $
*/
#include "tkPort.h"
@@ -139,6 +139,7 @@ static TkCmd commands[] = {
{"entry", NULL, Tk_EntryObjCmd, 1, 0},
{"frame", NULL, Tk_FrameObjCmd, 1, 0},
{"label", NULL, Tk_LabelObjCmd, 1, 0},
+ {"labelframe", NULL, Tk_LabelframeObjCmd, 1, 0},
{"listbox", NULL, Tk_ListboxObjCmd, 1, 0},
{"menubutton", NULL, Tk_MenubuttonObjCmd, 1, 0},
{"message", NULL, Tk_MessageObjCmd, 1, 0},