Home
last modified time | relevance | path

Searched refs:sepBox (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pinta/pinta-1.7.1/Pinta.Docking/DockLibrary/
H A DAutoHideBox.cs91 EventBox sepBox = new EventBox (); in AutoHideBox()
92 cframe.Add (sepBox); in AutoHideBox()
96 sepBox.Realized += delegate { sepBox.GdkWindow.Cursor = resizeCursorW; }; in AutoHideBox()
97 sepBox.WidthRequest = gripSize; in AutoHideBox()
100 sepBox.Realized += delegate { sepBox.GdkWindow.Cursor = resizeCursorH; }; in AutoHideBox()
101 sepBox.HeightRequest = gripSize; in AutoHideBox()
104 sepBox.Events = EventMask.AllEventsMask; in AutoHideBox()
136 sepBox.MotionNotifyEvent += OnSizeMotion; in AutoHideBox()
137 sepBox.ExposeEvent += OnGripExpose; in AutoHideBox()
138 sepBox.EnterNotifyEvent += delegate { insideGrip = true; sepBox.QueueDraw (); }; in AutoHideBox()
[all …]
/dports/databases/spatialite_gui/spatialite_gui-1.7.1/
H A DDialogs.cpp687 wxStaticBox *sepBox = new wxStaticBox(this, wxID_STATIC, in CreateControls() local
690 wxBoxSizer *sepSizer = new wxStaticBoxSizer(sepBox, wxVERTICAL); in CreateControls()
1638 wxStaticBox *sepBox = new wxStaticBox(this, wxID_STATIC, in CreateControls() local
1641 wxBoxSizer *sepSizer = new wxStaticBoxSizer(sepBox, wxVERTICAL); in CreateControls()