libfilezilla
|
Glue to create invokers using the event system of wxWidgets. More...
Go to the source code of this file.
Namespaces | |
fz | |
The namespace used by libfilezilla. | |
Functions | |
template<typename F > | |
auto | make_invoker (wxEvtHandler &handler, F &&f) |
Alternative version of fz::invoke that accepts wxEvtHandler. | |
invoker_factory | get_invoker_factory (wxEvtHandler &handler) |
Returns an invoker factory utilizing the event system of of wx. | |
Glue to create invokers using the event system of wxWidgets.