Searched refs:scrolled_window (Results 1 – 1 of 1) sorted by relevance
273 GtkWidget *scrolled_window = gtk_scrolled_window_new (NULL, NULL); in SalGtkFilePicker() local274 gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled_window), in SalGtkFilePicker()276 gtk_scrolled_window_set_shadow_type (GTK_SCROLLED_WINDOW (scrolled_window), in SalGtkFilePicker()278 gtk_container_add (GTK_CONTAINER (m_pFilterExpander), scrolled_window); in SalGtkFilePicker()279 gtk_widget_show (scrolled_window); in SalGtkFilePicker()316 gtk_container_add (GTK_CONTAINER (scrolled_window), m_pFilterView); in SalGtkFilePicker()
Completed in 14 milliseconds