this look bad)
pixmap_rotate function use cpu for 0%.
Maybe exists GtkCellRenderer that can halp me or another GtkTreeModel
implementation?
Thanks!
and sorry for my bad english.
--
Dubravin Andrey <[EMAIL PROTECTED]>
___
gtk-app-devel-list mailin
obox?
> If yes.. how can this be done?
>
> Thanking You
> Sandy
I think you can increment count of text entry when add it to combobox
and than to remove item use:
for (i = 0; i < entries_count; i++)
gtk_combo_box_remove_text (combobox, i); //or i+1 i don't know
So
rotate_step_info->cell_area.width,
rotate_step_info->cell_area.height);
g_object_set_data (G_OBJECT (rotate_step_info->pixbuf),
"timeout_acitve",
(gpointer)FALSE);
return FALSE;
}
This code work fine cpu load == 0% with ROTATE_STEP = 0.15f and with
ROTATE_INTERVAL = 30!
--
Dubravin Andrey <[EMAIL PROTECTED]>
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hello!
How to create copy of GtkListStore, not object reference? Need to create
copy of all data in GtkListStory.
--
Dubravin Andrey <[EMAIL PROTECTED]>
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/m
20/04/2006 в 16:20 +0200, David Necas (Yeti) wrote:
> On Thu, Apr 20, 2006 at 05:42:51PM +0400, Dubravin Andrey wrote:
> > How to create copy of GtkListStore, not object reference? Need to create
> > copy of all data in GtkListStory.
>
> Get the number of columns with gtk_tre