Kaba class ProgressX ed

...

Syntax ed

class ProgressX

    # constructors
    func mut __init__(title: string, parent: Window)

    # functions
    func mut cancel()
    func is_cancelled() -> bool
    func mut set(msg: string, progress: f32)

Functions ed

func mut cancel()
...

func is_cancelled() -> bool
...

func mut set(msg: string, progress: f32)
...