Hi, I'm having some problems with the notebook set_tab_detachable from gtk 2.10.
If I set
book.drag_dest_set(gtk.DEST_DEFAULT_MOTION, [("GTK_NOTEBOOK_TAB",
gtk.TARGET_SAME_APP, 0xbadbeef)], gtk.gdk.ACTION_MOVE)
on my notebook, I don't recieve any "drag-drop" events.
If I set the same group_id on
> It didn't work.
Exactly what didn't work?
Please consider that what you are doing probably nobody has done
before, as far as I know. You never told us exactly why you need to
use GTK+ from assembly language, on Windows even.
To me that sounds like a somewhat odd idea. You would basically need
It didn't work.
was there something else I am supposed to do after I download this bundle. I
do have the run-time installed since I installed Pidgin
Thanks guys
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailma
On Wed, Mar 26, 2008 at 11:21 AM, Jason Ward <[EMAIL PROTECTED]> wrote:
> > Probably this declare the symbol gtk_init to be an external one.
> > Something similar in sprit to
> >extern void gtk_init(void);
> > in C.
> >
>
> This doesn't really help since the assembler I use doesn't use extern
On Wed, Mar 26, 2008 at 05:05:36PM +0200, Jason Ward wrote:
> Hi.
> I am trying to use GTK in windows with assembly language but I have a
> problem.
> When I make an API call I need to specify the dll name that the function
> comes from.
>
> so I have
> dllname.gtk_init
Try Dependency Walker (www
On Wed, Mar 26, 2008 at 11:21 AM, Jason Ward <[EMAIL PROTECTED]> wrote:
> > Probably this declare the symbol gtk_init to be an external one.
> > Something similar in sprit to
> >extern void gtk_init(void);
> > in C.
> >
>
> This doesn't really help since the assembler I use doesn't use extern
> Probably this declare the symbol gtk_init to be an external one.
> Something similar in sprit to
>extern void gtk_init(void);
> in C.
>
This doesn't really help since the assembler I use doesn't use extern in
that manner.
It is a specific assembler which requires that you specify the dll nam
Jason Ward wrote:
> Hi.
> I am trying to use GTK in windows with assembly language but I have a
> problem.
Avoid doing that. Why do you need to do it in assembly?
--
Basile STARYNKEVITCH http://starynkevitch.net/Basile/
email: basilestarynkevitchnet mobile: +33 6 8501 2359
8, rue de la F
Hi.
I am trying to use GTK in windows with assembly language but I have a
problem.
When I make an API call I need to specify the dll name that the function
comes from.
so I have
dllname.gtk_init
but I can't find which dll this function name comes from.
Thanks in advance
Jason
___
What SOAP library would you recommend to be used in Gtk / HILDON
application?
Alternatives i have found:
- gsoap, http://www.cs.fsu.edu/~engelen/soap.html
- libsoup, http://live.gnome.org/LibSoup
- csoap, http://csoap.sourceforge.net/
- libxml?
- curl?
I'm sort of lost what would be the best way
10 matches
Mail list logo