Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-16 Thread Ron Tarrant via Digitalmars-d-learn
It being Tuesday, it's time for another gtkDcoding Blog Post. Today, we continue our exploration of menu topics by looking at mnemonics and separators. You can find it here: http://gtkdcoding.com/2019/04/16/0027-mnemonic-shortcut-key.html

Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-14 Thread number via Digitalmars-d-learn
On Saturday, 13 April 2019 at 12:42:36 UTC, Ron Tarrant wrote: On Saturday, 13 April 2019 at 09:49:47 UTC, number wrote: On Saturday, 13 April 2019 at 00:25:21 UTC, Ron Tarrant wrote: I'm asking because ... the messagebox sized itself to the shorter text in the content area. They said it's an O

Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-13 Thread Ron Tarrant via Digitalmars-d-learn
On Saturday, 13 April 2019 at 09:49:47 UTC, number wrote: On Saturday, 13 April 2019 at 00:25:21 UTC, Ron Tarrant wrote: I'm asking because ... the messagebox sized itself to the shorter text in the content area. They said it's an OS limitation (meaning gtk standard dialogs). Because the Dial

Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-13 Thread number via Digitalmars-d-learn
On Saturday, 13 April 2019 at 00:25:21 UTC, Ron Tarrant wrote: On Friday, 12 April 2019 at 13:56:51 UTC, number wrote: Are you planning to cover messagebox-like stuff (i.e. gtkdialog.. i guess?) Yes. Right after this series on menus, I start on Dialogs. The first couple of those are already

Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-12 Thread Ron Tarrant via Digitalmars-d-learn
On Friday, 12 April 2019 at 13:56:51 UTC, number wrote: Thanks, I'm still a reader! Excellent. Thanks for letting me know. Are you planning to cover messagebox-like stuff (i.e. gtkdialog.. i guess?) Yes. Right after this series on menus, I start on Dialogs. The first couple of those are a

Re: gtkDcoding Blog Post # 26 - Menu Basics

2019-04-12 Thread number via Digitalmars-d-learn
On Friday, 12 April 2019 at 09:05:11 UTC, Ron Tarrant wrote: Today starts a series on GtkD menus. Over the next four weeks, we'll cover enough ground to get you up-n-running with most menu-related topics. And it all starts right here: http://gtkdcoding.com/2019/04/12/0026-menu-basics.html Tha

gtkDcoding Blog Post # 26 - Menu Basics

2019-04-12 Thread Ron Tarrant via Digitalmars-d-learn
Today starts a series on GtkD menus. Over the next four weeks, we'll cover enough ground to get you up-n-running with most menu-related topics. And it all starts right here: http://gtkdcoding.com/2019/04/12/0026-menu-basics.html