i never do it. but i guess you can use import, it come with the imagick.
maybe we can use gtk to call this.
On 10/18/08, shyjumon <[EMAIL PROTECTED]> wrote:
> Dear all,
> Is there any one explored on taking screen shots by using gtk ?
> I basically trying to create a gtk program which will capure
> g_value_get_float
> g_value_get_double
> g_value_get_int
i am very surprise because i do not realized that this function actually exists.
thanks for your help..
On 9/24/08, Daniel Espinosa <[EMAIL PROTECTED]> wrote:
> 2008/9/23 Vivien Malerba <[EMAIL PROTECTED]>
>
e:
> 2008/9/23 paragasu <[EMAIL PROTECTED]>
>
>> gda_data_model_iter_get_value_at is in V4
>>
>> can i do g_printf("%s", value) ?
>
>
> No, you can't because value is a pointer to a GValue structure, not a
> string.
>
>
>>
>>
GDA_PARAMETER (g_slist_nth_data (list, 0));
str = gda_parameter_get_value_str (param);
i am not sure it is the best way. is there any other better way i can
do it in V3?
thank you
On 9/23/08, Vivien Malerba <[EMAIL PROTECTED]> wrote:
> 2008/9/23 paragasu <[EMAIL PROTECTED]>
&g
how to get the value from the selected row in gnome_db_raw_grid?
so i can put it inside gtk_dialog
thank you..
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
by default, gnome_db_form/gnome_db_grid widget create a set of control
(GnomeDbDataWidgetInfo). To add or manipulate data.
For my application, i only need the update button, i do not need the
insert, add or
the next record button. How to remove all button except the update button?
Or how i can cr
ba <[EMAIL PROTECTED]> wrote:
> 2008/9/1 paragasu <[EMAIL PROTECTED]>:
>> i am very new into this gtk and libgnomedb. this is my first attempt
>
> Please post to the Gnome-Db list if your post is about Gnome-DB.
>
>> write one, i have one
>> function.
>
i am very new into this gtk and libgnomedb. this is my first attempt
write one, i have one
function.
[snip]
GtkWidget *page_1(GdaConnection *conn)
{
GtkWidget *vbox;
GdaQuery *query;
GdaDict *dict = gda_dict_new();
gda_dict_set_connection(dict, conn);
query
we can reorder the row of the gtktreeview by clicking on the gtktreeview header.
is it possible to do so in gnomedbrawgrid? how?
thank you
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-dev
thanks vivien, the link you give me really help.. thanks
On 8/26/08, Vivien Malerba <[EMAIL PROTECTED]> wrote:
> 2008/8/26 paragasu <[EMAIL PROTECTED]>:
>> i am developing gtk application using libgnome-db and postgresql.
>> i store photo as bytea inside one of the
i am developing gtk application using libgnome-db and postgresql.
i store photo as bytea inside one of the table column.
how to display the photo using the gnomedbgrid?
is it possible to do it?
thank you
___
gtk-app-devel-list mailing list
gtk-app-devel
n, Aug 18, 2008 at 11:46 PM, paragasu <[EMAIL PROTECTED]> wrote:
>
>> [snip]
>> #define CONTENTS_DEL_SQL "DELETE FROM order_contents WHERE order_id =
>> ##oid::gint AND product_ref = ##-0::gchararray AND quantity =
>> ##-2::gint AND discount = ##-3::gdouble"
>>
[snip]
#define CONTENTS_DEL_SQL "DELETE FROM order_contents WHERE order_id =
##oid::gint AND product_ref = ##-0::gchararray AND quantity =
##-2::gint AND discount = ##-3::gdouble"
[/snip]
i take this from the official gnome-db documentation
http://library.gnome.org/devel/libgnomedb-3.0/unstable/ch
i am very new to gtk programming. I am sorry for this beginner
questions, but after asking
google i fail the get the right answer. I hope this mailing list will help me.
anyone can please point me a way on how to save image to postgresql
database and
display the image again.
thank you
___
On 7/22/08, Germán Póo-Caamaño <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-07-22 at 21:44 +0800, paragasu wrote:
>> i am very new to gtk programming. still struggling to learn how to
>> develop program using gtk.
>> i am using debian linux workstation. but i have to deve
i am very new to gtk programming. still struggling to learn how to
develop program using gtk.
i am using debian linux workstation. but i have to develop gtk program
that run in windows.
is it possible to develop gtk in linux and later on run on windows
without any code modification?
i search all o
16 matches
Mail list logo