HomeSort by relevance Sort by last modified time
    Searched refs:gtk (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/pixman/demos/
gtk-utils.h 4 #include <gtk/gtk.h>
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
chrome_gtk_frame.h 8 #include <gtk/gtk.h>
12 // This file declares two subclasses of GtkWindow for easier gtk+ theme
35 // properties so theme authors can control how chromium appears in gtk-theme
chrome_gtk_menu_subclasses.h 8 #include <gtk/gtk.h>
10 // This file declares two subclasses of Gtk's menu classes. We do this because
11 // when we were a GTK app proper, we had classes with the same names, and gtk
14 // specific because several newer GTK+2 themes are pixmap based and they
owned_widget_gtk2.cc 7 #include <gtk/gtk.h>
gconf_listener.h 9 #include <gtk/gtk.h>
gtk2_util.h 8 #include <gtk/gtk.h>
menu_util.h 8 #include <gtk/gtk.h>
print_dialog_gtk2.h 8 #include <gtk/gtk.h>
9 #include <gtk/gtkunixprint.h>
28 // Needs to be freed on the UI thread to clean up its GTK members variables.
printing_gtk2_util.cc 7 #include <gtk/gtk.h>
8 #include <gtk/gtkunixprint.h>
83 // Note: With the normal GTK print dialog, when the user selects the landscape
gtk2_event_loop.cc 9 #include <gtk/gtk.h>
60 // (*1) At least ibus-gtk in async mode creates a copy of user's key event and
63 // case. ibus-gtk is used through gtk-immodule to support IMEs.
gtk2_status_icon.cc 7 #include <gtk/gtk.h>
native_theme_gtk2.h 8 #include <gtk/gtk.h>
app_indicator_icon_menu.cc 7 #include <gtk/gtk.h>
gtk2_key_bindings_handler.h 8 #include <gtk/gtk.h>
28 // in gtk keyboard theme.
29 // In gtk, only GtkEntry and GtkTextView support customizing editor key bindings
30 // through keyboard theme. And in gtk keyboard theme definition file, each key
51 // Matches a key event against predefined gtk key bindings, false will be
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
feedPublish.eclipse.properties 67 0,linux,gtk,x86,UNKNOWN,\
68 0,linux,gtk,x86_64,UNKNOWN,\
69 0,linux,gtk,ppc,UNKNOWN,\
70 0,solaris8,gtk,x86,UNKNOWN,\
75 RHEL4-3GHz-2.5GB,linux,gtk,x86,UNKNOWN,\
77 RHEL3-3GHz-2GB,linux,gtk,x86,UNKNOWN,\
83 # eg., win32,win,SDK,eclipse-SDK-%%buildAlias%%-win32.zip,linux,gtk,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.gz
86 linux,gtk,x86,SDK,eclipse-SDK-%%buildAlias%%-linux-gtk.tar.g
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 21 root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
22 root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm
23 root.linux.gtk.ppc=eclipse
28 root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm
  /external/fio/
gcompat.c 1 #include <gtk/gtk.h>
gcompat.h 4 #include <gtk/gtk.h>
  /external/harfbuzz_ng/
autogen.sh 27 echo "EXTRA_DIST = " > gtk-doc.make
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
gtk.h 7 #include <gtk/gtk.h>
  /external/fonttools/Lib/fontTools/
inspect.py 13 import gtk namespace
162 class FontTreeModel(gtk.GenericTreeModel):
224 gtk.main_quit()
229 self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
234 self.scrolled_window = gtk.ScrolledWindow()
239 self.treeview = gtk.TreeView(self.treemodel)
244 col = gtk.TreeViewColumn(col_name)
248 cell = gtk.CellRendererText()
262 gtk.main(
    [all...]
  /external/chromium_org/remoting/host/
continue_window_linux.cc 5 #include <gtk/gtk.h>
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.cc 23 #include <gtk/gtk.h>
72 // Required for any calls into GTK functions, such as the Disconnect and
74 // any command line arguments for gtk to consume.
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
main.cc 28 #include <gtk/gtk.h>
47 // Override so that we can also pump the GTK message loop.
49 // Pump GTK events.
112 // TODO: Run the Gtk main loop to tear down the connection.
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
gtkvideorenderer.cc 32 #include <gtk/gtk.h>
64 // Run the Gtk main loop to tear down the window.
74 // For the first frame, initialize the GTK window
89 // convert I420 frame to ABGR format, which is accepted by GTK
112 // Run the Gtk main loop to refresh the window.

Completed in 769 milliseconds

1 2 3 4