On Thu, 11 Jul 2024 at 22:25, Ted <laser...@gmail.com> wrote:
>
> there are a couple buttons that need to be on multiple
> tabs, such as CycleStart, FeedHold, Lubrication Enabled,

You haven't said which GUI system you plan to use, but in the case of
Glade if two spin-buttons have the same "Adjustment" then they act as
the same control.

Playing about briefly in Glade I don't see ordinary buttons having an
Adjustment property, but there may be a way to achieve the same thing.

Alternatively you could have a number of independent buttons all
linked to the same callback in the GUI code, and that code could
handle making them all take the same value when pressed.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to