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

« back to all changes in this revision

Viewing changes to src/RGtk2/gdk.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:
4
4
#include <RGtk2/atk.h>
5
5
#include <RGtk2/pango.h>
6
6
#include <RGtk2/cairo.h>
 
7
#include <RGtk2/gio.h>
7
8
 
8
9
/* GdkPixbuf is inside Gdk, and Gdk is inside GTK+ (wrt distribution),
9
10
   so we group them all into this header.
67
68
/* GTK */
68
69
 
69
70
GtkTargetEntry* asCGtkTargetEntry(USER_OBJECT_ s_entry);
70
 
USER_OBJECT_ asRGtkTargetEntry(GtkTargetEntry * obj);
 
71
USER_OBJECT_ asRGtkTargetEntry(const GtkTargetEntry * obj);
71
72
GtkFileFilterInfo* asCGtkFileFilterInfo(USER_OBJECT_ s_info);
72
73
USER_OBJECT_ asRGtkFileFilterInfo(const GtkFileFilterInfo * obj);
73
74
GtkSettingsValue* asCGtkSettingsValue(USER_OBJECT_ s_value);