Auto-completion under wxGTK ?

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Muetdhiver
Super wx Problem Solver
Super wx Problem Solver
Posts: 323
Joined: Sun Jun 08, 2008 11:59 am
Location: Bordeaux, France

Auto-completion under wxGTK ?

Post by Muetdhiver »

Hi,

I've recently set up auto-completion for several GUI of my project, this works well under Windows.
But there is no version planned to be released for wxGTK.....

Do you have any idea about dates ? In which milestone of wxWidgets auto-completion will be available under wxGTK ?
I found nothing in TRAC....

Thanks.
Bye.
OS: Ubuntu 11.10
Compiler: g++ 4.6.1 (Eclipse CDT Indigo)
wxWidgets: 2.9.3
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Auto-completion under wxGTK ?

Post by evstevemd »

hi,
do you mean wxStyledtextctrl?
if yes then it is available
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Muetdhiver
Super wx Problem Solver
Super wx Problem Solver
Posts: 323
Joined: Sun Jun 08, 2008 11:59 am
Location: Bordeaux, France

Re: Auto-completion under wxGTK ?

Post by Muetdhiver »

Hummm, no sorry.

I was speaking about wxTextEntry::AutoComplete (wxTextCompleter *completer) function.
OS: Ubuntu 11.10
Compiler: g++ 4.6.1 (Eclipse CDT Indigo)
wxWidgets: 2.9.3
User avatar
evstevemd
Part Of The Furniture
Part Of The Furniture
Posts: 2409
Joined: Wed Jan 28, 2009 11:57 am
Location: United Republic of Tanzania

Re: Auto-completion under wxGTK ?

Post by evstevemd »

Muetdhiver wrote:Hummm, no sorry.

I was speaking about wxTextEntry::AutoComplete (wxTextCompleter *completer) function.
Did you manage to find solution (patch or something)?I tried to implement under help of Vadim but
I had to learn some stuffs about GObject and time wasn't on my side.
Chief Justice: We have trouble dear citizens!
Citizens: What it is his honor?
Chief Justice:Our president is an atheist, who will he swear to?
Post Reply