mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Completing access to FL_BLINE in Fl_Browser.
May be used by derived classes like Fl_File_Browser for fast access.
This commit is contained in:
+5
-2
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// Browser header file for the Fast Light Tool Kit (FLTK).
|
||||
//
|
||||
// Copyright 1998-2023 by Bill Spitzak and others.
|
||||
// Copyright 1998-2026 by Bill Spitzak and others.
|
||||
//
|
||||
// This library is free software. Distribution and use rights are outlined in
|
||||
// the file "COPYING" which should have been included with this file. If this
|
||||
@@ -135,9 +135,12 @@ protected:
|
||||
void*& bline_data(FL_BLINE* b) const;
|
||||
const void* bline_data(const FL_BLINE* b) const;
|
||||
char& bline_flags(FL_BLINE* b) const;
|
||||
const char bline_flags(const FL_BLINE* b) const;
|
||||
char bline_flags(const FL_BLINE* b) const;
|
||||
char* bline_txt(FL_BLINE* b) const;
|
||||
const char* bline_txt(const FL_BLINE* b) const;
|
||||
Fl_Image*& bline_icon(FL_BLINE* b) const;
|
||||
const Fl_Image* bline_icon(const FL_BLINE* b) const;
|
||||
short bline_length(const FL_BLINE* b) const;
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user