You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
If a user doesn't want to render items in a checkbox menu as [?] - …, they have to override the entire _draw method in CheckBoxMenu.
Describe the solution you'd like
Maybe passing a format string to the CheckBoxMenu constructor that allows controlling colours, weight, characters etc. or a callback that should call a wrapper to _renderer.draw_text() directly.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
If a user doesn't want to render items in a checkbox menu as
[?] - …
, they have to override the entire_draw
method inCheckBoxMenu
.Describe the solution you'd like
Maybe passing a format string to the
CheckBoxMenu
constructor that allows controlling colours, weight, characters etc. or a callback that should call a wrapper to_renderer.draw_text()
directly.The text was updated successfully, but these errors were encountered: