[gtk+] aspect frame: Use an element name
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] aspect frame: Use an element name
- Date: Thu, 5 Nov 2015 18:19:08 +0000 (UTC)
commit 92a5eccc3deddaf0772b839c18c54c74b54f1ff1
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Nov 5 12:53:46 2015 -0500
aspect frame: Use an element name
gtk/gtkaspectframe.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkaspectframe.c b/gtk/gtkaspectframe.c
index 84168df..07b8f80 100644
--- a/gtk/gtkaspectframe.c
+++ b/gtk/gtkaspectframe.c
@@ -39,6 +39,10 @@
* derives from #GtkFrame, so it can draw a label and
* a frame around the child. The frame will be
* “shrink-wrapped” to the size of the child.
+ *
+ * # CSS nodes
+ *
+ * GtkAspectFrame uses a CSS node with name frame.
*/
#include "config.h"
@@ -129,6 +133,8 @@ gtk_aspect_frame_class_init (GtkAspectFrameClass *class)
P_("Force aspect ratio to match that of the frame's
child"),
TRUE,
GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
+
+ gtk_widget_class_set_css_name (GTK_WIDGET_CLASS (class), "frame");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]