21.12.2022 Views

python_para_desenvolvedores_2ed

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

224 Interface Gráfica

<child>

<widget class="GtkButton" id="btn_fechar">

<property name="width_request">100</property>

<property name="height_request">29</property>

<property name="visible">True</property>

<property name="can_focus">True</property>

<property name="receives_default">True</property>

<property name="label" translatable="yes">_Fechar</property>

<property name="use_underline">True</property>

<property name="response_id">0</property>

<signal name="clicked" handler="on_btn_fechar_clicked"/>

</widget>

<packing>

<property name="x">272</property>

<property name="y">61</property>

</packing>

</child>

<child>

<widget class="GtkEntry" id="ntr_cmd">

<property name="width_request">365</property>

<property name="height_request">29</property>

<property name="visible">True</property>

<property name="can_focus">True</property>

</widget>

<packing>

<property name="x">9</property>

<property name="y">14</property>

</packing>

</child>

<child>

<widget class="GtkCheckButton" id="chk_shell">

<property name="width_request">136</property>

<property name="height_request">29</property>

<property name="visible">True</property>

<property name="can_focus">True</property>

<property name="label" translatable="yes">_Janela de

texto</property>

<property name="use_underline">True</property>

<property name="response_id">0</property>

<property name="draw_indicator">True</property>

</widget>

<packing>

<property name="x">11</property>

<property name="y">59</property>

</packing>

</child>

</widget>

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!