Wireshark - 0.99.7 Guide de l'utilisateur Page 141

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 147
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 140
10.6. Common GTK programming pitfalls
There are some common pitfalls in GTK programming.
10.6.1. Usage of gtk_widget_show() /
gtk_widget_show_all()
When a GTK widget is created it will be hidden by default. In order to show it, a call to
gtk_widget_show() has to be done.
It isn't necessary to do this for each and every widget created. A call to gtk_widget_show_all() on
the parent of all the widgets in question (e.g. a dialog window) can be done, so all of its child wid-
gets will be shown too.
User Interface
127
Vue de la page 140

Commentaires sur ces manuels

Pas de commentaire