Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a method for redefining the max_width #54

Merged
merged 1 commit into from
Nov 2, 2018
Merged

Create a method for redefining the max_width #54

merged 1 commit into from
Nov 2, 2018

Conversation

rgson
Copy link
Contributor

@rgson rgson commented Oct 12, 2018

All of the Texttable's options are configured through method calls - except for the maximum width. This change adds a method to configure the max width.

The new method is a complement to the constructor's max_width parameter. The new method is thus mostly redundant, but adds symmetry to the API as well as a (proper) way to change the max width after the object has already been created.

@foutaise foutaise merged commit fb52a2f into foutaise:master Nov 2, 2018
@foutaise
Copy link
Owner

foutaise commented Nov 2, 2018

Sorry for the delay. Your PR has been merged. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants