~~Title: Efl.Ui.Win.stack_master_id~~ ====== Efl.Ui.Win.stack_master_id ====== ===== Description ===== %%The window stack ID to use as the master top-level.%% %%This sets the ID string to be used as the master top-level window as the base of a stack of windows. This must be set before the first time the window is shown and should never be changed afterwards.%% //Since 1.22// {{page>:develop:api-include:efl:ui:win:property:stack_master_id:description&nouser&nolink&nodate}} ===== Values ===== * **id** - %%An opaque string that has no specific format, but identifies a specific unique window on the display.%% ===== Signature ===== @property stack_master_id @beta { get {} set {} values { id: string; } } ===== C signature ===== const char *efl_ui_win_stack_master_id_get(const Eo *obj); void efl_ui_win_stack_master_id_set(Eo *obj, const char *id); ===== Implemented by ===== * [[:develop:api:efl:ui:win:property:stack_master_id|Efl.Ui.Win.stack_master_id]]