Displaying 5 results from an estimated 5 matches for "set_width".
Did you mean:
get_width
2007 Feb 21
2
Ajax.request -> Controller Variable?
The amount of frustration that this has caused me has prompted me to
seek outside help. I know answer is right in front of me, but after
pouring over API documents and dozens of forum posts the answer still
eludes me:
I have a javascript func that detects the dimensions of the client
browser, I know I need to use an ajax.request to get the information
back to the controller - but for the life of
2008 Aug 24
2
Missing ids in documentation
..._dashes</h3>
pen.html:<h3 class="Pen_setjoin">Pen#set_join</h3>
pen.html:<h3 class="Pen_setstipple">Pen#set_stipple</h3>
pen.html:<h3 class="Pen_setstyle">Pen#set_style</h3>
pen.html:<h3 class="Pen_setwidth">Pen#set_width</h3>
2007 Jul 26
0
6 commits - libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_stage_as.c test/trace
...Value *ret)
+{
+ SwfdecPlayer *player = SWFDEC_PLAYER (cx);
+
+ if (player->stage_height > -1) {
+ SWFDEC_AS_VALUE_SET_INT (ret, player->stage_height);
+ } else {
+ SWFDEC_AS_VALUE_SET_INT (ret, player->height);
+ }
+}
+
+/* FIXME: do this smarter */
+SWFDEC_AS_NATIVE (666, 6, set_width)
+void
+set_width (SwfdecAsContext *cx, SwfdecAsObject *object,
+ guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
+{
+}
+
+SWFDEC_AS_NATIVE (666, 8, set_height)
+void
+set_height (SwfdecAsContext *cx, SwfdecAsObject *object,
+ guint argc, SwfdecAsValue *argv, SwfdecAsValue *ret)
+{
+}
+...
2011 Jun 01
3
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
...t
+
+\change_inserted 1 1304341887
+
+ }
+\change_unchanged
+
\end_layout
\begin_layout Plain Layout
@@ -2668,6 +3219,7 @@ Clusters of functionality which are always implemented together can use
\begin_layout Standard
\begin_inset CommandInset nomencl_print
LatexCommand printnomenclature
+set_width "none"
\end_inset
@@ -2721,6 +3273,15 @@ status open
\begin_layout Plain Layout
* Copyright 2007, 2009, IBM Corporation
+\change_inserted 1 1304341032
+
+\end_layout
+
+\begin_layout Plain Layout
+
+\change_inserted 1 1304341075
+
+ * Copyright 2011, Red Hat, Inc
\end_layout...
2011 Jun 01
3
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
...t
+
+\change_inserted 1 1304341887
+
+ }
+\change_unchanged
+
\end_layout
\begin_layout Plain Layout
@@ -2668,6 +3219,7 @@ Clusters of functionality which are always implemented together can use
\begin_layout Standard
\begin_inset CommandInset nomencl_print
LatexCommand printnomenclature
+set_width "none"
\end_inset
@@ -2721,6 +3273,15 @@ status open
\begin_layout Plain Layout
* Copyright 2007, 2009, IBM Corporation
+\change_inserted 1 1304341032
+
+\end_layout
+
+\begin_layout Plain Layout
+
+\change_inserted 1 1304341075
+
+ * Copyright 2011, Red Hat, Inc
\end_layout...