Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gtk
Commits
e9c62bf6
Commit
e9c62bf6
authored
Nov 14, 2001
by
Havoc Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add set_border_width for testing
parent
7fcf41b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
tests/testtext.c
tests/testtext.c
+4
-0
No files found.
tests/testtext.c
View file @
e9c62bf6
...
...
@@ -2368,6 +2368,10 @@ create_view (Buffer *buffer)
view
->
text_view
=
gtk_text_view_new_with_buffer
(
buffer
->
buffer
);
gtk_text_view_set_wrap_mode
(
GTK_TEXT_VIEW
(
view
->
text_view
),
GTK_WRAP_WORD
);
/* Make sure border width works, no real reason to do this other than testing */
gtk_container_set_border_width
(
GTK_CONTAINER
(
view
->
text_view
),
10
);
/* Draw tab stops in the top and bottom windows. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment