Re: ComboBox

2013-06-27 Thread Andreas Rönnquist
kComboBox.html and https://developer.gnome.org/gtk3/3.8/GtkComboBox.html hope this helps - -- Andreas Rönnquist mailingli...@gusnan.se gus...@gusnan.se ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: one function to go...

2012-12-23 Thread Andreas Rönnquist
in > there to let hitting "Enter" work. > > thanks for any clues. Do you mean that you have a OK button, and that button should be activated when pressing enter? In that case, the function gtk_widget_grab_focus might help: http:/

Re: getting the icon pixbuf for a file

2012-08-16 Thread Andreas Rönnquist
On Thu, 16 Aug 2012 19:43:26 +0200 Andreas Rönnquist wrote: > On Fri, 17 Aug 2012 00:01:08 +0800 > Just Fill Bugs wrote: > > > 于 08/16/2012 11:24 PM, Andreas Rönnquist 写道: > > > > > Sorry, I mean loading the Pixbuf of the file-type / mime-type of a > > >

Re: getting the icon pixbuf for a file

2012-08-16 Thread Andreas Rönnquist
On Fri, 17 Aug 2012 00:01:08 +0800 Just Fill Bugs wrote: > 于 08/16/2012 11:24 PM, Andreas Rönnquist 写道: > > > Sorry, I mean loading the Pixbuf of the file-type / mime-type of a > > file - Not simply loading a file into a pixbuf. That is a bit more > > complicated gettin

Re: getting the icon pixbuf for a file

2012-08-16 Thread Andreas Rönnquist
On Fri, 17 Aug 2012 00:01:08 +0800 Just Fill Bugs wrote: > 于 08/16/2012 11:24 PM, Andreas Rönnquist 写道: > > > Sorry, I mean loading the Pixbuf of the file-type / mime-type of a > > file - Not simply loading a file into a pixbuf. That is a bit more > > complicated gettin

Re: getting the icon pixbuf for a file

2012-08-16 Thread Andreas Rönnquist
On Thu, 16 Aug 2012 22:41:28 +0800 Just Fill Bugs wrote: > 于 08/16/2012 07:58 PM, Andreas Rönnquist 写道: > > Hey > > > > I am trying to get the icon bitmap for a file and insert it into a > > TreeView widget - That is the pixbuf for the mime-type of a file. Is > >

getting the icon pixbuf for a file

2012-08-16 Thread Andreas Rönnquist
Hey I am trying to get the icon bitmap for a file and insert it into a TreeView widget - That is the pixbuf for the mime-type of a file. Is there any examples of doing this in plain C using GTK/GLib? I am satisfied with an example that work in Linux - Win32 isn't equally important to me. Help wo

Menu translation including context

2012-03-19 Thread Andreas Rönnquist
Hi! I have a problem with translations and gtk/glib - I have made a complete program translated, and include a menu based on gtk_action_group, and use gtk_action_group_set_translation_domain gtk_action_group_add_actions to set up the translation - this works just fine if I use "N_(" in the stri

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
On Wed, 5 Mar 2008 16:36:30 +0100 Andreas Rönnquist <[EMAIL PROTECTED]> wrote: > > > > Thanks for the help guys! > > > > I have managed to get my links showing as I like, but I have problems with > > the mouse-over effect... It's working some-what

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
k versions that I need to be aware of? I am using the gtk packaged in debian stable on my Linux box (2.8.20) and I guess it is the 2.12 I use on my windows machine... /Andreas -- Andreas Rönnquist <[EMAIL PROTECTED]> ___ gtk-app-devel-list mail

Re: gtk_text_buffer with clickable links?

2008-03-05 Thread Andreas Rönnquist
On Tue, 04 Mar 2008 11:11:36 -0500 Keith Maika <[EMAIL PROTECTED]> wrote: > Andreas Rönnquist wrote: > > Hi! > > > > I have managed to make a gtk_text_buffer and colorize what appears to be > > links using gtk_text_buffer_apply_tag and some simple search algo

gtk_text_buffer with clickable links?

2008-03-04 Thread Andreas Rönnquist
uired, also I am not interested in full syntax highligthing or similar. - as simple as possible.) /Andreas -- Andreas Rönnquist <[EMAIL PROTECTED]> ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list