Last chance! 50% off unlimited learning
Sale ends in
PangoLayout
object, representing a
paragraph of text. Pango provides the engine for GtkTextView
,
GtkLabel
, GtkEntry
, and other widgets that display text.GtkButton
or GtkTextView
.GdkPixbuf
in combination with GtkImage
to display images.RGtk2 also partially binds some lower-level libraries in order to support the bindings to the others. These include GObject and GMainLoop.
R objects passed between the user and RGtk2 are either primitive types
(character
, logical
, etc) or external objects (externalptr
). All
R objects wrapping external objects extend the RGtkObject
class.