Function FrameLayout.showChild

make one of children (with specified ID) visible, for the rest, set visibility to otherChildrenVisibility

Prototype

bool showChild(
  string ID,
  Visibility otherChildrenVisibility = cast(Visibility)cast(ubyte)1u,
  bool updateFocus = false
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0