Displaying 2 results from an estimated 2 matches for "seturl".
Did you mean:
geturl
2006 Mar 28
3
Softphone accepting URL
Does anyone know a softphone that can accept URLs during a call and
open that page in the default browser when the call is answered? I
Know DIAX and the IDEFISK, only pro version.I need another ones.
It can be using the cmd SetURL
Regards.
--
Bruno de Assump??o Loureiro
msn: loureiro_bruno@hotmail.com
2007 Jun 26
0
[1081] trunk/wxruby2: Added HyperlinkCtrl from the 2.8 API plus event mappings
...wxColour GetNormalColour() const { return m_normalColour; }
+ void SetNormalColour(const wxColour &colour);
+
+ wxColour GetVisitedColour() const { return m_visitedColour; }
+ void SetVisitedColour(const wxColour &colour);
+
+ wxString GetURL() const { return m_url; }
+ void SetURL (const wxString &url) { m_url=url; }
+
+ void SetVisited(bool visited = true) { m_visited=visited; }
+ bool GetVisited() const { return m_visited; }
+};
+
+#endif
</ins></span></pre></div>
<a id="trunkwxruby2swigclassesincludewxHyperlinkEventh"><...