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

1 2 3

  /external/selinux/gui/
semanagePage.py 20 import gtk
21 import gtk.glade
50 while gtk.events_pending():
51 gtk.main_iteration()
59 self.busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
60 self.ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
113 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO
    [all...]
modulesPage.py 20 import gtk
21 import gtk.glade
66 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
68 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
69 col = gtk.TreeViewColumn(_("Module Name"), gtk.CellRendererText(), text=0)
73 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
74 col = gtk.TreeViewColumn(_("Version"), gtk.CellRendererText(), text=1)
173 dialog = gtk.FileChooserDialog(_("Load Policy Module")
    [all...]
booleansPage.py 22 import gtk
23 import gtk.glade
103 self.busy_cursor = gtk.gdk.Cursor(gtk.gdk.WATCH)
104 self.ready_cursor = gtk.gdk.Cursor(gtk.gdk.LEFT_PTR)
120 listStore = gtk.ListStore(gobject.TYPE_STRING)
121 cell = gtk.CellRendererText()
123 self.store = gtk.ListStore(gobject.TYPE_BOOLEAN, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
124 self.store.set_sort_column_id(1, gtk.SORT_ASCENDING
    [all...]
mappingsPage.py 20 import gtk
21 import gtk.glade
54 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
55 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
system-config-selinux.py 27 import gtk
33 import gtk.glade
78 xml = gtk.glade.XML("system-config-selinux.glade", domain=PROGNAME)
80 xml = gtk.glade.XML("/usr/share/system-config-selinux/system-config-selinux.glade", domain=PROGNAME)
116 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_ERROR,
117 gtk.BUTTONS_CLOSE,
119 dlg.set_position(gtk.WIN_POS_MOUSE)
151 gtk.main_quit()
173 self.store = gtk.ListStore(gobject.TYPE_STRING
    [all...]
polgengui.py 25 import gtk
26 import gtk.glade
99 xml = gtk.glade.XML("polgen.glade", domain=PROGNAME)
101 xml = gtk.glade.XML("/usr/share/system-config-selinux/polgen.glade", domain=PROGNAME)
280 self.boolean_store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
282 self.boolean_store.set_sort_column_id(0, gtk.SORT_ASCENDING)
283 col = gtk.TreeViewColumn(_("Name"), gtk.CellRendererText(), text=0)
285 col = gtk.TreeViewColumn(_("Description"), gtk.CellRendererText(), text=1
    [all...]
usersPage.py 20 import gtk
21 import gtk.glade
60 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
62 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
64 col = gtk.TreeViewColumn(_("SELinux\nUser"), gtk.CellRendererText(), text=0)
69 col = gtk.TreeViewColumn(_("MLS/\nMCS Range"), gtk.CellRendererText(), text=1)
73 col = gtk.TreeViewColumn(_("SELinux Roles"), gtk.CellRendererText(), text=2
    [all...]
fcontextPage.py 19 import gtk
20 import gtk.glade
80 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
85 col = gtk.TreeViewColumn(_("File\nSpecification"), gtk.CellRendererText(), text=SPEC_COL)
86 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
92 col = gtk.TreeViewColumn(_("Selinux\nFile Type"), gtk.CellRendererText(), text=TYPE_COL)
94 col.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
99 col = gtk.TreeViewColumn(_("File\nType"), gtk.CellRendererText(), text=2
    [all...]
loginsPage.py 20 import gtk
21 import gtk.glade
60 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
62 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
63 col = gtk.TreeViewColumn(_("Login\nName"), gtk.CellRendererText(), text=0)
67 col = gtk.TreeViewColumn(_("SELinux\nUser"), gtk.CellRendererText(), text=1)
70 col = gtk.TreeViewColumn(_("MLS/\nMCS Range"), gtk.CellRendererText(), text=2
    [all...]
domainsPage.py 20 import gtk
21 import gtk.glade
65 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING)
67 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
68 col = gtk.TreeViewColumn(_("Domain Name"), gtk.CellRendererText(), text=0)
72 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
73 col = gtk.TreeViewColumn(_("Mode"), gtk.CellRendererText(), text=1)
statusPage.py 20 import gtk
21 import gtk.glade
134 dlg = gtk.MessageDialog(None, 0, gtk.MESSAGE_INFO,
135 gtk.BUTTONS_YES_NO,
137 dlg.set_position(gtk.WIN_POS_MOUSE)
147 if self.verify(_("Changing the policy type will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
161 if self.verify(_("Changing to SELinux disabled requires a reboot. It is not recommended. If you later decide to turn SELinux back on, the system will be required to relabel. If you just want to see if SELinux is causing a problem on your system, you can go to permissive mode which will only log errors and not enforce SELinux policy. Permissive mode does not require a reboot Do you wish to continue?")) == gtk.RESPONSE_NO:
166 if self.verify(_("Changing to SELinux enabled will cause a relabel of the entire file system on the next boot. Relabeling takes a long time depending on the size of the file system. Do you wish to continue?")) == gtk.RESPONSE_NO:
portsPage.py 20 import gtk
21 import gtk.glade
93 self.store = gtk.ListStore(gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING, gobject.TYPE_STRING)
95 self.store.set_sort_column_id(0, gtk.SORT_ASCENDING)
98 col = gtk.TreeViewColumn(_("SELinux Port\nType"), gtk.CellRendererText(), text=TYPE_COL)
102 self.store.set_sort_column_id(TYPE_COL, gtk.SORT_ASCENDING)
104 col = gtk.TreeViewColumn(_("Protocol"), gtk.CellRendererText(), text=PROTOCOL_COL)
109 self.mls_col = gtk.TreeViewColumn(_("MLS/MCS\nLevel"), gtk.CellRendererText(), text=MLS_COL
    [all...]
  /external/openssh/contrib/
Makefile 12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
14 `$(PKG_CONFIG) --libs gtk+-2.0 x11`
17 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-3.0` \
19 `$(PKG_CONFIG) --libs gtk+-3.0 x11`
  /external/fio/
gcompat.c 1 #include <gtk/gtk.h>
gcompat.h 4 #include <gtk/gtk.h>
gerror.c 6 #include <gtk/gtk.h>
cairo_text_helpers.c 2 #include <gtk/gtk.h>
  /external/harfbuzz_ng/
autogen.sh 31 echo "*** No gtkdocize (gtk-doc) found, skipping documentation ***"
32 echo "EXTRA_DIST = " > gtk-doc.make
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_window.py 5 """This module provides GUI for touch device firmware test using GTK."""
12 import gtk
13 import gtk.gdk
31 self.frame = gtk.AspectFrame() if aspect else gtk.Frame()
32 self.frame.set_shadow_type(gtk.SHADOW_ETCHED_OUT)
61 self.vbox = gtk.VBox(False, 0)
65 self.label_gesture = gtk.Label('Gesture Name')
66 self.label_gesture.set_justify(gtk.JUSTIFY_LEFT)
77 self.vbox.pack_start(gtk.HSeparator(), True, True, 0
    [all...]
  /external/skia/third_party/harfbuzz/
README 24 for package in automake libtool pkg-config ragel gtk-doc-tools; do
  /external/fonttools/Lib/fontTools/
inspect.py 13 import gtk
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/webrtc/webrtc/examples/peerconnection/client/linux/
main.cc 11 #include <gtk/gtk.h>
30 // Override so that we can also pump the GTK message loop.
32 // Pump GTK events.
99 // TODO(henrike): Run the Gtk main loop to tear down the connection.
  /external/curl/docs/examples/
curlgtk.c 11 * use the libcurl in a gtk-threaded application
16 #include <gtk/gtk.h>
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 34 #include <gtk/gtk.h>
72 // Run the Gtk main loop to tear down the window.
87 // For the first frame, initialize the GTK window
112 // convert I420 frame to ABGR format, which is accepted by GTK
135 // Run the Gtk main loop to refresh the window.
  /sdk/eclipse/buildConfig/
build.properties 47 # linux, gtk, ppc &\
48 # linux, gtk, x86 & \
49 # linux, gtk, x86_64 & \
52 # solaris, gtk, sparc & \
65 # linux, gtk, ppc - antZip &\
66 # linux, gtk, x86 - antZip& \
67 # linux, gtk, x86_64 - antZip& \
70 # solaris, gtk, sparc - antZip& \
140 basews=gtk

Completed in 587 milliseconds

1 2 3