Embedding dialog content elsewhere

It may not always make sense to use a dialog when input is needed. Also, Selene can not cover the vast amount of use cases where dialogs can not be fully automated. To at least provide for the predictable parts to be implemented quickly, there are embeddable dialogs. These are exactly as the name suggests: you can embed the dialog's content like you would embed any widget.

embedding.cs

Gtk frontend

Qyoto frontend

Before accessing the values in the class, one first needs to explicitly call the Save() method.