HomeSort by relevance Sort by last modified time
    Searched refs:wx (Results 26 - 50 of 113) sorted by null

12 3 4 5

  /external/webkit/Source/WebKit/wx/
WebViewPrivate.h 38 #include <wx/timer.h>
  /external/webkit/Source/WebKit/wx/bindings/python/
webview.i 31 #include "wx/wxPython/wxPython.h"
32 #include "wx/wxPython/pyclasses.h"
175 EVT_WEBVIEW_BEFORE_LOAD = wx.PyEventBinder( wxEVT_WEBVIEW_BEFORE_LOAD, 1 )
176 EVT_WEBVIEW_LOAD = wx.PyEventBinder( wxEVT_WEBVIEW_LOAD, 1 )
177 EVT_WEBVIEW_NEW_WINDOW = wx.PyEventBinder( wxEVT_WEBVIEW_NEW_WINDOW, 1 )
178 EVT_WEBVIEW_RIGHT_CLICK = wx.PyEventBinder( wxEVT_WEBVIEW_RIGHT_CLICK, 1 )
179 EVT_WEBVIEW_CONSOLE_MESSAGE = wx.PyEventBinder( wxEVT_WEBVIEW_CONSOLE_MESSAGE, 1 )
180 EVT_WEBVIEW_RECEIVED_TITLE = wx.PyEventBinder( wxEVT_WEBVIEW_RECEIVED_TITLE, 1 )
181 EVT_WEBVIEW_CONTENTS_CHANGED = wx.PyEventBinder( wxEVT_WEBVIEW_CONTENTS_CHANGED, 1 )
182 EVT_WEBVIEW_SELECTION_CHANGED = wx.PyEventBinder( wxEVT_WEBVIEW_SELECTION_CHANGED, 1
    [all...]
wscript 36 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
43 'include/wx-2.9/wx/wxPython/i_files',
44 'include/wx-2.8/wx/wxPython/i_files',
45 'include/wx/wxPython/i_files',
65 import wx.build.config
66 wx_swig_args += wx.build.config.swig_args
88 uselib = 'WX CURL ICU XSLT XML SQLITE3 ' + get_config(),
  /external/sonivox/jet_tools/JetCreator/
JetSegGraph.py 24 import wx namespace
89 class SegmentGraph(wx.Panel):
91 def __init__(self, parent, pos=wx.DefaultPosition, size=wx.DefaultSize, ClickCallbackFct=None, showLabels=True, showClips=True, showAppEvts=True):
92 wx.Panel.__init__(self, parent, -1, pos=pos, size=size, style=wx.BORDER_STATIC)
107 self.font = wx.Font(8, wx.FONTFAMILY_DEFAULT, wx.FONTSTYLE_NORMAL, wx.FONTWEIGHT_NORMAL, False, 'Courier')
    [all...]
JetCreator.py 25 import wx namespace
29 import wx.html namespace
32 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin
45 provider = wx.SimpleHelpProvider()
46 wx.HelpProvider_Set(provider)
49 class JetCreator(wx.Frame):
52 wx.Frame.__init__(self, parent, id, size=(1050, 720), style=wx.DEFAULT_FRAME_STYLE | wx.MINIMIZE_BOX | wx.MAXIMIZE_BOX)
    [all...]
img_Paste.py 2 # This file was generated by C:\Python25\Lib\site-packages\wx-2.8-msw-unicode\wx\tools\img2py.py
4 from wx import ImageFromStream, BitmapFromImage, EmptyIcon
JetDialogs.py 23 import wx namespace
25 import wx.lib.newevent namespace
50 self.ctrls[Text] = wx.Button(panel, Id, Lbl, wx.Point(Col, Row), size=Len)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
53 if Id == wx.ID_OK:
58 self.ctrls[Text] = wx.TextCtrl(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET +3), wx.Size(Len,-1))
60 self.ctrls[Text] = JetSpinOneBased(panel, Id, "", wx.Point(Col, Row + LBL_OFFSET), wx.Size(Len,-1), min=Min, max=Max)
    [all...]
JetPreview.py 25 import wx namespace
35 class PreviewPlayer(wx.Frame):
100 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PLAY, None))
164 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_UPD_LOCATION, status.location))
174 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_DONE, None))
176 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_UPD_LOCATION, 0))
195 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_PAUSE, None))
199 wx.PostEvent(self.parentWin, JetStatusEvent(JetDefs.PST_RESUME, None))
JetDefs.py 23 import wx namespace
344 BUTSIZE = wx.DefaultSize
395 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*3, COL3+200, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
404 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
405 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
416 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
417 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+100, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "", True, ""),
428 ('Ok', F_OK, BUTROW1, 500, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
454 ('Ok', F_ADDCLIP, BUTROW1, COL3+EVT_OFFSET, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
455 ('Cancel', F_CANCEL, BUTROW1+BUTOFF*1, COL3+EVT_OFFSET, BUTSIZE, 0, 0, wx.ID_CANCEL, [], "OnClose", True, ""),
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wx/
StringWx.cpp 28 // The wx headers must come first in this case, because the wtf/text headers
29 // import windows.h, and we need to allow the wx headers to set its configuration
31 #include <wx/defs.h>
32 #include <wx/string.h>
  /external/webkit/Source/WebCore/platform/wx/
FileSystemWx.cpp 37 #include <wx/wx.h>
38 #include <wx/datetime.h>
39 #include <wx/dir.h>
40 #include <wx/dynlib.h>
41 #include <wx/file.h>
42 #include <wx/filefn.h>
43 #include <wx/filename.h>
185 // a .plugin or .bundle can be a dir wx will recurse into the bundle
PopupMenuWx.cpp 32 #include <wx/defs.h>
34 #include <wx/msw/winundef.h>
36 #include <wx/event.h>
37 #include <wx/menu.h>
102 // wx. This needs to be fixed at wx level so that we can have
PasteboardWx.cpp 37 #include <wx/defs.h>
38 #include <wx/dataobj.h>
39 #include <wx/clipbrd.h>
MouseEventWx.cpp 31 #include <wx/defs.h>
32 #include <wx/event.h>
WidgetWx.cpp 35 #include <wx/defs.h>
36 #include <wx/scrolwin.h>
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
scrollbar_render.cpp 31 #include <wx/defs.h>
32 #include <wx/dc.h>
33 #include <wx/dcgraph.h>
34 #include <wx/renderer.h>
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 34 import wx namespace
90 wx_version = '%d.%d' % (wx.MAJOR_VERSION, wx.MINOR_VERSION)
91 if wx.MINOR_VERSION % 2 == 1:
92 wx_version += ".%d" % wx.RELEASE_VERSION
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 30 #include <wx/defs.h>
31 #include <wx/dc.h>
32 #include <wx/dcgraph.h>
33 #include <wx/renderer.h>
34 #include <wx/settings.h>
35 #include <wx/window.h>
40 #include <wx/gtk/dc.h>
42 #include "wx/gtk/win_gtk.h"
88 #else // wx < 2.9
105 #endif // wx 2.9/2.
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontPlatformDataWxMac.mm 32 #include <wx/defs.h>
33 #include <wx/font.h>
34 #include <wx/fontutil.h>
37 #include <wx/mac/private.h>
39 #include <wx/osx/private.h>
ImageWx.cpp 41 #include <wx/defs.h>
42 #include <wx/bitmap.h>
43 #include <wx/dc.h>
44 #include <wx/dcmemory.h>
45 #include <wx/dcgraph.h>
46 #include <wx/graphics.h>
47 #include <wx/image.h>
48 #include <wx/thread.h>
FontPlatformData.h 41 #include <wx/defs.h>
42 #include <wx/font.h>
43 #include <wx/gdicmn.h>
FontPlatformDataWx.cpp 31 #include <wx/defs.h>
32 #include <wx/gdicmn.h>
33 #include <wx/font.h>
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 31 #include <wx/defs.h>
32 #include <wx/dcclient.h>
33 #include <wx/dcgraph.h>
34 #include <wx/gdicmn.h>
55 #include "wx/msw/private.h"
scrollbar_render.cpp 30 #include <wx/defs.h>
32 #include <wx/dc.h>
33 #include <wx/dcgraph.h>
34 #include <wx/graphics.h>
35 #include <wx/renderer.h>
36 #include <wx/window.h>
38 #include <wx/msw/private.h>
39 #include <wx/msw/uxtheme.h>
70 #include <wx/dcgraph.h>
  /external/webkit/Tools/wx/packaging/debian/
rules 32 usr/lib/python$*/site-packages/wx-2.8-gtk2-unicode/wx/
44 (cd Tools/Scripts && ./build-webkit --wx --makeargs="--wxpython")
63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py

Completed in 843 milliseconds

12 3 4 5