Hi guys.
I'm trying to get this working:
--- The function
gboolean
save_one_sat(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter,
gpointer data)
{
// do something
}
--- Is passed to another function like this:
satlist_foreach_sat(save_one_sat
hi,
> I don't think this is the problem.
> Before the window is resized, I have no problem moving the divider; I can
> make either pane take up the entire area of the window. The problem arises
> only when I make the window wider. When I do that, it is impossible for the
> left pane to take up t
>
> hi,
>
> > If I make the window wider while the app is running, I cannot make the
> left
> > pane wider than the original width of the window; the divider cannot be
> > dragged further to the right.
> you're probably looking for "shrink". you can only shrink a widget
> (i.e. by moving a pane)
hi,
> If I make the window wider while the app is running, I cannot make the left
> pane wider than the original width of the window; the divider cannot be
> dragged further to the right.
you're probably looking for "shrink". you can only shrink a widget
(i.e. by moving a pane) when shrinking is a
I'm placing a GtkHPaned inside a GtkHbox, which is inside a GtkWindow.
(Nothing else is in the Hbox)
If I make the window wider while the app is running, I cannot make the left
pane wider than the original width of the window; the divider cannot be
dragged further to the right.
I've tried t
On Wed, May 24, 2006 at 12:44:53PM -0400, Faria, Sydney C wrote:
> I did some experimenting today with a working GtkFileSelection widget by
> trying to get the widget to appear with a previously determined default
> directory other than the directory that the application is currently running
> in.
I did some experimenting today with a working GtkFileSelection widget by
trying to get the widget to appear with a previously determined default
directory other than the directory that the application is currently running
in. I tried gtk_file_selection_complete( fs, patternString), and then tried
g
Mehmet YASAR writes:
> I have the choise between the official packages (gtk.org) and the
> tml's ones.
Those are the same. The Win32 packages on ftp.gtk.org are built and
uploaded by me.
> I see that tml is distributing (and advising) newer packages for
> glib and pango (for example: pango-1.
Hi,
I'm developping a gtk application under windows XP and I'm planning to
update from gtk 2.8.6 to gtk 2.8.17.
I have the choise between the official packages (gtk.org) and the tml's
ones. I see that tml is distributing (and advising) newer packages for
glib and pango (for example: pango-1.
Thanks for your suggestions
Regards
Laxmi
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tor Lillqvist
Sent: Wednesday, May 24, 2006 12:22 PM
To: gtk-app-devel-list@gnome.org
Subject: RE: Deploying of GTK application
I'm keeping this discussion on gtk-a
10 matches
Mail list logo