Search found 4 matches

by richrobin
Thu Dec 01, 2016 5:42 pm
Forum: C++ Development
Topic: Why is wxFontInfo incomplete ?
Replies: 2
Views: 2489

Why is wxFontInfo incomplete ?

Why are the "m_pointSize" and "m_pixelSize" fields of wxFontInfo made inaccessible by being declared private and then not giving a public access function to set them? I am porting a windows program to Linux and wish to use wxFontInfo in place of the Windows LOGFONT structure. Bot...
by richrobin
Tue Nov 15, 2016 8:25 pm
Forum: C++ Development
Topic: coordinate confusion in online manual
Replies: 0
Views: 6178

coordinate confusion in online manual

Does wxWindow::RefreshRect function take a wxRect rectangle in Device Coordinates or Logical Coordinates ? The online manual does not specify which coordinate system is used. In General is there a rule of thumb in these situations?
by richrobin
Tue Oct 25, 2016 5:11 pm
Forum: Platform Related Issues
Topic: making Linux wxBitmapButton look and behave the same as on Windows
Replies: 1
Views: 847

making Linux wxBitmapButton look and behave the same as on Windows

Hi All, I am porting an application from Windows to Linux. Unfortunately the Standard wxBitmapButton behaves differently on Linux only displaying a Bitmap in the central area of the button face and I need to use the whole of the button face for the bitmap. I have tried doing somthing like this. MyBu...
by richrobin
Sat Oct 08, 2016 10:49 pm
Forum: Compiler / Linking / IDE Related
Topic: ar: gcc_mswud\corelib_ipwin.o NO such file
Replies: 2
Views: 1278

ar: gcc_mswud\corelib_ipwin.o NO such file

I am trying to compile wxWidgets 3.0.2 using the 4.9.2 compiler on Windows Vista with 2Gig of memory using the following command. mingw32-make CXXFLAGS="-std=gnu++11" SHELL=CMD.exe -f makefile.gcc SHARED=0 UNICODE=1 MONOLITHIC=0 BUILD=debug I do a clean before running the command for real....