Searched +refs:define +refs:widget (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dwidget.test9 # RCS: $Id: widget.test,v 1.6 2004/09/22 09:37:09 davygrvy Exp $
23 # Simple mega-widget
25 test widget-1.1 {define a simple mega-widget class} {
66 itk_option define -status status Status {} {
75 test widget-1.2 {check the list of configuration options} {
95 test widget-1.3.[incr unique] {check individual configuration options} {
116 test widget-1.4.[incr unique] {set individual configuration options} {
123 test widget
[all...]
H A Dtoplevel.test23 # Toplevel mega-widget
25 test toplevel-1.1 {define a toplevel mega-widget class} {
50 itk_option define -background background Background {} {
76 test toplevel-1.6 {when a mega-widget is destroyed, its object is deleted} {
81 test toplevel-1.7 {when an mega-widget object is deleted, its window and any
89 test toplevel-1.8 {when a mega-widget object is deleted, its window and any
108 itk_option define -container container Container {}
140 itk_option define -container container Container {}
183 itk_option define
[all...]
H A Doption.test25 test option-1.1 {create a widget for the following tests} {
45 itk_option define -status status Status {} {
117 test option-2.1 {create a widget for the following tests} {
167 foreach widget {button canvas checkbutton entry frame label listbox
176 } $name $widget $name]
H A Dprivacy.test23 # Define a base class with public variables and a simple mega-widget
25 test privacy-1.1 {define simple mega-widget class} {
67 test privacy-1.6 {define a derived class and add protected/private comps} {
H A Dpublic.test23 # Define a base class with public variables and a simple mega-widget
25 test public-1.1 {define base class and simple mega-widget class} {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dshell.itk3 # This class is implements a shell which is a top level widget
51 itk_option define -master master Window ""
52 itk_option define -modality modality Modality none
53 itk_option define -padx padX Pad 0
54 itk_option define -pady padY Pad 0
55 itk_option define -width width Width 0
56 itk_option define -height height Height 0
61 public method center {{widget {}}}
105 # widget. This can be overridden by the user via the execution
111 # Initialize the widget base
[all...]
H A Dtoolbar.itk6 # argument) and makes it into a Tool Bar widget. Additional options,
14 # A Toolbar is a widget that displays a collection of widgets arranged
17 # to give access to a set of commands or settings. Any widget may be
88 itk_option define -balloonbackground \
90 itk_option define -balloonforeground \
92 itk_option define -balloonfont balloonFont BalloonFont 6x10
93 itk_option define -balloondelay1 \
95 itk_option define -balloondelay2 \
97 itk_option define -helpvariable helpVariable HelpVariable {}
98 itk_option define
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec4 %define version 2.10
5 %define directory /usr
7 Summary: table/matrix widget extension to Tcl/Tk.
22 Tktable provides a table/matrix widget for Tk programs. Features:
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm84 #define NSAccessibilitySelectedCellsAttribute @"AXSelectedCells"
88 #define NSAccessibilityVisibleCellsAttribute @"AXVisibleCells"
92 #define NSAccessibilityRowHeaderUIElementsAttribute @"AXRowHeaderUIElements"
96 #define NSAccessibilityRowIndexRangeAttribute @"AXRowIndexRange"
100 #define NSAccessibilityColumnIndexRangeAttribute @"AXColumnIndexRange"
104 #define NSAccessibilityCellForColumnAndRowParameterizedAttribute @"AXCellForColumnAndRow"
108 #define NSAccessibilityCellRole @"AXCell"
113 #define NSAccessibilityContentListSubrole @"AXContentList"
117 #define NSAccessibilityDefinitionListSubrole @"AXDefinitionList"
121 #define NSAccessibilityDescriptionListSubrol
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim141 syn keyword ProgressOperator dcolor dde-error dde-i[d] dde-item dde-name dde-topic debu[g] dec[imal] default-b[utton] default-extensio[n] defer-lob-fetch define defined delete-char delete-current-row
181 syn keyword ProgressOperator virtual-height-pixel[s] virtual-width virtual-width-ch[ars] virtual-width-pi[xels] visible wait warning weekday widget widget-e[nter] widget-h[andle] widget-l[eave]
182 syn keyword ProgressOperator widget-pool width width[-chars] width-p[ixels] window-name window-sta[te] window-sys[tem] word-wrap x-of y-of year yes-no yes-no-cancel _dcm
H A D2html.vim12 " Progress bar based off code from "progressbar widget" plugin by
960 " Now, when we finally know which, we define the colors and styles
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebFrameLoaderClient.mm32 #define private public
1641 #define NETSCAPE_PLUGIN_VIEW WebHostedNetscapePluginView
1643 #define NETSCAPE_PLUGIN_VIEW WebNetscapePluginView
1926 void WebFrameLoaderClient::hideMediaPlayerProxyPlugin(Widget* widget)
1928 [WebPluginController pluginViewHidden:widget->platformWidget()];
1931 void WebFrameLoaderClient::showMediaPlayerProxyPlugin(Widget* widget)
1933 [WebPluginController addPlugInView:widget->platformWidget()];
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.mm231 #define PROCESSOR "PPC"
233 #define PROCESSOR "Intel"
238 #define FOR_EACH_RESPONDER_SELECTOR(macro) \
366 #define WebKitOriginalTopPrintingMarginKey @"WebKitOriginalTopMargin"
367 #define WebKitOriginalBottomPrintingMarginKey @"WebKitOriginalBottomMargin"
369 #define KeyboardUIModeDidChangeNotification @"com.apple.KeyboardUIModeDidChange"
370 #define AppleKeyboardUIMode CFSTR("AppleKeyboardUIMode")
371 #define UniversalAccessDomain CFSTR("com.apple.universalaccess")
476 #define timedLayoutSize 4096
1481 location = @"file:///System/Library/PrivateFrameworks/DashboardClient.framework/Resources/widget
[all...]
H A DWebHTMLView.mm360 #define AUTOSCROLL_INTERVAL 0.1f
363 #define TRACKING_RECT_TAG 0xBADFACE
366 #define WebSmartPastePboardType @"NeXT smart paste pasteboard type"
368 #define STANDARD_WEIGHT 5
369 #define MIN_BOLD_WEIGHT 7
370 #define STANDARD_BOLD_WEIGHT 9
373 #define WebDataProtocolScheme @"webkit-fake-url"
2408 #define WEBCORE_COMMAND(command) - (void)command:(id)sender { [self executeCoreCommandBySelector:_cmd]; }
2507 #define COMMAND_PROLOGUE if ([self callDelegateDoCommandBySelectorIfNeeded:_cmd]) return;
3314 LOG(Timing, "%s draw seconds = %f", widget
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js49 console.error('dropping module because define wasn\'t a string.');
153 if (!root.define || !root.define.packaged) {
154 _define.original = root.define;
155 root.define = _define;
156 root.define.packaged = true;
170 ace.define('ace/ace', ['require', 'exports', 'module' , 'ace/lib/fixoldbrowsers', 'ace/lib/dom', 'ace/lib/event', 'ace/editor', 'ace/edit_session', 'ace/undomanager', 'ace/virtual_renderer', 'ace/multi_select', 'ace/worker/worker_client', 'ace/keyboard/hash_handler', 'ace/placeholder', 'ace/mode/folding/fold_mode', 'ace/theme/textmate', 'ace/config'], function(require, exports, module) {
230 ace.define('ace/lib/fixoldbrowsers', ['require', 'exports', 'module' , 'ace/lib/regexp', 'ace/lib/es5-shim'], function(require, exports, module) {
238 ace.define('ace/lib/regexp', ['require', 'exports', 'module' ], function(require, exports, module) {
310 ace.define('ac
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/
H A Dmkpsenc.tcl1091 % widget.
1094 % The definitions below just define all of the variables used in
/macosx-10.9.5/tcl-102/tk84/tk/library/
H A Dmkpsenc.tcl1091 % widget.
1094 % The definitions below just define all of the variables used in
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dtklkup2198 my $widget;
6213 nismapname -> Solaris Native LDAP uses nismapname to define
6235 root_dse function to define the base.
6241 In this case the user will have to define a search base
6265 the same DIT layouts. Just define them with the

Completed in 320 milliseconds