~bratsche/ubuntu/maverick/gtk+2.0/menu-activation-fix

« back to all changes in this revision

Viewing changes to gtk/gtktextview.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-06-13 10:00:13 UTC
  • mto: (72.2.1 lenny) (1.5.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20070613100013-qstao3cwpm6xdlxc
Tags: upstream-2.11.2
ImportĀ upstreamĀ versionĀ 2.11.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
  /* overwrite */
196
196
  void (* toggle_overwrite) (GtkTextView *text_view);
197
197
 
198
 
  /* propagates to GtkWindow move_focus */
 
198
  /* as of GTK+ 2.12 the "move-focus" signal has been moved to GtkWidget,
 
199
   * so this is merley a virtual function now. Overriding it in subclasses
 
200
   * continues to work though.
 
201
   */
199
202
  void (* move_focus)       (GtkTextView     *text_view,
200
 
                             GtkDirectionType direction);  
201
 
  
202
 
  
 
203
                             GtkDirectionType direction);
 
204
 
203
205
  /* Padding for future expansion */
204
206
  void (*_gtk_reserved1) (void);
205
207
  void (*_gtk_reserved2) (void);