tst_lst2.c File Reference
demo list - 2 cols  
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "../ut/ut_umem.h"
#include "../gui/gui__.h"
#include "../gui/gui_gtk_ut.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 | 
Detailed Description
demo list - 2 cols 
Function Documentation
      
        
          | 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[] |  | 
        
          |  | ) |  |  |  | 
      
 
 
Variable Documentation
      
        
          | MemObj wLst = GUI_OBJ_NEW  [static] |