Re: gtk box and flow layout

2007-02-23 Thread daa84
Paul Pogonyshev wrote: > daa84 wrote: >> daa84 ?: >> > I start to write my widget with FlowLayout functionality (with >>> row-breaking). And find next problem: >>> >>> gtk_widget_size_request function obtains the preferred size of a widget >>> gtk_widget_size_allocate assign a size and positi

Re: problem with a c-gtk dialog window called from another aplication

2007-02-23 Thread Marcelo Armengot
Tor Lillqvist escribió: > Marcelo Armengot writes: > > I have maked a little window dialog with C-gtk. > > What is C-gtk? > > > while no problems founded under GNU/Linux, under Win32 the software > > stop. I dont understand it. Anybody have any idea? > > Not unless you give more details. Prefer

Re: problem with a c-gtk dialog window called from another aplication

2007-02-23 Thread Tor Lillqvist
Marcelo Armengot writes: > I have maked a little window dialog with C-gtk. What is C-gtk? > while no problems founded under GNU/Linux, under Win32 the software > stop. I dont understand it. Anybody have any idea? Not unless you give more details. Preferrably try to distill the problem down t

Re: tighting up the space around and image on a gtk_button

2007-02-23 Thread Paul Pogonyshev
Kevin DeKorte wrote: > I have a gtk_button that I am putting an image in. The size of the > button after I put the image in is larger than I would like... is there > a way to tighten up some of the extra white space around the image in > the button? Try GTK_WIDGET_UNSET_FLAGS (button, GTK_CAN_DEFA

tighting up the space around and image on a gtk_button

2007-02-23 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, I have a gtk_button that I am putting an image in. The size of the button after I put the image in is larger than I would like... is there a way to tighten up some of the extra white space around the image in the button? I tried, gtk_button_s

problem with a c-gtk dialog window called from another aplication

2007-02-23 Thread Marcelo Armengot
I have maked a little window dialog with C-gtk. I launch it from another software (dotty), but while no problems founded under GNU/Linux, under Win32 the software stop. I dont understand it. Anybody have any idea? ___ gtk-app-devel-list mailing list

Re: manage a list

2007-02-23 Thread Vivien Malerba
On 2/22/07, Jerome Le Saux <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to use a list in a scrolling windows in a gtk2 application. > My items are the following : > int Item number | string name | string extension | int length > > I saw int he API website I can use GtkItem and GtkListStore

Re: libglade frustration redux

2007-02-23 Thread Yeti
[off topic only as much as the rest of this thread] On Fri, Feb 23, 2007 at 02:57:11AM -0500, Freddie Unpenstein wrote: > > Do the packagers read this list? > > Do the maintainers read this list? > > I don't know. Do they? Do you know for a fact that none of them do? Do you > know that none of

Re: To use --geometry in a Gtk application

2007-02-23 Thread Attilio Fiandrotti
G Hasse wrote: > Hello! > > I have panel PC without a window manager. > > I want to position the windows with -geometry 100x100+200+200 > something. > > I have not found any way to do this. Funny though the > option --display=XXX.XXX.XXX.XXX:0.0 does work. > > Accodingly one might try --geometr