DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-feature
Attached file "Fl_Help_View_draw_handle_public_patch.txt"...
Link: http://www.fltk.org/str.php?L2834
Version: 1.3-feature
Index: FL/Fl_Help_View.H
===================================================================
--- FL/Fl_Help_View.H (Revision 9426)
+++ FL/Fl_Help_View.H (Arbeitskopie)
@@ -260,7 +260,13 @@
void add_target(const char *n, int yy);
static int compare_targets(const Fl_Help_Target *t0, const Fl_Help_Target
*t1);
int do_align(Fl_Help_Block *block, int line, int xx, int a, int &l);
+#if FLTK_ABI_VERSION >= 10302
+public:
+#endif
void draw();
+#if FLTK_ABI_VERSION >= 10302
+private:
+#endif
void format();
void format_table(int *table_width, int *columns, const char *table);
void free_data();
@@ -269,7 +275,13 @@
Fl_Color get_color(const char *n, Fl_Color c);
Fl_Shared_Image *get_image(const char *name, int W, int H);
int get_length(const char *l);
+#if FLTK_ABI_VERSION >= 10302
+public:
+#endif
int handle(int);
+#if FLTK_ABI_VERSION >= 10302
+private:
+#endif
void hv_draw(const char *t, int x, int y);
char begin_selection();
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev