forked from AuroraMiddleware/gtk
button: Mention differentiating style classes
There's a lot of button variations out there, lets document the ones we know about.
This commit is contained in:
parent
113c88c2cf
commit
13d091f700
@ -43,6 +43,11 @@
|
|||||||
*
|
*
|
||||||
* Other style classes that are commonly used with GtkButton include
|
* Other style classes that are commonly used with GtkButton include
|
||||||
* .suggested-action and .destructive-action.
|
* .suggested-action and .destructive-action.
|
||||||
|
*
|
||||||
|
* Button-like widgets like #GtkToggleButton, #GtkMenuButton, #GtkVolumeButton,
|
||||||
|
* #GtkLockButton, #GtkColorButton, #GtkFontButton or #GtkFileChooserButton use
|
||||||
|
* style classes such as .toggle, .popup, .scale, .lock, .color, .font, .file
|
||||||
|
* to differentiate themselves from a plain GtkButton.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user