changeCapitalization | Utility functions for generating "variable" names in S and C |
coerceRValueCode | Generate R code to coerce R object to type. |
collapseClassName | Utility functions for generating "variable" names in S and C |
collapseConstructors | Combine Gtk constructor functions with different arguments |
computeSubClasses | Generate Gtk class inheritance table |
convertToCType | Generate code to convert from S to C and vice-versa |
convertToR | Generate code to convert from S to C and vice-versa |
CtypeDecl | Functions to manipulate C arguments |
flagStringToValue | Convert a Gtk-specification of enumeration or flag values to S |
genCCode | Generate S and C interface code for a C routine |
genCEnum | Generate C code for accessors and enumeration elements |
genCode | Create the R and C code for a set of defintions |
generateCodeFiles | ~~function to do ... ~~ |
generateInternalRd | Create package internal documentation |
genFieldAccessor | Generate C code for accessors and enumeration elements |
genFieldAccessorCCode | Generate C code for accessors and enumeration elements |
genFieldAccessorRCode | Generate C code for accessors and enumeration elements |
genFieldAccessors | Generate C code for accessors and enumeration elements |
genLoadClassesCode | Create code to load different Gtk classes |
genRCode | Generate S and C interface code for a C routine |
getAllTypes | Names of the parameter and return types for a C routine |
getArgCallValues | Compute how the C arguments are passed to the Gtk routine |
getClassFunctionName | Utility functions for generating "variable" names in S and C |
getClassList | All defined classes in files |
getConstructors | Identifies constructors routine definitions for all classes |
getCType | Functions to manipulate C arguments |
getDefaultSArgs | Code/Variable generators for parameters in generated S functions |
getDefs | Read and partially process .defs files |
getEnumCheckDecl | Declaration for Enumeration Validation Routine |
getEnumCRoutineName | Utility functions for generating "variable" names in S and C |
getParameterTypes | Names of the parameter and return types for a C routine |
getPrimitiveTypeAs | Generate R code to coerce R object to type. |
getSArgs | Code/Variable generators for parameters in generated S functions |
GtkDefs | Symbolic definitions of the base Gtk classes, routines, enumerations, etc. |
isConstructor | Predicate functions for identifying type of symbolic definition |
isEnum | Predicate functions for identifying type of symbolic definition |
isFlag | Predicate functions for identifying type of symbolic definition |
isPrimitiveType | Predicate functions for identifying type of symbolic definition |
isWidgetClass | Predicate functions for identifying type of symbolic definition |
mapToClassName | Utility functions for generating "variable" names in S and C |
mergeDefs | Combine definitions for classes, functions, ... from different sources |
nameToC | Utility functions for generating "variable" names in S and C |
nameToS | Utility functions for generating "variable" names in S and C |
nameToSArg | Utility functions for generating "variable" names in S and C |
outputConstructors | Write constructor code to connection |
PrimitiveTypeCoercion | Table of Gtk types and S converters |
setGtkClassCall | Create call to set class of Gtk object |
toCapPhraseName | Utility functions for generating "variable" names in S and C |