summaryrefslogtreecommitdiff
path: root/gtk/gtkbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-02 19:10:59 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-02 19:12:10 -0500
commit0b156ea0962066943b21d16818409eb3afe3c71c (patch)
tree63d4d23ff5e02418c815c43168b4a906240da7ea /gtk/gtkbutton.c
parent1395f3a8383f2d46734bc65a54756e2b83013b40 (diff)
downloadgtk+-0b156ea0962066943b21d16818409eb3afe3c71c.tar.gz
Document the .circular style class
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r--gtk/gtkbutton.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 56452bb843..f552e7b10a 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -42,7 +42,8 @@
* image or label, respectively. It may also receive the .flat style class.
*
* Other style classes that are commonly used with GtkButton include
- * .suggested-action and .destructive-action.
+ * .suggested-action and .destructive-action. In special cases, buttons
+ * can be made round by adding the .circular style class.
*
* Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton,
* #GtkLockButton, #GtkColorButton, #GtkFontButton or #GtkFileChooserButton use