Skip to content

PHP-GTK - 0.14 Beta

Compare
Choose a tag to compare
@scorninpc scorninpc released this 25 Feb 01:29
· 148 commits to master since this release

General news

  • Fixed set property way to find GValue of property
  • Fixed conversion G_TYPE_LONG to int64t
  • Fixed GdkEventKey['string']

News

  • Added method GtkTreeView_::get_columns()
  • Added method GtkTreeView_::get_column()
  • Added method GtkTreeView_::move_column_after()
  • Added method GtkTreeView_::get_path_at_pos()
  • Added method GtkTreeView_::scroll_to_cell()
  • Added method GtkEntry_::delete_selection()
  • Added method GtkTreeModel_::get_iter_from_string()
  • Added method GtkMenuItem_::set_right_justified()
  • Added method GtkWidget_::scroll_event()
  • Added method GtkEntry_::select_region()
  • Added method GtkCheckButton_::get_active()
  • Added method GtkCheckButton_::set_active()
  • Added method GtkCheckButton_::toggled()
  • Added method GtkTreeView_::unselect_all()
  • Added method GtkTreeView_::select_all()
  • Added method GtkListStore_::get_iter_first()
  • Added constant GtkAttachOptions::EXPAND
  • Added constant GtkAttachOptions::SHRINK
  • Added constant GtkAttachOptions::FILL
  • Added classe GtkTable

Note

  • for windows need to install Visual C++ Redistributable
  • for linux need to install FUSE