Searched refs:dock (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp312 // the dock and pane info. wxAuiDockInfo's usually contain pointers
314 // reconstruct that relationship in the new dock info and pane info arrays
326 wxAuiDockInfo& dock = dest_docks.Item(i); local
327 for (j = 0, pc1 = dock.panes.GetCount(); j < pc1; ++j)
329 if (dock.panes.Item(j) == &src_panes.Item(k))
330 dock.panes.Item(j) = &dest_panes.Item(k);
335 // the highest layer inside the specified dock
342 wxAuiDockInfo& dock = docks.Item(i); local
343 if (dock.dock_direction == dock_direction &&
344 dock
480 FindPaneInDock(const wxAuiDockInfo& dock, wxWindow* window) argument
1480 wxAuiDockInfo& dock = m_docks.Item(dock_i); local
1547 wxAuiDockInfo dock; local
1580 GetPanePositionsAndSizes(wxAuiDockInfo& dock, wxArrayInt& positions, wxArrayInt& sizes) argument
1671 LayoutAddPane(wxSizer* cont, wxAuiDockInfo& dock, wxAuiPaneInfo& pane, wxAuiDockUIPartArray& uiparts, bool spacer_only) argument
1841 LayoutAddDock(wxSizer* cont, wxAuiDockInfo& dock, wxAuiDockUIPartArray& uiparts, bool spacer_only) argument
2013 wxAuiDockInfo& dock = docks.Item(i); local
2036 wxAuiDockInfo* dock; local
2085 wxAuiDockInfo& dock = docks.Item(i); local
2718 wxAuiDockInfo& dock = docks.Item(i); local
4047 wxAuiDockInfo& dock = m_docks.Item(dock_i); local
4124 wxAuiDockInfo& dock = *m_action_part->dock; local
4366 wxAuiDockInfo& dock = *docks.Item(0); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dauidockart.tex11 Dock art provider code - a dock provider provides all drawing
12 functionality to the wxAui dock manager. This allows the dock
19 class to alter its behaviour or write a completely new dock
21 to make use this new dock art.
H A Dauimanager.tex11 uses a replaceable dock art class to do all drawing, so all drawing is
16 or makes changes to existing pane properties (dock position, floating
51 More than one pane can be placed inside of a dock. Imagine two panes
55 two panes docked on the left side, the top pane in the dock would have
174 Returns the current dock constraint values. See \helpref{SetDockSizeConstraint()}{wxauimanagersetdocksizeconstraint} for more information.
227 Because \arg{insert\_location} can specify either a pane, dock row, or dock
281 When a user creates a new dock by dragging a window into a docked position, often times the large size of the
282 window will create a dock that is unwieldly large. wxAuiManager by default limits the size of any
283 new dock t
[all...]
H A Dauipaneinfo.tex67 Bottom() sets the pane dock position to the bottom side of the frame. This is
94 Center() sets the pane dock position to the left side of the frame.
105 CentrePane() specifies that the pane should adopt the default center pane settings. Centre panes usually do not have caption bars. This function provides an easy way of preparing a pane to be displayed in the center dock position.
141 DockFixed() causes the containing dock to have no resize sash. This is useful for creating panes that span the entire width or height of a dock, but should not be resizable in the other direction.
295 IsMoveable() returns true if the docked frame can be undocked or moved to another dock position.
337 Layer() determines the layer of the docked pane. The dock layer is similar to an onion, the inner-most layer being layer 0. Each shell moving in the outward direction has a higher layer number. This allows for more complex docking layout formation.
343 Left() sets the pane dock position to the left side of the frame. This is the
420 Right() sets the pane dock position to the right side of the frame.
463 Top() sets the pane dock positio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A DMakefile37 acpi-$(CONFIG_ACPI_DOCK) += dock.o
H A Ddock.c2 * dock.c - ACPI dock station driver
41 ACPI_MODULE_NAME("dock");
96 * add_dock_dependent_device - associate a device with the dock station
97 * @ds: The dock station
100 * Add the dependent device to the dock's dependent device list.
123 * dock_add_hotplug_device - associate a hotplug handler with the dock station
124 * @ds: The dock station
127 * Add the dependent device to the dock's hotplug device list
139 * dock_del_hotplug_device - remove a hotplug handler from the dock statio
457 handle_dock(struct dock_station *ds, int dock) argument
484 static inline void dock(struct dock_station *ds) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dcore.c102 static int pnp_dock_event(int dock, struct pnp_docking_station_info *info) argument
115 argv[1] = "dock";
133 scratch += sprintf(scratch, "ACTION=%s", dock ? "add" : "remove") + 1;
135 /* Report the ident for the dock */
171 * No dock to manage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/aui/
H A Dframemanager.h405 int dock_direction; // dock direction (top, bottom, left, right, center)
521 wxAuiDockInfo& dock,
527 wxAuiDockInfo& dock,
559 void GetPanePositionsAndSizes(wxAuiDockInfo& dock,
604 wxAuiDockArt* m_art; // dock art object which does all drawing
624 double m_dock_constraint_x; // 0.0 .. 1.0; max pct of window width a dock can consume
625 double m_dock_constraint_y; // 0.0 .. 1.0; max pct of window height a dock can consume
757 int dock_direction; // dock direction (top, bottom, left, right, center)
760 int size; // size of the dock
761 int min_size; // minimum size of a dock (
788 wxAuiDockInfo* dock; // which dock the item is associated with member in class:wxAuiDockUIPart
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dhp-wmi.c347 static DEVICE_ATTR(dock, S_IRUGO, show_dock, NULL);
H A Dfujitsu-laptop.c561 static DEVICE_ATTR(dock, 0444, show_dock_state, ignore_store);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-167 <child_name>GnomeApp:dock</child_name>

Completed in 126 milliseconds