rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Added GUI window pin/unpin #28

Closed pankajgodbole closed 3 years ago

pankajgodbole commented 3 years ago

Prevent or allow a window to be moved, closed, resized, maximized or normalized.

rabbibotton commented 3 years ago

I am going to merge today and will make it an option if the pinning appears on the title bar defaulting to no. That works for you?

pankajgodbole commented 3 years ago

Yes, That works for me.

Where will the user see this option?

Thanks.

On Fri, Feb 19, 2021 at 11:39 PM David Botton notifications@github.com wrote:

I am going to merge today and will make it an option if the pinning appears on the title bar defaulting to no. That works for you?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rabbibotton/clog/pull/28#issuecomment-782244795, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRQOL4E5QQ5ZJWBVNGPSYTS72SN7ANCNFSM4X4ZE4QQ .

pankajgodbole commented 3 years ago

Thanks! I'll check it out.

On Sat, Feb 20, 2021 at 12:15 AM David Botton notifications@github.com wrote:

Merged #28 https://github.com/rabbibotton/clog/pull/28 into main.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rabbibotton/clog/pull/28#event-4353564426, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRQOL7NFFEJJW5DQN5D4LTS72WWNANCNFSM4X4ZE4QQ .

rabbibotton commented 3 years ago

Ok, just added. When creating the window add :has-pinner t take a look at tutorial 22

rabbibotton commented 3 years ago

I added a utf-8 ☑ to check and unchecked when pinned.

rabbibotton commented 3 years ago

Great addition to clog!