false,
stc2wx(faceName),
encoding);
+#ifdef __WXMAC__
+ ((wxFont*)id)->SetNoAntiAliasing( true ) ;
+#endif
}
}
void ListBox::Append(char *s) {
- GETLB(id)->Append(s);
+ GETLB(id)->Append(stc2wx(s));
}
int ListBox::Length() {
if (n > 4)
n = n - 4;
else
- n = 1;
+ n = 0;
GETLB(id)->SetFirstItem(n);
#endif
}