Lines Matching full:button
28 // CustomDrawButtonBase provides the base for building a custom drawn button.
30 // the button. It also manages painting these pixbufs.
68 // We store one surface for each possible state of the button;
75 // If non-negative, the state to paint the button.
86 // Whether the button is flipped horizontally. Not used for RTL (we get
98 // of controlling the hover state of a button. The "hover state" refers to the
99 // percent opacity of a button's PRELIGHT. The PRELIGHT is animated such that
100 // when a user moves a mouse over a button the PRELIGHT fades in.
126 // CustomDrawButton is a plain button where all its various states are drawn
127 // with static images. In GTK rendering mode, it will show the standard button
132 // button, pass in 0.
192 // Returns a standard close button. Pass a |theme_provider| to use Gtk icons
197 // Sets the button to themed or not.
204 // Callback for custom button expose, used to draw the custom graphics.
208 // The actual button widget.