Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
U i_@s~dZddlTGdddeZGdddeZGdddeZd d Zed krzdd lm Z e d dddddl m Z e edS)zTools for displaying tool-tips. This includes: * an abstract base-class for different kinds of tooltips * a simple text-only Tooltip class )*c@sHeZdZdZddZddZddZdd Zd d Zd d Z ddZ dS) TooltipBasez abstract base class for tooltipscCs||_d|_dS)zCreate a tooltip. anchor_widget: the widget next to which the tooltip will be shown Note that a widget will only be shown when showtip() is called. N) anchor_widget tipwindow)selfrr./opt/python38/lib/python3.8/idlelib/tooltip.py__init__ szTooltipBase.__init__cCs |dS)Nhidetiprrrr__del__szTooltipBase.__del__cCs||jr dSt|j|_}|dz|jdd|jddWntk rRYnX|| |j |j dS)zdisplay the tooltipNz!::tk::unsupported::MacWindowStylestylehelpZ noActivates) rToplevelrZwm_overrideredirectZtkcallZ_wTclErrorposition_window showcontentsZupdate_idletasksZliftrZtwrrrshowtips  zTooltipBase.showtipcCs@|\}}|j|}|j|}|jd||fdS)z&(re)-set the tooltip's screen position+%d+%dN) get_positionrZ winfo_rootxZ winfo_rootyrZ wm_geometry)rxyZroot_xZroot_yrrrr/s zTooltipBase.position_windowcCsd|jdfS)z(choose a screen position for the tooltipr)rZ winfo_heightr rrrr6s zTooltipBase.get_positioncCstdS)z$content display hook for sub-classesN)NotImplementedErrorr rrrrAszTooltipBase.showcontentscCs6|j}d|_|r2z |Wntk r0YnXdSzhide the tooltipN)rZdestroyrrrrrr Fs zTooltipBase.hidetipN) __name__ __module__ __qualname____doc__r r rrrrr rrrrr s  rcs^eZdZdZdfdd ZfddZddd Zdd d Zd d ZddZ fddZ Z S)OnHoverTooltipBasez?abstract base class for tooltips, with delayed on-hover displaycsVtt||||_d|_|jd|j|_|jd|j |_ |jd|j |_ dS)aqCreate a tooltip with a mouse hover delay. anchor_widget: the widget next to which the tooltip will be shown hover_delay: time to delay before showing the tooltip, in milliseconds Note that a widget will only be shown when showtip() is called, e.g. after hovering over the anchor widget with the mouse for enough time. N