Home
last modified time | relevance | path

Searched refs:TOOLTIP (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/dports/net-im/uTox/uTox/src/ui/
H A Dtooltip.c14 static TOOLTIP tooltip;
20 static void calculate_pos_and_width(TOOLTIP *b, int *x, int *w) { in calculate_pos_and_width()
47 TOOLTIP *b = &tooltip; in tooltip_reset()
59 TOOLTIP *b = &tooltip; in tooltip_draw()
80 TOOLTIP *b = &tooltip; in tooltip_mmove()
99 TOOLTIP *b = &tooltip; in tooltip_mdown()
114 TOOLTIP *b = &tooltip; in tooltip_mup()
129 TOOLTIP *b = &tooltip; in tooltip_show()
178 TOOLTIP *tip = &tooltip; in tooltip_new()
/dports/games/wesnoth/wesnoth-1.14.17/data/gui/window/
H A Dadvanced_graphics_options.cfg3 #define _GUI_COLUMN_LABEL LABEL TOOLTIP
15 tooltip = {TOOLTIP}
21 #define _GUI_SCALE_OPTION ID LABEL TOOLTIP
34 tooltip = {TOOLTIP}
48 #define _GUI_SCALE_CHOICE CASE LABEL TOOLTIP
50 {_GUI_COLUMN_LABEL {LABEL} {TOOLTIP}}
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dpsppire-dialog-action-crosstabs.c102 #define CS(NAME, LABEL, TOOLTIP) CS_##NAME, argument
110 #define CS(NAME, LABEL, TOOLTIP) CS_##NAME, argument
118 #define CS(NAME, LABEL, TOOLTIP) B_CS_##NAME = 1u << CS_##NAME, argument
131 #define CS(NAME, LABEL, TOOLTIP) {#NAME, LABEL, TOOLTIP}, argument
139 #define CS(NAME, LABEL, TOOLTIP) {#NAME, LABEL, TOOLTIP}, argument
H A Dpsppire-dialog-action-descriptives.c52 #define DS(NAME, LABEL, TOOLTIP) DS_##NAME, argument
60 #define DS(NAME, LABEL, TOOLTIP) B_DS_##NAME = 1u << DS_##NAME, argument
70 #define DS(NAME, LABEL, TOOLTIP) {#NAME, LABEL, TOOLTIP}, argument
H A Dpsppire-dialog-action-regression.c49 #define RG(NAME, LABEL, TOOLTIP) RG_##NAME, argument
57 #define RG(NAME, LABEL, TOOLTIP) B_RG_##NAME = 1u << RG_##NAME, argument
66 #define RG(NAME, LABEL, TOOLTIP) {#NAME, LABEL, TOOLTIP}, argument
/dports/deskutils/egroupware/egroupware/mail/inc/
H A Dclass.mail_tree.inc.php223 Tree::TOOLTIP => $nodeData['tooltip'],
272 Tree::TOOLTIP => lang($folder['MAILBOX']),
303 Tree::TOOLTIP => $tree[Tree::CHILDREN][0][Tree::TOOLTIP],
418 $data[Tree::TOOLTIP] = lang($folderName);
425 $data[Tree::TOOLTIP] = $key;
440 $data[Tree::TOOLTIP] = $folderName;
487 Tree::TOOLTIP => '('.$acc_id.') '.htmlspecialchars_decode($identity),
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/doc/doxygen/scripts/
H A Dcode-gallery.pl69 open TOOLTIP, "<$gallery_dir/$gallery/doc/tooltip";
70 while (my $line = <TOOLTIP>) {
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/bg2/
H A Dfonts.2da15 11 TOOLTIP TOOLTIP 14 0 1
H A Dcolors.2da4 TOOLTIP 0x00000000
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/render/
H A DRenderView.cpp88 # define TOOLTIP "Some type of OpenGL effect ... maybe" in RenderView() macro
90 # define TOOLTIP "Enables moving solids, stickmen guns, and premium(tm) graphics" in RenderView() macro
92 addDisplayModeCheckbox(DISPLAY_EFFE, IconEffect , ui::Point(205, 4), TOOLTIP); in RenderView()
93 #undef TOOLTIP in RenderView()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/metadata/
H A Dbasic_widgets.py219 self.setToolTip(self.TOOLTIP)
220 self.setWhatsThis(self.TOOLTIP)
274 base = self.TOOLTIP
345 TOOLTIP = '' variable in AuthorsEdit
355 self.setToolTip(self.TOOLTIP)
356 self.setWhatsThis(self.TOOLTIP)
474 base = self.TOOLTIP
621 self.setToolTip(self.TOOLTIP)
656 TOOLTIP = '' variable in SeriesIndexEdit
1365 self.setToolTip(self.TOOLTIP)
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/widget/cocoa/
H A DVibrancyManager.mm35 case VibrancyType::TOOLTIP:
51 case VibrancyType::TOOLTIP:
65 case VibrancyType::TOOLTIP:
82 case VibrancyType::TOOLTIP:
/dports/www/firefox/firefox-99.0/widget/cocoa/
H A DVibrancyManager.mm35 case VibrancyType::TOOLTIP:
51 case VibrancyType::TOOLTIP:
65 case VibrancyType::TOOLTIP:
82 case VibrancyType::TOOLTIP:
/dports/www/firefox-esr/firefox-91.8.0/widget/cocoa/
H A DVibrancyManager.mm35 case VibrancyType::TOOLTIP:
51 case VibrancyType::TOOLTIP:
65 case VibrancyType::TOOLTIP:
82 case VibrancyType::TOOLTIP:
/dports/lang/racket/racket-8.3/share/pkgs/future-visualizer-pict/future-visualizer/private/
H A Dconstants.rkt23 TOOLTIP-MARGIN)
47 (define TOOLTIP-MARGIN 5)
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/
H A DInformationDescTest.java99 info.addItem("description-" + InformationDesc.TOOLTIP, "Tooltip Description"); in testDescriptionFallbackOrder()
115 info.addItem("description-" + InformationDesc.TOOLTIP, "Tooltip Description"); in testDescriptionKind()
120 assertEquals("Tooltip Description", info.getDescription(InformationDesc.TOOLTIP)); in testDescriptionKind()
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dtooltip.c50 } TOOLTIP; typedef
52 static TOOLTIP *tip;
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/Component/
H A DSlider.java48 String tooltip = XConfigManager.getAttribute(peer , XComponentAttributes.TOOLTIP); in Slider()
65 XComponentAttributes.TOOLTIP in actuators()
/dports/java/icedtea-web/icedtea-web-1.6.2/netx/net/sourceforge/jnlp/
H A DInformationDesc.java44 public static final Object TOOLTIP = "tooltip"; field in InformationDesc
104 result = getDescription(TOOLTIP); in getDescription()
/dports/deskutils/simpleagenda/SimpleAgenda-0.43/
H A DAppointmentView.m111 if ([[ConfigManager globalConfig] integerForKey:TOOLTIP] && as && [as length] > 0)
121 if ([key isEqualToString:TOOLTIP])
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/pst/
H A Dcolors.2da4 TOOLTIP 0xffffffff
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/shared/
H A Dcolors.2da4 TOOLTIP 0xffffffff
/dports/games/gemrb/gemrb-0.9.0/gemrb/unhardcoded/bg1/
H A Dcolors.2da4 TOOLTIP 0x00000000
/dports/math/scilab/scilab-6.1.1/scilab/modules/preferences/src/java/org/scilab/modules/preferences/
H A DXComponentAttributes.java25 public static final String TOOLTIP = "tooltip"; field in XComponentAttributes
/dports/www/foswiki/Foswiki-2.1.6/pub/System/JQueryPlugin/plugins/tooltip/
H A DMakefile1 TARGET=jquery.tooltip.js jquery.tooltip.init.js jquery.tooltip.css $(JQUERYPLUGIN_LIB)/TOOLTIP.pm

12345678910>>...16