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

show or hide title bar. hide title bar,bind StartDragging function to Drag window. #57

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Sep 9, 2024

  1. 提交代码

    huazhimeng committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5bdda6e View commit details
    Browse the repository at this point in the history
  2. 【add】show hide title bar.

          example:
          go: `w.SetTitleBar(false)`
    【add】hide title bar,bind `StartDragging` function to Drag window.
          example:
          go: `_ = w.Bind("dragging", w.StartDragging)`
    
          example:
          html:`<div id="my_title_bar" style="width:100%; height:30px; background:red;"> My Dragging Title Bar</div>`
          js:`
              document.addEventListener("DOMContentLoaded", ()=>{
                 document.querySelector("#my_title_bar").addEventListener("mousemove", event => window.dragging());
              });
           `
    clong1995 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    e70734f View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. set always on top

    huazhimeng committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c961481 View commit details
    Browse the repository at this point in the history
  2. set always on top

    huazhimeng committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    82dd41c View commit details
    Browse the repository at this point in the history
  3. set always on top

    huazhimeng committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6515425 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. set window min max unmax

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3cee49d View commit details
    Browse the repository at this point in the history
  2. set window min max unmax

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a0160c8 View commit details
    Browse the repository at this point in the history
  3. set window min max unmax

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4670bd6 View commit details
    Browse the repository at this point in the history
  4. set window min max unmax

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d9c02b1 View commit details
    Browse the repository at this point in the history
  5. set window min max unmax

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b3fc2c6 View commit details
    Browse the repository at this point in the history
  6. set resizable

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    19b8d92 View commit details
    Browse the repository at this point in the history
  7. set resizable

    huazhimeng committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4c3095a View commit details
    Browse the repository at this point in the history