Home
last modified time | relevance | path

Searched refs:Pane (Results 1 – 25 of 3425) sorted by relevance

12345678910>>...137

/dports/devel/epm/epm-4.5.1/
H A Dsetup.cxx2297 Pane[0]->hide(); in make_window()
2300 Pane[0]->end(); in make_window()
2307 Pane[1]->hide(); in make_window()
2354 Pane[1]->end(); in make_window()
2361 Pane[2]->hide(); in make_window()
2383 Pane[2]->end(); in make_window()
2390 Pane[3]->hide(); in make_window()
2398 Pane[3]->end(); in make_window()
2424 Pane[4]->end(); in make_window()
2431 Pane[5]->hide(); in make_window()
[all …]
H A Duninst.cxx38 Fl_Group *Pane[4]={(Fl_Group *)0}; variable
2223 if (Pane[i]->visible()) in cb_PrevButton()
2265 Pane[0]->labelfont(1); in make_window()
2269 Pane[0]->hide(); in make_window()
2272 Pane[0]->end(); in make_window()
2275 Pane[1]->labelfont(1); in make_window()
2279 Pane[1]->hide(); in make_window()
2301 Pane[1]->end(); in make_window()
2308 Pane[2]->hide(); in make_window()
2316 Pane[2]->end(); in make_window()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svgui/view/
H A DPaneStack.h33 class Pane;
61 Pane *addPane(); // I own the returned value
74 void setCurrentPane(Pane *pane);
76 Pane *getCurrentPane();
93 void currentPaneChanged(Pane *pane);
100 void paneAdded(Pane *pane);
102 void paneHidden(Pane *pane);
104 void paneAboutToBeDeleted(Pane *pane);
110 void paneDeleteButtonClicked(Pane *pane);
127 Pane *m_currentPane;
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/framework/factories/
H A DPane.cxx35 Pane::Pane ( in Pane() function in sd::framework::Pane
46 Pane::~Pane() in ~Pane()
50 void Pane::disposing() in disposing()
56 vcl::Window* Pane::GetWindow() in GetWindow()
66 Reference<awt::XWindow> SAL_CALL Pane::getWindow() in getWindow()
86 sal_Bool SAL_CALL Pane::isVisible() in isVisible()
116 void SAL_CALL Pane::setAccessible ( in setAccessible()
134 sal_Bool SAL_CALL Pane::isAnchorOnly() in isAnchorOnly()
141 const Sequence<sal_Int8>& Pane::getUnoTunnelId() in getUnoTunnelId()
151 if (isUnoTunnelId<Pane>(rId)) in getSomething()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/framework/factories/
H A DPane.cxx34 Pane::Pane ( in Pane() function in sd::framework::Pane
45 Pane::~Pane() in ~Pane()
49 void Pane::disposing() in disposing()
55 vcl::Window* Pane::GetWindow() in GetWindow()
65 Reference<awt::XWindow> SAL_CALL Pane::getWindow() in getWindow()
85 sal_Bool SAL_CALL Pane::isVisible() in isVisible()
115 void SAL_CALL Pane::setAccessible ( in setAccessible()
133 sal_Bool SAL_CALL Pane::isAnchorOnly() in isAnchorOnly()
145 const Sequence<sal_Int8>& Pane::getUnoTunnelId() in getUnoTunnelId()
154 if (isUnoTunnelId<Pane>(rId)) in getSomething()
[all …]
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/
H A Dpane.cpp39 class Pane::PanePrivate
42 PanePrivate(Pane *owner) in PanePrivate()
66 Pane *const q;
170 Pane::~Pane() in ~Pane()
419 void Pane::selectAll() in selectAll()
1005 bool Pane::isThreaded() const in isThreaded()
1014 bool Pane::selectionEmpty() const in selectionEmpty()
1054 void Pane::focusView() in focusView()
1079 void Pane::resetModelStorage() in resetModelStorage()
1095 void Pane::saveCurrentSelection() in saveCurrentSelection()
[all …]
/dports/graphics/nip2/nip2-8.7.1/src/
H A Dpane.h31 #define PANE( obj ) (GTK_CHECK_CAST( (obj), TYPE_PANE, Pane ))
81 } Pane; typedef
88 void (*changed)( Pane * );
93 Pane *pane_new( PaneHandedness handedness );
95 void pane_set_position( Pane *pane, int position );
96 void pane_set_user_position( Pane *pane, int user_position );
97 void pane_set_open( Pane *pane, gboolean open );
98 void pane_set_state( Pane *pane, gboolean open, int user_position );
99 void pane_set_child( Pane *pane, Panechild *panechild );
101 void pane_animate_closed( Pane *pane );
[all …]
H A Dpane.c60 pane_changed( Pane *pane ) in pane_changed()
73 pane_closed_position( Pane *pane ) in pane_closed_position()
85 pane_open_position( Pane *pane ) in pane_open_position()
102 Pane *pane; in pane_destroy()
146 pane_notify_position_cb( Pane *pane ) in pane_notify_position_cb()
193 pane_init( Pane *pane ) in pane_init()
222 sizeof( Pane ), in pane_get_type()
368 pane_animate_closed( Pane *pane ) in pane_animate_closed()
400 pane_animate_open( Pane *pane ) in pane_animate_open()
456 Pane *
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-net/DPS_3.06/Docking/
H A DDockContentHandler.cs145 …get { return Pane != null && Pane.ActiveContent != null && Pane.ActiveContent.DockHandler == this;…
250 Pane = null;
295 public DockPane Pane property in WeifenLuo.WinFormsUI.Docking.DockContentHandler
304 if (Pane == value)
351 if (Pane != null)
562 Pane = null; in SetDockState()
594 if (Pane != null && DockState == Pane.DockState) in SetDockState()
600 … if ((Pane.DockWindow == null || Pane.DockWindow.Visible || Pane.IsHidden) && !Pane.IsAutoHide) in SetDockState()
835 else if (Pane != null && Pane.ActiveContent == Content) in SetVisible()
837 else if (Pane != null && Pane.ActiveContent != Content) in SetVisible()
[all …]
/dports/devel/agar/agar-1.5.0/p5-Agar/
H A DPane.xs44 MODULE = Agar::Pane PACKAGE = Agar::Pane PREFIX = AG_
48 Agar::Pane
67 Agar::Pane
88 Agar::Pane self
95 Agar::Pane self
103 Agar::Pane self
111 Agar::Pane self
119 Agar::Pane self
127 Agar::Pane self
135 Agar::Pane self
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/widgets/
H A Dpane.cc33 Pane::Pane (bool h) in Pane() function in Pane
51 Pane::~Pane () in ~Pane()
76 Pane::set_drag_cursor (Gdk::Cursor c) in set_drag_cursor()
133 Pane::child_type_vfunc() const in child_type_vfunc()
140 Pane::add_divider () in add_divider()
156 Pane::handle_child_visibility () in handle_child_visibility()
162 Pane::on_add (Widget* w) in on_add()
190 Pane::child_destroyed (Gtk::Widget* w) in child_destroyed()
205 Pane::on_remove (Widget* w) in on_remove()
230 Pane::set_divider (div, (*d)->fract); in on_size_allocate()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/wx/examples/demo/
H A Dex_aui.erl63 Pane = ?pi:new(),
64 ?pi:closeButton(Pane),
65 ?pi:right(Pane),
66 ?pi:dockable(Pane, [{b, true}]),
67 ?pi:floatingSize(Pane, 300,200),
68 ?pi:minSize(Pane, {50,50}),
69 ?pi:paneBorder(Pane),
70 ?pi:floatable(Pane, [{b, true}]),
72 create_pane(Panel, Manager, Pane),
79 Pane2 = wxAuiPaneInfo:new(Pane),
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkPanedwindow.c99 } Pane; typedef
114 Pane *pane = (Pane *)record; in CreatePane()
191 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, i); in ShoveUp()
198 Pane *prevPane = (Pane *)Ttk_ContentData(pw->paned.mgr, i-1); in ShoveUp()
211 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr,i); in ShoveDown()
217 Pane *nextPane = (Pane *)Ttk_ContentData(pw->paned.mgr,i+1); in ShoveDown()
281 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, index); in AdjustPanes()
319 Pane *pane = (Pane *)Ttk_ContentData(mgr, i); in PlaceSashes()
343 Pane *pane = (Pane *)Ttk_ContentData(mgr, i); in PlaceSashes()
378 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, index); in PlacePanes()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkPanedwindow.c99 } Pane; typedef
114 Pane *pane = (Pane *)record; in CreatePane()
191 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, i); in ShoveUp()
198 Pane *prevPane = (Pane *)Ttk_ContentData(pw->paned.mgr, i-1); in ShoveUp()
211 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr,i); in ShoveDown()
217 Pane *nextPane = (Pane *)Ttk_ContentData(pw->paned.mgr,i+1); in ShoveDown()
281 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, index); in AdjustPanes()
319 Pane *pane = (Pane *)Ttk_ContentData(mgr, i); in PlaceSashes()
343 Pane *pane = (Pane *)Ttk_ContentData(mgr, i); in PlaceSashes()
378 Pane *pane = (Pane *)Ttk_ContentData(pw->paned.mgr, index); in PlacePanes()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/widgets/widgets/
H A Dpane.h41 class LIBWIDGETS_API Pane : public Gtk::Container
49 Pane* pane;
55 Child (Pane* p, Gtk::Widget* widget, uint32_t ms) : pane (p), w (widget), minsize (ms) {} in Child()
60 Pane (bool horizontal);
61 ~Pane();
119 class LIBWIDGETS_API HPane : public Pane
122 HPane () : Pane (true) {} in HPane()
125 class LIBWIDGETS_API VPane : public Pane
128 VPane () : Pane (false) {} in VPane()
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/testgtk/
H A Dcreate_splittable.adb50 Pane : Gtkada_Multi_Paned; variable
85 Set_Opaque_Resizing (Pane, Opaque);
116 Set_Size (Pane, Button, 100, 100);
127 Split (Pane, Button, Child, Orientation_Vertical);
138 Split (Pane, Button, Child, Orientation_Horizontal);
147 Set_Size (Pane, Button,
228 Gtk_New (Pane);
229 Pack_Start (Box, Pane, Expand => True, Fill => True);
232 Add_Child (Pane, Button1);
241 Split (Pane, Button2, Button4, Orientation_Vertical);
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/testgtk/
H A Dcreate_splittable.adb56 Pane : Gtkada_Multi_Paned; variable
78 Set_Opaque_Resizing (Pane, Opaque);
109 Set_Size (Pane, Button, 100, 100);
120 Split (Pane, Button, Child, Orientation_Vertical);
131 Split (Pane, Button, Child, Orientation_Horizontal);
140 Set_Size (Pane, Button,
232 Gtk_New (Pane);
233 Pack_Start (Box, Pane, Expand => True, Fill => True);
236 Add_Child (Pane, Button1);
245 Split (Pane, Button2, Button4, Orientation_Vertical);
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svapp/framework/
H A DMainWindowBase.h45 class Pane; variable
298 virtual void currentPaneChanged(Pane *);
299 virtual void currentLayerChanged(Pane *, Layer *);
348 virtual void paneAdded(Pane *) = 0;
349 virtual void paneHidden(Pane *) = 0;
350 virtual void paneAboutToBeDeleted(Pane *) = 0;
353 virtual void paneDeleteButtonClicked(Pane *);
460 Pane *addPaneToStack();
497 Pane *getPane() { return m_pane; } in getPane()
502 Pane *m_prevCurrentPane; // I don't own this
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgtkada-multi_paned.ads54 type Pane is private; type
59 Root_Pane : constant Pane;
129 Widget : access Gtk.Widget.Gtk_Widget_Record'Class) return Pane;
130 function Get_Pane (Current_Pane : Pane) return Pane;
135 Ref_Pane : Pane;
264 type Pane is new Child_Description_Access; type
265 Root_Pane : constant Pane := null;

12345678910>>...137