summaryrefslogtreecommitdiff
path: root/gtk/gtktextview.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-28 15:35:43 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 15:35:43 +0000
commit2c5f8a5c2baf4409e01139eadf2589ca46fe29cc (patch)
treedc564a9d2ed48218754a19aefc9f154f16928ac9 /gtk/gtktextview.h
parent0bf59ed22e22dd10e16e862eb3a1bf3801af3046 (diff)
downloadgtk+-2c5f8a5c2baf4409e01139eadf2589ca46fe29cc.tar.gz
whitespace cleanup: remove trailing whitespace and excess newlines and
2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and excess newlines and sprinkled some newlines where needed. Zero code or formatting changes included. svn path=/trunk/; revision=20225
Diffstat (limited to 'gtk/gtktextview.h')
-rw-r--r--gtk/gtktextview.h16
1 files changed, 7 insertions, 9 deletions
diff --git a/gtk/gtktextview.h b/gtk/gtktextview.h
index d7089da956..c71b7bb8d1 100644
--- a/gtk/gtktextview.h
+++ b/gtk/gtktextview.h
@@ -79,7 +79,7 @@ struct _GtkTextView
gint pixels_above_lines;
gint pixels_below_lines;
gint pixels_inside_wrap;
- GtkWrapMode wrap_mode;
+ GtkWrapMode wrap_mode;
GtkJustification justify;
gint left_margin;
gint right_margin;
@@ -87,18 +87,16 @@ struct _GtkTextView
PangoTabArray *tabs;
guint editable : 1;
-
-
guint overwrite_mode : 1;
guint cursor_visible : 1;
- /* if we have reset the IM since the last character entered */
- guint need_im_reset : 1;
+ /* if we have reset the IM since the last character entered */
+ guint need_im_reset : 1;
guint accepts_tab : 1;
-
+
guint width_changed : 1;
-
+
/* debug flag - means that we've validated onscreen since the
* last "invalidate" signal from the layout
*/
@@ -164,7 +162,7 @@ struct _GtkTextViewClass
void (* populate_popup) (GtkTextView *text_view,
GtkMenu *menu);
-
+
/* These are all RUN_ACTION signals for keybindings */
/* move insertion point */
@@ -180,7 +178,7 @@ struct _GtkTextViewClass
void (* page_horizontally) (GtkTextView *text_view,
gint count,
gboolean extend_selection);
-
+
/* move the "anchor" (what Emacs calls the mark) to the cursor position */
void (* set_anchor) (GtkTextView *text_view);