mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
[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:
parent
7420a48c04
commit
cfd6edee95
3 changed files with 28 additions and 29 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue