File: gtkButtonNewWithLabel.Rd

package info (click to toggle)
rgtk2 2.20.36-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 33,540 kB
  • sloc: ansic: 137,163; makefile: 2; sh: 1
file content (10 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
\alias{gtkButtonNewWithLabel}
\name{gtkButtonNewWithLabel}
\title{gtkButtonNewWithLabel}
\description{Creates a \code{\link{GtkButton}} widget with a \code{\link{GtkLabel}} child containing the given
text.}
\usage{gtkButtonNewWithLabel(label, show = TRUE)}
\arguments{\item{\verb{label}}{The text you want the \code{\link{GtkLabel}} to hold.}}
\value{[\code{\link{GtkWidget}}] The newly created \code{\link{GtkButton}} widget.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}