| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/orca/__pycache__/ |
Upload File : |
o
S�b; � @ s� d Z dZdZdZdZdZddlZddlZddlm Z d d
l
mZ d dl
mZ da
daG dd
� d
e j�Zddd�Zdd� ZedkrEe� dS dS )z$Displays the Save Profile As dialog.z$Id$z
$Revision$z$Date$z2Copyright (c) 2010 Consorcio Fernando de los Rios.�LGPL� N)�Gtk� )� guilabels)�
orca_statec @ s4 e Zd Zdd� Zdd� Zdd� Zdd� Zd d
� ZdS )�OrcaProfileGUIc C sF t j�| � | �tj� | �d� | �dt jj � | �dt jj
� t �� }|�dd� |�
d� |�d� | �� }|�|ddd� t �� | _| j�d d� | j�d� |�| jd
dd
d
� t �tj�}|�d� |�| j� |�|ddd
d
� | �t jj
�}|�dd� |�dd� | �d
| j� | �d| j� d| _d| _d| _dS )z.Initialize the Orca profile configuration GUI.Fz
gtk-cancelzgtk-save�margin� �
Tr �hexpandr zcan-defaultzhas-default�response�destroyN) r �Dialog�__init__� set_titler �PROFILE_SAVE_AS_TITLE�set_has_resize_grip�
add_button�ResponseType�CANCEL�ACCEPT�Grid�set_property�set_row_spacing�set_column_spacing�get_content_area�
pack_start�Entry�profileEntry�set_activates_default�attach�Label�PROFILE_NAME_LABEL�set_use_underline�set_mnemonic_widget�get_widget_for_response�connect�
onResponse� onDestroy�searchString�
profileString�prefsDialog)�self�grid�contentArea�label�
defaultButton� r1 �7/usr/lib/python3/dist-packages/orca/orca_gui_profile.pyr * s6
zOrcaProfileGUI.__init__c C s
d| _ d S )N� )r* )r, r1 r1 r2 �initS s
zOrcaProfileGUI.initc C sB | � � || _| j�| j� tjj}|dkrt� � }| �
|� dS )z Show the Save Profile As dialog.r N)�show_allr+ r �set_textr* r �lastInputEvent� timestampr �get_current_event_time�present_with_time)r, r+ �tsr1 r1 r2 �showGUIV s zOrcaProfileGUI.showGUIc C s` |t jjt jjfv r| �� dS |t jjkr,| j�� atr!| � � | j
r.| j
�t� dS dS dS )z7Signal handler for the responses emitted by the dialog.N)r r r �DELETE_EVENT�hider r �get_text�
newProfiler
r+ �saveProfile)r, �widgetr r1 r1 r2 r'