File: gtkActivatableSetUseActionAppearance.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 (20 lines) | stat: -rw-r--r-- 1,011 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\alias{gtkActivatableSetUseActionAppearance}
\name{gtkActivatableSetUseActionAppearance}
\title{gtkActivatableSetUseActionAppearance}
\description{Sets whether this activatable should reset its layout and appearance
when setting the related action or when the action changes appearance}
\usage{gtkActivatableSetUseActionAppearance(object, use.appearance)}
\arguments{
\item{\verb{object}}{a \code{\link{GtkActivatable}}}
\item{\verb{use.appearance}}{whether to use the actions appearance}
}
\details{\strong{PLEASE NOTE:} \code{\link{GtkActivatable}} implementors need to handle the
\verb{"use-action-appearance"} property and call
\code{\link{gtkActivatableSyncActionProperties}} to update \code{activatable}
if needed.  Since 2.16}
\note{\code{\link{GtkActivatable}} implementors need to handle the
\verb{"use-action-appearance"} property and call
\code{\link{gtkActivatableSyncActionProperties}} to update \code{activatable}
if needed.}
\author{Derived by RGtkGen from GTK+ documentation}
\keyword{internal}