Displaying 2 results from an estimated 2 matches for "drawbackground".
2012 Feb 24
2
Video corruption bug in stellarium
Just installed stellarium-0.10.2-1.el6.rf(i686) last night with the
Add/Remove Software tool. I'm getting video corruption and this message
in the terminal:
StelAppGraphicsScene: drawBackground needs a QGLWidget to be set as
viewport on the graphics view
A bit of Google work turned up this on the Ubuntu forum:
"The new version of Stellarium 0.10.3 resolves my display problems. It's
not yet available in the standard repos but is in Scott Howard's PPA
(https://launchpad.ne...
2007 Mar 22
0
[916] branches/wxruby2/wxwidgets_282: More Wx::AUI classes, event hooks and sample
...lour(id); }
+ void SetColor(int id, const wxColour& color) { SetColour(id, color); }
+
+ virtual void DrawSash(wxDC& dc,
+ wxWindow* window,
+ int orientation,
+ const wxRect& rect) = 0;
+
+ virtual void DrawBackground(wxDC& dc,
+ wxWindow* window,
+ int orientation,
+ const wxRect& rect) = 0;
+
+ virtual void DrawCaption(wxDC& dc,
+ wxWindow* window,
+ const wxString& te...