Home | History | Annotate | Download | only in glue

Lines Matching full:button

121   // Set up the button cell, converting to NSView coordinates. The menu is
123 // popup button, which is the expected Mac popup menu behavior.
124 NSPopUpButtonCell* button = [[NSPopUpButtonCell alloc] initTextCell:@""
126 [button autorelease];
127 [button setMenu:menu_];
130 [button selectItemWithTag:index];
133 [button respondsToSelector:@selector(setUserInterfaceLayoutDirection:)]) {
134 [button setUserInterfaceLayoutDirection:
145 [button performClickWithFrame:dummyBounds inView:dummyView];
148 index_ = [button indexOfSelectedItem];
174 // This is going to be hard to calculate since the button is painted by
177 // different font *and* expects to draw the menu below the button like we do
179 // The WebKit popup menu thinks it will draw just below the button, so