projects
/
emu8051.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
495c40d
)
Add grid lines to PSW window
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 23 Nov 2013 01:11:21 +0000
(20:11 -0500)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 23 Nov 2013 03:24:07 +0000
(22:24 -0500)
src/pswwin.c
patch
|
blob
|
history
diff --git
a/src/pswwin.c
b/src/pswwin.c
index
761e62d
..
14eccd1
100644
(file)
--- a/
src/pswwin.c
+++ b/
src/pswwin.c
@@
-196,6
+196,9
@@
pswwin_init(void)
/* Creating the view component */
pswlist = gtk_tree_view_new_with_model(GTK_TREE_MODEL(store));
+
+ gtk_tree_view_set_grid_lines(GTK_TREE_VIEW(pswlist), GTK_TREE_VIEW_GRID_LINES_BOTH);
+
gtk_tree_view_set_headers_visible(GTK_TREE_VIEW(pswlist), TRUE);
gtk_container_add(GTK_CONTAINER(frame), pswlist);