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

1 2 3 4 5

  /external/webkit/Source/WebCore/platform/wx/
SoundWx.cpp 30 #include <wx/defs.h>
31 #include <wx/utils.h>
EventLoopWx.cpp 29 #include <wx/defs.h>
30 #include <wx/app.h>
PopupMenuWx.h 31 #include <wx/msw/winundef.h>
34 #include <wx/defs.h>
35 #include <wx/event.h>
ScreenWx.cpp 33 #include <wx/defs.h>
34 #include <wx/display.h>
35 #include <wx/gdicmn.h>
LoggingWx.cpp 33 #include <wx/defs.h>
34 #include <wx/utils.h>
MouseWheelEventWx.cpp 30 #include <wx/defs.h>
31 #include <wx/event.h>
43 , m_deltaX(0) // wx doesn't support horizontal mouse wheel scrolling
  /external/webkit/Source/WebKit/wx/bindings/python/samples/
simple.py 27 import wx namespace
28 import wx.webview namespace
30 class TestPanel(wx.Panel):
32 wx.Panel.__init__(
34 style=wx.TAB_TRAVERSAL|wx.CLIP_CHILDREN|wx.NO_FULL_REPAINT_ON_RESIZE
44 sizer = wx.BoxSizer(wx.VERTICAL)
45 btnSizer = wx.BoxSizer(wx.HORIZONTAL
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetHelp.py 23 import wx namespace
24 import wx.html namespace
27 app = wx.PySimpleApp()
28 frame = wx.Frame(None, -1, JetDefs.MAIN_HELPTITLE, size=(800,600))
29 html1 = wx.html.HtmlWindow(frame, -1)
JetStatusEvent.py 23 import wx namespace
25 EVT_JET_STATUS_ID = wx.NewId()
30 class JetStatusEvent(wx.PyEvent):
33 wx.PyEvent.__init__(self)
JetSystemInfo.py 26 import wx namespace
30 print(wx.__version__)
JetCtrls.py 23 import wx namespace
26 from wx.lib.mixins.listctrl import CheckListCtrlMixin, ListCtrlAutoWidthMixin, ColumnSorterMixin
30 class JetSpin(wx.SpinCtrl):
32 def __init__(self, parent, id=-1,value=wx.EmptyString,pos=wx.DefaultPosition,size=wx.DefaultSize,style=wx.SP_ARROW_KEYS,min=0,max=100,initial=0):
33 wx.SpinCtrl.__init__(self, parent, id=id,value=value,pos=(pos[0]-MacOffset(),pos[1]),size=size,style=style,min=min,max=max,initial=initial)
38 wx.SpinCtrl.SetValue(self, int(val))
40 wx.SpinCtrl.SetValue(self, val)
    [all...]
JetAudition.py 25 import wx namespace
57 class Audition(wx.Dialog):
60 wx.Dialog.__init__(self, None, -1, title=JetDefs.DLG_AUDITION)
73 panel = wx.Panel(self, -1)
79 self.segList.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnQueueSegment)
80 self.segList.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnSegListClick)
92 self.btnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTEALL)
93 self.btnUnMuteAll = wx.Button(panel, -1, JetDefs.BUT_MUTENONE)
94 self.btnMuteOrg = wx.Button(panel, -1, JetDefs.BUT_ORGMUTES)
95 hMuteButs = wx.BoxSizer(wx.HORIZONTAL)
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/wx/
MainThreadWx.cpp 32 #include <wx/defs.h>
33 #include <wx/app.h>
34 #include <wx/event.h>
  /external/webkit/Source/WebCore/platform/graphics/wx/
ColorWx.cpp 29 #include <wx/defs.h>
30 #include <wx/colour.h>
FloatRectWx.cpp 29 #include <wx/defs.h>
30 #include <wx/graphics.h>
IntPointWx.cpp 29 #include <wx/defs.h>
30 #include <wx/gdicmn.h>
IntRectWx.cpp 29 #include <wx/defs.h>
30 #include <wx/gdicmn.h>
IntSizeWx.cpp 29 #include <wx/defs.h>
30 #include <wx/gdicmn.h>
TransformationMatrixWx.cpp 35 #include <wx/defs.h>
36 #include <wx/graphics.h>
  /external/webkit/Source/WebCore/platform/image-decoders/wx/
ImageDecoderWx.cpp 30 #include <wx/defs.h>
31 #include <wx/bitmap.h>
33 #include <wx/graphics.h>
35 #include <wx/image.h>
36 #include <wx/rawbmp.h>
  /external/linux-tools-perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
SchedGui.py 12 import wx namespace
17 class RootFrame(wx.Frame):
24 wx.Frame.__init__(self, parent, id, title)
26 (self.screen_width, self.screen_height) = wx.GetDisplaySize()
39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height))
42 self.scroll = wx.ScrolledWindow(self.panel)
48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2))
49 self.scroll_panel.Bind(wx.EVT_PAINT, self.on_paint)
50 self.scroll_panel.Bind(wx.EVT_KEY_DOWN, self.on_key_press)
51 self.scroll_panel.Bind(wx.EVT_LEFT_DOWN, self.on_mouse_down
    [all...]
  /external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h 29 #include <wx/defs.h>
30 #include <wx/dc.h>
31 #include <wx/renderer.h>
fontprops.h 26 #include <wx/defs.h>
27 #include <wx/font.h>
non-kerned-drawing.h 29 #include <wx/defs.h>
30 #include <wx/dcclient.h>
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 37 #include <wx/defs.h>
38 #include <wx/dcclient.h>
39 #include <wx/dcgraph.h>
40 #include <wx/gdicmn.h>

Completed in 300 milliseconds

1 2 3 4 5