Mini Shell
3
v�e� � @ s� d Z ddlmZ ddlmZ ed jZg ZG dd� dej�Zee�Zej d� G dd� dej
�Z
ee
�Z
ej d� G d d
� d
ej�Zee�Zej d
� dS )a-
These classes and methods wrap the bindings automatically created by
gobject-introspection. They allow for creating more pythonic bindings
where necessary. For instance instead of creating a class and then
setting a bunch of properties, these classes allow passing the properties
at creation time.
� )�modules)�overrideZAnacondaWidgetsc @ s e Zd Zddd�ZdS )�MountpointSelectorNc C s@ t jj| � |r| jd|� |r,| jd|� |r<| jd|� d S )N�name�size�
mountpoint)�Anacondar �__init__�set_property)�selfr r r � r �'/usr/lib64/python3.6/AnacondaWidgets.pyr s zMountpointSelector.__init__)NNN)�__name__�
__module__�__qualname__r r r r r
r s r c @ s e Zd Zddd�ZdS )�
SpokeSelectorNc C s@ t jj| � |r| jd|� |r,| jd|� |r<| jd|� d S )N�title�icon�status)r r r r
)r r r r r r r
r 0 s zSpokeSelector.__init__)NNN)r r r r r r r r
r / s r c @ s e Zd Zddd�ZdS )�DiskOverviewNc C s\ t jj| � | jd|� | jd|� | jd|� | jd|� | jd|� |rX| jd|� d S )N�description�kind�free�capacityr z
popup-info)r r r r
)r r r r r r Zpopupr r r
r @ s zDiskOverview.__init__)N)r r r r r r r r
r ? s r N)�__doc__Zgi.importerr Zgi.overridesr Z_introspection_moduler �__all__r �appendr r r r r r
�<module> s