首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 【UI】前端常用特效

    <button class="<em>button</em> -4" role="button">Button 4</button>
    <style> .button , 0.15); color: #959DA5; cursor: default; } .button 225, 228, 232, 0.2) 0 1px 0 inset; transition: none 0s; } .button display: none; } .button-4:-webkit-details-marker { display:

    52410编辑于 2025-12-15
  • 来自专栏AI SPPECH

    2025年Python Tkinter新手入门:环境搭建与基础组件完全指南

    鼠标左键释放 <Motion>:鼠标移动 <B1-Motion>:按住鼠标左键移动 <Enter>:鼠标进入控件 <Leave>:鼠标离开控件 <MouseWheel>:鼠标滚轮滚动(在Windows上) <Button canvas.bind("<MouseWheel>", on_mousewheel) # 鼠标滚轮(Windows) # 对于Linux系统,使用不同的事件绑定鼠标滚轮 # canvas.bind("<Button

    78510编辑于 2025-11-13
领券