2007/8/24, Mike Melanson <[EMAIL PROTECTED]>:
> What is this program intended to do? Something that has to update the
> frame often, like a video player? Or an image viewing app where things
> don't change often.
>
It's a card game. It's not always refreshing, but if the three
computer handled pla
Gianni Moschini wrote:
> Basicly I'm developing a GtkDrawingArea based application. As far as I
> understand, a GdkPixbuf is stored on the client, and a Pixmap on the
> server.
>
> Of course there are many more differences, but technically that's all
> I need to know.
What is this program intende
Basicly I'm developing a GtkDrawingArea based application. As far as I
understand, a GdkPixbuf is stored on the client, and a Pixmap on the
server.
Of course there are many more differences, but technically that's all
I need to know.
What I did first in this application was to load pictures onto
[EMAIL PROTECTED] wrote:
> Hi,
>
> I m trying to make use of gtksdl widget in my application. I m
> working over OMAP 2430 h/w.
> gtksdl widget uses macro GDK_WINDOW_XWINDOW to get the X resource id which
> used to get the widget inside main gtk window.
> Since i m working over Directfb
When I use gtk stock icons but change the orientation to RTL, the size
changes a little bit (at least for GTK_STOCK_MEDIA_PLAY). Is this
normal behaviour or a bug?
Regards,
CH
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.g
On 8/23/07, 张散集 <[EMAIL PROTECTED]> wrote:
>
>
> Hi Jim,
>
> Thanks for your reply. There is a figure.
>
> Well, on the picture above, win_A is the main GtkWindow, win_B is a child
> GtkWindow.
> When I click the button on win_B I want to change the label_A's text.
> That's it. If know how to d
On Thu, 23 Aug 2007, David Ne?as (Yeti) wrote:
> On Thu, Aug 23, 2007 at 10:29:47AM -0400, Allin Cottrell wrote:
> > I suppose somebody else must have come across this issue -- and if
> > so I'd be grateful for any ideas.
> >
> > I have a treeview in which GTK_SELECTION_MULTIPLE is enabled.
>
Hi Oliver.
Oliver Block, 22.08.2007 01:11:
> I wonder if there is a(n easy) way to make the dialogs (File, color) to
> display native language labels instead of 'open', 'cancel', ...
Start the application in question with the value of choice for LC_ALL.
Regards, Mathias
--
debian/rules
On Thu, Aug 23, 2007 at 10:29:47AM -0400, Allin Cottrell wrote:
> I suppose somebody else must have come across this issue -- and if
> so I'd be grateful for any ideas.
>
> I have a treeview in which GTK_SELECTION_MULTIPLE is enabled.
> And there's a meaning attached to dragging elements from t
> But, I wonder how can I communicate between two GtkWindow widgets.
Can you describe what you're trying to do?
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
Hi,
I'm a newbie to GTK+.
I know communication between the main window and a modal popup dialog is quite
simple.
I can create a popuo dialog window, then run the dialog when I invoke the
function called gtk_dialog_run.
Then, I will receive what I expect when I invoke the function named
gtk_dia
Hello list,
I wonder if there is a(n easy) way to make the dialogs (File, color) to
display native language labels instead of 'open', 'cancel', ...
Thanks for your hints.
Best Regards,
Oliver Block
___
gtk-app-devel-list mailing list
gtk-app-devel-l
Hi,
There is one more-or-less standard way to marshall a glib data type?
I can of course marshall a data type by breaking their opaqueness (and
this is explicitly discouraged in the doc), or I can just save all the
items using the iterator and recreate every time the structure, but
this solution i
Hi,
I am trying to build a text table in GTK+ v. 2.8, with one column of
the table being left-aligned, and the other being right-aligned. I can
easily do it for headers, by a call to
gtk_tree_view_column_set_alignment, but as the text in the table
itself goes, I seem to be able to change the align
I suppose somebody else must have come across this issue -- and if
so I'd be grateful for any ideas.
I have a treeview in which GTK_SELECTION_MULTIPLE is enabled.
And there's a meaning attached to dragging elements from this
treeview to another window.
The design problem is that if the user
15 matches
Mail list logo