Re: interested in gtk+ project development

2011-02-15 Thread Tristan Van Berkom
On Wed, Feb 16, 2011 at 1:47 PM, Patrick Noble wrote: > Hey All, > My names Patrick Noble, and was hoping for a few pointers... I am interested > in learning about and helping out in a development project such as Glade or > GTK+, and was wondering if my experience level makes this pointless. I am

Re: interested in gtk+ project development

2011-02-15 Thread Andrew Cowie
On Tue, 2011-02-15 at 20:47 -0800, Patrick Noble wrote: > My names Patrick Noble, and was hoping for a few pointers... I am interested > in learning about and helping out in a development project The best thing to do is get involved in a project that _uses_ GTK. Pick something on the GNOME deskto

interested in gtk+ project development

2011-02-15 Thread Patrick Noble
Hey All, My names Patrick Noble, and was hoping for a few pointers... I am interested in learning about and helping out in a development project such as Glade or GTK+, and was wondering if my experience level makes this pointless. I am currently learning through C, and am fairly confident in its ma

Re: enlarge the scrollable area

2011-02-15 Thread Stefano Facchini
Il 15/02/2011 18:55, Tristan Van Berkom ha scritto: On Wed, Feb 16, 2011 at 1:49 AM, Stefano Facchini wrote: Hi, I'm trying to build a scrolled window in a such a way that the child widget has always the same size, regardless of the size of the scrolled window itself. I tried gtk_scrolled_win

Re: gtk3: FileChooser schema not found

2011-02-15 Thread Allin Cottrell
On Tue, 15 Feb 2011, Emmanuele Bassi wrote: > Requiring the schema for settings is the fundamental tenet of the GSettings > design. By not having the schema like in GConf you are trading a bit of > convenience for less safety... > > A schema in GSettings is the equivalent of the UI file for GtkBui

Re: enlarge the scrollable area

2011-02-15 Thread Tristan Van Berkom
On Wed, Feb 16, 2011 at 1:49 AM, Stefano Facchini wrote: > Hi, > > I'm trying to build a scrolled window in a such a way that the child widget > has always the same size, regardless of the size of the scrolled window > itself. I tried gtk_scrolled_window_set_min_content_width, but this also > sets

enlarge the scrollable area

2011-02-15 Thread Stefano Facchini
Hi, I'm trying to build a scrolled window in a such a way that the child widget has always the same size, regardless of the size of the scrolled window itself. I tried gtk_scrolled_window_set_min_content_width, but this also sets the minimum size of the scrolled window. Basically, I need some

OOP in C (A SIMPLE BUT EASY LIBRARY. NOT USEFUL FOR Professional APP)

2011-02-15 Thread Mike
HI, ALL. I HAVE A FRIEND. HE WIRTES A OOP LIBRARY FOR C, LOOKS NICE AND LIKE CPP (USEFUL FOR SIMPLE APP. Lack of FUNCTIONAL FOR Professional APP). URL (RAR FORMAT): http://code.google.com/p/ooc-gcc/downloads/list IF YOU CAN READ CHINESE (OR USE TRANSLATOR SUCH AS GOOGLE TRANSLATOR), YOU CAN VISIT

Re: adding button events to a gtkdrawingarea based gobject

2011-02-15 Thread James Morris
On 14 February 2011 13:20, James Morris wrote: > Hi, > > (forgive some imprecise names here, am writing from memory and in a > rush before work) > > I'm adapting some code which uses gobject to create a widget. The code > previously used GtkWidget as the parent_class but I am trying to adapt > it

Re: gtk3: FileChooser schema not found

2011-02-15 Thread Emmanuele Bassi
Requiring the schema for settings is the fundamental tenet of the GSettings design. By not having the schema like in GConf you are trading a bit of convenience for less safety; a lot of bugs in GConf-using applications were due to missing schemas or wrong fallbacks for unset keys, so when I say "co