~canonical-dx-team/ubuntu/maverick/gtk+2.0/menuproxy

« back to all changes in this revision

Viewing changes to gtk/gtkiconview.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-09-23 09:50:04 UTC
  • mfrom: (1.5.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 129.
  • Revision ID: james.westby@ubuntu.com-20090923095004-e9xauadn4bjs5n7m
Tags: upstream-2.18.0
ImportĀ upstreamĀ versionĀ 2.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
 
161
161
  gint tooltip_column;
162
162
 
163
 
  guint draw_focus : 1;
164
 
 
165
163
  /* Drag-and-drop. */
166
164
  GdkModifierType start_button_mask;
167
165
  gint pressed_button;
186
184
  guint empty_view_drop :1;
187
185
 
188
186
  guint ctrl_pressed : 1;
189
 
  guint shift_pressed : 1;  
 
187
  guint shift_pressed : 1;
 
188
 
 
189
  guint draw_focus : 1;
190
190
};
191
191
 
192
192
/* Signals */