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= gdk_cursor_ne

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 Demian 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

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

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 http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

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 colla

Parsing the gtk application

2009-01-08 Thread Bernd Demian
Hi, I want generate a xml-glade file from an exiting application. Is their a library to help me to parse the application. Many thanx Bernd ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-d

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 ___ gtk-app-de

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 dnd_s

Search for a widget that can completion and option_box

2006-08-30 Thread Bernd Demian
Hi, excuse my bad english! We are saerching for a widget that combined the gtk_entry_completion with gtk_combo_box_entry, but we have no success. An example is the url widget in firefox. It has more than one cell_renderer, has completion and the possibility explicit popup the tree_view. In all gtk

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 wor

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 wor

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 wor