treeview = GTK_WIDGET (gtk_builder_get_object (builder,"device-treeview")); g_assert (treeview !=NULL); popup = GTK_WIDGET (gtk_builder_get_object (builder,"device-popup")); g_assert (popup !=NULL); subscribe_menuitem = GTK_WIDGET (gtk_builder_get_object ( builder,"subscribe-to-...
gtk_builder_add_from_file (builder, "tutorial.xml", NULL); window = GTK_WIDGET (gtk_builder_get_object (builder, "window")); gtk_builder_connect_signals (builder, NULL); g_object_unref (G_OBJECT (builder)); gtk_widget_show (window); gtk_main (); return 0; } 命名为 main.c 并...
g_signal_connect (dialog->priv->search_entry,"search", G_CALLBACK (search_cb), dialog); g_signal_connect (dialog->priv->search_entry,"activate", G_CALLBACK (search_cb), dialog); gtk_container_add (GTK_CONTAINER (gtk_builder_get_object (builder,"search-entry-box")), GTK_WIDGET (di...
- gtk4-demo: Add many missing a11y properties * Tools: - gtk4-builder-tool: Make render an alias screenshot * Inspector: - Show more information in the a11y tab - Add an accessibility overlay with warnings and recommendations
fallback-c89.c fnmatch.c gdkpixbufutils.c gdkpixbufutilsprivate.h gen-gtk-gresources-xml.py gen-paper-names.c gentypefuncs.py gskpango.c gskpango.h gtk-a11y.h gtk-autocleanups.h gtk-builder-tool.c gtk-compose-lookaside.txt gtk-keys.css.default gtk-keys.css.emacs gtk-keys.cs...
[ 'gtkprint-win32.c', 'gtkprintoperation-win32.c', 'gtkfilechoosernativewin32.c', 'gtkwin32.c', ]) gtk_sources += gtk_win32_print_sources if cc.has_header_symbol('windows.h', 'IPrintDialogCallback') cdata.set('HAVE_IPRINTDIALOGCALLBACK', 1) endif endif if x11_enabled ...
G_CALLBACK(passphrase_key_pressed),NULL); MANAGE_WINDOW_SIGNALS_CONNECT(window); manage_window_set_transient(GTK_WINDOW(window)); vbox = gtk_vbox_new(FALSE,8); gtk_container_add(GTK_CONTAINER(window), vbox); gtk_container_set_border_width(GTK_CONTAINER(vbox),8);if(uid_hint || pass_hi...
g_signal_connect(pass_store_cb,"toggled", G_CALLBACK(on_show_pass_store_cb),NULL); } gtk_box_pack_start(GTK_BOX(content), option_table,false,false,20);/* add the adv_option_table to the dialog only if there is some adv option */if(g_list_length(gtk_container_get_children(GTK_...
fallback-c89.c fnmatch.c gdkpixbufutils.c gdkpixbufutilsprivate.h gen-gtk-gresources-xml.py gen-paper-names.c gentypefuncs.py gskpango.c gskpango.h gtk-a11y.h gtk-autocleanups.h gtk-builder-tool.c gtk-compose-lookaside.txt gtk-keys.css.default gtk-keys.css.emacs gtk-keys...
gtkbuilder.rnc gtkbuilderparser.c gtkbuilderprivate.h gtkbutton.c gtkbutton.h gtkbuttonprivate.h gtkcalendar.c gtkcalendar.h gtkcellarea.c gtkcellarea.h gtkcellareabox.c gtkcellareabox.h gtkcellareaboxcontext.c gtkcellareaboxcontextprivate.h gtkcellareacontext.c gtkcellareacontext.h ...