Lines Matching full:state
53 void set_paint_override(int state) { paint_override_ = state; }
65 // Get the CairoCachedSurface from |surfaces_| for |state|.
66 CairoCachedSurface* PixbufForState(int state);
68 // We store one surface for each possible state of the button;
69 // INSENSITIVE is the last available state;
75 // If non-negative, the state to paint the button.
98 // of controlling the hover state of a button. The "hover state" refers to the
177 // Set the state to draw. We will paint the widget as if it were in this
178 // state.
179 void SetPaintOverride(GtkStateType state);
181 // Resume normal drawing of the widget's state.