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
I see that Button extends Base.Button, but the four functions mentioned in its docs (handle, hide, resize, and showWidget) all exist at the Widget level.
The text was updated successfully, but these errors were encountered:
These are functions that can be overridden on the Haskell side and are typically the bits of the application that need the most debugging/optimizing. Having them "pinned" to Button makes for much nicer error messages on the Haskell side, makes it easier to work with gdb when needed and, maybe this is fixed now, but I found it makes for nicer memory/perf. profiling reports.
I see that
Button
extendsBase.Button
, but the four functions mentioned in its docs (handle
,hide
,resize
, andshowWidget
) all exist at theWidget
level.The text was updated successfully, but these errors were encountered: