HomeSort by relevance Sort by last modified time
    Searched full:inside_frame (Results 1 - 1 of 1) sorted by null

  /external/curl/docs/examples/
smooth-gtk-thread.c 178 GtkWidget *top_window, *outside_frame, *inside_frame, *progress_bar; local
199 inside_frame = gtk_frame_new(NULL);
200 gtk_frame_set_shadow_type(GTK_FRAME(inside_frame), GTK_SHADOW_IN);
201 gtk_container_set_border_width(GTK_CONTAINER(inside_frame), 5);
202 gtk_container_add(GTK_CONTAINER(outside_frame), inside_frame); local
211 gtk_container_add(GTK_CONTAINER(inside_frame), progress_bar);

Completed in 222 milliseconds