Displaying 3 results from an estimated 3 matches for "findcontrol".
Did you mean:
  find_control
  
2002 Mar 05
0
WinXP. Ugh. + windows 2000 and higher with WINS
...r 2.2.3a
> >
> > Many XP related things have been fixed in these two releases.
> 
> then Why Oh Why can't find win2k/Winxp my samba 2.2.3a based PDC 
> (configured as in the pdc howto, even JOINING the domain works!!)?
> answer: because samba doesnt answer to the strange FINDCONTROLLER 
> request my win2k/winxp sends to some strange multicast address on port
> 80. that friggin win2k/xp doesnt even TRY to go to wins for finding
> anything, BUT it registers ITSELF!! as a domain master browser and
> stuff.
> 
If it makes you feel better, I've had the same kind...
2007 Jun 22
0
[1057] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add new methods from the 2.8 API
...<span class="cx">   bool DeleteToolByPos(size_t  pos ) ;
</span><span class="cx">   void EnableTool(int  toolId , const bool  enable ) ;
</span><ins>+  wxToolBarToolBase* FindById(int  id) ;
</ins><span class="cx">   wxControl* FindControl(int  id) ;
</span><span class="cx">   wxToolBarToolBase* FindToolForPosition(const float  x , const float  y ) const;
</span><ins>+  int GetToolsCount() ;
</ins><span class="cx">   wxSize GetToolSize() ;
</span><span class="cx&qu...
2007 Jun 22
0
[1056] trunk/wxruby2/swig/classes/include/wxToolBar.h: Add missing param to InsertTool long version; uncomment some methods now
...sp  * \brief Returns a pointer to the control identified by   or
-NULL if no corresponding control is found. 
-         * \param int   
-        */
-
-  wxControl* FindControl(int  id ) ;
-        /**
-         * \brief Finds a tool for the given mouse position. 
-         * \param...