diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-03-02 19:10:59 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-03-02 19:12:10 -0500 |
commit | 0b156ea0962066943b21d16818409eb3afe3c71c (patch) | |
tree | 63d4d23ff5e02418c815c43168b4a906240da7ea /gtk/gtkbutton.c | |
parent | 1395f3a8383f2d46734bc65a54756e2b83013b40 (diff) | |
download | gtk+-0b156ea0962066943b21d16818409eb3afe3c71c.tar.gz |
Document the .circular style class
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 3 |
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 |