mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 11:41:30 +00:00
20 lines
294 B
C
20 lines
294 B
C
#ifndef __COMGTK_RADIO_H__
|
|
#define __COMGTK_RADIO_H__
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
//
|
|
// PUBLIC FUNCTIONS
|
|
//
|
|
|
|
/**
|
|
* Retrieve the index of the active selection in a radio button group.
|
|
*
|
|
* @param group The radio button group.
|
|
*/
|
|
guint wintc_radio_group_get_selection(
|
|
GSList* group
|
|
);
|
|
|
|
#endif
|