search for: hit_test

Displaying 4 results from an estimated 4 matches for "hit_test".

Did you mean: bit_test
2007 Jul 12
0
[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway
...ration:none;display:block;padding:0 10px;} #patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} #patch .lines, .info {color:#888;background:#fff;} --></style> <title>[1112] trunk/wxruby2/swig/classes/include/wxTextCtrl.h: Remove unsupported form of TextCtrl#hit_test that''s not documented anyway</title> </head> <body> <div id="msg"> <dl> <dt>Revision</dt> <dd>1112</dd> <dt>Author</dt> <dd>brokentoy</dd> <dt>Date</dt> <dd>2007-07-12 18:23:20 -0400...
2007 Jan 03
0
[823] trunk/wxruby2/doc/textile: Remove docs for some deprecated classes
...;TabControl#get_row_position":#TabControl_getrowposition -* "TabControl#get_selected":#TabControl_getselected -* "TabControl#get_width":#TabControl_getwidth -* "TabControl#get_x":#TabControl_getx -* "TabControl#get_y":#TabControl_gety -* "TabControl#hit_test":#TabControl_hittest -* "TabControl#on_draw":#TabControl_ondraw -* "TabControl#set_col_position":#TabControl_setcolposition -* "TabControl#set_font":#TabControl_setfont -* "TabControl#set_id":#TabControl_setid -* "TabControl#set_label":#TabCont...
2007 Mar 30
0
[931] branches/wxruby2/wxwidgets_282/doc/textile/treectrl.txtl: Added insert_item_before documentation.
...;nbsp&nbsp2007-03-30 00:24:11 UTC (rev 931) </span><span class="lines">@@ -173,6 +173,7 @@ </span><span class="cx"> * "TreeCtrl#get_state_image_list":#TreeCtrl_getstateimagelist </span><span class="cx"> * "TreeCtrl#hit_test":#TreeCtrl_hittest </span><span class="cx"> * "TreeCtrl#insert_item":#TreeCtrl_insertitem </span><ins>+* "TreeCtrl#insert_item_before":#TreeCtrl_insertitembefore </ins><span class="cx"> * "TreeCtrl#is_bold":#...
2007 Jul 04
0
[1104] trunk/wxruby2: Added 2.8 methods to TextCtrl & document them; tidy up header file
...et_default_style( Wx::TextAttr.new(Wx::BLUE) ) </span><span class="cx"> text.append_text("Blue on grey text\n") </span><span class="cx"> </span><ins>+h2. Constants + +The values below are the possible return codes of the +"hit_test":#TextCtrl_hittest method: + + + + // the point asked is ... + enum TextCtrlHitTestResult + { + TE_HT_UNKNOWN = -2, // this means HitTest() is simply not implemented + TE_HT_BEFORE, // either to the left or upper + TE_HT_ON_TEXT, // directly on + TE_HT_BELOW,...