Re: PDF page not rendering properly if the page is changed
- From: <cecashon aol com>
- To: radomirhadzic46 gmail com, gtk-app-devel-list gnome org
- Subject: Re: PDF page not rendering properly if the page is changed
- Date: Wed, 28 Nov 2018 18:31:10 +0000 (UTC)
Didn't get an attachment either. Try something like the following and see if it makes any difference.
...
GtkWidget *da=gtk_drawing_area_new();
//Request a large drawing area.
gtk_widget_set_size_request(da, 10000, 10000);
GtkWidget *scroll=gtk_scrolled_window_new(NULL, NULL);
gtk_widget_set_hexpand(scroll, TRUE);
gtk_widget_set_vexpand(scroll, TRUE);
gtk_container_add(GTK_CONTAINER(scroll), da);
...
Eric
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]