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

« back to all changes in this revision

Viewing changes to src/RGtk2/gtkClassImports.c

  • 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:
1298
1298
}
1299
1299
#endif 
1300
1300
 
 
1301
#if GTK_CHECK_VERSION(2, 14, 0)
 
1302
void
 
1303
S_gtk_mount_operation_class_init(GtkMountOperationClass * c, SEXP e)
 
1304
{
 
1305
  static void (*fun)(GtkMountOperationClass *, SEXP) = NULL;
 
1306
  if(!fun) fun = ((void (*)(GtkMountOperationClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_mount_operation_class_init"));
 
1307
  return(fun(c, e));
 
1308
}
 
1309
#endif 
 
1310
 
 
1311
#if GTK_CHECK_VERSION(2, 18, 0)
 
1312
void
 
1313
S_gtk_entry_buffer_class_init(GtkEntryBufferClass * c, SEXP e)
 
1314
{
 
1315
  static void (*fun)(GtkEntryBufferClass *, SEXP) = NULL;
 
1316
  if(!fun) fun = ((void (*)(GtkEntryBufferClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_entry_buffer_class_init"));
 
1317
  return(fun(c, e));
 
1318
}
 
1319
#endif 
 
1320
 
 
1321
#if GTK_CHECK_VERSION(2, 18, 0)
 
1322
void
 
1323
S_gtk_info_bar_class_init(GtkInfoBarClass * c, SEXP e)
 
1324
{
 
1325
  static void (*fun)(GtkInfoBarClass *, SEXP) = NULL;
 
1326
  if(!fun) fun = ((void (*)(GtkInfoBarClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_info_bar_class_init"));
 
1327
  return(fun(c, e));
 
1328
}
 
1329
#endif 
 
1330
 
 
1331
#if GTK_CHECK_VERSION(2, 18, 0)
 
1332
void
 
1333
S_gtk_hsv_class_init(GtkHSVClass * c, SEXP e)
 
1334
{
 
1335
  static void (*fun)(GtkHSVClass *, SEXP) = NULL;
 
1336
  if(!fun) fun = ((void (*)(GtkHSVClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_hsv_class_init"));
 
1337
  return(fun(c, e));
 
1338
}
 
1339
#endif 
 
1340
 
 
1341
#if GTK_CHECK_VERSION(2, 20, 0)
 
1342
void
 
1343
S_gtk_tool_item_group_class_init(GtkToolItemGroupClass * c, SEXP e)
 
1344
{
 
1345
  static void (*fun)(GtkToolItemGroupClass *, SEXP) = NULL;
 
1346
  if(!fun) fun = ((void (*)(GtkToolItemGroupClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_tool_item_group_class_init"));
 
1347
  return(fun(c, e));
 
1348
}
 
1349
#endif 
 
1350
 
 
1351
#if GTK_CHECK_VERSION(2, 20, 0)
 
1352
void
 
1353
S_gtk_tool_palette_class_init(GtkToolPaletteClass * c, SEXP e)
 
1354
{
 
1355
  static void (*fun)(GtkToolPaletteClass *, SEXP) = NULL;
 
1356
  if(!fun) fun = ((void (*)(GtkToolPaletteClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_tool_palette_class_init"));
 
1357
  return(fun(c, e));
 
1358
}
 
1359
#endif 
 
1360
 
 
1361
#if GTK_CHECK_VERSION(2, 20, 0)
 
1362
void
 
1363
S_gtk_cell_renderer_spinner_class_init(GtkCellRendererSpinnerClass * c, SEXP e)
 
1364
{
 
1365
  static void (*fun)(GtkCellRendererSpinnerClass *, SEXP) = NULL;
 
1366
  if(!fun) fun = ((void (*)(GtkCellRendererSpinnerClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_cell_renderer_spinner_class_init"));
 
1367
  return(fun(c, e));
 
1368
}
 
1369
#endif 
 
1370
 
 
1371
#if GTK_CHECK_VERSION(2, 20, 0)
 
1372
void
 
1373
S_gtk_offscreen_window_class_init(GtkOffscreenWindowClass * c, SEXP e)
 
1374
{
 
1375
  static void (*fun)(GtkOffscreenWindowClass *, SEXP) = NULL;
 
1376
  if(!fun) fun = ((void (*)(GtkOffscreenWindowClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_offscreen_window_class_init"));
 
1377
  return(fun(c, e));
 
1378
}
 
1379
#endif 
 
1380
 
 
1381
#if GTK_CHECK_VERSION(2, 20, 0)
 
1382
void
 
1383
S_gtk_spinner_class_init(GtkSpinnerClass * c, SEXP e)
 
1384
{
 
1385
  static void (*fun)(GtkSpinnerClass *, SEXP) = NULL;
 
1386
  if(!fun) fun = ((void (*)(GtkSpinnerClass *, SEXP))R_GetCCallable("RGtk2", "S_gtk_spinner_class_init"));
 
1387
  return(fun(c, e));
 
1388
}
 
1389
#endif 
 
1390
 
1301
1391
void
1302
1392
S_gtk_cell_editable_class_init(GtkCellEditableIface * c, SEXP e)
1303
1393
{
1364
1454
}
1365
1455
#endif 
1366
1456
 
 
1457
#if GTK_CHECK_VERSION(2, 14, 0)
 
1458
void
 
1459
S_gtk_tool_shell_class_init(GtkToolShellIface * c, SEXP e)
 
1460
{
 
1461
  static void (*fun)(GtkToolShellIface *, SEXP) = NULL;
 
1462
  if(!fun) fun = ((void (*)(GtkToolShellIface *, SEXP))R_GetCCallable("RGtk2", "S_gtk_tool_shell_class_init"));
 
1463
  return(fun(c, e));
 
1464
}
 
1465
#endif 
 
1466
 
 
1467
#if GTK_CHECK_VERSION(2, 16, 0)
 
1468
void
 
1469
S_gtk_activatable_class_init(GtkActivatableIface * c, SEXP e)
 
1470
{
 
1471
  static void (*fun)(GtkActivatableIface *, SEXP) = NULL;
 
1472
  if(!fun) fun = ((void (*)(GtkActivatableIface *, SEXP))R_GetCCallable("RGtk2", "S_gtk_activatable_class_init"));
 
1473
  return(fun(c, e));
 
1474
}
 
1475
#endif 
 
1476
 
 
1477
#if GTK_CHECK_VERSION(2, 16, 0)
 
1478
void
 
1479
S_gtk_orientable_class_init(GtkOrientableIface * c, SEXP e)
 
1480
{
 
1481
  static void (*fun)(GtkOrientableIface *, SEXP) = NULL;
 
1482
  if(!fun) fun = ((void (*)(GtkOrientableIface *, SEXP))R_GetCCallable("RGtk2", "S_gtk_orientable_class_init"));
 
1483
  return(fun(c, e));
 
1484
}
 
1485
#endif 
 
1486