Re: Getting the busy cursor to display.

2012-06-04 Thread Bernd Demian
Hallo, we use in a gtk+2.18 project , following function to set/se back the cursor: static void cscSetzeKursor(Dialogfeld*pDf, gboolean warten) { static GdkCursor *kursor_warte; static GdkCursor *kursor_pfeil; /* kursor setzen */ if(kursor_warte == NULL) kursor_warte=

Fontfamily

2009-07-02 Thread Bernd Demian
Hallo, After select a font with gtk_font_selection_dialog I must now, if the font is monospace. PangoFontDescription *desc = pango_font_description_from_string(font_string); const gchar *familie = pango_font_description_get_family(desc); if(!pango_font_family_is_monospace(??))

Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-26 Thread Bernd Demian
Am Dienstag, den 16.06.2009, 10:23 +0200 schrieb Kristian Rietveld: On Wed, Jun 10, 2009 at 10:29 AM, Bernd Demianbernd.dem...@csc-dd.de wrote: hi, I have a question to select/unselect in gtk_tree_view since gtk+-2.14.0. In version 2.12 I select a child in tree_view with mouse button 1 and

Documentation key-bindings for gtk_tree_view

2009-06-16 Thread Bernd Demian
hi all, I am searching for a documention of the key-bindings of the gtk_tree_view and can't find anything. thanks for helping bernd ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org

Re: Why collaps row in tree_view since gtk 2.14.0

2009-06-16 Thread Bernd Demian
Am Dienstag, den 16.06.2009, 10:23 +0200 schrieb Kristian Rietveld: I don't observe such behavior in GTK+ = 2.14.0 and as far as I know GTK+ has not changed behavior in this regard between 2.12 and 2.14. thanks for your anwer, but can you say me when the arrow in a tree is painted full. In

Why collaps row in tree_view since gtk 2.14.0

2009-06-10 Thread Bernd Demian
hi, I have a question to select/unselect in gtk_tree_view since gtk+-2.14.0. In version 2.12 I select a child in tree_view with mouse button 1 and whith they key Cntl and mouse button 1 I deselect the child row. Since 2.14 we have the effect, that when i deselect the child row - the node will

RE: GtkEntry format

2006-12-14 Thread Bernd Demian
Am Freitag, den 15.12.2006, 10:45 +0530 schrieb Anurag Chaudhary: Any help on this: I want 12345678 to be displayed like Hi, look here, http://www.chipx86.com/wiki/Main_Page ,may be you will find what you search! Bernd ___

DnD in compoundwidget with notebooks in 2.10

2006-12-06 Thread Bernd Demian
Hi all, when we go with our application from gtk+-2.8 to gtk+-2.10, we have a little problem with dnd in a special case. We have some complex compound widget with gtk_notebook and hbox with entries in the notebook pages. Since we work with 2.10 these compound widget don't work as dnd_dest and

gtk_combo_box with model_filter

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't

model_filter with combo_box

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't

model_filter with combo_box

2006-01-06 Thread Bernd Demian
Hi all, First excuse my bad english. I have a problem with the combination from model, model_filter und gtk_combo_box. When we use model with combo_box all works fine. We empty the model and fill the model -all item are visible. Now we want use model_filter, to filter some items. But it doesn't

GtkTreeView

2003-07-25 Thread Bernd Demian
Hi all, excuse my bad english at first. I hope you can unterstand my wish. It is possible for the next release from gtk+ implement a new feature in GtkTreeView - a vertical header or header column. Because we show records longer then the width of the screen, the user must scroll horizontal throug

focus_grab problem

2003-03-10 Thread Bernd Demian
in the sixt entry??? Any help. (Excuse my bad english). -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

PANGO fonts

2003-02-14 Thread Bernd Demian
-medium-r-normal--12-120-75-75-m-70-iso8859-1. on Linux 2 and on alpha 4 results. Thanx Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: PANGO fonts

2003-02-14 Thread Bernd Demian
Am Fre, 2003-02-14 um 12.14 schrieb Sven Neumann: Hi, Bernd Demian [EMAIL PROTECTED] writes: I'd say it's because of different display resolutions. Salut, Sven Sorry, but all displays have 1280x1024 pixel! Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke

Pango problem

2003-02-07 Thread Bernd Demian
the application on TRU64 or start the appl remote to Windows with Exceed the entrys are to long, it means when length is 6 then in the entry has space for 10 character. Thanks for any help -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list

Re: Pango problem

2003-02-07 Thread Bernd Demian
properly with other XServers then Xfree. Has everybody the same experiance and found a solution. Thanks. -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

glib-2.2.0 on TRU64

2003-01-14 Thread Bernd Demian
and it compiles, but I get to unresolved externals from trio library, first strtof and second nan. I looked in man pages on TRU64 there is no strtof and no nan on TRU64. What kann I do. Thanks Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list

Re: How to excute a program in Gtk+?

2003-01-09 Thread Bernd Demian
Am Don, 2003-01-09 um 11.44 schrieb anukeey: Hi all: As title, does any API available in Gtk+ that I can excute another program? Hi anukeey, see g_spawn_... in glib! Bye -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list

Re: GtkTreeView row color change

2002-12-06 Thread Bernd Demian
can help. MfG Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GkkEntry length and TRU64

2002-09-06 Thread Bernd Demian
Hi, I wrote following problem, but nobody can help. Am Fre, 2002-08-30 um 16.47 schrieb Bernd Demian: Hi all, We have a little problem porting a programm which is written with gtk+2. We developed an appl in linux and porting to windows and TRU64. Under linux und wnt all seems to be ok. Under

GkkEntry length and TRU64

2002-08-30 Thread Bernd Demian
we do, has anyone an idea? Thanks a lot Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: text entry color problem....

2002-08-21 Thread Bernd Demian
, color); bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

GtkModel and Entry

2002-08-12 Thread Bernd Demian
not only between Modell an TreeView, also between Modell and other Widgets like GtkEntry. Thanks Bernd -- Bernd Demian [EMAIL PROTECTED] CSC Ploenzke ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: g_convert on TRU64

2002-08-09 Thread Bernd Demian
Am Don, 2002-08-08 um 18.26 schrieb Sven Neumann: Hi, Bernd Demian [EMAIL PROTECTED] writes: I have porting an application from linux to TRU64 alpha. When I write a little test programm whith glib all works fine, the programm convert latin with german letters to utf and back

Re: GtkTreeCellDataFunc

2002-08-02 Thread Bernd Demian
Am Don, 2002-08-01 um 15.10 schrieb Piotr Wakiewicz: Bernd Demian wrote: Hi all, did anybody write his own GtkTreeCellDataFunc function or knows anybody how to write it. I can't find any note. Function to display text, when renderer is textrenderer, and column type is G_TYPE_POINTER

Re: GtkTreeCellDataFunc

2002-08-02 Thread Bernd Demian
Am Fre, 2002-08-02 um 10.21 schrieb Piotr Wakiewicz: Between two renderers in one column? If you are using function gtk_tree_view_column_pack_start, you shouldn't have any spacing between renderers. I found it - the space is the padding of the renderer and I can change this property. Bernd

GtkTreeCellDataFunc

2002-08-01 Thread Bernd Demian
Hi all, did anybody write his own GtkTreeCellDataFunc function or knows anybody how to write it. I can't find any note. THANKS IN ADVANCE ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Tooltip in a grafigwidget

2002-06-06 Thread Bernd Demian
Hi all, I have a little problem, I show in a gtk2 application in a drawable some objects and I want show the user the name of the object when he goes over the object with the pointer and wait for 1 or 2 second. I have no idea which widget i have to take for this task. I think tooltips are not

cell-background

2002-05-29 Thread Bernd Demian
Hi all, I have read in changelog new property for gtk_view to draw one row in a spcial color. I have installed 2.0.3, but I get the message GLib-GObject-WARNING **: gobject.c:1001:g_object_set_property(): object class `GtkCellRendererText' has no property named `cell-background'. What must I

Modal and transient

2002-05-28 Thread Bernd Demian
Hi all, I have a application with a main widget and the user can open a lot of top level widgets. Is it possible to make a message widget transient for all widget in the application or for the desktop. In motif I can set a widget application modal or system modal. Now I found only the

GTK_SELECTION_BROWSE in gtktreeview

2002-03-21 Thread Bernd Demian
Hi all, excuse me I have a simple, may be stupid question, I was searching for a selectionmode in gtktreeview where I select one row and move the mouse with pressed button down and all rows I moved over will be selected. I was thinking this will be the browse mode. But in browse selected mode

Re: set attributes to rows in GtkTreeView

2002-03-14 Thread Bernd Demian
Am Mit, 2002-03-13 um 16.57 schrieb Havoc Pennington: I don't think there is one. What's the application? You probably have to change the color of each cell separately by setting properties on the cell renderer or writing a custom cell renderer. You can create alternating colors with

set attributes to rows in GtkTreeView

2002-03-13 Thread Bernd Demian
Hi all, thanks for the gtk-version, great job btw I have one question, one bug and one suspicion. First the question: Can somebody show me a simple way to change the color of one or more rows in GtkTreeView. In CList it was simple to use the function gtk_clist_set_background. Second the bug :

Bug in GTK+ 1.3.8

2001-09-21 Thread Bernd Demian
Hallo, since version 1.3.7 I have a problem with the fonts used by gtk. I get the error message lt-testtext (pid:26544): ** WARNING **: Invalid subfont 65535 on every text to display. I work with RedHat 7.1. Please help. Bernd ___ gtk-list mailing

Glib 1.3 and Digital UNIX

2000-10-04 Thread Bernd Demian
Hi, I have a little problem with the newest header file glib.h. When I use glib.h in c++ context I get following error message: cxx: Error: ../glib.h, line 355: more than one instance of overloaded function "alloca" has "C" linkage void *alloca (); --^ cxx: Info: 1 error detected