Tim Perry
Tim Perry

Reputation: 13276

GtkExpander style widget in wxWidgets?

I'm looking for a widget along the lines of GtkExpander, but for wxWidgets. Can't seem to find anything obvious in the documentation. Custom widgets (non-GPL) from somewhere else would be fine, but they need to work on Windows (i.e. without GTK).

Practically (if it makes any difference) this is primarily for wxPython, on Windows and hopefully Linux.

Upvotes: 3

Views: 207

Answers (1)

Tim Perry
Tim Perry

Reputation: 13276

Damn, I'm stupid. If you've got here because you're stupid too, check out wxCollapsiblePane.

Upvotes: 3

Related Questions