Is it possible to make custom widget without handle?

Are you writing your own components and need help with how to set them up or have questions about the components you are deriving from ? Ask them here.
Post Reply
dmitry.antukh
In need of some credit
In need of some credit
Posts: 2
Joined: Thu Aug 01, 2013 2:45 pm

Is it possible to make custom widget without handle?

Post by dmitry.antukh »

Hi!
Is it possible to make custom widget without handle? (Something like TLabel under C++Builder)
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Is it possible to make custom widget without handle?

Post by doublemax »

What do you mean with "without handle" ?
Use the source, Luke!
User avatar
eranon
Can't get richer than this
Can't get richer than this
Posts: 867
Joined: Sun May 13, 2012 11:42 pm
Location: France
Contact:

Re: Is it possible to make custom widget without handle?

Post by eranon »

I imagine dmitry talks about a control without any window handle reachable from outside (for example, from Spy++).
[Ind. dev. - wxWidgets 3.0/3.1 under "Win 7 64-bit, TDM64-GCC" + "OS X 10.9, LLVM Clang"]
Post Reply