]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkstylepropertiesprivate.h
Assamese translation updated
[~andy/gtk] / gtk / gtkstylepropertiesprivate.h
index a75da4405b454a08ce588348bc10913f9074b196..d459307cd7f17a603b555d52d8df7623f111cfd5 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_STYLE_PROPERTIES_PRIVATE_H__
 #define __GTK_STYLE_PROPERTIES_PRIVATE_H__
 
 #include "gtkstyleproperties.h"
-#include "gtkstylepropertyprivate.h"
+#include "gtkcssstylepropertyprivate.h"
+#include "gtkstylecontextprivate.h"
+#include "gtksymboliccolorprivate.h"
 
 G_BEGIN_DECLS
 
-const GValue * _gtk_style_properties_peek_property         (GtkStyleProperties      *props,
-                                                            const gchar             *prop_name,
-                                                            GtkStateFlags            state,
-                                                            const GtkStyleProperty **property);
+GtkCssValue  * _gtk_style_properties_peek_property            (GtkStyleProperties      *props,
+                                                               GtkCssStyleProperty     *property,
+                                                               GtkStateFlags            state);
+void           _gtk_style_properties_set_property_by_property (GtkStyleProperties      *props,
+                                                               GtkCssStyleProperty     *property,
+                                                               GtkStateFlags            state,
+                                                               GtkCssValue             *value);
 
-void           _gtk_style_properties_set_property_by_pspec (GtkStyleProperties      *props,
-                                                            GParamSpec              *pspec,
-                                                            GtkStateFlags            state,
-                                                            const GValue            *value);
+cairo_pattern_t *
+              _gtk_gradient_resolve_full  (GtkGradient         *gradient,
+                                           GtkStyleContext     *context,
+                                           GtkCssDependencies  *dependencies);
 
 G_END_DECLS