FLTK logo

Re: thread drift Re: [fltk.general] [Fl_Flow] A new layout managerfor FLTK

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: thread drift Re: [Fl_Flow] A new layout managerfor FLTK Jose Q Nov 22, 2022  
 

I proposed a “fluent” interface to Fl_Flow, and Karsten has graciously merged it:
https://github.com/osen/Fl_Flow/tree/main/src/fluent

The idea is that instead of using ASCII characters like this

flow.rule(sep, "=<^");

You would write this

flow(sep).left().expand()
    .up();

Thanks,
Jose

--
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/e69eb2d8-b0bf-4ae7-bc7e-66c9be848a18n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.