• Artigos
  • Projetos
  • Download
  • Lista
  • Docs
  • Comunidade
  • ?

GtkHandleBox Construtor
Anterior GtkHandleBox Construtor Próximo

GtkHandleBox Construtor

GtkHandleBox ();

Creates a new handle box.

Exemplo 62. Adding a handle box to a window

<?php
$vbox = new GtkVBox();

$handlebox = new GtkHandleBox();
$handlebox->add(new GtkLabel('I can be detached'));
$vbox->pack_start($handlebox, false);

$vbox->pack_start(new GtkTextView());


$wnd = new GtkWindow();
$wnd->connect_simple('destroy', array('gtk', 'main_quit'));
$wnd->add($vbox);
$wnd->show_all();
Gtk::main();
?>

Anterior Início Próximo
GtkHandleBox Acima GtkHandleBox::get_handle_position

Comentários

 Adicionar Comentário
 login
 senha
 Texto

Livros


Outros

Busque conteúdo no site
Participe de nosso grupo no google

[Página do grupo]  [Arquivo do grupo]

    Paleta

    Google

    Parceiros

 
Designed by Wolfgang Bartelme Designed by Wolfgang Bartelme

© 2006 Wordpress Themes | Theme (Not so) Fresh
XHTML CSS RSS