[GTK] Rename radio/check menuitem and indicator as used with ClaimStyleContext.

The same name is retained for moz_gtk_widget_paint(), which is now more consistent.
This commit is contained in:
trav90 2018-04-05 15:49:41 -05:00 committed by Roy Tam
commit cfd6edee95
3 changed files with 28 additions and 29 deletions

View file

@ -211,10 +211,13 @@ typedef enum {
/* Paints items of popup menus. */
MOZ_GTK_MENUITEM,
MOZ_GTK_IMAGEMENUITEM,
MOZ_GTK_CHECKMENUITEM_CONTAINER,
MOZ_GTK_RADIOMENUITEM_CONTAINER,
/* Paints a menuitem with check indicator, or the gets the style context for
a menuitem that contains a checkbox. */
MOZ_GTK_CHECKMENUITEM,
/* Gets the style context for a checkbox in a check menuitem. */
MOZ_GTK_CHECKMENUITEM_INDICATOR,
MOZ_GTK_RADIOMENUITEM,
MOZ_GTK_RADIOMENUITEM_INDICATOR,
MOZ_GTK_MENUSEPARATOR,
/* GtkVPaned base class */
MOZ_GTK_SPLITTER_HORIZONTAL,