Displaying 9 results from an estimated 9 matches for "setbackground".
Did you mean:
set_background
2005 Aug 09
3
file
...) * 660 - 100);
// o = (int) (Math.random() * 540 - 100);
// m = (int) (Math.random() * 350 - 100);
// k = (int) (Math.random() * 530 - 100);
// a1 = getAudioClip(getDocumentBase(), "4.au");
t.start();
this.setSize(600, 670);
this.setBackground(Color.CYAN);
img1 = this.getImage(this.getCodeBase(), "4.jpg");
img2 = this.getImage(this.getCodeBase(), "7.jpg");
img3 = this.getImage(this.getCodeBase(), "8.jpg");
}
public void paint(Graphics g) {
super.paint(g);
y =...
2002 Jan 11
1
Wrong header file in ttest.c (windlgs package).
Hi everyone,
I've just installed "rw1040" and all the components necessary to compile
packages for windows. I always try out my new installation on the provided
package "windlgs" in order to ensure that everything is working.
This time I ran into a small problem. Indeed, the second line of "ttest.c"
includes a header file ("ga.h") which does not
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...eLocsStandard.NodeLocsStandard;
tell It;
stretchToggle off;
branchLengthsToggle off;
toggleScale on;
toggleBroadScale off;
toggleCenter on;
toggleEven on;
endTell;
setEdgeWidth 6;
orientUp;
toggleCorners off;
endTell;
setBackground White;
setBranchColor Black;
showNodeNumbers off;
showBranchColors on;
labelBranchLengths off;
centerBrLenLabels on;
showBrLensUnspecified on;
showBrLenLabelsOnTerminals on;
setBrLenLabelColor 0 0 255;
setNumBrLenDecimals 6;
desuppress;
getEmpl...
2007 Mar 29
0
[929] branches/wxruby2/wxwidgets_282/swig/classes: Fix virtual methods that shouldn''t be (Bug 9682); Add missing methods and
...ss="cx"> void ResetBoundingBox() ;
</span><span class="cx"> void SetAxisOrientation(bool xLeftRight , bool yBottomUp ) ;
</span><span class="cx"> void SetDeviceOrigin(wxCoord x , wxCoord y ) ;
</span><del>- virtual void SetBackground(const wxBrush& brush ) = 0;
- virtual void SetBackgroundMode(int mode ) = 0;
</del><ins>+ void SetBackground(const wxBrush& brush );
+ void SetBackgroundMode(int mode );
+ void SetBrush(const wxBrush& brush );
</ins><span class="cx"> void S...
2007 Jun 08
0
Changes to 'refs/tags/0.4.2'
...t
implement saving
remove debugging g_print
handle tokens without children
add initial support for auto-extraction of contents
make the color functions return a SwfdecColor
implement StringAdd and GetURL, so Steve dances again
add support for colors and the SetBackground tag
implement swfdec_js_eval_set
use swfdec_js_eval_set for SetVariable
That line must've been accidentally removed somewhere
rework case sensitivity once again - this time making it global and set only on startup
use automatic hscrollbars, too
makee debuggin...
2007 Jan 24
0
Branch 'interpreter' - 8 commits - libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_js.c libswfdec/swfdec_js.h libswfdec/swfdec_script.c test/swfdec_out.c test/swfdec_out.h test/swfedit_tag.c test/swfedit_token.c test/swfedit_token.h
.../* support functions */
const char * swfdec_js_to_string (JSContext * cx,
diff-tree 6d219aa23eb4010d5438fce453650c158d09a720 (from 00501d98ab1ec0257887814ccc9d582b3b8113a3)
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Jan 24 18:44:35 2007 +0100
add support for colors and the SetBackground tag
diff --git a/test/swfdec_out.c b/test/swfdec_out.c
index b795b28..bf7aa9e 100644
--- a/test/swfdec_out.c
+++ b/test/swfdec_out.c
@@ -213,6 +213,7 @@ swfdec_out_put_rect (SwfdecOut *out, Swf
guint req, tmp;
g_return_if_fail (out != NULL);
+ g_return_if_fail (rect != NULL);
x0 = re...
2007 Apr 27
0
Changes to 'refs/tags/0.4.3'
...t
implement saving
remove debugging g_print
handle tokens without children
add initial support for auto-extraction of contents
make the color functions return a SwfdecColor
implement StringAdd and GetURL, so Steve dances again
add support for colors and the SetBackground tag
implement swfdec_js_eval_set
use swfdec_js_eval_set for SetVariable
That line must've been accidentally removed somewhere
rework case sensitivity once again - this time making it global and set only on startup
use automatic hscrollbars, too
makee debuggin...
2007 Apr 27
0
Changes to 'refs/tags/0.4.4'
...t
implement saving
remove debugging g_print
handle tokens without children
add initial support for auto-extraction of contents
make the color functions return a SwfdecColor
implement StringAdd and GetURL, so Steve dances again
add support for colors and the SetBackground tag
implement swfdec_js_eval_set
use swfdec_js_eval_set for SetVariable
That line must've been accidentally removed somewhere
rework case sensitivity once again - this time making it global and set only on startup
use automatic hscrollbars, too
makee debuggin...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
.../* support functions */
const char * swfdec_js_to_string (JSContext * cx,
diff-tree 6d219aa23eb4010d5438fce453650c158d09a720 (from 00501d98ab1ec0257887814ccc9d582b3b8113a3)
Author: Benjamin Otte <otte@gnome.org>
Date: Wed Jan 24 18:44:35 2007 +0100
add support for colors and the SetBackground tag
diff --git a/test/swfdec_out.c b/test/swfdec_out.c
index b795b28..bf7aa9e 100644
--- a/test/swfdec_out.c
+++ b/test/swfdec_out.c
@@ -213,6 +213,7 @@ swfdec_out_put_rect (SwfdecOut *out, Swf
guint req, tmp;
g_return_if_fail (out != NULL);
+ g_return_if_fail (rect != NULL);
x0 = re...