Home
last modified time | relevance | path

Searched refs:panel (Results 1 – 25 of 42) sorted by relevance

12

/titanic_41/usr/src/lib/libeti/panel/common/
H A Dmisc.c52 panel_window(PANEL *panel) in panel_window() argument
54 return (panel ? panel -> win : 0); in panel_window()
59 panel_userptr(PANEL *panel) in panel_userptr() argument
61 return (panel ? panel -> user : 0); in panel_userptr()
66 set_panel_userptr(PANEL *panel, char *ptr) in set_panel_userptr() argument
68 if (panel) { in set_panel_userptr()
69 panel -> user = ptr; in set_panel_userptr()
80 panel_above(PANEL *panel) in panel_above() argument
83 if (!panel) in panel_above()
86 return ((panel == panel -> below) ? ((PANEL *) 0) : panel -> above); in panel_above()
[all …]
H A Dnew.c44 add_top(PANEL *panel) in add_top() argument
47 panel-> below = 0; in add_top()
48 _Bottom_panel = panel; in add_top()
50 _Top_panel -> above = panel; in add_top()
51 panel -> below = _Top_panel; in add_top()
54 _Top_panel = panel; in add_top()
55 panel -> above = 0; in add_top()
56 panel -> obscured = 0; in add_top()
61 _intersect_panel(panel); in add_top()
68 PANEL *panel; in new_panel() local
[all …]
H A Ddelete.c44 hide_panel(PANEL *panel) in hide_panel() argument
46 if (!panel) in hide_panel()
51 if (panel == panel -> below) in hide_panel()
56 _remove_overlap(panel); in hide_panel()
57 if (panel == _Bottom_panel) in hide_panel()
58 _Bottom_panel = panel -> above; in hide_panel()
60 panel -> below -> above = panel -> above; in hide_panel()
62 if (panel == _Top_panel) in hide_panel()
63 _Top_panel = panel -> below; in hide_panel()
65 panel -> above -> below = panel -> below; in hide_panel()
[all …]
H A Dbottom.c43 bottom_panel(PANEL *panel) in bottom_panel() argument
48 if (!panel || panel == panel -> below) in bottom_panel()
53 if (_Bottom_panel == panel) in bottom_panel()
61 for (pnl = panel->below; pnl; pnl = pnl->below) { in bottom_panel()
62 if (obs = _unlink_obs(pnl, panel)) { in bottom_panel()
64 if (panel -> obscured) { in bottom_panel()
65 obs -> next = panel -> obscured -> next; in bottom_panel()
66 panel->obscured = panel->obscured->next = obs; in bottom_panel()
69 obs -> next = panel -> obscured = obs; in bottom_panel()
75 if (panel == _Top_panel) in bottom_panel()
[all …]
H A Dmove.c43 move_panel(PANEL *panel, int starty, int startx) in move_panel() argument
45 if (!panel) in move_panel()
50 if (panel == panel -> below) { in move_panel()
51 if (mvwin(panel -> win, starty, startx) == ERR) in move_panel()
61 mvwin(panel -> win, starty, startx) == ERR) in move_panel()
64 _remove_overlap(panel); in move_panel()
69 getbegyx(panel -> win, panel -> wstarty, panel -> wstartx); in move_panel()
70 getmaxyx(panel -> win, panel -> wendy, panel -> wendx); in move_panel()
71 panel -> wendy += panel -> wstarty - 1; in move_panel()
72 panel -> wendx += panel -> wstartx - 1; in move_panel()
[all …]
H A Dtop.c43 top_panel(PANEL *panel) in top_panel() argument
48 if (!panel || panel == panel -> below) in top_panel()
53 if (_Top_panel == panel) in top_panel()
61 if ((obs = panel -> obscured) != 0) { in top_panel()
71 prev_obs -> panel_p = panel; in top_panel()
73 while (obs != panel -> obscured); in top_panel()
74 panel -> obscured = 0; in top_panel()
79 if (panel == _Bottom_panel) in top_panel()
80 (_Bottom_panel = panel -> above) -> below = 0; in top_panel()
82 panel -> above -> below = panel -> below; in top_panel()
[all …]
H A Dreplace.c43 replace_panel(PANEL *panel, WINDOW *window) in replace_panel() argument
45 if (!panel || !window) in replace_panel()
50 if (panel != panel -> below) { in replace_panel()
56 _remove_overlap(panel); in replace_panel()
61 getbegyx(window, panel -> wstarty, panel -> wstartx); in replace_panel()
62 getmaxyx(window, panel -> wendy, panel -> wendx); in replace_panel()
63 panel -> win = window; in replace_panel()
64 panel -> wendy += panel -> wstarty - 1; in replace_panel()
65 panel -> wendx += panel -> wstartx - 1; in replace_panel()
69 if (panel != panel -> below) in replace_panel()
[all …]
H A Dupdate.c47 touch_top(PANEL *panel, int line, _obscured_list *obs, int start_x, int end_x) in touch_top() argument
54 if ((next_obs = obs->next) == panel -> obscured -> next) in touch_top()
62 touch_top(panel, line, next_obs, in touch_top()
117 touchup(PANEL *panel) in touchup() argument
126 screen_y = panel->wendy; in touchup()
128 for (i = panel->wendy - panel->wstarty; i >= 0; screen_y--, i--) { in touchup()
129 if (is_linetouched(panel -> win, i) == TRUE) in touchup()
130 touch_top(panel, screen_y, panel->obscured->next, in touchup()
131 panel->wstartx, panel->wendx); in touchup()
161 PANEL *panel; in update_panels() local
[all …]
H A Dllib-lpanel36 #include "panel.h"
39 bottom_panel(PANEL *panel)
45 hide_panel(PANEL *panel)
51 del_panel(PANEL *panel)
57 *panel_window(PANEL *panel)
63 *panel_userptr(PANEL *panel)
69 set_panel_userptr(PANEL *panel, char *ptr)
75 *panel_above(PANEL *panel)
81 *panel_below(PANEL *panel)
87 panel_hidden(PANEL *panel)
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DCheckboxList.java62 private Panel panel; field in CheckboxView
70 panel = new Panel(); in CheckboxView()
71 panel.setLayout(gridbag); in CheckboxView()
73 add(panel); in CheckboxView()
77 panel.removeAll(); in updateCheckboxes()
87 gridbag.setConstraints(panel.add(box), c); in updateCheckboxes()
96 if (panel.getPeer() != null) { in updateCheckboxes()
97 Dimension d = panel.minimumSize(); in updateCheckboxes()
98 panel.reshape(0, 0, d.width, d.height); in updateCheckboxes()
104 Dimension d = panel.minimumSize(); in addNotify()
[all …]
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DVJPanelShadow.java110 VJPanel panel = new VJPanel(); in createBody() local
111 panel.setLayout(new FlowLayout()); in createBody()
112 body = panel; in createBody()
116 VJPanel panel = (VJPanel)body; in getOnBody() local
119 return new ReliefEnum(panel.getRelief()); } in getOnBody()
121 return new Integer(panel.getBorderWidth()); in getOnBody()
123 return panel.getBorderLabel(); in getOnBody()
125 return new AlignmentEnum(panel.getLabelAlignment()); in getOnBody()
132 VJPanel panel = (VJPanel)body; in setOnBody() local
135 panel.setRelief(((ReliefEnum)value).intValue()); in setOnBody()
[all …]
H A DBorderPanelShadow.java85 Panel panel = (Panel)body; in getOnBody() local
99 Panel panel = (Panel)body; in setOnBody() local
124 GBPanelShadow panel = new GBPanelShadow(); in adjustChild() local
125 panel.set(/* NOI18N */"layoutName", borderName); in adjustChild()
126 panel.set(/* NOI18N */"columnWeights", wx); in adjustChild()
127 panel.set(/* NOI18N */"rowWeights", wy); in adjustChild()
129 add(panel); in adjustChild()
130 panel.create(); in adjustChild()
135 GBPanelShadow panel = (GBPanelShadow)mgr; in adjustChild()
136 panel.destroy(); in adjustChild()
[all …]
H A DGBPanelShadow.java81 GBPanel panel = (GBPanel)body; in getOnBody() local
84 return panel.getColumnWidths(); in getOnBody()
86 return panel.getRowHeights(); in getOnBody()
88 return panel.getColumnWeights(); in getOnBody()
90 return panel.getRowWeights(); in getOnBody()
96 GBPanel panel = (GBPanel)body; in setOnBody() local
99 panel.setColumnWidths((int[])value); in setOnBody()
101 panel.setRowHeights((int[])value); in setOnBody()
103 panel.setColumnWeights((double[])value); in setOnBody()
105 panel.setRowWeights((double[])value); in setOnBody()
H A DFlowPanelShadow.java96 Panel panel = (Panel)body; in getOnBody() local
97 VJFlowLayout flow = (VJFlowLayout)panel.getLayout(); in getOnBody()
113 Panel panel = (Panel)body; in setOnBody() local
114 Component parent = panel.getParent(); in setOnBody()
115 VJFlowLayout flow = (VJFlowLayout)panel.getLayout(); in setOnBody()
198 Panel panel = new VJPanel(); in createBody() local
199 panel.setLayout(new VJFlowLayout()); in createBody()
200 body = panel; in createBody()
H A DCardPanelShadow.java302 Panel panel = (Panel)body; in resetChoice() local
305 panel.remove(cardMenu); in resetChoice()
388 VJPanel panel = new VJPanel(); in createBody() local
389 panel.setLayout(gridbag); in createBody()
403 gridbag.setConstraints(panel.add(cardPanel), c); in createBody()
405 body = panel; in createBody()
447 VJPanel panel = (VJPanel)body; in layoutMode() local
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/java/awt/
H A DWindowShadow.java448 ContainerShadow panel = getPanel(); in getWindowLocation()
452 if (panel != null) in getWindowLocation()
453 location = (Point) panel.get(/* NOI18N */"layoutLocation"); in getWindowLocation()
470 ContainerShadow panel = getPanel(); in getWindowSize() local
474 if (panel != null) in getWindowSize()
475 size = (Dimension) panel.get(/* NOI18N */"layoutSize"); in getWindowSize()
667 ContainerShadow panel = (ContainerShadow)getChildList().nextElement(); in setOnPanel() local
668 if (panel != null && panel instanceof PanelShadow) in setOnPanel()
669 panel.set(key, value); in setOnPanel()
677 ContainerShadow panel = (ContainerShadow)getChildList().nextElement(); in getOnPanel() local
[all …]
H A DPanelShadow.java72 Panel panel = new Panel(); in createBody() local
73 panel.setLayout(new FlowLayout()); in createBody()
74 body = panel; in createBody()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/util/
H A DChoiceDialog.java58 Panel panel = new Panel(); in addLinesAndButtons() local
60 panel.setLayout(new GridBagLayout()); in addLinesAndButtons()
68 panel.add(t, gbc); in addLinesAndButtons()
72 add(panel, "Center" /* NOI18N */); in addLinesAndButtons()
74 panel = new Panel(); in addLinesAndButtons()
75 panel.setLayout(new FlowLayout(FlowLayout.CENTER, 20, 5)); in addLinesAndButtons()
85 panel.add(b); in addLinesAndButtons()
88 add(panel, "South" /* NOI18N */); in addLinesAndButtons()
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmOKCancelDialog.java118 JPanel panel = new JPanel(); in buttonPanel() local
120 panel.setLayout(new GridBagLayout()); in buttonPanel()
183 panel.add(okButton, c); in buttonPanel()
185 panel.add(cancelButton, c); in buttonPanel()
188 panel.add(helpButton, c); in buttonPanel()
190 return panel; in buttonPanel()
/titanic_41/usr/src/lib/libeti/
H A DMakefile32 SUBDIRS= form menu panel
33 HDRSUBDIRS= form menu panel
64 @cd panel; pwd; $(MAKE) $(TARGET)
/titanic_41/usr/src/lib/libeti/panel/
H A DMakefile44 HDRS= panel.h
/titanic_41/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_usb-a-1_data.info74 * rear panel EHCI devices
80 * Rear panel OHCI devices
H A Dfru_usb-a-2_data.info74 * Rear panel EHCI devices
80 * Rear panel OHCI devices
H A Dfru_usb-a-3_data.info74 * Front panel EHCI devices
80 * Front panel OHCI devices
H A Dfru_usb-a-4_data.info74 * Front panel EHCI devices
80 * Front panel OHCI devices

12