Re: Handling embedded windows in Linux

2016-11-01 Thread Caolán McNamara
On Sat, 2016-10-29 at 10:12 +0800, meilin wrote: > Hi!, i have a question about how to emebed libreoffice into > gtk3 GtkWidget in Linux. Is using the LOKDocView gtk3 widget an option for you ? (there is a demo in libreofficekit/qa/gtktiledviewer/gtktiledviewer.cxx for the gtktiledviewer) Becaus

Handling embedded windows in Linux

2016-10-28 Thread meilin
Hi!, i have a question about how to emebed libreoffice into gtk3 GtkWidget in Linux. code is here: // create a gtk3 GtkWidget GtkWidget* pWindow = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_default_size(GTK_WINDOW(m_pWindow), 1024, 768); gtk_container_set_border_width(GTK_CONTAINER(m_pWind