The following patch is necessary/helpful for 'visually impaired' human
beings.

winfried

--- fltk-2.0.x-r7513/fltk/ComboBox.h.orig   2010-06-29 14:41:52.000000000 +0200
+++ fltk-2.0.x-r7513/fltk/ComboBox.h    2010-06-29 14:42:54.000000000 +0200
@@ -42,6 +42,8 @@
   int handle(int);
   int popup(const Rectangle&,const char* title=0,bool menubar=false);

+  void textsize(float ts)
+    { Widget::textsize(ts); input_->textsize(ts); }
   int choice(int v);
   int choice() const;
   int find_choice() const;

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to