- Constructor, creating and showing a toggle button with the bitmap @e label.
- Internally calls Create().
+ Constructor, creating and showing a toggle button.
+
+ @param parent
+ Parent window. Must not be @NULL.
+ @param id
+ Toggle button identifier. The value wxID_ANY indicates a default value.
+ @param label
+ Text to be displayed next to the toggle button.
+ @param pos
+ Toggle button position. If wxDefaultPosition is specified then a
+ default position is chosen.
+ @param size
+ Toggle button size. If wxDefaultSize is specified then a
+ default size is chosen.
+ @param style
+ Window style. See wxToggleButton.
+ @param validator
+ Window validator.
+ @param name
+ Window name.
+
+ @see Create(), wxValidator