projects
/
super-star-trek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e535e2e
)
Widgets now stack vertically.
author
Eric S. Raymond
<esr@thyrsus.com>
Wed, 13 Sep 2006 17:29:04 +0000
(17:29 +0000)
committer
Eric S. Raymond
<esr@thyrsus.com>
Wed, 13 Sep 2006 17:29:04 +0000
(17:29 +0000)
xio.c
patch
|
blob
|
history
diff --git
a/xio.c
b/xio.c
index e78e5141039267a65908244a9ff945c5e5832074..ea13d0554cc1f044dee0267736149648972a10c6 100644
(file)
--- a/
xio.c
+++ b/
xio.c
@@
-24,7
+24,7
@@
int main (int argc, char **argv)
quit = XtVaCreateManagedWidget ("quit", commandWidgetClass, form, XtNlabel,
"Quit", NULL);
text = XtVaCreateManagedWidget ("text", asciiTextWidgetClass, form,
- XtNfrom
Horiz
, quit, XtNresize,
+ XtNfrom
Vert
, quit, XtNresize,
XawtextResizeBoth, XtNresizable, True, NULL);
XtAddCallback (quit, XtNcallback, quit_proc, NULL);
if (argc <= 1)