~ubuntu-branches/ubuntu/trusty/rgtk2/trusty

« back to all changes in this revision

Viewing changes to src/RGtk2/gtkClasses.h

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2010-11-03 11:35:46 UTC
  • mfrom: (1.3.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20101103113546-a7fi7jdxdebp0tw1
Tags: 2.20.1-1
* New upstream release

* debian/control: Set (Build-)Depends: to current R version
* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
349
349
void
350
350
S_gtk_volume_button_class_init(GtkVolumeButtonClass * c, SEXP e);
351
351
#endif 
 
352
#if GTK_CHECK_VERSION(2, 14, 0)
 
353
void
 
354
S_gtk_mount_operation_class_init(GtkMountOperationClass * c, SEXP e);
 
355
#endif 
 
356
#if GTK_CHECK_VERSION(2, 18, 0)
 
357
void
 
358
S_gtk_entry_buffer_class_init(GtkEntryBufferClass * c, SEXP e);
 
359
#endif 
 
360
#if GTK_CHECK_VERSION(2, 18, 0)
 
361
void
 
362
S_gtk_info_bar_class_init(GtkInfoBarClass * c, SEXP e);
 
363
#endif 
 
364
#if GTK_CHECK_VERSION(2, 18, 0)
 
365
void
 
366
S_gtk_hsv_class_init(GtkHSVClass * c, SEXP e);
 
367
#endif 
 
368
#if GTK_CHECK_VERSION(2, 20, 0)
 
369
void
 
370
S_gtk_tool_item_group_class_init(GtkToolItemGroupClass * c, SEXP e);
 
371
#endif 
 
372
#if GTK_CHECK_VERSION(2, 20, 0)
 
373
void
 
374
S_gtk_tool_palette_class_init(GtkToolPaletteClass * c, SEXP e);
 
375
#endif 
 
376
#if GTK_CHECK_VERSION(2, 20, 0)
 
377
void
 
378
S_gtk_cell_renderer_spinner_class_init(GtkCellRendererSpinnerClass * c, SEXP e);
 
379
#endif 
 
380
#if GTK_CHECK_VERSION(2, 20, 0)
 
381
void
 
382
S_gtk_offscreen_window_class_init(GtkOffscreenWindowClass * c, SEXP e);
 
383
#endif 
 
384
#if GTK_CHECK_VERSION(2, 20, 0)
 
385
void
 
386
S_gtk_spinner_class_init(GtkSpinnerClass * c, SEXP e);
 
387
#endif 
352
388
void
353
389
S_gtk_cell_editable_class_init(GtkCellEditableIface * c, SEXP e); 
354
390
void
367
403
void
368
404
S_gtk_buildable_class_init(GtkBuildableIface * c, SEXP e);
369
405
#endif 
 
406
#if GTK_CHECK_VERSION(2, 14, 0)
 
407
void
 
408
S_gtk_tool_shell_class_init(GtkToolShellIface * c, SEXP e);
 
409
#endif 
 
410
#if GTK_CHECK_VERSION(2, 16, 0)
 
411
void
 
412
S_gtk_activatable_class_init(GtkActivatableIface * c, SEXP e);
 
413
#endif 
 
414
#if GTK_CHECK_VERSION(2, 16, 0)
 
415
void
 
416
S_gtk_orientable_class_init(GtkOrientableIface * c, SEXP e);
 
417
#endif 
370
418
#endif