gdkGetProgramClass {RGtk2} | R Documentation |
Gets the program class. Unless the program class has explicitly
been set with gdkSetProgramClass
or with the --class
commandline option, the default value is the program name (determined
with gGetPrgname()
) with the first character converted to uppercase.
gdkGetProgramClass()
[char] the program class.
Derived by RGtkGen from GTK+ documentation