Searched refs:widget (Results 1 - 25 of 359) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/controlwidget/
H A DbindDown.tcl26 # a widget tree. The most common use of this is in snit::widgets
27 # to allow a binding to be placed on the widget itself e.g:
30 # where the first item is the top of the widget tree, the second the
31 # bindtag to add to each widget in the subtree.
32 # This will allow bind $win <yada> yada to apply to the widget
39 foreach widget [winfo children $top] {
40 set wtags [bindtags $widget]
42 bindtags $widget [lappend wtags $tag]
43 bindDown $widget $tag
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DPlatformScreenEfl.cpp61 int screenDepthPerComponent(Widget* widget) argument
63 if (!widget)
66 int depth = screenDepth(widget);
81 bool screenIsMonochrome(Widget* widget) argument
83 return screenDepth(widget) < 2;
86 FloatRect screenRect(Widget* widget) argument
89 UNUSED_PARAM(widget);
97 if (!widget || !widget->evas())
101 ecore_evas_screen_geometry_get(ecore_evas_ecore_evas_get(widget
106 screenAvailableRect(Widget* widget) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DPlatformSupportQt.cpp42 NPObject* PlatformSupport::pluginScriptableObject(Widget* widget) argument
44 if (!widget)
47 if (!widget->isPluginView())
51 PluginView* pluginView = toPluginView(widget);
/macosx-10.9.5/WebKit-7537.78.2/qt/tests/hybridPixmap/
H A Dtst_hybridPixmap.cpp22 #include "widget.h"
43 Widget widget; local
44 widget.show();
45 widget.start();
46 waitForSignal(&widget, SIGNAL(testComplete()));
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DScriptControllerQt.cpp47 PassRefPtr<JSC::Bindings::Instance> ScriptController::createScriptInstanceForWidget(WebCore::Widget* widget) argument
49 if (widget->isPluginView()) {
50 PluginView* pluginView = toPluginView(widget);
54 QObject* object = widget->bindingObject();
57 object = widget->platformWidget();
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPlatformScreenWin.cpp41 // Returns info for the default monitor if widget is NULL
42 static MONITORINFOEX monitorInfoForWidget(Widget* widget) argument
44 HWND window = widget ? widget->root()->hostWindow()->platformPageClient() : 0;
53 static DEVMODE deviceInfoForWidget(Widget* widget) argument
62 MONITORINFOEX monitorInfo = monitorInfoForWidget(widget);
69 int screenDepth(Widget* widget) argument
71 DEVMODE deviceInfo = deviceInfoForWidget(widget);
80 int screenDepthPerComponent(Widget* widget) argument
83 return screenDepth(widget) /
86 screenIsMonochrome(Widget* widget) argument
97 screenRect(Widget* widget) argument
103 screenAvailableRect(Widget* widget) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DPlatformScreenBlackBerry.cpp51 static FloatRect toUserSpace(FloatRect rect, Widget* widget) argument
53 if (widget->isFrameView()) {
54 Page* page = toFrameView(widget)->frame()->page();
63 FloatRect screenAvailableRect(Widget* widget) argument
65 if (!widget)
67 return toUserSpace(IntRect(IntPoint::zero(), IntSize(BlackBerry::Platform::Graphics::Screen::primaryScreen()->size())), widget);
70 FloatRect screenRect(Widget* widget) argument
72 if (!widget)
74 return toUserSpace(IntRect(IntPoint::zero(), IntSize(BlackBerry::Platform::Graphics::Screen::primaryScreen()->size())), widget);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformScreenGtk.cpp45 static GtkWidget* getToplevel(GtkWidget* widget) argument
47 GtkWidget* toplevel = gtk_widget_get_toplevel(widget);
51 static GdkVisual* getVisual(Widget* widget) argument
53 GtkWidget* container = widget ? GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()) : 0;
64 int screenDepth(Widget* widget) argument
66 GdkVisual* visual = getVisual(widget);
72 int screenDepthPerComponent(Widget* widget) argument
74 GdkVisual* visual = getVisual(widget);
81 bool screenIsMonochrome(Widget* widget) argument
87 getScreen(GtkWidget* widget) argument
92 screenRect(Widget* widget) argument
110 screenAvailableRect(Widget* widget) argument
[all...]
H A DGtkUtilities.cpp27 IntPoint convertWidgetPointToScreenPoint(GtkWidget* widget, const IntPoint& point) argument
33 GtkWidget* toplevelWidget = gtk_widget_get_toplevel(widget);
42 gtk_widget_translate_coordinates(widget, toplevelWidget, point.x(), point.y(), &xInWindow, &yInWindow);
50 bool widgetIsOnscreenToplevelWindow(GtkWidget* widget) argument
52 return gtk_widget_is_toplevel(widget) && GTK_IS_WINDOW(widget) && !GTK_IS_OFFSCREEN_WINDOW(widget);
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dwid-edit.el27 ;;; Wishlist items (from widget.texi):
43 ;; * Add `key-binding' widget.
45 ;; * Add `widget' widget for editing widget specifications.
50 ;; * `C-h' in `widget-prompt-value' should give type specific help.
52 ;; * A mailto widget. [This should work OK as a url-link if with
57 ;; See `widget.el'.
61 (defvar widget) function
65 (defun widget
[all...]
H A Dwid-browse.el28 ;; Widget browser. See `widget.el'.
37 (defgroup widget-browse nil
43 (defvar widget-browse-mode-map nil
44 "Keymap for `widget-browse-mode'.")
46 (unless widget-browse-mode-map
47 (setq widget-browse-mode-map (make-sparse-keymap))
48 (set-keymap-parent widget-browse-mode-map widget-keymap)
49 (define-key widget-browse-mode-map "q" 'bury-buffer))
51 (easy-menu-define widget
[all...]
H A Dcus-edit.el49 ;; 1. The widget value.
51 ;; This is the value shown in the widget in a customize buffer.
95 ;; The possible states for a customize widget are:
103 ;; The widget value is different from the current value.
133 ;; There is no widget value.
137 ;; The widget value is not valid member of the :type specified for the
476 (set-keymap-parent map widget-keymap)
485 (define-key map "n" 'widget-forward)
486 (define-key map "p" 'widget-backward)
495 (define-key map [mouse-2] 'widget
[all...]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginViewBase.h43 // PluginViewBase is a widget that all plug-in views inherit from, both in Webkit and WebKit2.
75 explicit PluginViewBase(PlatformWidget widget = 0) : Widget(widget) { }
78 inline PluginViewBase* toPluginViewBase(Widget* widget) argument
80 ASSERT(!widget || widget->isPluginViewBase());
81 return static_cast<PluginViewBase*>(widget);
84 inline const PluginViewBase* toPluginViewBase(const Widget* widget) argument
86 ASSERT(!widget || widget
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderPart.cpp52 void RenderPart::setWidget(PassRefPtr<Widget> widget) argument
54 if (widget == this->widget())
57 RenderWidget::setWidget(widget);
83 if (widget() && widget()->isPluginViewBase() && toPluginViewBase(widget())->platformLayer())
108 if (!node() || !widget() || !widget()->isFrameView())
110 return toFrameView(widget())
[all...]
H A DRenderFrame.cpp54 if (!element || !widget() || !widget()->isFrameView())
57 FrameView* view = toFrameView(widget());
/macosx-10.9.5/emacs-92/emacs/lwlib/
H A Dlwlib-Xlw.h10 lw_lucid_widget_p __P ((Widget widget));
13 xlw_update_one_widget __P ((widget_instance* instance, Widget widget,
17 xlw_update_one_value __P ((widget_instance* instance, Widget widget,
27 xlw_popup_menu __P ((Widget widget, XEvent * event));
H A Dlwlib-Xlw.c41 /* Print the complete X resource name of widget WIDGET to stderr.
45 x_print_complete_resource_name (widget)
46 Widget widget;
51 for (i = 0; i < 100 && widget != NULL; ++i)
53 names[i] = XtName (widget);
54 widget = XtParent (widget);
69 widget, CLIENT_DATA contains a pointer to the widget_instance
157 Widget widget;
170 widget
155 Widget widget; local
187 Widget widget; local
231 xlw_update_one_widget(widget_instance* instance, Widget widget, widget_value* val, Boolean deep_p) argument
[all...]
H A Dlwlib-utils.c1 /* Defines some widget utility functions.
42 /* Redisplay the contents of the widget, without first clearing it. */
44 XtNoClearRefreshWidget (widget)
45 Widget widget;
52 event.xexpose.display = XtDisplay (widget);
53 event.xexpose.window = XtWindow (widget);
56 event.xexpose.width = widget->core.width;
57 event.xexpose.height = widget->core.height;
60 (*widget->core.widget_class->core_class.expose)
61 (widget,
[all...]
H A Dlwlib-Xaw.c51 lw_xaw_widget_p (widget)
52 Widget widget;
54 return (XtIsSubclass (widget, scrollbarWidgetClass) ||
55 XtIsSubclass (widget, dialogWidgetClass));
60 xaw_update_scrollbar (instance, widget, val)
62 Widget widget;
73 XtVaGetValues (widget,
83 * First size and position the scrollbar widget.
84 * We need to position it to second-guess the Paned widget's notion
89 XtConfigureWidget (widget, pos_
125 xaw_update_one_widget(widget_instance *instance, Widget widget, widget_value *val, Boolean deep_p) argument
216 Widget widget = instance->widget; local
411 Widget widget; local
530 Widget widget, shell; local
[all...]
H A Dlwlib-Xm.h32 lw_motif_widget_p __P ((Widget widget));
35 xm_update_one_widget __P ((widget_instance* instance, Widget widget,
39 xm_update_one_value __P ((widget_instance* instance, Widget widget,
49 xm_popup_menu __P ((Widget widget, XEvent *event));
/macosx-10.9.5/WebCore-7537.78.1/platform/cairo/
H A DWidgetBackingStoreCairo.cpp29 static PassRefPtr<cairo_surface_t> createSurfaceForBackingStore(PlatformWidget widget, const IntSize& size) argument
32 return adoptRef(gdk_window_create_similar_surface(gtk_widget_get_window(widget), CAIRO_CONTENT_COLOR_ALPHA, size.width(), size.height()));
34 UNUSED_PARAM(widget);
39 PassOwnPtr<WidgetBackingStore> WidgetBackingStoreCairo::create(PlatformWidget widget, const IntSize& size) argument
41 return adoptPtr(new WidgetBackingStoreCairo(widget, size));
47 WidgetBackingStoreCairo::WidgetBackingStoreCairo(PlatformWidget widget, const IntSize& size) argument
49 , m_surface(createSurfaceForBackingStore(widget, size))
50 , m_scrollSurface(createSurfaceForBackingStore(widget, size))
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/itk/
H A Dincr_tk.rb214 @widget = window(tk_call(@master, 'component', @component))
215 @path = @widget.path
217 @widget = nil
225 @widget = window(tk_call(@master, 'component', @component))
226 @path = @widget.path
228 fail RuntimeError, 'component is not assigned to a widget'
250 def widget method in class:Tk.Itk.Archetype.itk_component_add.itk_component_delete.itk_initialize.itk_option_add.itk_option_define.Component
251 unless @widget
253 @widget = window(tk_call(@master, 'component', @component))
254 @path = @widget
[all...]
/macosx-10.9.5/vim-53/src/
H A Dgui_gtk_f.c18 * This is a special purpose container widget, which manages arbitrary
39 GtkWidget *widget; member in struct:_GtkFormChild
50 static void gtk_form_realize(GtkWidget *widget);
51 static void gtk_form_unrealize(GtkWidget *widget);
52 static void gtk_form_map(GtkWidget *widget);
53 static void gtk_form_size_request(GtkWidget *widget,
55 static void gtk_form_size_allocate(GtkWidget *widget,
57 static gint gtk_form_expose(GtkWidget *widget,
61 GtkWidget *widget);
88 static void gtk_form_child_map(GtkWidget *widget, gpointe
260 gtk_form_realize(GtkWidget *widget) argument
326 gtk_form_map(GtkWidget *widget) argument
351 gtk_form_unrealize(GtkWidget *widget) argument
393 gtk_form_size_request(GtkWidget *widget, GtkRequisition *requisition) argument
416 gtk_form_size_allocate(GtkWidget *widget, GtkAllocation *allocation) argument
462 gtk_form_expose(GtkWidget *widget, GdkEventExpose *event) argument
504 gtk_form_remove(GtkContainer *container, GtkWidget *widget) argument
582 GtkWidget *widget; local
796 gtk_form_move_resize(GtkForm *form, GtkWidget *widget, gint x, gint y, gint w, gint h) argument
808 GtkWidget *widget; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/gtk/
H A DEventHandlerGtk.cpp65 return passMouseDownEventToWidget(toRenderWidget(target)->widget());
70 return passMouseDownEventToWidget(renderWidget->widget());
73 bool EventHandler::passMouseDownEventToWidget(Widget* widget) argument
88 bool EventHandler::passWheelEventToWidget(const PlatformWheelEvent& event, Widget* widget) argument
90 ASSERT(widget);
91 if (!widget->isFrameView())
94 return toFrameView(widget)->frame()->eventHandler()->handleWheelEvent(event);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcadm/gtk/
H A Dgui.h182 void adddsns_to_list(GtkWidget* widget, BOOL systemDSN);
183 void userdsn_add_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
184 void userdsn_remove_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
185 void userdsn_configure_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
186 void userdsn_test_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
187 void systemdsn_add_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
188 void systemdsn_remove_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
189 void systemdsn_configure_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
190 void systemdsn_test_clicked(GtkWidget* widget, TDSNCHOOSER *choose_t);
191 void filedsn_add_clicked(GtkWidget* widget, TDSNCHOOSE
[all...]

Completed in 229 milliseconds

1234567891011>>