Attachment 'gpersist.h'

Download

   1 #include <gtk/gtkwidget.h>
   2 
   3 typedef enum {
   4    G_PERSIST_END = -1,
   5    G_PERSIST_SIZE,
   6    G_PERSIST_POSITION,
   7    G_PERSIST_SELECTED,
   8    G_PERSIST_MAXIMIZED,
   9    G_PERSIST_PROPERTY
  10 } GPersistFlag;
  11 
  12 void
  13 g_persist_load(GtkWidget *);
  14 
  15 void
  16 g_persist_save(GtkWidget *, ...);
  17 
  18 void
  19 g_persist_save_valist(GtkWidget *, va_list);

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2021-02-25 09:55:42, 11.3 KB) [[attachment:gpersist.c]]
  • [get | view] (2021-02-25 09:55:42, 0.3 KB) [[attachment:gpersist.h]]
  • [get | view] (2021-02-25 09:55:42, 2.6 KB) [[attachment:test.c]]
  • [get | view] (2021-02-25 09:55:42, 9.8 KB) [[attachment:testui.glade]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.