Home
last modified time | relevance | path

Searched refs:gtk (Results 1 – 25 of 176) sorted by relevance

12345678

/third_party/glib/gio/tests/
Dorg.gtk.test.gschema.xml.orig3 <schema id="org.gtk.test" path="/tests/" gettext-domain="test">
15 <child name='basic-types' schema='org.gtk.test.basic-types'/>
16 <child name='complex-types' schema='org.gtk.test.complex-types'/>
17 <child name='localized' schema='org.gtk.test.localized'/>
20 <schema id="org.gtk.test.no-path">
26 <schema id="org.gtk.test.basic-types" path="/tests/basic-types/">
62 <schema id="org.gtk.test.complex-types" path="/tests/complex-types/">
79 <schema id="org.gtk.test.localized" path="/tests/localized/" gettext-domain="test">
88 <schema id="org.gtk.test.binding" path="/tests/binding/">
128 <key name="enum" enum="org.gtk.test.TestEnum">
[all …]
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/
DCMakeLists.txt1 project(lws-minimal-gtk C)
8 set(SAMP lws-minimal-gtk)
19 # gtk pieces
23 set(LWS_GTK_INCLUDE_DIRS CACHE PATH "Path to the gtk include directory")
24 set(LWS_GTK_LIBRARIES CACHE PATH "Path to the gtk library")
25 PKG_SEARCH_MODULE(LWS_GTK2 gtk+-3.0)
30 message("gtk include dir: ${LWS_GTK_INCLUDE_DIRS}")
31 message("gtk libraries: ${LWS_GTK_LIBRARIES}")
DREADME.md1 # lws minimal http client gtk
4 from inside a gtk app using gtk / glib main loop directly.
/third_party/gettext/gettext-tools/examples/hello-c++-gnome/m4/
Dgtk.m49 dnl Get the cflags and libraries from the gtk-config script
11 AC_ARG_WITH(gtk-prefix,[ --with-gtk-prefix=PFX Prefix where GTK is installed (optional)],
13 AC_ARG_WITH(gtk-exec-prefix,[ --with-gtk-exec-prefix=PFX Exec prefix where GTK is installed (optio…
30 GTK_CONFIG=$gtk_config_exec_prefix/bin/gtk-config
36 GTK_CONFIG=$gtk_config_prefix/bin/gtk-config
40 AC_PATH_PROG(GTK_CONFIG, gtk-config, no)
62 dnl checks the results of gtk-config to some extent
66 #include <gtk/gtk.h>
89 printf("\n*** 'gtk-config --version' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
92 printf ("*** was found! If gtk-config was correct, then it is best\n");
[all …]
DMakefile.am5 gtk.m4 gtk--.m4
/third_party/pulseaudio/src/tests/
Dvolume-ui.py3 import pygtk, gtk, sys
168 window = gtk.Window(gtk.WINDOW_TOPLEVEL)
172 vbox = gtk.VBox(spacing=6)
214 channel_labels[i] = gtk.Label(cm.position_to_pretty_string(cm.map[i]))
218 channel_scales[i] = gtk.HScale()
221 channel_scales[i].set_value_pos(gtk.POS_RIGHT)
224 channel_dB_labels[i] = gtk.Label("-xxx dB")
228 value_label = gtk.Label("Value")
231 value_scale = gtk.HScale()
233 value_scale.set_value_pos(gtk.POS_RIGHT)
[all …]
/third_party/libpsl/
Dautogen.sh22 rm -f gtk-doc.make 2>/dev/null
23 echo "EXTRA_DIST =" >gtk-doc.make
24 echo "CLEANFILES =" >>gtk-doc.make
/third_party/glib/gio/tests/gdbus-object-manager-example/
Dmeson.build7 'objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Animal.xml',
8 'objectmanager-gen-org.gtk.GDBus.Example.ObjectManager.Cat.xml'],
10 '--interface-prefix', 'org.gtk.GDBus.Example.ObjectManager.',
/third_party/libexif/m4m/
Dgp-documentation.m472 dnl * determine presence of prerequisites (only gtk-doc for now)
82 # gtk-doc: We use gtk-doc for building our documentation. However, we
90 [Use gtk-doc to build documentation [default=no]])],[
101 gtkdoc_msg="no (http://www.gtk.org/rdp/download.html)"
105 GP_CONFIG_MSG([build API docs with gtk-doc],[$gtkdoc_msg])
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dmeson.build13 gtk_dep = dependency('gtk+-3.0', required : get_option('gtk3'))
21 gtk_x11_dep = dependency('gtk+-x11-3.0', required : false)
30 gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : false)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
DMakefile20 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkit2gtk-4.0)
21 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkit2gtk-4.0)
24 GTKCFLAGS := $(shell pkg-config --cflags gtk+-3.0 webkitgtk-3.0)
25 GTKLIBS := $(shell pkg-config --libs gtk+-3.0 webkitgtk-3.0)
/third_party/flutter/skia/third_party/externals/harfbuzz/
DBUILD.md34 sudo apt-get install autoconf automake libtool pkg-config ragel gtk-doc-tools
38 sudo yum install autoconf automake libtool pkgconfig ragel gtk-doc
42 sudo port install autoconf automake libtool pkgconfig ragel gtk-doc
46 brew install autoconf automake libtool pkgconfig ragel gtk-doc
DMakefile.am32 $(srcdir)/gtk-doc.make \
33 $(srcdir)/m4/gtk-doc.m4 \
63 --enable-gtk-doc \
/third_party/glib/subprojects/
Dgtk-doc.wrap2 directory=gtk-doc
3 url=https://gitlab.gnome.org/GNOME/gtk-doc.git
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c883 u8 gtk[32]; member
892 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk()
896 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk()
897 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk()
899 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk()
907 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk()
914 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk()
915 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk()
916 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk()
943 os_memcpy(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk()
[all …]
/third_party/glib/docs/reference/
Dmeson.build53 # Check we have the minimum gtk-doc version required. Older versions won't
55 dependency('gtk-doc', version : '>=1.32.1',
56 fallback : ['gtk-doc', 'dummy_dep'],
/third_party/gettext/gettext-tools/examples/hello-c-gnome3/
Dconfigure.ac21 dnl PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.10], ,
22 dnl [AC_MSG_ERROR([can't find gtk+-3.0])])
42 GTK="gtk+-3.0 >= 3.10"
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c1029 u8 gtk[32]; member
1038 const u8 *_gtk = gd->gtk; in wpa_supplicant_install_gtk()
1042 if ((sm->gtk.gtk_len == (size_t) gd->gtk_len && in wpa_supplicant_install_gtk()
1043 os_memcmp(sm->gtk.gtk, gd->gtk, sm->gtk.gtk_len) == 0) || in wpa_supplicant_install_gtk()
1045 os_memcmp(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk()
1053 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); in wpa_supplicant_install_gtk()
1060 os_memcpy(gtk_buf, gd->gtk, 16); in wpa_supplicant_install_gtk()
1061 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); in wpa_supplicant_install_gtk()
1062 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); in wpa_supplicant_install_gtk()
1090 os_memcpy(sm->gtk_wnm_sleep.gtk, gd->gtk, in wpa_supplicant_install_gtk()
[all …]
/third_party/glib/
DAUTHORS11 Tim Janik <timj@gtk.org>
22 Tim Janik <timj@gtk.org>
28 Owen Taylor <otaylor@gtk.org>
/third_party/skia/third_party/externals/harfbuzz/
DBUILD.md4 …sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev …
8 sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev
16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use
DMakefile.am51 $(srcdir)/gtk-doc.make \
52 $(srcdir)/m4/gtk-doc.m4 \
82 --enable-gtk-doc \
/third_party/harfbuzz/
DBUILD.md4 …sudo apt-get install meson pkg-config ragel gtk-doc-tools gcc g++ libfreetype6-dev libglib2.0-dev …
8 sudo dnf install meson pkgconfig gtk-doc gcc gcc-c++ freetype-devel glib2-devel cairo-dev
16 On macOS, `brew install pkg-config ragel gtk-doc freetype glib cairo meson` then use
DMakefile.am51 $(srcdir)/gtk-doc.make \
52 $(srcdir)/m4/gtk-doc.m4 \
82 --enable-gtk-doc \
/third_party/gstreamer/gstplugins_bad/tests/examples/waylandsink/
Dmeson.build1 gtk_dep = dependency('gtk+-3.0', required : get_option('examples'))
2 gtk_wayland_dep = dependency('gtk+-wayland-3.0', required : get_option('examples'))
/third_party/gstreamer/gstplugins_bad/tests/examples/va/
Dmeson.build5 gtk_dep = dependency('gtk+-3.0', required : get_option('examples'))
6 gtk_x11_dep = dependency('gtk+-x11-3.0', required : get_option('examples'))

12345678