Classes | |
| class | CustomPanel |
| The native widget which represents components for wxWidgets. More... | |
| class | EventListener |
| Listens for events from the Managed Window. More... | |
| class | GuiData |
| Associates wxWidgets specific data with the InterfaceManager instance. More... | |
| class | Menu |
Functions | |
| void | ensure_minimum_size (wxWindow *widget) |
| Makes sure that the wxWindows size is not smaller than its minimum. | |
| void ifm::wx::ensure_minimum_size | ( | wxWindow * | widget | ) |
Makes sure that the wxWindows size is not smaller than its minimum.
Called after changing the minimum size of a widget. wxWidgets does not automatically resize the widget if its new minimum size is larger than its current size we do that ourselves.