Search found 3 matches

by astifter
Mon Aug 08, 2011 12:31 pm
Forum: Platform Related Issues
Topic: "Embedding" native GTK widget
Replies: 5
Views: 7061

Re: "Embedding" native GTK widget

No worries, when I started to tackle this problem methodically today it was quite easy. Was too tired on Friday I guess. I have updated the post slightly since there was still an encoding problem with the HTML output, is there a sort of WIKI to post the code snippets too? I guess this class is curre...
by astifter
Mon Aug 08, 2011 11:41 am
Forum: Platform Related Issues
Topic: "Embedding" native GTK widget
Replies: 5
Views: 7061

Re: "Embedding" native GTK widget

Okay, I finally solved this myself by copying the code from wxStaticText and modifying it as appropriate, just to solve this once and for all here is the complete code: wxWebKitCtrl.h #ifndef _WX_WEBKITCTRL_H_ #define _WX_WEBKITCTRL_H_ #include "wx/defs.h" #include "wx/control.h"...
by astifter
Fri Aug 05, 2011 1:43 pm
Forum: Platform Related Issues
Topic: "Embedding" native GTK widget
Replies: 5
Views: 7061

Re: "Embedding" native GTK widget

Terribly sorry, I know this is an old post but is it possible to get the source code for your working example.

I'm pretty much stuck right now with my embedded GtkWidget....