Search:

Type: Posts; User: koszta

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    5,157

    typo as always

    I dont know if you ever thought about it but I think that about 99% of my programming mistakes are just mere typos.
    by the way ... thanks a lot... I was getting insane and you know the state when...
  2. Replies
    2
    Views
    5,157

    callback function

    Hi, I begun my gtk+ programming in C and I thought it could be fun to "develop some tutorials further" so I took the interface from a tutorial and wanted to connect callback functions to the buttons....
  3. Replies
    2
    Views
    1,970

    array of structures as an argument

    Hi,
    I m having some problems with a callback function. Let me explain it through code...

    //I have this structure//

    typedef struct
    {
    int cisliceee;
    GtkWidget*nalepka;
    int poziceee;
Results 1 to 3 of 3