C-KIT-GUI-GTK 0.62
|
Test GUI_list2__. More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../ut/ut_umem.h"
#include "../ut/ckit_ut.h"
#include "../gui/gui__.h"
Functions | |
int | cb_lst (MemObj *mo, void **data) |
int | cb_f1 (MemObj *mo, void **data) |
int | UI_win_main (MemObj *mo, void **data) |
int | main (int argc, char *argv[]) |
Variables | |
static MemObj | wLst = GUI_OBJ_NEW |
Test GUI_list2__.
Copyright (C) 2015 CADCAM-Servies Franz Reiter (franz) .rei ter@c adca m.co. at
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
TODO: ..
Modifications: ..
make run -f tst_lst2.mak
export LD_LIBRARY_PATH=. cd ../binLinux32 && gdb a.out
export LD_LIBRARY_PATH=../binLinux32 && gdb ../binLinux32/a.out make -f c-kit-gui-gtk.mak && make run -f tst_lst2.mak
int cb_lst | ( | MemObj * | mo, |
void ** | data | ||
) |
int cb_f1 | ( | MemObj * | mo, |
void ** | data | ||
) |
int UI_win_main | ( | MemObj * | mo, |
void ** | data | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
|
static |