Go to the source code of this file.
Definition at line 56 of file ev-properties-dialog.c.
60 content_area = GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (
properties)));
61 gtk_container_set_border_width (GTK_CONTAINER (content_area), 0);
63 gtk_window_set_title (GTK_WINDOW (
properties),
_(
"Properties"));
64 gtk_window_set_destroy_with_parent (GTK_WINDOW (
properties),
TRUE);
67 gtk_notebook_set_show_border (GTK_NOTEBOOK (
properties->notebook),
FALSE);
GtkWidget* ev_properties_dialog_new |
( |
void |
) | |
|
Definition at line 73 of file ev-properties-dialog.c.
85 label = gtk_label_new (
_(
"General"));
87 gtk_notebook_append_page (GTK_NOTEBOOK (
properties->notebook),
95 label = gtk_label_new (
_(
"Fonts"));
97 gtk_notebook_append_page (GTK_NOTEBOOK (
properties->notebook),
108 label = gtk_label_new (
_(
"Document License"));
110 gtk_notebook_append_page (GTK_NOTEBOOK (
properties->notebook),