FLTK logo

Re: [fltk.general] font property manipulation in FLTK label text

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: font property manipulation in FLTK label text Albrecht Schlosser Oct 10, 2020  
 
On 10/10/20 8:41 PM Greg Ercolano wrote:

	Might be overkill, but you could (ab)use Fl_Help_View for text labels
	so that you can use HTML tags to control this.
[...]

     SCROLLBARS
     ----------
	Sucks that there isn't a clean way to access the scrollbars through the API
	to disable them (see XXX markers above), as they come on unconditionally.

	Had to hack disabling the vertical scrollbar by using child(0).

	The Fl_Help_View class should really allow access to the internal scrollbars,
	either as public methods that return pointers (other widgets do this),
	or at least make them protected so derived classes can access and manipulate them.

	Maybe this can be done for 1.4 .. dev vote?

+1, why not?

We'd need to make the methods (as) consistent (as possible) with these "other widgets". Further discussion should follow-up in fltk.coredev if needed (which methods, naming, public, protected, anything else?).

--
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/e654d5ce-45b6-d3cd-707b-5bbfda6a314e%40online.de.
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'.