Skip to content

Commit 4f12ad6

Browse files
ceccopierangiolieugenioCopilot
andauthored
feat(widget): add size constraint tests for TTkWidget (#630)
Co-authored-by: Copilot <copilot@github.com>
1 parent cb03e0e commit 4f12ad6

3 files changed

Lines changed: 547 additions & 48 deletions

File tree

libs/pyTermTk/TermTk/TTkWidgets/checkbox.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__all__ = ['TTkCheckbox']
23+
__all__ = ['TTkCheckbox', 'TTkCheckBox']
2424

2525
from typing import Optional
2626

@@ -242,3 +242,5 @@ def keyEvent(self, evt:TTkKeyEvent) -> bool:
242242
self._pressEvent()
243243
return True
244244
return False
245+
246+
TTkCheckBox = TTkCheckbox

0 commit comments

Comments
 (0)