Skip to content

Commit

Permalink
canonicalize widget flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Oct 4, 2024
1 parent 8db66a0 commit 7457520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions df.viewscreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@
<stl-vector name='custom_activated'> <stl-function/> </stl-vector>
<stl-string name='name'/>
<bitfield name='flag' base-type='int8_t'> bay12: WidgetFlag
<flag-bit name='WIDGET_VISIBILITY_ACTIVE'/>
<flag-bit name='WIDGET_VISIBILITY_VISIBLE'/> plus ACTUALLY_VISIBLE for both of the above
<flag-bit name='WIDGET_CAN_KEY_ACTIVATE'/>
<flag-bit name='WIDGET_GLOBAL_POSITIONING'/>
<flag-bit name='VISIBILITY_ACTIVE'/>
<flag-bit name='VISIBILITY_VISIBLE'/> plus ACTUALLY_VISIBLE for both of the above
<flag-bit name='CAN_KEY_ACTIVATE'/>
<flag-bit name='GLOBAL_POSITIONING'/>
</bitfield>
<int32_t name='offset_bottom'/>
<int32_t name='offset_left'/>
Expand Down

0 comments on commit 7457520

Please sign in to comment.