Hi!
> hi
>
> I am trying to print a report and was looking for some
> API. Unfortunately the Gnome Print Reference Manual
> isnt documented completely. Could anyone give me some
> links.
http://telecom.inescporto.pt/~gjc/libgnomeprint/index.html
___
g
hi,
Several of my GObjects provide thgs like GList or GHashmap as readable
properties. Unfortunately these properties are just gpointers.
For the file-serialisation it would be nice to know whats behind the pointer. Is
GBoxed the way to go? This modules has only vague docs, especially what it is
Hi!
I added a column to a treeview with
renderer = gtk_cell_renderer_text_new ();
column = gtk_tree_view_column_new_with_attributes (col_title,
renderer,
"text",
hi
I am trying to print a report and was looking for some
API. Unfortunately the Gnome Print Reference Manual
isnt documented completely. Could anyone give me some
links.
Also if someone could please explain to me what
gnome_print_dialog_new does or some link describing
it.
Thank You
Abhishek S
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160
I've got callback function:
> void on_BUstaw_clicked(GtkWidget *widget, gpointer *_data)
> {
> Data* data = (Data*)_data;
> if(data->id == 20)
> {
> DEB(g_print("id == 20\n"));
> return;
>
Hello,
I'm currently coding a small application. I want the main window to
remember its size and position every time it is started.
To do so i call gdk_drawable_get_size and gdk_window_get_position when
the program exits, and gdk_window_move_resize when the program is
started again.
For some stra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
jacktm wrote:
> jacktm wrote:
>
>>I'm working on a big project and I have to use
>>gdk_window_foreign_new function in it. It doesn't work
>>and always returns NULL. I've checked if I can use
>>it in a small application - just to see how does it work,
>
jacktm wrote:
>Hello.
>
>I'm working on a big project and I have to use
>gdk_window_foreign_new function in it. It doesn't work
>and always returns NULL. I've checked if I can use
>it in a small application - just to see how does it work,
>but unfortunately it doesn't work for me. I attached
>as
Hello.
I'm working on a big project and I have to use
gdk_window_foreign_new function in it. It doesn't work
and always returns NULL. I've checked if I can use
it in a small application - just to see how does it work,
but unfortunately it doesn't work for me. I attached
as simple test as I could
Hello,
currently I develop an application that lists some items in a
GtkListStore-Object. With Drag&Drop from this GtkListStore to a Nautilus
folder I have some problems.
When I drop the items on the Nautilus folder, I don't get any feedback,
that the items are dropped. Only two messages are sent
Dnia 21-04-2005, czw o godzinie 10:05 +0200, Hubert Sokolowski napisaĆ:
> sorry for posting to this list, but gtkhtml mailing list seems to be dead.
> My question is does gtkhtml3 support CSS?
AFAIK, no. That's one of the very basic problems with gtkhtml.
Cheers,
Maciej
--
Maciej Katafiasz <[EM
You can use the "insert-text" signal of GtkTextBuffer to filter input and
the "mark-set" signal to catch cursor movements.
Pavel Syomin wrote:
Hi, I'm try to create something like console widget using GtkTextView,
but I'm confronted with some difficults. I want to process user input
before chang
Hi,
The gtk_combo_box_set_row_span_column() and
gtk_combo_box_set_column_span_column() api documentation is not very
clear.
Could anyone please explain what should be the output of these
api's?
Regards,
Prathibha.
--
Prathibha Pai
[EMAIL PROTECTED]
Hi, I'm try to create something like console widget using GtkTextView,
but I'm confronted with some difficults. I want to process user input
before change GtkTextBuffer, but don't know how to do it. For example,
when user press "up arrow" or "down arrow" key I need to change current
line in Gtk
Hi,
The gtk_combo_box_set_row_span_column() and
gtk_combo_box_set_column_span_column() api documentation is not very
clear.
Could anyone please explain what should be the output of these
api's?
Regards,
Prathibha.
--
Prathibha Pai
[EMAIL PROTECTED]
_
On 04/21/2005 02:22:44 AM, Santhosh wrote:
Hi,
Sorry for the late reply. I haven't checked my mails...
> Now , I did what you say (populate the thee in the same level), and
> every thing is working fine, except when I click in a element showed
> -> I get a SEGFAULT !!
It's probably bad data in the
Hi.
I would like to show some part of text in GtkTextView like
if it in xhtml tag.
My code is:
gtk_text_buffer_create_tag(buffer, "", "rise-set", TRUE, "rise", -3, NULL);
gtk_text_buffer_apply_tag_by_name(buffer, "", ...);
this didn't work, but if I change properties of "" tag to, for
example
hi, I'm using gtk1.2 and I need to snoop all incoming key press
events. I've found gtk_key_snooper_install but I don't know how to use it?
Can anybody send me some examples?
Giovanni
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
htt
Hi!
sorry for posting to this list, but gtkhtml mailing list seems to be dead.
My question is does gtkhtml3 support CSS?
regards
hs
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-li
19 matches
Mail list logo