search for: m_text

Displaying 5 results from an estimated 5 matches for "m_text".

Did you mean: __text
2010 May 06
3
Possible bug in chan_sip:add_sdp
Am I missing something here? I see if (needvideo) { /* only if video response is appropriate */ add_line(resp, m_video->str); add_line(resp, a_video->str); add_line(resp, hold); /* Repeat hold for the video stream */ } else if (p->offered_media[SDP_VIDEO].offered) { snprintf(dummy_answer,
2001 Oct 16
7
Performance tests
I did some testing of vorbis codec (Winamp plugin) on a Pentium 166 MMX, and found that the performance is pretty good. I got 3 % cpu utisization if I turned dithering off, and 5 % otherwise. This was with a 138 kbit song. It's pretty long to mp3 performance that was 0 to 1 % on that machine for a 128 kbit song. Also vorbis seems to have a larger working set, because if I play two songs at
2007 Feb 12
0
[863] trunk/wxruby2/samples/controls/controls.rb: Avoid error calling no-args Colour.new (no longer allowed)
...1, Point.new(x, y), Size.new(w, h) ) </span><span class="cx"> </span><del>- @s_colOld = Colour.new </del><ins>+ @s_colOld = NULL_COLOUR </ins><span class="cx"> </span><span class="cx"> @m_text = TextCtrl.new(self, -1, "This is the log window.\n", </span><span class="cx"> Point.new(0, 250), Size.new(100, 50), TE_MULTILINE) </span></span></pre> </div> </div> </body> </html>
2006 Nov 15
0
[740] trunk/wxruby2: API - Make ListCtrl#get_item return a ListCtrl item corresponding to a row and
...pecifying which of the other fields are valid. The flags are: </span><span class="cx"> </span><del>- - </del><span class="cx"> |LIST_MASK_STATE|The *m_state* field is valid.| </span><span class="cx"> |LIST_MASK_TEXT|The *m_text* field is valid.| </span><span class="cx"> |LIST_MASK_IMAGE|The *m_image* field is valid.| </span><span class="lines">@@ -831,8 +819,6 @@ </span><span class="cx"> </span><span class="cx"> The *m_stateMask* and...
2004 Aug 19
28
Documents, Views and DocManagers
Hi, Are there any effort in making wxDocument, wxView, etc types of classes avaiable under wxRuby? For supporting SDI/MDI architecture. Cheers, Phuah Yee Keat