Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,145
Issues
1,145
List
Boards
Labels
Milestones
Merge Requests
96
Merge Requests
96
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
a36ffb12
Commit
a36ffb12
authored
Feb 27, 1998
by
Owen Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Filling in the gaps.
-owt
parent
50cc709f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
gtk/gtktext.h
gtk/gtktext.h
+7
-0
No files found.
gtk/gtktext.h
View file @
a36ffb12
...
...
@@ -197,6 +197,13 @@ gint gtk_text_backward_delete (GtkText *text,
gint
gtk_text_forward_delete
(
GtkText
*
text
,
guint
nchars
);
gchar
*
gtk_text_get_chars
(
GtkText
*
text
,
guint
index
,
guint
nchars
);
#define GTK_TEXT_INDEX(t, index) \
((index) < (t)->gap_position ? (t)->text[index] : \
(t)->text[(index) + (t)->gap_size])
#ifdef __cplusplus
}
...
...
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