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

/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java285 Node frame_style = getNode("frame_style", new String[] {
288 if (frame_style != null) {
306 drawButton(frame_style, location+"_background", state, g, w, h, jif);
307 drawButton(frame_style, function, state, g, w, h, jif);
313 protected void drawButton(Node frame_style, String function, String state, argument
315 Node buttonNode = getNode(frame_style, "button",
318 buttonNode = getNode(frame_style, "button",
384 Node frame_style = getNode("frame_style", ne
1431 drawPiece(Node frame_style, Graphics g, String position, int x, int y, int width, int height, JInternalFrame jif) argument
[all...]

Completed in 32 milliseconds